aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoc1c <soc1c@users.noreply.github.com>2019-09-19 14:25:08 +0800
committersoc1c <soc1c@users.noreply.github.com>2019-09-19 14:25:08 +0800
commitad380cd57f9b7f8ed748b61b568f8733836ba2e3 (patch)
tree0c630cd7c0e9e698e444f243bc3fd60270a064c9
parent7b32d2a47017570c44cd7f8a83612a29656c9857 (diff)
downloadgo-tangerine-ad380cd57f9b7f8ed748b61b568f8733836ba2e3.tar
go-tangerine-ad380cd57f9b7f8ed748b61b568f8733836ba2e3.tar.gz
go-tangerine-ad380cd57f9b7f8ed748b61b568f8733836ba2e3.tar.bz2
go-tangerine-ad380cd57f9b7f8ed748b61b568f8733836ba2e3.tar.lz
go-tangerine-ad380cd57f9b7f8ed748b61b568f8733836ba2e3.tar.xz
go-tangerine-ad380cd57f9b7f8ed748b61b568f8733836ba2e3.tar.zst
go-tangerine-ad380cd57f9b7f8ed748b61b568f8733836ba2e3.zip
params: activate Istanbul on Ropsten and Görli
-rw-r--r--params/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/params/config.go b/params/config.go
index 200add01b..3b2886d53 100644
--- a/params/config.go
+++ b/params/config.go
@@ -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,