From d18c109ba821efbf9edf80adbec0b971b78644e3 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Wed, 6 Mar 2019 16:54:58 +0800 Subject: params: Change taipei to 40 nodes (#227) --- params/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'params') 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{ -- cgit v1.2.3