aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-17 14:06:16 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:22 +0800
commit3f7a3e7a4641da014a9fa33b9e59d29e6d439de0 (patch)
treef5cc292c9f3e7928c040e128676fb1b144b1ebd4
parent44b3b292321b69f5f3d4f1a888e84327c978cd08 (diff)
downloadgo-tangerine-3f7a3e7a4641da014a9fa33b9e59d29e6d439de0.tar
go-tangerine-3f7a3e7a4641da014a9fa33b9e59d29e6d439de0.tar.gz
go-tangerine-3f7a3e7a4641da014a9fa33b9e59d29e6d439de0.tar.bz2
go-tangerine-3f7a3e7a4641da014a9fa33b9e59d29e6d439de0.tar.lz
go-tangerine-3f7a3e7a4641da014a9fa33b9e59d29e6d439de0.tar.xz
go-tangerine-3f7a3e7a4641da014a9fa33b9e59d29e6d439de0.tar.zst
go-tangerine-3f7a3e7a4641da014a9fa33b9e59d29e6d439de0.zip
params: Update taipei config
-rw-r--r--params/config.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/params/config.go b/params/config.go
index b5ec9b44c..d0851e662 100644
--- a/params/config.go
+++ b/params/config.go
@@ -129,7 +129,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,
@@ -148,14 +148,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)),