Skip to content

Commit 420ba07

Browse files
authored
config: Add L2 migration config for testnets (#2339)
1 parent 38d72a9 commit 420ba07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

params/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ var (
9797
GingerbreadBlock: big.NewInt(18785000),
9898
GingerbreadP2Block: big.NewInt(19157000),
9999
HForkBlock: nil, // TBD
100+
L2MigrationBlock: big.NewInt(27110000),
100101

101102
Istanbul: &IstanbulConfig{
102103
Epoch: 17280,
@@ -126,6 +127,7 @@ var (
126127
GingerbreadBlock: big.NewInt(19814000),
127128
GingerbreadP2Block: big.NewInt(19814000),
128129
HForkBlock: nil, // TBD
130+
L2MigrationBlock: big.NewInt(26384000),
129131

130132
Istanbul: &IstanbulConfig{
131133
Epoch: 17280,

0 commit comments

Comments
 (0)