diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-13 16:21:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:50:01 +0800 |
commit | 152d11419a98d8379f4039f82ccb078d7345134b (patch) | |
tree | 893a7e12d6b55a9603e0facf3e1c6146e2cfaf60 /test/genesis.json | |
parent | cad9a9221dba6b6739fbb07fefdb2c1fb1ec1d5c (diff) | |
download | dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.gz dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.bz2 dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.lz dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.xz dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.zst dexon-152d11419a98d8379f4039f82ccb078d7345134b.zip |
consensus: implement DEXON cryptoeconomics v4.0 (#145)
Diffstat (limited to 'test/genesis.json')
-rw-r--r-- | test/genesis.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/test/genesis.json b/test/genesis.json index c053120f5..ce3526883 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -1,7 +1,8 @@ { "config": { - "chainId": 238, + "chainId": 237, "homesteadBlock": 0, + "daoForkBlock": 0, "daoForkSupport": true, "eip150Block": 0, "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", @@ -14,7 +15,9 @@ "owner": "0xbf8c48a620bacc46907f9b89732d25e47a2d7cf7", "minStake": "0x152d02c7e14af6800000", "lockupPeriod": 259200000, - "blockReward": "0xde0b6b3a7640000", + "miningVelocity": 0.1875, + "nextHalvingSupply": "0x813f3978f89409844000000", + "lastHalvedAmount": "0x4d8c55aefb8c05b5c000000", "blockGasLimit": 40000000, "numChains": 6, "lambdaBA": 250, @@ -24,7 +27,7 @@ "notarySetSize": 4, "dkgSetSize": 4, "roundInterval": 600000, - "minBlockInterval": 900, + "minBlockInterval": 1000, "fineValues": [ "0x21e19e0c9bab2400000", "0x21e19e0c9bab2400000", @@ -96,5 +99,8 @@ "url": "https://dexon.org" } } - } + }, + "number": "0x0", + "gasUsed": "0x0", + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" } |