Skip to content

Commit

Permalink
config: Add L2 migration config for testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Dec 4, 2024
1 parent 38d72a9 commit bc95ca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ var (
GingerbreadBlock: big.NewInt(18785000),
GingerbreadP2Block: big.NewInt(19157000),
HForkBlock: nil, // TBD
L2MigrationBlock: big.NewInt(27109999),

Istanbul: &IstanbulConfig{
Epoch: 17280,
Expand Down Expand Up @@ -126,6 +127,7 @@ var (
GingerbreadBlock: big.NewInt(19814000),
GingerbreadP2Block: big.NewInt(19814000),
HForkBlock: nil, // TBD
L2MigrationBlock: big.NewInt(26383999),

Istanbul: &IstanbulConfig{
Epoch: 17280,
Expand Down

0 comments on commit bc95ca0

Please sign in to comment.