Closed chanhosuh closed 1 year ago
Currently CurveCryptoPool.calc_withdraw_one_coin does not handle 3 coins, only 2. Update the implementation in a clean manner to handle this. Similar test as for 2 coins should work. Reference implementation is the Tricrypto-NG vyper fixture.
CurveCryptoPool.calc_withdraw_one_coin
Note: This blocks remove_liquidity_one_coin.
remove_liquidity_one_coin
Currently
CurveCryptoPool.calc_withdraw_one_coin
does not handle 3 coins, only 2. Update the implementation in a clean manner to handle this. Similar test as for 2 coins should work. Reference implementation is the Tricrypto-NG vyper fixture.Note: This blocks
remove_liquidity_one_coin
.