aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-25 09:49:40 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commit84452cc3c776364aa948ca4bec465beae313b907 (patch)
tree9939eb373e97dc9365cdfc7d09505352e4a34fd6 /params
parentc8a4b2a379c81b17e47d80b18bfef44a3b9c9c58 (diff)
downloaddexon-84452cc3c776364aa948ca4bec465beae313b907.tar
dexon-84452cc3c776364aa948ca4bec465beae313b907.tar.gz
dexon-84452cc3c776364aa948ca4bec465beae313b907.tar.bz2
dexon-84452cc3c776364aa948ca4bec465beae313b907.tar.lz
dexon-84452cc3c776364aa948ca4bec465beae313b907.tar.xz
dexon-84452cc3c776364aa948ca4bec465beae313b907.tar.zst
dexon-84452cc3c776364aa948ca4bec465beae313b907.zip
params: enable constantinople fork for testnets
Diffstat (limited to 'params')
-rw-r--r--params/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go
index 42e7f2e2c..6844a7521 100644
--- a/params/config.go
+++ b/params/config.go
@@ -113,7 +113,8 @@ var (
EIP155Block: big.NewInt(0),
EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(0),
- ConstantinopleBlock: nil,
+ ConstantinopleBlock: big.NewInt(0),
+ PetersburgBlock: big.NewInt(0),
Dexcon: &DexconConfig{
GenesisCRSText: "In DEXON, we trust.",
Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"),