aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorWei-Ning Huang <aitjcize@gmail.com>2018-11-12 11:34:02 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:49:56 +0800
commitd89df904e4e9c485e2edff20ab523d441811c034 (patch)
treed539e577764d3013e21782d9381de6f247e2d06c /params
parent8bb6abd7f40e88a18148799c9a8b4a42f7cc4aab (diff)
downloaddexon-d89df904e4e9c485e2edff20ab523d441811c034.tar
dexon-d89df904e4e9c485e2edff20ab523d441811c034.tar.gz
dexon-d89df904e4e9c485e2edff20ab523d441811c034.tar.bz2
dexon-d89df904e4e9c485e2edff20ab523d441811c034.tar.lz
dexon-d89df904e4e9c485e2edff20ab523d441811c034.tar.xz
dexon-d89df904e4e9c485e2edff20ab523d441811c034.tar.zst
dexon-d89df904e4e9c485e2edff20ab523d441811c034.zip
params: fix genesis block config and use testnet for test (#10)
Diffstat (limited to 'params')
-rw-r--r--params/config.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/params/config.go b/params/config.go
index e080f1572..253575c50 100644
--- a/params/config.go
+++ b/params/config.go
@@ -46,7 +46,7 @@ var (
PetersburgBlock: big.NewInt(0),
Dexcon: &DexconConfig{
GenesisCRSText: "In DEXON, we trust.",
- Owner: common.HexToAddress("7C3c31B19395A5e2627F921Cc2802560B71f1caB"),
+ Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"),
BlockReward: big.NewInt(1e18),
BlockGasLimit: 80000000,
NumChains: 4,
@@ -56,7 +56,7 @@ var (
PhiRatio: 667000,
NotarySetSize: 4,
DKGSetSize: 4,
- RoundInterval: 99999999999,
+ RoundInterval: 600000,
MinBlockInterval: 900,
},
}
@@ -84,7 +84,7 @@ var (
PetersburgBlock: big.NewInt(0),
Dexcon: &DexconConfig{
GenesisCRSText: "In DEXON, we trust.",
- Owner: common.HexToAddress("7C3c31B19395A5e2627F921Cc2802560B71f1caB"),
+ Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"),
BlockReward: big.NewInt(1e18),
BlockGasLimit: 80000000,
NumChains: 4,
@@ -94,7 +94,7 @@ var (
PhiRatio: 667000,
NotarySetSize: 4,
DKGSetSize: 4,
- RoundInterval: 99999999999,
+ RoundInterval: 600000,
MinBlockInterval: 900,
},
}