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 adfd64a commit 12b5549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/packages/plugins/jupiter/src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { Plugin, SolanaWalletClient } from "@goat-sdk/core";
import { createJupiterApiClient } from "@jup-ag/api";
import { TransactionMessage, VersionedTransaction } from "@solana/web3.js";
import type { z } from "zod";
import { getQuoteParametersSchema, quoteResponseSchema } from "./parameters";
import { TransactionMessage, VersionedTransaction } from "@solana/web3.js";

export function jupiter(): Plugin<SolanaWalletClient> {
return {
Expand Down

0 comments on commit 12b5549

Please sign in to comment.