Skip to content

Commit

Permalink
Merge pull request #292 from bobanetwork/enable-boba-mainnet-holocene…
Browse files Browse the repository at this point in the history
…-hardfork

Enable boba mainnet holocene hardfork
  • Loading branch information
boyuan-chen authored Jan 8, 2025
2 parents 17c8a6e + bc57194 commit 1ba0e77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ replace github.com/ethereum/go-ethereum => github.com/ethereum-optimism/op-geth

//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-20250104193005-5eee47ed0ff5
replace github.com/ethereum-optimism/superchain-registry/superchain => github.com/bobanetwork/superchain-registry/superchain v0.0.0-20250107213715-cb3c5cb83e2e

// 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 @@ -708,8 +708,8 @@ github.com/bits-and-blooms/bitset v1.13.0 h1:bAQ9OPNFYbGHV6Nez0tmNI0RiEu7/hxlYJR
github.com/bits-and-blooms/bitset v1.13.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/bmatcuk/doublestar/v4 v4.7.1 h1:fdDeAqgT47acgwd9bd9HxJRDmc9UAmPpc+2m0CXv75Q=
github.com/bmatcuk/doublestar/v4 v4.7.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20250104193005-5eee47ed0ff5 h1:+VhG/+WaGAAJN64/F6aSAndz5ewYPsXLtwKLWGNeODs=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20250104193005-5eee47ed0ff5/go.mod h1:9feO8jcL5OZ1tvRjEfNAHz4Aggvd6373l+ZxmZZAyZs=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20250107213715-cb3c5cb83e2e h1:4oA6AvcG16s+ZPyv7mIxk+8XYcgIbCyyXLw7e9p5NRY=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20250107213715-cb3c5cb83e2e/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/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
Expand Down
1 change: 1 addition & 0 deletions op-node/chaincfg/chains_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ var bobaMainnetCfg = rollup.Config{
EcotoneTime: u64Ptr(1713302880),
FjordTime: u64Ptr(1725951600),
GraniteTime: u64Ptr(1729753200),
HoloceneTime: u64Ptr(1738785600),
ProtocolVersionsAddress: common.HexToAddress("0x0000000000000000000000000000000000000000"),
}

Expand Down

0 comments on commit 1ba0e77

Please sign in to comment.