Skip to content

Commit

Permalink
fix: summaries expected supply assets
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Sep 2, 2024
1 parent 07b7d24 commit 1c689ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certora/specs/SupplyCap.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ methods {
function Util.libId(MetaMorphoHarness.MarketParams) external returns(MetaMorphoHarness.Id) envfree;
function Util.toAssetsDown(uint256, uint256, uint256) external returns(uint256) envfree;

function _.expectedSupplyAssets(MetaMorphoHarness.Id id, address user) external => supplyAssets(id, user) expect(uint256);

function _.balanceOf(address) external => DISPATCHER(true);
function _.transfer(address, uint256) external => DISPATCHER(true);
function _.transferFrom(address, address, uint256) external => DISPATCHER(true);
Expand Down

0 comments on commit 1c689ef

Please sign in to comment.