diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-15 11:35:01 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:49 +0800 |
commit | 7ff7ccde0b428734f7f77937736778213866c9e9 (patch) | |
tree | ddbfead4c49560fc4b5fabfcf4a30ee24d61086b | |
parent | bd603202941b25be65146de5d04cd354fc496cd3 (diff) | |
download | dexon-7ff7ccde0b428734f7f77937736778213866c9e9.tar dexon-7ff7ccde0b428734f7f77937736778213866c9e9.tar.gz dexon-7ff7ccde0b428734f7f77937736778213866c9e9.tar.bz2 dexon-7ff7ccde0b428734f7f77937736778213866c9e9.tar.lz dexon-7ff7ccde0b428734f7f77937736778213866c9e9.tar.xz dexon-7ff7ccde0b428734f7f77937736778213866c9e9.tar.zst dexon-7ff7ccde0b428734f7f77937736778213866c9e9.zip |
test: update geneiss config
-rw-r--r-- | test/genesis.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/genesis.json b/test/genesis.json index 2b7637b05..b6cf9a7e8 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -1,11 +1,11 @@ { "config": { "chainId": 1, - "homesteadBlock": 1, - "eip150Block": 2, + "homesteadBlock": 0, + "eip150Block": 0, "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "eip155Block": 3, - "eip158Block": 3, + "eip155Block": 0, + "eip158Block": 0, "dexcon": { "genesisCRSText": "In DEXON, we trust.", "numChain": 4, |