File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LAST_FORK_MORE_DELAY=10
1010FullImmutabilityThreshold = 2048
1111MinBlocksForBlobRequests = 576
1212DefaultExtraReserveForBlobRequests = 32
13- BreatheBlockInterval = 600
13+ BreatheBlockInterval = 1200
1414useLatestBscClient = false
1515EnableSentryNode = false
1616EnableFullNode = false
Original file line number Diff line number Diff line change 33
44## Installation
55Before proceeding to the next steps, please ensure that the following packages and softwares are well installed in your local machine:
6- - nodejs: 18.20.2
6+ - nodejs: v16.15.0
77- npm: 6.14.6
88- go: 1.24+
99- foundry
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function prepare_config() {
9999
100100 cd ${workspace} /genesis/
101101 git checkout HEAD contracts
102- sed -i -e ' s/alreadyInit = true;/turnLength = 8 ;alreadyInit = true;/' ${workspace} /genesis/contracts/BSCValidatorSet.sol
102+ sed -i -e ' s/alreadyInit = true;/turnLength = 16 ;alreadyInit = true;/' ${workspace} /genesis/contracts/BSCValidatorSet.sol
103103 sed -i -e ' s/public onlyCoinbase onlyZeroGasPrice {/public onlyCoinbase onlyZeroGasPrice {if (block.number < 300) return;/' ${workspace} /genesis/contracts/BSCValidatorSet.sol
104104
105105 poetry run python -m scripts.generate generate-validators
You can’t perform that action at this time.
0 commit comments