Skip to content

Commit

Permalink
update curve pool interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraic-O-Mhuiris committed Feb 9, 2022
1 parent 2f1ac81 commit 6da869f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions contracts/interfaces/ICurvePool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,4 @@ interface ICurvePool {
int128 idx,
uint256 minAmount
) external payable;

function calc_token_amount(uint256[2] memory amounts, bool isDeposit)
external
view
returns (uint256);

function calc_token_amount(uint256[3] memory amounts, bool isDeposit)
external
view
returns (uint256);

function calc_withdraw_one_coin(uint256 amount, int128 selector)
external
view
returns (uint256);

function calc_withdraw_one_coin(uint256 amount, uint256 selector)
external
view
returns (uint256);
}

0 comments on commit 6da869f

Please sign in to comment.