mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/certora/scripts/verifyERC1155Pausable.sh

11 lines
308 B

make -C certora munged
certoraRun \
certora/harnesses/ERC1155/ERC1155PausableHarness.sol \
--verify ERC1155PausableHarness:certora/specs/ERC1155Pausable.spec \
--solc solc8.2 \
--optimistic_loop \
--loop_iter 3 \
--send_only \
--cloud \
--msg "ERC1155 Pausable verification"