Browse Source

Updated 1155 Pausable and Supply scripts to first run make munged

Thomas Adams 3 years ago
parent
commit
018c58219f

+ 2 - 0
certora/scripts/verifyERC1155Pausable.sh

@@ -1,3 +1,5 @@
+make -C certora munged
+
 certoraRun \
     certora/harnesses/ERC1155/ERC1155PausableHarness.sol \
     --verify ERC1155PausableHarness:certora/specs/ERC1155Pausable.spec \

+ 2 - 0
certora/scripts/verifyERC1155Supply.sh

@@ -1,3 +1,5 @@
+make -C certora munged
+
 certoraRun \
     certora/harnesses/ERC1155/ERC1155SupplyHarness.sol \
     --verify ERC1155SupplyHarness:certora/specs/ERC1155Supply.spec \