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>2018-12-19 20:54:27 +0800
commit68eeeb7eade3d621cc2ea0e08c95a869301fb1bf (patch)
tree7490130c95d48b0492b0b72937dd9e4e913b65d1 /params
parent5d077053161c4c60f83519aa9e27aa49ee5ad51f (diff)
downloaddexon-68eeeb7eade3d621cc2ea0e08c95a869301fb1bf.tar
dexon-68eeeb7eade3d621cc2ea0e08c95a869301fb1bf.tar.gz
dexon-68eeeb7eade3d621cc2ea0e08c95a869301fb1bf.tar.bz2
dexon-68eeeb7eade3d621cc2ea0e08c95a869301fb1bf.tar.lz
dexon-68eeeb7eade3d621cc2ea0e08c95a869301fb1bf.tar.xz
dexon-68eeeb7eade3d621cc2ea0e08c95a869301fb1bf.tar.zst
dexon-68eeeb7eade3d621cc2ea0e08c95a869301fb1bf.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 f59e01a84..ec7405d53 100644
--- a/params/config.go
+++ b/params/config.go
@@ -45,7 +45,7 @@ var (
ConstantinopleBlock: 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,
@@ -55,7 +55,7 @@ var (
PhiRatio: 667000,
NotarySetSize: 4,
DKGSetSize: 4,
- RoundInterval: 99999999999,
+ RoundInterval: 600000,
MinBlockInterval: 900,
},
}
@@ -82,7 +82,7 @@ var (
ConstantinopleBlock: nil,
Dexcon: &DexconConfig{
GenesisCRSText: "In DEXON, we trust.",
- Owner: common.HexToAddress("7C3c31B19395A5e2627F921Cc2802560B71f1caB"),
+ Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"),
BlockReward: big.NewInt(1e18),
BlockGasLimit: 80000000,
NumChains: 4,
@@ -92,7 +92,7 @@ var (
PhiRatio: 667000,
NotarySetSize: 4,
DKGSetSize: 4,
- RoundInterval: 99999999999,
+ RoundInterval: 600000,
MinBlockInterval: 900,
},
}