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.
|
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
certoraRun \
|
|
certora/harnesses/ERC20FlashMintHarness.sol \
|
|
certora/harnesses/IERC3156FlashBorrowerHarness.sol \
|
|
--verify ERC20FlashMintHarness:certora/specs/ERC20FlashMint.spec \
|
|
--optimistic_loop \
|
|
$@
|
|
|