verifyAll2.sh 363 B

1234567891011
  1. #!/bin/bash
  2. make -C certora munged
  3. sh certora/scripts/Round2/verifyAccessControl.sh
  4. sh certora/scripts/Round2/verifyERC20FlashMint.sh
  5. sh certora/scripts/Round2/verifyERC20Votes.sh
  6. sh certora/scripts/Round2/verifyERC20Wrapper.sh
  7. sh certora/scripts/Round2/verifyERC721Votes.sh
  8. sh certora/scripts/Round2/verifyERC1155.sh
  9. sh certora/scripts/Round2/verifyTimelock.sh