parent
4a3cddc529
commit
70cbfffc74
@ -0,0 +1,6 @@ |
|||||||
|
import "../../munged/token/ERC1155/extensions/ERC1155Pausable.sol" |
||||||
|
|
||||||
|
contract ERC1155PausableHarness is ERC1155Pausable { |
||||||
|
|
||||||
|
} |
||||||
|
|
@ -0,0 +1,8 @@ |
|||||||
|
certoraRun \ |
||||||
|
certora/harness/ERC1155/ERC1155PausableHarness.sol \ |
||||||
|
--verify ERC1155PausableHarness:certora/specs/ERC1155Pausable.spec \ |
||||||
|
--solc solc8.2 \ |
||||||
|
--optimistic_loop \ |
||||||
|
--loop_iter 3 \ |
||||||
|
--cloud \ |
||||||
|
--msg "ERC1155 Pausable verification" |
Loading…
Reference in new issue