File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RPC_URL="http://127.0.0.1:8545"
77GENESIS_COMMIT = " 234e3685ec309624f0fbef41043ae117caebc853" # lorentz commit
88PASSED_FORK_DELAY = 40
99LAST_FORK_MORE_DELAY = 10
10- FullImmutabilityThreshold = 512
10+ FullImmutabilityThreshold = 2048
1111MinBlocksForBlobRequests = 576
1212DefaultExtraReserveForBlobRequests = 32
1313BreatheBlockInterval = 600
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ function native_start() {
214214 # geth may be replaced
215215 cp ${workspace} /bin/geth ${workspace} /.local/node${i} /geth${i}
216216 # update `config` in genesis.json
217- ${workspace} /.local/node${i} /geth${i} dumpgenesis --datadir ${workspace} /.local/node${i} | jq . > ${workspace} /.local/node${i} /genesis.json
217+ # ${workspace}/.local/node${i}/geth${i} dumpgenesis --datadir ${workspace}/.local/node${i} | jq . > ${workspace}/.local/node${i}/genesis.json
218218 # run BSC node
219219 nohup ${workspace} /.local/node${i} /geth${i} --config ${workspace} /.local/node${i} /config.toml \
220220 --mine --vote --password ${workspace} /.local/node${i} /password.txt --unlock ${cons_addr} --miner.etherbase ${cons_addr} --blspassword ${workspace} /.local/node${i} /password.txt \
You can’t perform that action at this time.
0 commit comments