Skip to content

Commit

Permalink
tests: added multichain for riskFund and shortfall
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Nov 2, 2023
1 parent 6bdb3d5 commit 4f884d6
Show file tree
Hide file tree
Showing 11 changed files with 387 additions and 1,749 deletions.
12 changes: 12 additions & 0 deletions contracts/test/Mocks/IMockPSR.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// SPDX-License-Identifier: BSD-3-Clause
pragma solidity 0.8.13;

interface IMockProtocolShareReserve {
function updateAssetsState(address comptroller, address asset) external;

function acceptOwnership() external;

function releaseFunds(address comptroller, address asset, uint256 amount) external;

function assetsReserves(address asset) external view returns (uint256);
}
Loading

0 comments on commit 4f884d6

Please sign in to comment.