Skip to content

Commit

Permalink
Remove Baklava L2 migration config (#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonponti authored Dec 6, 2024
1 parent 1ebb1be commit 72f15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ var (
GingerbreadBlock: big.NewInt(18785000),
GingerbreadP2Block: big.NewInt(19157000),
HForkBlock: nil, // TBD
L2MigrationBlock: big.NewInt(27110000),
L2MigrationBlock: nil,

Istanbul: &IstanbulConfig{
Epoch: 17280,
Expand Down

0 comments on commit 72f15f4

Please sign in to comment.