aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-01-03 14:23:21 +0800
committerWei-Ning Huang <w@dexon.org>2019-01-14 15:26:26 +0800
commitcb96fc7b079bf0e4611cb643f860ed90f707ff3a (patch)
treebe690dd057206a2195c030cc6178bb62daab5bee /params
parent63f30a6c640ed62a9d4f128c92c9847b30c48102 (diff)
downloaddexon-cb96fc7b079bf0e4611cb643f860ed90f707ff3a.tar
dexon-cb96fc7b079bf0e4611cb643f860ed90f707ff3a.tar.gz
dexon-cb96fc7b079bf0e4611cb643f860ed90f707ff3a.tar.bz2
dexon-cb96fc7b079bf0e4611cb643f860ed90f707ff3a.tar.lz
dexon-cb96fc7b079bf0e4611cb643f860ed90f707ff3a.tar.xz
dexon-cb96fc7b079bf0e4611cb643f860ed90f707ff3a.tar.zst
dexon-cb96fc7b079bf0e4611cb643f860ed90f707ff3a.zip
core: update taipei testnet genesis config and alloc (#119)
Diffstat (limited to 'params')
-rw-r--r--params/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/params/config.go b/params/config.go
index e4b31a3f6..f15ffe83f 100644
--- a/params/config.go
+++ b/params/config.go
@@ -121,12 +121,12 @@ var (
BlockReward: big.NewInt(1e18),
BlockGasLimit: 40000000,
NumChains: 6,
- LambdaBA: 400,
+ LambdaBA: 300,
LambdaDKG: 10000,
K: 0,
PhiRatio: 0.667,
NotarySetSize: 18,
- DKGSetSize: 7,
+ DKGSetSize: 9,
RoundInterval: 3600000,
MinBlockInterval: 900,
},