We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d131a commit d4cb5dbCopy full SHA for d4cb5db
params/config.go
@@ -67,7 +67,8 @@ var (
67
EspressoBlock: big.NewInt(11838440),
68
GingerbreadBlock: big.NewInt(21616000),
69
GingerbreadP2Block: big.NewInt(21616000),
70
- HForkBlock: nil, // TBD
+ HForkBlock: nil,
71
+ L2MigrationBlock: big.NewInt(31056500),
72
73
Istanbul: &IstanbulConfig{
74
Epoch: 17280,
0 commit comments