Skip to content

Commit

Permalink
Remove swapName in favor of STRUCT_STRINGS.SwapEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt authored Nov 8, 2024
1 parent 05f3a5a commit 4e701fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useMemo } from "react";
import { toCoinTypes } from "@sdk/markets/utils";
import { type AccountInfo } from "@aptos-labs/wallet-adapter-core";
import { tryEd25519PublicKey } from "components/pages/launch-emojicoin/hooks/use-register-market";
import { EMOJICOIN_DOT_FUN_MODULE_NAME, MODULE_ADDRESS } from "@sdk/const";
import { STRUCT_STRINGS } from "@sdk/utils";

Check warning on line 17 in src/typescript/frontend/src/lib/hooks/queries/use-simulate-swap.ts

View workflow job for this annotation

GitHub Actions / pre-commit

'STRUCT_STRINGS' is defined but never used. Allowed unused vars must match /^_/u

export const simulateSwap = async (args: {
aptos: Aptos;
Expand Down

0 comments on commit 4e701fe

Please sign in to comment.