aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-17 14:06:16 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:56 +0800
commit19f1d808afe4a5e6ce8bab4dbff2002385bf926a (patch)
treeb3c01966e429b4f34604cb55d0986464bbf0bd40 /params
parent323de490063b1cec2c991cb81bd538fcbb20deae (diff)
downloaddexon-19f1d808afe4a5e6ce8bab4dbff2002385bf926a.tar
dexon-19f1d808afe4a5e6ce8bab4dbff2002385bf926a.tar.gz
dexon-19f1d808afe4a5e6ce8bab4dbff2002385bf926a.tar.bz2
dexon-19f1d808afe4a5e6ce8bab4dbff2002385bf926a.tar.lz
dexon-19f1d808afe4a5e6ce8bab4dbff2002385bf926a.tar.xz
dexon-19f1d808afe4a5e6ce8bab4dbff2002385bf926a.tar.zst
dexon-19f1d808afe4a5e6ce8bab4dbff2002385bf926a.zip
params: Update taipei config
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 cab3e4db6..b3d5ff1c7 100644
--- a/params/config.go
+++ b/params/config.go
@@ -122,7 +122,7 @@ var (
// TaipeiChainConfig contains the chain parameters to run a node on the Taipei test network.
TaipeiChainConfig = &ChainConfig{
ChainID: big.NewInt(239),
- DMoment: 1547695800,
+ DMoment: 1548556500,
HomesteadBlock: big.NewInt(0),
DAOForkBlock: nil,
DAOForkSupport: true,
@@ -141,14 +141,14 @@ var (
NextHalvingSupply: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(8e9)),
LastHalvedAmount: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.6e9)),
BlockGasLimit: 40000000,
- NumChains: 6,
- LambdaBA: 3000,
+ NumChains: 1,
+ LambdaBA: 500,
LambdaDKG: 20000,
K: 0,
PhiRatio: 0.667,
NotarySetSize: 21,
DKGSetSize: 13,
- RoundInterval: 3600000,
+ RoundInterval: 1800000,
MinBlockInterval: 1000,
FineValues: []*big.Int{
new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e4)),