coinley-pay 0.65.0 → 0.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ import { useState, useRef, useEffect, useCallback, useMemo } from "react";
6
6
  import ReactDOM, { createPortal } from "react-dom";
7
7
  import { useConnect, useAccount, useSwitchChain, useSendTransaction, useWaitForTransactionReceipt, WagmiProvider, useDisconnect } from "wagmi";
8
8
  import { QueryClientProvider, QueryClient } from "@tanstack/react-query";
9
- import { s as sdkAnalytics, c as clarityAnalytics, d as dist, a as Buffer2, B as Buffer$1, g as getCurrencyInfo, p as prefetchRates, i as isSupportedCurrency, b as convertToUSD, f as formatCurrency } from "./index-DlWS8_3x.js";
9
+ import { s as sdkAnalytics, c as clarityAnalytics, d as dist, a as Buffer2, B as Buffer$1, g as getCurrencyInfo, p as prefetchRates, i as isSupportedCurrency, b as convertToUSD, f as formatCurrency } from "./index-DGh12VkT.js";
10
10
  import { createConfig, fallback, http, getAccount as getAccount$1, getWalletClient, simulateContract, writeContract, readContract, waitForTransactionReceipt, estimateFeesPerGas as estimateFeesPerGas$1 } from "@wagmi/core";
11
11
  import { injected, metaMask, coinbaseWallet, walletConnect } from "@wagmi/connectors";
12
12
  import { defineChain as defineChain$1, erc20Abi, http as http$1, createPublicClient, fallback as fallback$1 } from "viem";
@@ -21126,7 +21126,7 @@ const WalletSelector = ({
21126
21126
  try {
21127
21127
  setAppKitError(null);
21128
21128
  setWalletConnectAddress(solanaAccountState.address);
21129
- const { createWalletConnectAdapter } = await import("./appKitSolana-De-Lx7eT.js");
21129
+ const { createWalletConnectAdapter } = await import("./appKitSolana-BQz-5FDf.js");
21130
21130
  const adapter = createWalletConnectAdapter(solanaAccountState.address);
21131
21131
  await solanaWallet.connectWalletConnect(adapter, solanaAccountState.address);
21132
21132
  console.log("✅ WalletConnect synced with SDK");
@@ -21231,7 +21231,7 @@ const WalletSelector = ({
21231
21231
  setAppKitLoading(true);
21232
21232
  setAppKitError(null);
21233
21233
  try {
21234
- const { initializeAppKitEVM, openAppKitModal } = await import("./appKitEVM-CGJ7ZTpW.js");
21234
+ const { initializeAppKitEVM, openAppKitModal } = await import("./appKitEVM-DNCl1Pga.js");
21235
21235
  await initializeAppKitEVM(wagmiConfig);
21236
21236
  await openAppKitModal();
21237
21237
  } catch (error) {
@@ -21251,7 +21251,7 @@ const WalletSelector = ({
21251
21251
  setAppKitError(null);
21252
21252
  try {
21253
21253
  console.log("📦 Loading AppKit Solana module...");
21254
- const { initializeAppKitSolana } = await import("./appKitSolana-De-Lx7eT.js");
21254
+ const { initializeAppKitSolana } = await import("./appKitSolana-BQz-5FDf.js");
21255
21255
  console.log("✅ Module loaded, initializing...");
21256
21256
  const modal = await initializeAppKitSolana(solanaWallet);
21257
21257
  console.log("✅ AppKit Solana initialized successfully");
@@ -26715,6 +26715,49 @@ const CoinleyPaymentInternal = ({
26715
26715
  return `${hash.slice(0, 7)}...${hash.slice(-8)}`;
26716
26716
  };
26717
26717
  if (!isOpen) return null;
26718
+ if (refundRequestStatus === "pending") {
26719
+ return renderInPortal(
26720
+ /* @__PURE__ */ jsxs("div", { id: SDK_ROOT_ID, className: `${SDK_ROOT_CLASS} fixed inset-0 z-50`, style: { fontFamily: FONT_FAMILY }, children: [
26721
+ /* @__PURE__ */ jsx("div", { className: "fixed inset-0 bg-black bg-opacity-50", onClick: onClose }),
26722
+ /* @__PURE__ */ jsx("div", { className: isMobile ? "fixed inset-0 flex items-end" : "fixed inset-0 flex items-center justify-center p-4", style: { zIndex: 51 }, children: /* @__PURE__ */ jsxs("div", { className: isMobile ? "coinley-mobile-sheet relative flex w-full max-h-[92dvh] flex-col overflow-hidden rounded-t-[24px] bg-white px-5 pb-6 pt-7 shadow-2xl animate-slide-up-sheet" : "relative flex h-auto min-h-[540px] w-[430px] max-w-[calc(100vw-32px)] flex-col overflow-hidden rounded-[28px] bg-white px-5 pb-5 pt-7 shadow-2xl", children: [
26723
+ /* @__PURE__ */ jsx(
26724
+ "button",
26725
+ {
26726
+ type: "button",
26727
+ onClick: onClose,
26728
+ className: "absolute right-4 top-5 flex h-8 w-8 items-center justify-center rounded-full text-[#111827] transition-colors hover:bg-gray-100",
26729
+ "aria-label": "Close payment modal",
26730
+ children: /* @__PURE__ */ jsx("svg", { className: "h-5 w-5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 18L18 6M6 6l12 12" }) })
26731
+ }
26732
+ ),
26733
+ /* @__PURE__ */ jsxs("div", { className: "flex flex-1 flex-col pt-6", children: [
26734
+ /* @__PURE__ */ jsxs("div", { className: "flex flex-1 flex-col items-center justify-center text-center", children: [
26735
+ /* @__PURE__ */ jsx("div", { className: "mb-5 flex h-[72px] w-[72px] items-center justify-center rounded-full bg-[#DDF8E7]", children: /* @__PURE__ */ jsx("div", { className: "flex h-14 w-14 items-center justify-center rounded-full bg-[#22C55E] text-white", children: /* @__PURE__ */ jsx("svg", { className: "h-6 w-6", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 3, d: "M5 13l4 4L19 7" }) }) }) }),
26736
+ /* @__PURE__ */ jsx("h3", { className: "mb-3 text-base font-bold text-[#111827]", children: "Refund request received" }),
26737
+ /* @__PURE__ */ jsx("p", { className: "text-[17px] leading-6 text-[#111827]", children: "Your refund is being processed automatically." }),
26738
+ /* @__PURE__ */ jsx("p", { className: "mt-1 text-[17px] leading-6 text-[#A9ABB2]", children: "You can safely close the modal" })
26739
+ ] }),
26740
+ /* @__PURE__ */ jsxs("div", { className: "mt-8 border-t border-[#EEF0F4] pt-4", children: [
26741
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
26742
+ /* @__PURE__ */ jsx("span", { className: "text-sm text-[#8B8E98]", children: "Status" }),
26743
+ /* @__PURE__ */ jsx("span", { className: "text-sm font-semibold text-[#111827]", children: "Processing" })
26744
+ ] }),
26745
+ /* @__PURE__ */ jsx("p", { className: "mt-2 text-xs text-[#9CA0A8]", children: "Typically takes about 5 - 10 minutes." })
26746
+ ] }),
26747
+ /* @__PURE__ */ jsx(
26748
+ "button",
26749
+ {
26750
+ type: "button",
26751
+ onClick: onClose,
26752
+ className: "mt-5 h-[52px] w-full rounded-xl bg-[#7042D2] px-4 text-sm font-semibold text-white transition-colors hover:bg-[#5b34b1]",
26753
+ children: "Close"
26754
+ }
26755
+ )
26756
+ ] })
26757
+ ] }) })
26758
+ ] })
26759
+ );
26760
+ }
26718
26761
  if (currentStep === PAYMENT_STEPS.PROCESSING) {
26719
26762
  return renderInPortal(
26720
26763
  /* @__PURE__ */ jsxs("div", { id: SDK_ROOT_ID, className: `${SDK_ROOT_CLASS} fixed inset-0 z-50`, style: { fontFamily: FONT_FAMILY }, children: [
@@ -27106,7 +27149,7 @@ const CoinleyPaymentInternal = ({
27106
27149
  {
27107
27150
  type: "button",
27108
27151
  onClick: () => isMobile ? handleMobileTabSelect(method.tab) : setActiveTab(method.tab),
27109
- className: `min-w-0 truncate ${isTightWalletView ? "h-7 px-2 text-[13px]" : "h-9 px-2.5 text-sm"} rounded-lg transition-colors whitespace-nowrap ${method.tab === PAYMENT_TABS.TRANSFER ? "flex-[1.35]" : "flex-1"} ${activeTab === method.tab ? "bg-white text-[#5B2EEA] shadow-[0_1px_3px_rgba(31,36,48,0.08)]" : "text-[#535865] hover:text-[#1F2430]"}`,
27152
+ className: `min-w-0 truncate ${isTightWalletView ? "h-7 px-1.5 text-[13px]" : "h-9 px-2 text-[13px]"} rounded-lg transition-colors whitespace-nowrap ${method.tab === PAYMENT_TABS.QR ? "flex-[0.8]" : "flex-[1.3]"} ${activeTab === method.tab ? "bg-white text-[#5B2EEA] shadow-[0_1px_3px_rgba(31,36,48,0.08)]" : "text-[#535865] hover:text-[#1F2430]"}`,
27110
27153
  children: isMobile ? method.mobileLabel : method.label
27111
27154
  },
27112
27155
  method.tab
@@ -27620,93 +27663,103 @@ const CoinleyPaymentInternal = ({
27620
27663
  })
27621
27664
  ] });
27622
27665
  const qrNetworkOptions = merchantFilteredNetworks.length > 0 ? merchantFilteredNetworks : networks;
27623
- const renderQrWalletChoicePanel = () => /* @__PURE__ */ jsxs("div", { className: "pt-1", children: [
27624
- renderCheckoutSelect({
27625
- id: "qr-network",
27626
- label: "Select a Network",
27627
- value: selectedNetwork == null ? void 0 : selectedNetwork.id,
27628
- placeholder: "Select a network",
27629
- options: qrNetworkOptions,
27630
- getLabel: (network) => getNetworkDisplayName(network),
27631
- getIcon: (network) => getNetworkDisplayLogo(network),
27632
- compact: true,
27633
- elevated: true,
27634
- maxVisibleItems: 4,
27635
- onChange: (networkId) => {
27636
- const network = qrNetworkOptions.find((item) => String(item.id) === String(networkId));
27637
- if (network) handleNetworkSelect(network);
27638
- }
27639
- }),
27640
- renderCheckoutSelect({
27641
- id: "qr-token",
27642
- label: "Select a Token",
27643
- value: selectedToken == null ? void 0 : selectedToken.id,
27644
- placeholder: "Select a token",
27645
- disabled: !selectedNetwork || availableTokens.length === 0,
27646
- options: availableTokens,
27647
- getLabel: (token) => getTokenDisplaySymbol(token),
27648
- getIcon: (token) => getTokenDisplayLogo(token),
27649
- compact: true,
27650
- elevated: true,
27651
- maxVisibleItems: 4,
27652
- onChange: (tokenId) => {
27653
- const token = availableTokens.find((item) => String(item.id) === String(tokenId));
27654
- if (token) handleTokenSelect(token);
27655
- }
27656
- }),
27657
- /* @__PURE__ */ jsx("p", { className: "mb-2 text-xs font-medium text-[#1F2430]", children: "Please select your wallet app" }),
27658
- /* @__PURE__ */ jsx("div", { className: "mb-3 grid grid-cols-3 gap-1.5", children: qrWalletOptions.map((wallet) => /* @__PURE__ */ jsxs(
27659
- "button",
27660
- {
27661
- type: "button",
27662
- onClick: () => handleQrWalletSelect(wallet.id),
27663
- disabled: !selectedNetwork || !selectedToken || qrLoading || isConverting,
27664
- className: `relative flex h-[76px] min-w-0 flex-col items-start justify-between rounded-lg border bg-[#FAFAFB] px-2.5 py-3 text-left transition-colors ${qrSelectedWalletId === wallet.id ? "border-[#7042D2] bg-[#FBF8FF]" : "border-[#EEF0F4] hover:border-[#C9B8F6]"} disabled:cursor-not-allowed disabled:opacity-60`,
27665
- children: [
27666
- qrSelectedWalletId === wallet.id && qrWalletChoiceConfirmed && /* @__PURE__ */ jsx("span", { className: "absolute right-[-5px] top-[-6px] flex h-4 w-4 items-center justify-center rounded-full border border-[#7042D2] bg-white text-[#7042D2]", children: /* @__PURE__ */ jsx("svg", { className: "h-2.5 w-2.5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 3, d: "M5 13l4 4L19 7" }) }) }),
27667
- /* @__PURE__ */ jsx(
27668
- "img",
27669
- {
27670
- src: wallet.icon,
27671
- alt: wallet.name,
27672
- className: "h-6 w-6 object-contain",
27673
- onError: (event) => {
27674
- event.currentTarget.src = getLogoFallbackUrl(wallet.name);
27666
+ const renderQrWalletChoicePanel = () => {
27667
+ if (qrWalletChoiceConfirmed) return renderQrPaymentPanel();
27668
+ return /* @__PURE__ */ jsxs("div", { className: "pt-1", children: [
27669
+ renderCheckoutSelect({
27670
+ id: "qr-network",
27671
+ label: "Select a Network",
27672
+ value: selectedNetwork == null ? void 0 : selectedNetwork.id,
27673
+ placeholder: "Select a network",
27674
+ options: qrNetworkOptions,
27675
+ getLabel: (network) => getNetworkDisplayName(network),
27676
+ getIcon: (network) => getNetworkDisplayLogo(network),
27677
+ compact: true,
27678
+ elevated: true,
27679
+ maxVisibleItems: 4,
27680
+ onChange: (networkId) => {
27681
+ const network = qrNetworkOptions.find((item) => String(item.id) === String(networkId));
27682
+ if (network) handleNetworkSelect(network);
27683
+ }
27684
+ }),
27685
+ renderCheckoutSelect({
27686
+ id: "qr-token",
27687
+ label: "Select a Token",
27688
+ value: selectedToken == null ? void 0 : selectedToken.id,
27689
+ placeholder: "Select a token",
27690
+ disabled: !selectedNetwork || availableTokens.length === 0,
27691
+ options: availableTokens,
27692
+ getLabel: (token) => getTokenDisplaySymbol(token),
27693
+ getIcon: (token) => getTokenDisplayLogo(token),
27694
+ compact: true,
27695
+ elevated: true,
27696
+ maxVisibleItems: 4,
27697
+ onChange: (tokenId) => {
27698
+ const token = availableTokens.find((item) => String(item.id) === String(tokenId));
27699
+ if (token) handleTokenSelect(token);
27700
+ }
27701
+ }),
27702
+ /* @__PURE__ */ jsx("p", { className: "mb-2 text-xs font-medium text-[#1F2430]", children: "Please select your wallet app" }),
27703
+ /* @__PURE__ */ jsx("div", { className: "mb-3 grid grid-cols-3 gap-1.5", children: qrWalletOptions.map((wallet) => /* @__PURE__ */ jsxs(
27704
+ "button",
27705
+ {
27706
+ type: "button",
27707
+ onClick: () => handleQrWalletSelect(wallet.id),
27708
+ disabled: !selectedNetwork || !selectedToken || qrLoading || isConverting,
27709
+ className: `relative flex h-[76px] min-w-0 flex-col items-start justify-between rounded-lg border bg-[#FAFAFB] px-2.5 py-3 text-left transition-colors ${qrSelectedWalletId === wallet.id ? "border-[#7042D2] bg-[#FBF8FF]" : "border-[#EEF0F4] hover:border-[#C9B8F6]"} disabled:cursor-not-allowed disabled:opacity-60`,
27710
+ children: [
27711
+ qrSelectedWalletId === wallet.id && qrWalletChoiceConfirmed && /* @__PURE__ */ jsx("span", { className: "absolute right-[-5px] top-[-6px] flex h-4 w-4 items-center justify-center rounded-full border border-[#7042D2] bg-white text-[#7042D2]", children: /* @__PURE__ */ jsx("svg", { className: "h-2.5 w-2.5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 3, d: "M5 13l4 4L19 7" }) }) }),
27712
+ /* @__PURE__ */ jsx(
27713
+ "img",
27714
+ {
27715
+ src: wallet.icon,
27716
+ alt: wallet.name,
27717
+ className: "h-6 w-6 object-contain",
27718
+ onError: (event) => {
27719
+ event.currentTarget.src = getLogoFallbackUrl(wallet.name);
27720
+ }
27675
27721
  }
27676
- }
27677
- ),
27678
- /* @__PURE__ */ jsx("span", { className: "min-w-0 max-w-full truncate text-[13px] font-medium text-[#111827]", children: wallet.name })
27679
- ]
27680
- },
27681
- wallet.id
27682
- )) }),
27683
- qrLoading && /* @__PURE__ */ jsxs("div", { className: "mb-3 flex items-center justify-center gap-2 rounded-lg bg-[#F8F8F9] px-3 py-2 text-xs text-[#535865]", children: [
27684
- /* @__PURE__ */ jsx("img", { src: stablezactLoading, alt: "", className: "h-5 w-6 object-contain" }),
27685
- "Generating QR code..."
27686
- ] }),
27687
- qrWalletChoiceConfirmed ? renderQrPaymentPanel() : !qrLoading && /* @__PURE__ */ jsx("p", { className: "text-xs leading-5 text-[#9EA0A8]", children: "Simply select a wallet app to generate the QR code then input the amount, and transfer your funds" })
27688
- ] });
27689
- const renderQrPaymentPanel = () => /* @__PURE__ */ jsxs("div", { className: "pt-1", children: [
27690
- /* @__PURE__ */ jsxs("div", { className: "mb-4 flex flex-col gap-3 min-[380px]:flex-row min-[380px]:items-start", children: [
27691
- /* @__PURE__ */ jsx("div", { className: "h-[92px] w-[92px] flex-shrink-0 bg-white", children: qrCodeDataUrl ? /* @__PURE__ */ jsx("img", { src: qrCodeDataUrl, alt: "Payment QR Code", className: "h-full w-full" }) : /* @__PURE__ */ jsx("div", { className: "flex h-full w-full items-center justify-center rounded-lg bg-gray-100", children: /* @__PURE__ */ jsx("img", { src: stablezactLoading, alt: "Loading QR code", className: "h-14 w-16 object-contain" }) }) }),
27692
- /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
27693
- /* @__PURE__ */ jsx("p", { className: "mb-2 text-base font-semibold text-[#111827]", children: "Instructions" }),
27694
- /* @__PURE__ */ jsxs("ol", { className: "list-inside list-decimal space-y-1 text-xs leading-5 text-[#111827]", children: [
27695
- /* @__PURE__ */ jsx("li", { children: "Scan QR code with your phone camera" }),
27696
- /* @__PURE__ */ jsx("li", { children: "The payment page will open inside your wallet app" }),
27697
- /* @__PURE__ */ jsxs("li", { children: [
27698
- "Confirm the payment (",
27699
- (selectedToken == null ? void 0 : selectedToken.symbol) ? `${formatAmount(paymentAmount || (config == null ? void 0 : config.amount) || 0)} ${selectedToken.symbol}` : paymentAmountLabel,
27700
- ")"
27722
+ ),
27723
+ /* @__PURE__ */ jsx("span", { className: "min-w-0 max-w-full truncate text-[13px] font-medium text-[#111827]", children: wallet.name })
27724
+ ]
27725
+ },
27726
+ wallet.id
27727
+ )) }),
27728
+ qrLoading && /* @__PURE__ */ jsxs("div", { className: "mb-3 flex items-center justify-center gap-2 rounded-lg bg-[#F8F8F9] px-3 py-2 text-xs text-[#535865]", children: [
27729
+ /* @__PURE__ */ jsx("img", { src: stablezactLoading, alt: "", className: "h-5 w-6 object-contain" }),
27730
+ "Generating QR code..."
27731
+ ] }),
27732
+ !qrLoading && /* @__PURE__ */ jsx("p", { className: "text-xs leading-5 text-[#9EA0A8]", children: "Simply select a wallet app to generate the QR code then input the amount, and transfer your funds" })
27733
+ ] });
27734
+ };
27735
+ const renderQrPaymentPanel = () => {
27736
+ const chosenWallet = qrWalletOptions.find((wallet) => wallet.id === qrSelectedWalletId);
27737
+ return /* @__PURE__ */ jsxs("div", { className: "pt-1", children: [
27738
+ chosenWallet && /* @__PURE__ */ jsxs("p", { className: "mb-3 text-sm font-semibold text-[#111827]", children: [
27739
+ "Scan with ",
27740
+ chosenWallet.name
27741
+ ] }),
27742
+ /* @__PURE__ */ jsxs("div", { className: "mb-4 flex flex-col gap-3 min-[380px]:flex-row min-[380px]:items-start", children: [
27743
+ /* @__PURE__ */ jsx("div", { className: "h-[92px] w-[92px] flex-shrink-0 bg-white", children: qrCodeDataUrl ? /* @__PURE__ */ jsx("img", { src: qrCodeDataUrl, alt: "Payment QR Code", className: "h-full w-full" }) : /* @__PURE__ */ jsx("div", { className: "flex h-full w-full items-center justify-center rounded-lg bg-gray-100", children: /* @__PURE__ */ jsx("img", { src: stablezactLoading, alt: "Loading QR code", className: "h-14 w-16 object-contain" }) }) }),
27744
+ /* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
27745
+ /* @__PURE__ */ jsx("p", { className: "mb-2 text-base font-semibold text-[#111827]", children: "Instructions" }),
27746
+ /* @__PURE__ */ jsxs("ol", { className: "list-inside list-decimal space-y-1 text-xs leading-5 text-[#111827]", children: [
27747
+ /* @__PURE__ */ jsx("li", { children: "Scan QR code with your phone camera" }),
27748
+ /* @__PURE__ */ jsx("li", { children: "The payment page will open inside your wallet app" }),
27749
+ /* @__PURE__ */ jsxs("li", { children: [
27750
+ "Confirm the payment (",
27751
+ (selectedToken == null ? void 0 : selectedToken.symbol) ? `${formatAmount(paymentAmount || (config == null ? void 0 : config.amount) || 0)} ${selectedToken.symbol}` : paymentAmountLabel,
27752
+ ")"
27753
+ ] })
27701
27754
  ] })
27702
27755
  ] })
27756
+ ] }),
27757
+ paymentData && !verifyingPayment && /* @__PURE__ */ jsxs("div", { className: "mb-3 flex items-center justify-center gap-2 text-xs text-[#A3A5AC]", children: [
27758
+ /* @__PURE__ */ jsx("img", { src: stablezactLoading, alt: "", className: "h-5 w-6 object-contain" }),
27759
+ "Checking automatically every few seconds..."
27703
27760
  ] })
27704
- ] }),
27705
- paymentData && !verifyingPayment && /* @__PURE__ */ jsxs("div", { className: "mb-3 flex items-center justify-center gap-2 text-xs text-[#A3A5AC]", children: [
27706
- /* @__PURE__ */ jsx("img", { src: stablezactLoading, alt: "", className: "h-5 w-6 object-contain" }),
27707
- "Checking automatically every few seconds..."
27708
- ] })
27709
- ] });
27761
+ ] });
27762
+ };
27710
27763
  const currentWalletMeta = (() => {
27711
27764
  var _a2;
27712
27765
  const activeConnectorId = wagmiConnector == null ? void 0 : wagmiConnector.id;
@@ -28549,4 +28602,4 @@ export {
28549
28602
  chainTransports as c,
28550
28603
  isFeatureEnabled as i
28551
28604
  };
28552
- //# sourceMappingURL=CoinleyPayment-BovUsM20.js.map
28605
+ //# sourceMappingURL=CoinleyPayment-CiCtB3P8.js.map
@@ -1,4 +1,4 @@
1
- import { i as isFeatureEnabled, F as FEATURES, c as chainTransports, W as WALLETCONNECT_PROJECT_ID } from "./CoinleyPayment-BovUsM20.js";
1
+ import { i as isFeatureEnabled, F as FEATURES, c as chainTransports, W as WALLETCONNECT_PROJECT_ID } from "./CoinleyPayment-CiCtB3P8.js";
2
2
  const logo = "https://coinley.io/logo.png";
3
3
  let appKitInstance = null;
4
4
  let isInitializing = false;
@@ -113,4 +113,4 @@ export {
113
113
  initializeAppKitEVM,
114
114
  openAppKitModal
115
115
  };
116
- //# sourceMappingURL=appKitEVM-CGJ7ZTpW.js.map
116
+ //# sourceMappingURL=appKitEVM-DNCl1Pga.js.map
@@ -1,4 +1,4 @@
1
- import { F as FEATURES, W as WALLETCONNECT_PROJECT_ID } from "./CoinleyPayment-BovUsM20.js";
1
+ import { F as FEATURES, W as WALLETCONNECT_PROJECT_ID } from "./CoinleyPayment-CiCtB3P8.js";
2
2
  const logo = "https://coinley.io/logo.png";
3
3
  let appKitInstance = null;
4
4
  let isInitializing = false;
@@ -243,4 +243,4 @@ export {
243
243
  disconnectWalletConnect,
244
244
  initializeAppKitSolana
245
245
  };
246
- //# sourceMappingURL=appKitSolana-De-Lx7eT.js.map
246
+ //# sourceMappingURL=appKitSolana-BQz-5FDf.js.map