Skip to content

Commit d4cb5db

Browse files
authored
Add Mainnet L2 migration block (#2358)
1 parent e5d131a commit d4cb5db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

params/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ var (
6767
EspressoBlock: big.NewInt(11838440),
6868
GingerbreadBlock: big.NewInt(21616000),
6969
GingerbreadP2Block: big.NewInt(21616000),
70-
HForkBlock: nil, // TBD
70+
HForkBlock: nil,
71+
L2MigrationBlock: big.NewInt(31056500),
7172

7273
Istanbul: &IstanbulConfig{
7374
Epoch: 17280,

0 commit comments

Comments
 (0)