Skip to content

Commit

Permalink
chore(certora/scripts): remove wait for all results option
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Feb 26, 2024
1 parent c7f800f commit 023e43f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion certora/scripts/verify-collectible-v1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ certoraRun \
--optimistic_loop \
--loop_iter 3 \
--rule_sanity "basic" \
--wait_for_results "all" \
--msg "Verifying CollectibleV1.sol"

1 change: 0 additions & 1 deletion certora/scripts/verify-community-token-deployer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ certoraRun \
--packages @openzeppelin=lib/openzeppelin-contracts \
--optimistic_loop \
--rule_sanity "basic" \
--wait_for_results "all" \
--msg "Verifying CommunityTokenDeployer.sol"

0 comments on commit 023e43f

Please sign in to comment.