Files
openzeppelin-contracts/certora/scripts/verifyERC20Wrapper.sh
2022-03-27 16:04:31 +01:00

10 lines
327 B
Bash

certoraRun \
certora/harnesses/ERC20WrapperHarness.sol \
certora/helpers/DummyERC20A.sol certora/helpers/DummyERC20B.sol \
--verify ERC20WrapperHarness:certora/specs/ERC20Wrapper.spec \
--solc solc8.2 \
--optimistic_loop \
--staging \
--rule_sanity \
--msg "wrapper spec sanity check fixes"