chore(certora/scripts): remove wait for all results option

This commit is contained in:
r4bbit 2024-02-23 13:56:38 +01:00
parent c7f800fd85
commit 023e43f4ad
2 changed files with 0 additions and 2 deletions

View File

@ -6,6 +6,5 @@ certoraRun \
--optimistic_loop \ --optimistic_loop \
--loop_iter 3 \ --loop_iter 3 \
--rule_sanity "basic" \ --rule_sanity "basic" \
--wait_for_results "all" \
--msg "Verifying CollectibleV1.sol" --msg "Verifying CollectibleV1.sol"

View File

@ -10,6 +10,5 @@ certoraRun \
--packages @openzeppelin=lib/openzeppelin-contracts \ --packages @openzeppelin=lib/openzeppelin-contracts \
--optimistic_loop \ --optimistic_loop \
--rule_sanity "basic" \ --rule_sanity "basic" \
--wait_for_results "all" \
--msg "Verifying CommunityTokenDeployer.sol" --msg "Verifying CommunityTokenDeployer.sol"