Skip to content

Commit 85ab47e

Browse files
committed
Add Baklava migration block
1 parent 72f15f4 commit 85ab47e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

params/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ var (
9696
EspressoBlock: big.NewInt(9195000),
9797
GingerbreadBlock: big.NewInt(18785000),
9898
GingerbreadP2Block: big.NewInt(19157000),
99-
HForkBlock: nil, // TBD
100-
L2MigrationBlock: nil,
99+
HForkBlock: nil,
100+
L2MigrationBlock: big.NewInt(28308600),
101101

102102
Istanbul: &IstanbulConfig{
103103
Epoch: 17280,
@@ -126,7 +126,7 @@ var (
126126
EspressoBlock: big.NewInt(9472000),
127127
GingerbreadBlock: big.NewInt(19814000),
128128
GingerbreadP2Block: big.NewInt(19814000),
129-
HForkBlock: nil, // TBD
129+
HForkBlock: nil,
130130
L2MigrationBlock: big.NewInt(26384000),
131131

132132
Istanbul: &IstanbulConfig{

0 commit comments

Comments
 (0)