Skip to content

Commit ad380cd

Browse files
committed
params: activate Istanbul on Ropsten and Görli
1 parent 7b32d2a commit ad380cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var (
103103
ByzantiumBlock: big.NewInt(1700000),
104104
ConstantinopleBlock: big.NewInt(4230000),
105105
PetersburgBlock: big.NewInt(4939394),
106-
IstanbulBlock: nil,
106+
IstanbulBlock: big.NewInt(6485846),
107107
Ethash: new(EthashConfig),
108108
}
109109

@@ -180,7 +180,7 @@ var (
180180
ByzantiumBlock: big.NewInt(0),
181181
ConstantinopleBlock: big.NewInt(0),
182182
PetersburgBlock: big.NewInt(0),
183-
IstanbulBlock: nil,
183+
IstanbulBlock: big.NewInt(1561651),
184184
Clique: &CliqueConfig{
185185
Period: 15,
186186
Epoch: 30000,

0 commit comments

Comments
 (0)