Skip to content

Commit

Permalink
chore: add back methods in lastUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Nov 30, 2024
1 parent bf5dfa2 commit 7d16983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certora/specs/LastUpdated.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ methods {
function ERC20.safeTransferFrom(address, address, address, uint256) external envfree;

function Morpho.lastUpdate(MorphoHarness.Id) external returns(uint256) envfree;
function Morpho.virtualTotalSupplyAssets(MorphoHarness.Id) external returns(uint256) envfree;
function Morpho.virtualTotalSupplyShares(MorphoHarness.Id) external returns(uint256) envfree;
}

function hasCuratorRole(address user) returns bool {
Expand Down

0 comments on commit 7d16983

Please sign in to comment.