Skip to content

Commit 72f15f4

Browse files
authored
Remove Baklava L2 migration config (#2342)
1 parent 1ebb1be commit 72f15f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var (
9797
GingerbreadBlock: big.NewInt(18785000),
9898
GingerbreadP2Block: big.NewInt(19157000),
9999
HForkBlock: nil, // TBD
100-
L2MigrationBlock: big.NewInt(27110000),
100+
L2MigrationBlock: nil,
101101

102102
Istanbul: &IstanbulConfig{
103103
Epoch: 17280,

0 commit comments

Comments
 (0)