How to remove liquidity?
import { SwapActionGenerator } from "@a-dex/a-dex-sdk";
const actionsGen = new SwapActionGenerator("swap.adex");
const action = await actionsGen.withdraw(
[
{
actor: "trader.adex",
permission: "active",
},
],
"trader.adex",
"1000 LPA"
);
Last updated
Was this helpful?