Skip to content

Commit

Permalink
trying to get linking to work
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Jun 26, 2024
1 parent c2e66c6 commit 660f315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions certora/specs/termRepoServicer/collapses.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ methods {
function DummyERC20A.balanceOf(address) external returns(uint256) envfree;
function DummyERC20A.decimals() external returns(uint256) envfree;
function DummyERC20A.totalSupply() external returns(uint256) envfree;

function verifyMintExposureAccess(address) external returns(bool) => DISPATCHER(true);

}

rule burnCollapseExposureMonotonicBehavior(env e) {
Expand Down

0 comments on commit 660f315

Please sign in to comment.