Upgrade certora-cli to support Solidity 0.8.20

This commit is contained in:
ernestognw
2023-08-14 11:36:59 -06:00
parent 88783fb47c
commit c7af2dd2d3
42 changed files with 2 additions and 893 deletions

View File

@ -1,3 +1,3 @@
methods {
owner() returns (address) envfree
function owner() external returns (address) envfree;
}