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 843fe20 commit e71bbe7Copy full SHA for e71bbe7
params/config_kotti.go
@@ -38,6 +38,7 @@ var (
38
ByzantiumBlock: big.NewInt(716617),
39
ConstantinopleBlock: big.NewInt(1705549),
40
PetersburgBlock: big.NewInt(1705549),
41
+ IstanbulBlock: big.NewInt(2200013),
42
DisposalBlock: big.NewInt(0),
43
ECIP1017EraRounds: big.NewInt(5000000),
44
EIP160Block: big.NewInt(0),
params/config_mordor.go
@@ -35,6 +35,7 @@ var (
35
ByzantiumBlock: big.NewInt(0),
36
ConstantinopleBlock: big.NewInt(301243),
37
PetersburgBlock: big.NewInt(301243),
+ IstanbulBlock: big.NewInt(999983),
ECIP1017EraRounds: big.NewInt(2000000),
0 commit comments