aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
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,
},
}