Curve yUSD
Sell
spells.add({
connector: "curve-y",
method: "sell",
args: [buyAddr, sellAddr, sellAmt, unitAmt, getId, setId]
});Deposit
Withdraw
Last updated
spells.add({
connector: "curve-y",
method: "sell",
args: [buyAddr, sellAddr, sellAmt, unitAmt, getId, setId]
});Last updated
spells.add({
connector: "curve-y",
method: "deposit",
args: [token, amt, unitAmt, getId, setId]
});spells.add({
connector: "curve-y",
method: "withdraw",
args: [token, amt, unitAmt, getId, setId]
});