aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
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 871954b59..65192d84d 100644
--- a/params/config.go
+++ b/params/config.go
@@ -56,7 +56,7 @@ var (
Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"),
MinStake: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e5)),
BlockReward: big.NewInt(1e18),
- BlockGasLimit: 80000000,
+ BlockGasLimit: 40000000,
NumChains: 4,
LambdaBA: 250,
LambdaDKG: 2500,
@@ -95,7 +95,7 @@ var (
Owner: common.HexToAddress("BF8C48A620bacc46907f9B89732D25E47A2D7Cf7"),
MinStake: new(big.Int).Mul(big.NewInt(1e18), big.NewInt(1e5)),
BlockReward: big.NewInt(1e18),
- BlockGasLimit: 80000000,
+ BlockGasLimit: 40000000,
NumChains: 6,
LambdaBA: 250,
LambdaDKG: 2500,