We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c958440 commit a4f1da5Copy full SHA for a4f1da5
examples/react/src/components/Connected.tsx
@@ -28,9 +28,10 @@ import { sponsoredContractAddresses } from '../config'
28
import { messageToSign } from '../constants'
29
import { ERC_1155_SALE_CONTRACT } from '../constants/erc1155-sale-contract'
30
import { abi } from '../constants/nft-abi'
31
-import { CustomCheckout } from './CustomCheckout'
32
import { delay, getCheckoutSettings, getOrderbookCalldata } from '../utils'
33
+import { CustomCheckout } from './CustomCheckout'
34
+
35
// append ?debug to url to enable debug mode
36
const searchParams = new URLSearchParams(location.search)
37
const isDebugMode = searchParams.has('debug')
0 commit comments