Skip to content

Commit e2a0f09

Browse files
authored
READMD: downgrade the requirement of nodejs (#110)
1 parent 44f3a2c commit e2a0f09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LAST_FORK_MORE_DELAY=10
1010
FullImmutabilityThreshold=2048
1111
MinBlocksForBlobRequests=576
1212
DefaultExtraReserveForBlobRequests=32
13-
BreatheBlockInterval=600
13+
BreatheBlockInterval=1200
1414
useLatestBscClient=false
1515
EnableSentryNode=false
1616
EnableFullNode=false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Installation
55
Before 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

bsc_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)