aboutsummaryrefslogtreecommitdiffstats
path: root/params/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'params/config.go')
-rw-r--r--params/config.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/params/config.go b/params/config.go
index 6085559aa..f163bc3b5 100644
--- a/params/config.go
+++ b/params/config.go
@@ -73,13 +73,13 @@ var (
DAOForkBlock: nil,
DAOForkSupport: true,
EIP150Block: big.NewInt(0),
- EIP150Hash: common.HexToHash("0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d"),
- EIP155Block: big.NewInt(10),
- EIP158Block: big.NewInt(10),
- ByzantiumBlock: big.NewInt(1700000),
- ConstantinopleBlock: big.NewInt(4230000),
- PetersburgBlock: big.NewInt(4939394),
+ EIP155Block: big.NewInt(0),
+ EIP158Block: big.NewInt(0),
+ ByzantiumBlock: big.NewInt(0),
+ ConstantinopleBlock: big.NewInt(0),
+ PetersburgBlock: big.NewInt(0),
Ethash: new(EthashConfig),
+ Dexcon: &DexconConfig{},
}
// TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.