params: activate Istanbul on Ropsten and Görli

This commit is contained in:
soc1c 2019-09-19 08:25:08 +02:00
parent 7b32d2a470
commit ad380cd57f
No known key found for this signature in database
GPG Key ID: 333099B0F66985F1

@ -103,7 +103,7 @@ var (
ByzantiumBlock: big.NewInt(1700000),
ConstantinopleBlock: big.NewInt(4230000),
PetersburgBlock: big.NewInt(4939394),
IstanbulBlock: nil,
IstanbulBlock: big.NewInt(6485846),
Ethash: new(EthashConfig),
}
@ -180,7 +180,7 @@ var (
ByzantiumBlock: big.NewInt(0),
ConstantinopleBlock: big.NewInt(0),
PetersburgBlock: big.NewInt(0),
IstanbulBlock: nil,
IstanbulBlock: big.NewInt(1561651),
Clique: &CliqueConfig{
Period: 15,
Epoch: 30000,