Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mPaella committed Dec 10, 2024
1 parent f9a06d9 commit 3901948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { SolanaWalletClient } from "@goat-sdk/core";
import { getNftInfo } from "./getNftInfo";
import type { getBuyListingTransactionResponseSchema } from "../parameters";
import type { Connection } from "@solana/web3.js";
import type { z } from "zod";
import type { getBuyListingTransactionResponseSchema } from "../parameters";
import { deserializeTxResponseToInstructions } from "../utils/deserializeTxResponseToInstructions";
import type { Connection } from "@solana/web3.js";
import { getNftInfo } from "./getNftInfo";

export async function getBuyListingTransaction({
walletClient,
Expand Down
4 changes: 2 additions & 2 deletions typescript/packages/plugins/tensor/src/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import type { SolanaWalletClient } from "@goat-sdk/core";

import type { DeferredTool } from "@goat-sdk/core";
import type { Connection } from "@solana/web3.js";
import { getNftInfoParametersSchema } from "./parameters";
import { getNftInfo } from "./methods/getNftInfo";
import { getBuyListingTransaction } from "./methods/getBuyListingTransaction";
import { getNftInfo } from "./methods/getNftInfo";
import { getNftInfoParametersSchema } from "./parameters";

export function getTools({
apiKey,
Expand Down

0 comments on commit 3901948

Please sign in to comment.