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 72f15f4 commit 85ab47eCopy full SHA for 85ab47e
params/config.go
@@ -96,8 +96,8 @@ var (
96
EspressoBlock: big.NewInt(9195000),
97
GingerbreadBlock: big.NewInt(18785000),
98
GingerbreadP2Block: big.NewInt(19157000),
99
- HForkBlock: nil, // TBD
100
- L2MigrationBlock: nil,
+ HForkBlock: nil,
+ L2MigrationBlock: big.NewInt(28308600),
101
102
Istanbul: &IstanbulConfig{
103
Epoch: 17280,
@@ -126,7 +126,7 @@ var (
126
EspressoBlock: big.NewInt(9472000),
127
GingerbreadBlock: big.NewInt(19814000),
128
GingerbreadP2Block: big.NewInt(19814000),
129
130
L2MigrationBlock: big.NewInt(26384000),
131
132
0 commit comments