Skip to content

Commit

Permalink
add envfree declaration of get treasury address to rollover exposure …
Browse files Browse the repository at this point in the history
…certora spec
  • Loading branch information
aazhou1 committed Jun 21, 2024
1 parent fa90c26 commit 4621474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certora/specs/termRepoServicer/rolloverExposure.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ methods {
function DummyERC20A.allowance(address,address) external returns(uint256) envfree;
function DummyERC20A.balanceOf(address) external returns(uint256) envfree;
function DummyERC20A.totalSupply() external returns(uint256) envfree;

function TermController.getTreasuryAddress() external returns (address) envfree;
}

rule openExposureOnRolloverNewIntegrity(env e) {
Expand Down

0 comments on commit 4621474

Please sign in to comment.