We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6712547 commit 7fd8e43Copy full SHA for 7fd8e43
packages/plugin-sui/src/actions/swap.ts
@@ -15,10 +15,7 @@ import { z } from "zod";
15
16
import { SuiClient, getFullnodeUrl } from "@mysten/sui/client";
17
import { SUI_DECIMALS } from "@mysten/sui/utils";
18
-import {
19
- Aftermath,
20
- RouterCompleteTradeRoute as AftermathRouterCompleteTradeRoute,
21
-} from "aftermath-ts-sdk";
+import { Aftermath } from "aftermath-ts-sdk";
22
23
import { walletProvider } from "../providers/wallet";
24
import { parseAccount } from "../utils";
0 commit comments