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-04-09 21:32:55 +0800
commitb39d0be8e1fd2e870fafd2c23e7d5cb220696a60 (patch)
treedb1746b1199828f2b6f314efe1364eb55057fbd5 /params
parent829a6381b78f07057cb96eff78647fda8d2ae0f9 (diff)
downloaddexon-b39d0be8e1fd2e870fafd2c23e7d5cb220696a60.tar
dexon-b39d0be8e1fd2e870fafd2c23e7d5cb220696a60.tar.gz
dexon-b39d0be8e1fd2e870fafd2c23e7d5cb220696a60.tar.bz2
dexon-b39d0be8e1fd2e870fafd2c23e7d5cb220696a60.tar.lz
dexon-b39d0be8e1fd2e870fafd2c23e7d5cb220696a60.tar.xz
dexon-b39d0be8e1fd2e870fafd2c23e7d5cb220696a60.tar.zst
dexon-b39d0be8e1fd2e870fafd2c23e7d5cb220696a60.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 5e528dda4..39190fdf6 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"),