aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-03-06 16:54:58 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:57 +0800
commitd18c109ba821efbf9edf80adbec0b971b78644e3 (patch)
treed48e8ff3cb6be27c34dab83e4fdd77c36e3a4e19 /params
parentce3d3603b5184a9e99a7e6d607e8fa496cae4a87 (diff)
downloaddexon-d18c109ba821efbf9edf80adbec0b971b78644e3.tar.gz
dexon-d18c109ba821efbf9edf80adbec0b971b78644e3.tar.zst
dexon-d18c109ba821efbf9edf80adbec0b971b78644e3.zip
params: Change taipei to 40 nodes (#227)
Diffstat (limited to 'params')
-rw-r--r--params/config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/params/config.go b/params/config.go
index 97693143b..0439662a2 100644
--- a/params/config.go
+++ b/params/config.go
@@ -135,13 +135,13 @@ var (
MinStake: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e6)),
LockupPeriod: 86400 * 3 * 1000,
MiningVelocity: 0.1875,
- NextHalvingSupply: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.4e8)),
+ NextHalvingSupply: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.8e8)),
LastHalvedAmount: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.6e7)),
BlockGasLimit: 21000 * 5000,
LambdaBA: 250,
LambdaDKG: 10000,
- NotarySetSize: 18,
- DKGSetSize: 14,
+ NotarySetSize: 24,
+ DKGSetSize: 24,
RoundLength: 1200,
MinBlockInterval: 500,
FineValues: []*big.Int{