reorganized scripts
This commit is contained in:
11
certora/scripts/Round2/verifyAll2.sh
Normal file
11
certora/scripts/Round2/verifyAll2.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
make -C certora munged
|
||||
|
||||
sh certora/scripts/Round2/verifyAccessControl.sh
|
||||
sh certora/scripts/Round2/verifyERC20FlashMint.sh
|
||||
sh certora/scripts/Round2/verifyERC20Votes.sh
|
||||
sh certora/scripts/Round2/verifyERC20Wrapper.sh
|
||||
sh certora/scripts/Round2/verifyERC721Votes.sh
|
||||
sh certora/scripts/Round2/verifyERC1155.sh
|
||||
sh certora/scripts/Round2/verifyTimelock.sh
|
||||
Reference in New Issue
Block a user