aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-02-16 13:48:16 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:22 +0800
commit81193a683d6328b627ee0e5f0f3689b3473e29ea (patch)
tree8557e9ae3cb08981615109f17259e421a9eaa3d2 /params
parent83c83ac2c48bd78aee6f553f161f27ba9e9b984f (diff)
downloadgo-tangerine-81193a683d6328b627ee0e5f0f3689b3473e29ea.tar
go-tangerine-81193a683d6328b627ee0e5f0f3689b3473e29ea.tar.gz
go-tangerine-81193a683d6328b627ee0e5f0f3689b3473e29ea.tar.bz2
go-tangerine-81193a683d6328b627ee0e5f0f3689b3473e29ea.tar.lz
go-tangerine-81193a683d6328b627ee0e5f0f3689b3473e29ea.tar.xz
go-tangerine-81193a683d6328b627ee0e5f0f3689b3473e29ea.tar.zst
go-tangerine-81193a683d6328b627ee0e5f0f3689b3473e29ea.zip
copy testnet config to taipei
Diffstat (limited to 'params')
-rw-r--r--params/config.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/params/config.go b/params/config.go
index 2155586fe..a1881ecb7 100644
--- a/params/config.go
+++ b/params/config.go
@@ -145,17 +145,17 @@ 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(8e9)),
- LastHalvedAmount: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1.6e9)),
+ NextHalvingSupply: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(2e7)),
+ LastHalvedAmount: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(4e6)),
BlockGasLimit: 40000000,
- NumChains: 1,
- LambdaBA: 500,
- LambdaDKG: 20000,
+ NumChains: 4,
+ LambdaBA: 250,
+ LambdaDKG: 10000,
K: 0,
PhiRatio: 0.667,
- NotarySetSize: 21,
- DKGSetSize: 13,
- RoundInterval: 1800000,
+ NotarySetSize: 4,
+ DKGSetSize: 4,
+ RoundInterval: 1200000,
MinBlockInterval: 1000,
FineValues: []*big.Int{
new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e4)),