Commit 1786bce8 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

contracts-bedrock: update op-chain-ops mainnet MCP addresses (#9786)

Update `op-upgrade` tooling with the MCP mainnet contract addresses.

Used to generate https://github.com/ethereum-optimism/superchain-ops/pull/101
altho this commit would need to be backported to the `op-contracts/v1.3.0-rc.1`
branch to make the generation of https://github.com/ethereum-optimism/superchain-registry/pull/114
reproducible.
parent 1501871e
......@@ -23,6 +23,37 @@ import (
// Note that the key is the L2 chain id. This is because the L1 contracts must be specific
// for a particular OP Stack chain and cannot currently be used by multiple chains.
var deployments = map[uint64]superchain.ImplementationList{
// OP Mainnet
10: {
L1CrossDomainMessenger: superchain.VersionedContract{
Version: "2.3.0",
Address: superchain.HexToAddress("0xD3494713A5cfaD3F5359379DfA074E2Ac8C6Fd65"),
},
L1ERC721Bridge: superchain.VersionedContract{
Version: "2.1.0",
Address: superchain.HexToAddress("0xAE2AF01232a6c4a4d3012C5eC5b1b35059caF10d"),
},
L1StandardBridge: superchain.VersionedContract{
Version: "2.1.0",
Address: superchain.HexToAddress("0x64B5a5Ed26DCb17370Ff4d33a8D503f0fbD06CfF"),
},
OptimismPortal: superchain.VersionedContract{
Version: "2.5.0",
Address: superchain.HexToAddress("0x2D778797049FE9259d947D1ED8e5442226dFB589"),
},
SystemConfig: superchain.VersionedContract{
Version: "1.12.0",
Address: superchain.HexToAddress("0xba2492e52F45651B60B8B38d4Ea5E2390C64Ffb1"),
},
L2OutputOracle: superchain.VersionedContract{
Version: "1.8.0",
Address: superchain.HexToAddress("0xF243BEd163251380e78068d317ae10f26042B292"),
},
OptimismMintableERC20Factory: superchain.VersionedContract{
Version: "1.9.0",
Address: superchain.HexToAddress("0xE01efbeb1089D1d1dB9c6c8b135C934C0734c846"),
},
},
// OP Sepolia
11155420: {
L1CrossDomainMessenger: superchain.VersionedContract{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment