diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-09-04 15:59:29 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:48 +0800 |
commit | 729d20787526bc560f153ec64a88cbac710792ee (patch) | |
tree | dad8091ee243dcb5745fbfe708ffd385d72ab434 /params/config.go | |
parent | 41fd54a53f30f860953d76c90056a9c867aa803f (diff) | |
download | go-tangerine-729d20787526bc560f153ec64a88cbac710792ee.tar go-tangerine-729d20787526bc560f153ec64a88cbac710792ee.tar.gz go-tangerine-729d20787526bc560f153ec64a88cbac710792ee.tar.bz2 go-tangerine-729d20787526bc560f153ec64a88cbac710792ee.tar.lz go-tangerine-729d20787526bc560f153ec64a88cbac710792ee.tar.xz go-tangerine-729d20787526bc560f153ec64a88cbac710792ee.tar.zst go-tangerine-729d20787526bc560f153ec64a88cbac710792ee.zip |
Update testchain config and add test bootnode key
Diffstat (limited to 'params/config.go')
-rw-r--r-- | params/config.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/params/config.go b/params/config.go index 3cf86e9be..0eeba7670 100644 --- a/params/config.go +++ b/params/config.go @@ -64,13 +64,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. |