Skip to content

Commit

Permalink
add a missing fn to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Oct 21, 2024
1 parent 248e97c commit 1c8a63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/ITheCompact.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ interface ITheCompact {

function deposit(address token, address allocator, ResetPeriod resetPeriod, Scope scope, uint256 amount, address recipient) external returns (uint256 id);

function deposit(uint256[2][] calldata idsAndAmounts, address recipient) external payable returns (bool);

function deposit(
address token,
uint256 amount,
Expand Down

0 comments on commit 1c8a63c

Please sign in to comment.