Skip to content

Commit

Permalink
add override.haber flag (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: NathanBSC <[email protected]>
  • Loading branch information
buddh0 and NathanBSC authored May 21, 2024
1 parent c945ff2 commit 2d98130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function native_start() {
--ws.addr 0.0.0.0 --ws.port ${WSPort} --http.addr 0.0.0.0 --http.port ${HTTPPort} --http.corsdomain "*" \
--metrics --metrics.addr localhost --metrics.port ${MetricsPort} --metrics.expensive \
--gcmode ${gcmode} --syncmode full --mine --vote --monitor.maliciousvote \
--rialtohash ${rialtoHash} --override.cancun ${CancunHardforkTime} \
--rialtohash ${rialtoHash} --override.cancun ${CancunHardforkTime} --override.haber ${CancunHardforkTime} \
--override.immutabilitythreshold ${FullImmutabilityThreshold} --override.breatheblockinterval ${BreatheBlockInterval} \
--override.minforblobrequest ${MinBlocksForBlobRequests} --override.defaultextrareserve ${DefaultExtraReserveForBlobRequests} \
> ${workspace}/.local/bsc/node${i}/bsc-node.log 2>&1 &
Expand Down

0 comments on commit 2d98130

Please sign in to comment.