Skip to content

Commit

Permalink
Merge pull request #199 from bobanetwork/upgrade-superchain-registry
Browse files Browse the repository at this point in the history
Upgrade superchain-registry to 2cc1ec0
  • Loading branch information
boyuan-chen committed Jun 5, 2024
2 parents 88da33b + b0c7042 commit 8eb463f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ require (

replace github.com/ethereum/go-ethereum => github.com/ethereum-optimism/op-geth v1.101315.1-rc.4

replace github.com/ethereum-optimism/superchain-registry/superchain => github.com/bobanetwork/superchain-registry/superchain v0.0.0-20240520214600-7d1824ca8d74
replace github.com/ethereum-optimism/superchain-registry/superchain => github.com/bobanetwork/superchain-registry/superchain v0.0.0-20240605155641-2cc1ec002da8

//replace github.com/ethereum/go-ethereum v1.13.5 => ../go-ethereum
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ github.com/bits-and-blooms/bitset v1.5.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edY
github.com/bits-and-blooms/bitset v1.7.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
github.com/bits-and-blooms/bitset v1.10.0 h1:ePXTeiPEazB5+opbv5fr8umg2R/1NlzgDsyepwsSr88=
github.com/bits-and-blooms/bitset v1.10.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20240520214600-7d1824ca8d74 h1:a9lg9d2cvMwypQd2sKF2BsGNDkw5vk7Wkw/Hjprmyng=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20240520214600-7d1824ca8d74/go.mod h1:7xh2awFQqsiZxFrHKTgEd+InVfDRrkKVUIuK8SAFHp0=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20240605155641-2cc1ec002da8 h1:IKmpARKUiDMCChGeoJOXs8zD/h3fILANfhodpGaR0rk=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20240605155641-2cc1ec002da8/go.mod h1:7xh2awFQqsiZxFrHKTgEd+InVfDRrkKVUIuK8SAFHp0=
github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
Expand Down
4 changes: 4 additions & 0 deletions op-node/chaincfg/chains_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var mainnetCfg = rollup.Config{
CanyonTime: u64Ptr(1704992401),
DeltaTime: u64Ptr(1708560000),
EcotoneTime: u64Ptr(1710374401),
FjordTime: u64Ptr(1720627201),
ProtocolVersionsAddress: common.HexToAddress("0x8062AbC286f5e7D9428a0Ccb9AbD71e50d93b935"),
}

Expand Down Expand Up @@ -101,6 +102,7 @@ var sepoliaCfg = rollup.Config{
CanyonTime: u64Ptr(1699981200),
DeltaTime: u64Ptr(1703203200),
EcotoneTime: u64Ptr(1708534800),
FjordTime: u64Ptr(1716998400),
ProtocolVersionsAddress: common.HexToAddress("0x79ADD5713B383DAa0a138d3C4780C7A1804a8090"),
}

Expand Down Expand Up @@ -170,6 +172,7 @@ var bobaSepoliaCfg = rollup.Config{
CanyonTime: u64Ptr(1705600788),
DeltaTime: u64Ptr(1709078400),
EcotoneTime: u64Ptr(1709078400),
FjordTime: nil,
ProtocolVersionsAddress: common.HexToAddress("0x0000000000000000000000000000000000000000"),
}

Expand Down Expand Up @@ -204,6 +207,7 @@ var bobaMainnetCfg = rollup.Config{
CanyonTime: u64Ptr(1713302879),
DeltaTime: u64Ptr(1713302879),
EcotoneTime: u64Ptr(1713302880),
FjordTime: nil,
ProtocolVersionsAddress: common.HexToAddress("0x0000000000000000000000000000000000000000"),
}

Expand Down

0 comments on commit 8eb463f

Please sign in to comment.