File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/thirdweb/src/pay/buyWithCrypto Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import { getContract } from "../../contract/contract.js";
55import { approve } from "../../extensions/erc20/write/approve.js" ;
66import type { PrepareTransactionOptions } from "../../transaction/prepare-transaction.js" ;
77import { getClientFetch } from "../../utils/fetch.js" ;
8+ import { stringify } from "../../utils/json.js" ;
89import { getPayBuyWithCryptoQuoteEndpoint } from "../utils/definitions.js" ;
910import 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
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ import { approve } from "../../extensions/erc20/write/approve.js";
66import type { PrepareTransactionOptions } from "../../transaction/prepare-transaction.js" ;
77import type { Address } from "../../utils/address.js" ;
88import { getClientFetch } from "../../utils/fetch.js" ;
9+ import { stringify } from "../../utils/json.js" ;
910import { getPayBuyWithCryptoTransferEndpoint } from "../utils/definitions.js" ;
1011import 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
You can’t perform that action at this time.
0 commit comments