Skip to content

Commit

Permalink
cleaning imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Jul 3, 2024
1 parent 77da9d7 commit 53c8910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hooks/paymaster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import {
fetchGasTokenPrices,
fetchGaslessStatus,
executeCalls,
GaslessOptions,
SEPOLIA_BASE_URL,
BASE_URL,
} from "@avnu/gasless-sdk";
import {
useContractWrite,
Expand All @@ -22,7 +25,6 @@ import {
stark,
transaction,
} from "starknet";
import { GaslessOptions, SEPOLIA_BASE_URL, BASE_URL } from "@avnu/gasless-sdk";
import { getLastConnector } from "@/utils/connectorWrapper";

export type GasMethod = "traditional" | "paymaster";
Expand Down

0 comments on commit 53c8910

Please sign in to comment.