Skip to content

Commit

Permalink
Merge pull request #282 from bobanetwork/add-holocene-hardfork
Browse files Browse the repository at this point in the history
Add holocene hardfork for testnet
  • Loading branch information
boyuan-chen authored Dec 5, 2024
2 parents c09dbd1 + 2bed1d2 commit 2eeec42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ replace github.com/ethereum/go-ethereum v1.14.11 => github.com/ethereum-optimism

//replace github.com/ethereum/go-ethereum => ../go-ethereum

replace github.com/ethereum-optimism/superchain-registry/superchain => github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241121182544-13bbb7af7f91
replace github.com/ethereum-optimism/superchain-registry/superchain => github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241205210931-5e9b6db19ee3

// This release keeps breaking Go builds. Stop that.
exclude (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
github.com/bits-and-blooms/bitset v1.13.0 h1:bAQ9OPNFYbGHV6Nez0tmNI0RiEu7/hxlYJRUA0wFAVE=
github.com/bits-and-blooms/bitset v1.13.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241121182544-13bbb7af7f91 h1:QUNryKnl1WzPPOumH9c0P5nmsvr/j+LtUx95p5h0uyU=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241121182544-13bbb7af7f91/go.mod h1:9feO8jcL5OZ1tvRjEfNAHz4Aggvd6373l+ZxmZZAyZs=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241205210931-5e9b6db19ee3 h1:keQvcCoOu9AiB0oAiA0tVW8IrFKVeXuPJPq7uBLXNfs=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241205210931-5e9b6db19ee3/go.mod h1:9feO8jcL5OZ1tvRjEfNAHz4Aggvd6373l+ZxmZZAyZs=
github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
Expand Down
2 changes: 2 additions & 0 deletions op-node/chaincfg/chains_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ var bobaSepoliaCfg = rollup.Config{
EcotoneTime: u64Ptr(1709078400),
FjordTime: u64Ptr(1722297600),
GraniteTime: u64Ptr(1726470000),
HoloceneTime: u64Ptr(1736150400),
ProtocolVersionsAddress: common.HexToAddress("0x0000000000000000000000000000000000000000"),
}

Expand Down Expand Up @@ -254,6 +255,7 @@ var bobaBnbTestnetCfg = rollup.Config{
EcotoneTime: u64Ptr(1718920168),
FjordTime: u64Ptr(1722297600),
GraniteTime: u64Ptr(1726470000),
HoloceneTime: u64Ptr(1736150400),
ProtocolVersionsAddress: common.HexToAddress("0x0000000000000000000000000000000000000000"),
}

Expand Down

0 comments on commit 2eeec42

Please sign in to comment.