Skip to content

Commit

Permalink
Update holocene hardfork time
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Dec 5, 2024
1 parent 98e2057 commit 1ab6908
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/ethereum-optimism/superchain-registry/superchain => github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241205204742-bcbb45646337
replace github.com/ethereum-optimism/superchain-registry/superchain => github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241205210931-5e9b6db19ee3
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
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/bobanetwork/superchain-registry/superchain v0.0.0-20241205204742-bcbb45646337 h1:BTE/eedmKirZzOcmiI1Iq/kV/wmlB0uOcTRmkClX7tM=
github.com/bobanetwork/superchain-registry/superchain v0.0.0-20241205204742-bcbb45646337/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/btcsuite/btcd/btcec/v2 v2.3.4 h1:3EJjcN70HCu/mwqlUsGK8GcNVyLVxFDlWurTXGPFfiQ=
github.com/btcsuite/btcd/btcec/v2 v2.3.4/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
Expand Down
4 changes: 2 additions & 2 deletions params/superchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ var bobaBnbTestnetCfg = hardforkConfig{
EcotoneTime: uint64(1718920168),
FjordTime: uint64(1722297600),
GraniteTime: uint64(1726470000),
HoloceneTime: uint64(1735200000),
HoloceneTime: uint64(1736150400),
EIP1559Elasticity: 6,
EIP1559Denominator: 50,
EIP1559DenominatorCanyon: 250,
Expand All @@ -247,7 +247,7 @@ var bobaSepoliaDev0Cfg = hardforkConfig{
EcotoneTime: uint64(1724692141),
FjordTime: uint64(1724692150),
GraniteTime: uint64(1724914800),
HoloceneTime: uint64(1732435200),
HoloceneTime: uint64(1736150400),
EIP1559Elasticity: 6,
EIP1559Denominator: 50,
EIP1559DenominatorCanyon: 250,
Expand Down

0 comments on commit 1ab6908

Please sign in to comment.