Skip to content

Commit

Permalink
add override.cancun and other test flags
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 committed Apr 9, 2024
1 parent fbd9009 commit 680c6e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ 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 archive --syncmode full --state.scheme ${stateScheme} --mine --vote --monitor.maliciousvote \
--rialtohash ${rialtoHash} --override.feynman ${FeynmanHardforkTime} --override.feynmanfix ${FeynmanHardforkTime} \
--rialtohash ${rialtoHash} --override.feynman ${FeynmanHardforkTime} --override.feynmanfix ${FeynmanHardforkTime} --override.cancun ${CancunHardforkTime} \
--override.immutabilitythreshold ${FullImmutabilityThreshold} --override.minforblobrequest ${MinBlocksForBlobRequests} --override.defaultextrareserve ${DefaultExtraReserveForBlobRequests} \
> ${workspace}/.local/bsc/node${i}/bsc-node.log 2>&1 &
done
}
Expand Down

0 comments on commit 680c6e7

Please sign in to comment.