Skip to content

Commit

Permalink
chainspec change for faster chain growth
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Jul 25, 2021
1 parent f32d4e1 commit d76da5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/spec_hbbft.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
"hbbft": {
"params": {
"minimumBlockTime": 1,
"maximumBlockTime": 30,
"transactionQueueSizeTrigger": 1,
"blockRewardContractAddress": "0x2000000000000000000000000000000000000001"
}
}
},
"params": {
"gasLimitBoundDivisor": "0x400",
"gasLimitBoundDivisor": "0x4",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"minGasLimit": "0x138800",
"networkID": "777004",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
Expand Down

0 comments on commit d76da5a

Please sign in to comment.