Skip to content

Commit 4650ef9

Browse files
committed
lint
1 parent 7a3ab24 commit 4650ef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/thirdweb/src/pay/buyWithCrypto/getQuote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ import { getContract } from "../../contract/contract.js";
55
import { approve } from "../../extensions/erc20/write/approve.js";
66
import type { PrepareTransactionOptions } from "../../transaction/prepare-transaction.js";
77
import { getClientFetch } from "../../utils/fetch.js";
8+
import { stringify } from "../../utils/json.js";
89
import { getPayBuyWithCryptoQuoteEndpoint } from "../utils/definitions.js";
910
import type {
1011
QuoteApprovalInfo,
1112
QuotePaymentToken,
1213
QuoteTokenInfo,
1314
QuoteTransactionRequest,
1415
} from "./commonTypes.js";
15-
import { stringify } from "../../utils/json.js";
1616

1717
/**
1818
* The parameters for [`getBuyWithCryptoQuote`](https://portal.thirdweb.com/references/typescript/v5/getBuyWithCryptoQuote) function

packages/thirdweb/src/pay/buyWithCrypto/getTransfer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ import { approve } from "../../extensions/erc20/write/approve.js";
66
import type { PrepareTransactionOptions } from "../../transaction/prepare-transaction.js";
77
import type { Address } from "../../utils/address.js";
88
import { getClientFetch } from "../../utils/fetch.js";
9+
import { stringify } from "../../utils/json.js";
910
import { getPayBuyWithCryptoTransferEndpoint } from "../utils/definitions.js";
1011
import type {
1112
QuoteApprovalInfo,
1213
QuotePaymentToken,
1314
QuoteTokenInfo,
1415
QuoteTransactionRequest,
1516
} from "./commonTypes.js";
16-
import { stringify } from "../../utils/json.js";
1717

1818
/**
1919
* The parameters for [`getBuyWithCryptoTransfer`](https://portal.thirdweb.com/references/typescript/v5/getBuyWithCryptoTransfer) function

0 commit comments

Comments
 (0)