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.
10 lines
305 B
10 lines
305 B
3 years ago
|
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 "all check"
|
||
|
|