@funkit/connect 3.0.3 → 3.1.1

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.
Files changed (74) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist/components/Dialog/Dialog.d.ts +10 -3
  3. package/dist/components/Dialog/DialogContent.css.d.ts +1 -0
  4. package/dist/components/DydxSwitchModalTab/DydxSwitchModalTab.d.ts +3 -4
  5. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +16 -0
  6. package/dist/components/ErrorBoundary/ErrorFallback.d.ts +2 -0
  7. package/dist/components/FunBottomBar/FunBottomBar.css.d.ts +1 -0
  8. package/dist/components/FunButton/FunButton.d.ts +3 -1
  9. package/dist/components/FunCountdown/FunCountdown.d.ts +5 -3
  10. package/dist/components/FunNotification/FunNotification.d.ts +1 -1
  11. package/dist/components/FunPayments/FunPaymentMeshType.d.ts +2 -2
  12. package/dist/components/FunPayments/FunPaymentMethods.d.ts +2 -1
  13. package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +4 -4
  14. package/dist/components/FunTransactionSummary/FunTransactionSummary.d.ts +1 -1
  15. package/dist/consts/customers.d.ts +1 -0
  16. package/dist/consts/payment.d.ts +1 -1
  17. package/dist/consts/quote.d.ts +1 -1
  18. package/dist/hooks/useAnimatedNavigation.d.ts +1 -0
  19. package/dist/hooks/useCheckoutAccountBalanceTransfer.d.ts +1 -1
  20. package/dist/hooks/useCheckoutType.d.ts +5 -11
  21. package/dist/hooks/useMesh.d.ts +1 -0
  22. package/dist/index.css +15 -15
  23. package/dist/index.d.ts +4 -2
  24. package/dist/index.js +4776 -4141
  25. package/dist/modals/CheckoutModal/CheckoutComplete.d.ts +13 -0
  26. package/dist/modals/{FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts → CheckoutModal/CheckoutPrimaryInfo.d.ts} +1 -1
  27. package/dist/modals/CheckoutModal/ConfirmationStep.d.ts +36 -0
  28. package/dist/modals/CheckoutModal/ConnectExchange.d.ts +16 -0
  29. package/dist/modals/CheckoutModal/FunCheckoutModal.d.ts +8 -0
  30. package/dist/modals/CheckoutModal/InputAmount.d.ts +10 -0
  31. package/dist/modals/CheckoutModal/MeshVerification.d.ts +14 -0
  32. package/dist/modals/CheckoutModal/PaymentSetup.d.ts +38 -0
  33. package/dist/modals/CheckoutModal/SelectAsset.d.ts +15 -0
  34. package/dist/modals/CheckoutModal/SelectPaymentMethod.d.ts +18 -0
  35. package/dist/modals/CheckoutModal/stepTransition.d.ts +74 -0
  36. package/dist/modals/CheckoutModal/useAccountBalancePostCheckout.d.ts +3 -0
  37. package/dist/modals/CheckoutModal/useAssetPrice.d.ts +9 -0
  38. package/dist/modals/CheckoutModal/useBottomSection.d.ts +2 -0
  39. package/dist/modals/CheckoutModal/useRedirectToCheckoutHistory.d.ts +3 -0
  40. package/dist/modals/CheckoutModal/useSourceAssetConfirm.d.ts +25 -0
  41. package/dist/modals/CheckoutModal/useUpdateSourceAssetForCard.d.ts +2 -0
  42. package/dist/providers/FunkitCheckoutContext.d.ts +24 -6
  43. package/dist/providers/FunkitMeshProvider.d.ts +12 -6
  44. package/dist/providers/FunkitMoonpayProvider.d.ts +3 -1
  45. package/dist/providers/ModalContext.d.ts +1 -1
  46. package/dist/utils/{assetAbort.d.ts → aborts.d.ts} +1 -0
  47. package/dist/utils/assets.d.ts +8 -1
  48. package/dist/utils/checkout.d.ts +2 -2
  49. package/dist/utils/exhaustiveCheck.d.ts +1 -0
  50. package/dist/utils/flags/config.d.ts +0 -10
  51. package/dist/utils/flags/index.d.ts +0 -1
  52. package/dist/utils/funLogger.d.ts +1 -1
  53. package/dist/utils/mesh.d.ts +1 -1
  54. package/dist/utils/purifyCheckoutHistoryItem.d.ts +3 -0
  55. package/dist/wallets/walletConnectors/chunk-FLTQRYFS.js +27 -0
  56. package/dist/wallets/walletConnectors/index.js +40 -40
  57. package/package.json +20 -6
  58. package/dist/components/FunMeshVerificationStep/FunMeshVerificationStep.d.ts +0 -12
  59. package/dist/modals/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +0 -8
  60. package/dist/modals/FunCheckoutModal/FunCheckoutConnectExchangeStep.d.ts +0 -10
  61. package/dist/modals/FunCheckoutModal/FunCheckoutInputAmountStep.d.ts +0 -9
  62. package/dist/modals/FunCheckoutModal/FunCheckoutModal.d.ts +0 -22
  63. package/dist/modals/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +0 -10
  64. package/dist/modals/FunCheckoutModal/FunCheckoutVerifyDetailsStep.d.ts +0 -9
  65. package/dist/wallets/walletConnectors/{chunk-B5D7DYVV.js → chunk-2EMZOYQI.js} +3 -3
  66. package/dist/wallets/walletConnectors/{chunk-4HKPVECK.js → chunk-5K4DIMYR.js} +3 -3
  67. package/dist/wallets/walletConnectors/{chunk-KDGMYRMC.js → chunk-AUVBWDIK.js} +3 -3
  68. package/dist/wallets/walletConnectors/{chunk-4K3EKHXR.js → chunk-AXPQHNUI.js} +3 -3
  69. package/dist/wallets/walletConnectors/{chunk-5MVCKMZT.js → chunk-B7FHT3CB.js} +3 -3
  70. package/dist/wallets/walletConnectors/{chunk-HMDUVRZP.js → chunk-EFIENLEE.js} +3 -3
  71. package/dist/wallets/walletConnectors/{chunk-HLH777AC.js → chunk-L7QI6PBN.js} +3 -3
  72. package/dist/wallets/walletConnectors/{chunk-5NZLWT3Y.js → chunk-QP2BIVXD.js} +4 -4
  73. package/dist/wallets/walletConnectors/{chunk-YRK6XWL6.js → chunk-UWZQZY4S.js} +4 -4
  74. package/dist/wallets/walletConnectors/{chunk-VU6B3HMD.js → chunk-UZEMNN3Q.js} +3 -3
@@ -1,94 +1,94 @@
1
1
  "use client";
2
2
  import {
3
- uniswapWallet
4
- } from "./chunk-QFRZGNNV.js";
5
- import {
6
- zealWallet
7
- } from "./chunk-BUUV6BS4.js";
3
+ walletConnectWallet
4
+ } from "./chunk-OFU3PEVT.js";
8
5
  import {
9
6
  zerionWallet
10
7
  } from "./chunk-DBP432DI.js";
11
8
  import {
12
- safepalWallet
13
- } from "./chunk-AKAT37SI.js";
9
+ zealWallet
10
+ } from "./chunk-BUUV6BS4.js";
14
11
  import {
15
- tokenPocketWallet
16
- } from "./chunk-ISJYPD3T.js";
12
+ subWallet
13
+ } from "./chunk-N3ELQYCY.js";
14
+ import {
15
+ tahoWallet
16
+ } from "./chunk-6AYBA6IH.js";
17
17
  import {
18
18
  talismanWallet
19
19
  } from "./chunk-OTXHQMSG.js";
20
20
  import {
21
21
  tokenaryWallet
22
22
  } from "./chunk-FAYEL4JP.js";
23
+ import {
24
+ tokenPocketWallet
25
+ } from "./chunk-ISJYPD3T.js";
23
26
  import {
24
27
  trustWallet
25
28
  } from "./chunk-X45WXZDO.js";
26
29
  import {
27
- tahoWallet
28
- } from "./chunk-6AYBA6IH.js";
29
- import {
30
- walletConnectWallet
31
- } from "./chunk-OFU3PEVT.js";
30
+ uniswapWallet
31
+ } from "./chunk-QFRZGNNV.js";
32
32
  import {
33
33
  xdefiWallet
34
34
  } from "./chunk-RVIZMVFR.js";
35
35
  import {
36
36
  phantomWallet
37
37
  } from "./chunk-KEVUI6AA.js";
38
+ import {
39
+ rabbyWallet
40
+ } from "./chunk-H5LLXNOI.js";
38
41
  import {
39
42
  ramperWallet
40
43
  } from "./chunk-TKXQYHWJ.js";
41
- import {
42
- oneKeyWallet
43
- } from "./chunk-ZP2SV6KN.js";
44
44
  import {
45
45
  rainbowWallet
46
46
  } from "./chunk-OHJBALD3.js";
47
47
  import {
48
- safeheronWallet
49
- } from "./chunk-FCIRHRFH.js";
48
+ roninWallet
49
+ } from "./chunk-63YLN6R5.js";
50
50
  import {
51
51
  safeWallet
52
52
  } from "./chunk-Z2QCE6O6.js";
53
53
  import {
54
- roninWallet
55
- } from "./chunk-63YLN6R5.js";
54
+ safepalWallet
55
+ } from "./chunk-AKAT37SI.js";
56
56
  import {
57
- subWallet
58
- } from "./chunk-N3ELQYCY.js";
57
+ safeheronWallet
58
+ } from "./chunk-FCIRHRFH.js";
59
+ import {
60
+ metaMaskWallet
61
+ } from "./chunk-ODRDT73B.js";
59
62
  import {
60
63
  ledgerWallet
61
64
  } from "./chunk-ZMHCZCGS.js";
62
65
  import {
63
66
  mewWallet
64
67
  } from "./chunk-CVYXTHZ6.js";
65
- import {
66
- metaMaskWallet
67
- } from "./chunk-ODRDT73B.js";
68
68
  import {
69
69
  oktoWallet
70
70
  } from "./chunk-MBQTOALG.js";
71
- import {
72
- omniWallet
73
- } from "./chunk-II6YBG2B.js";
74
71
  import {
75
72
  okxWallet
76
73
  } from "./chunk-5HXH52SO.js";
77
74
  import {
78
- rabbyWallet
79
- } from "./chunk-H5LLXNOI.js";
75
+ omniWallet
76
+ } from "./chunk-II6YBG2B.js";
80
77
  import {
81
78
  oneInchWallet
82
79
  } from "./chunk-I7MKK24W.js";
80
+ import {
81
+ oneKeyWallet
82
+ } from "./chunk-ZP2SV6KN.js";
83
+ import {
84
+ frameWallet
85
+ } from "./chunk-KPVNJO3R.js";
83
86
  import {
84
87
  foxWallet
85
88
  } from "./chunk-WAOREEBE.js";
86
89
  import {
87
90
  frontierWallet
88
91
  } from "./chunk-LCOUKF2U.js";
89
- import {
90
- frameWallet
91
- } from "./chunk-KPVNJO3R.js";
92
92
  import {
93
93
  gateWallet
94
94
  } from "./chunk-YIJ5ULO3.js";
@@ -104,12 +104,12 @@ import {
104
104
  import {
105
105
  bybitWallet
106
106
  } from "./chunk-3AZNOY75.js";
107
- import {
108
- coin98Wallet
109
- } from "./chunk-ZXGMW3OS.js";
110
107
  import {
111
108
  clvWallet
112
109
  } from "./chunk-UHHA5V52.js";
110
+ import {
111
+ coin98Wallet
112
+ } from "./chunk-ZXGMW3OS.js";
113
113
  import {
114
114
  coinbaseWallet
115
115
  } from "./chunk-PNEDRY6O.js";
@@ -125,15 +125,15 @@ import {
125
125
  import {
126
126
  enkryptWallet
127
127
  } from "./chunk-JJ4DXD7R.js";
128
+ import {
129
+ argentWallet
130
+ } from "./chunk-ZHFISYEQ.js";
128
131
  import {
129
132
  bifrostWallet
130
133
  } from "./chunk-KL5Z3XHJ.js";
131
134
  import {
132
135
  bitgetWallet
133
136
  } from "./chunk-IEVZW3XR.js";
134
- import {
135
- argentWallet
136
- } from "./chunk-ZHFISYEQ.js";
137
137
  import {
138
138
  bitskiWallet
139
139
  } from "./chunk-OCCT5PIN.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "3.0.3",
3
+ "version": "3.1.1",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -37,6 +37,7 @@
37
37
  "author": "https://fun.xyz/",
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
+ "@tanstack/react-query": ">=5.0.0",
40
41
  "react": ">=18",
41
42
  "react-dom": ">=18",
42
43
  "viem": "2.x",
@@ -44,7 +45,15 @@
44
45
  },
45
46
  "devDependencies": {
46
47
  "@aws-sdk/client-s3": "^3.600.0",
48
+ "@chromatic-com/storybook": "^1.6.1",
47
49
  "@funkit/eslint-config": "^1.1.1",
50
+ "@storybook/addon-essentials": "^8.2.7",
51
+ "@storybook/addon-interactions": "^8.2.7",
52
+ "@storybook/addon-links": "^8.2.7",
53
+ "@storybook/blocks": "^8.2.7",
54
+ "@storybook/react": "^8.2.7",
55
+ "@storybook/react-vite": "^8.2.7",
56
+ "@storybook/test": "^8.2.7",
48
57
  "@testing-library/jest-dom": "^6.2.0",
49
58
  "@testing-library/react": "^15.0.7",
50
59
  "@testing-library/user-event": "^14.5.2",
@@ -52,12 +61,16 @@
52
61
  "@types/ua-parser-js": "^0.7.39",
53
62
  "@vanilla-extract/css-utils": "0.1.3",
54
63
  "@vanilla-extract/private": "^1.0.3",
64
+ "@vanilla-extract/vite-plugin": "^4.0.13",
65
+ "@vitejs/plugin-react": "^4.3.1",
55
66
  "autoprefixer": "^10.4.16",
56
67
  "eslint": "^8.57.0",
57
68
  "jsdom": "^23.0.1",
58
69
  "nock": "^13.4.0",
59
70
  "postcss": "^8.4.32",
71
+ "prop-types": "^15.8.1",
60
72
  "react": "^18.3.0",
73
+ "storybook": "^8.2.7",
61
74
  "tsx": "^4.15.7",
62
75
  "vitest": "^2.0.5"
63
76
  },
@@ -66,7 +79,6 @@
66
79
  "@meshconnect/web-link-sdk": "2.1.1",
67
80
  "@moonpay/moonpay-react": "^1.6.1",
68
81
  "@privy-io/js-sdk-core": "^0.21.0",
69
- "@tanstack/react-query": "^5.51.11",
70
82
  "@types/uuid": "^9.0.8",
71
83
  "@vanilla-extract/css": "1.15.3",
72
84
  "@vanilla-extract/dynamic": "2.1.0",
@@ -79,9 +91,9 @@
79
91
  "react-virtuoso": "4.10.1",
80
92
  "ua-parser-js": "^1.0.37",
81
93
  "uuid": "^9.0.1",
82
- "@funkit/api-base": "1.1.0",
83
- "@funkit/core": "2.1.5",
84
- "@funkit/wagmi-tools": "3.0.7"
94
+ "@funkit/api-base": "1.1.1",
95
+ "@funkit/wagmi-tools": "3.0.8",
96
+ "@funkit/core": "2.1.6"
85
97
  },
86
98
  "repository": {
87
99
  "type": "git",
@@ -98,6 +110,8 @@
98
110
  "typegen": "tsc --emitDeclarationOnly || true",
99
111
  "typegen:watch": "tsc --emitDeclarationOnly --watch",
100
112
  "lint": "eslint \"**/*.{ts,tsx,js,jsx}\"",
101
- "lint:fix": "eslint \"**/*.{ts,tsx,js,jsx}\" --fix"
113
+ "lint:fix": "eslint \"**/*.{ts,tsx,js,jsx}\" --fix",
114
+ "storybook": "storybook dev -p 6006",
115
+ "build-storybook": "storybook build"
102
116
  }
103
117
  }
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import { MeshExchanges } from '../../utils/mesh';
3
- interface FunMeshVerificationStepProps {
4
- previewId: string;
5
- previewExpirationMs: number;
6
- transferToAddress: string;
7
- exchange: MeshExchanges;
8
- accessToken: string;
9
- onSuccess: () => void;
10
- }
11
- export declare function FunMeshVerificationStep({ previewId, previewExpirationMs, transferToAddress, onSuccess, exchange, accessToken, }: FunMeshVerificationStepProps): React.JSX.Element;
12
- export {};
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- export declare function FunCheckoutConfirmationStep({ checkoutId, regenerateQuoteFn, onFinish, isRegeneratingQuote, onConfirmClickCallback, }: {
3
- checkoutId: string | null;
4
- regenerateQuoteFn: () => void;
5
- onFinish: (depositAddress: string) => void;
6
- isRegeneratingQuote: boolean;
7
- onConfirmClickCallback: () => void;
8
- }): React.JSX.Element;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { PaymentMethodInfo } from '../../consts/payment';
3
- import { MeshExchanges } from '../../utils/mesh';
4
- interface Props {
5
- exchange: MeshExchanges;
6
- onSoftHide: (p: boolean) => void;
7
- onSetup: (newPaymentMethodInfo: PaymentMethodInfo) => void;
8
- }
9
- export declare const FunCheckoutConnectExchangeStep: ({ exchange, onSoftHide, onSetup, }: Props) => React.JSX.Element;
10
- export {};
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- interface FunCheckoutInputAmountStepProps {
3
- checkoutId: string;
4
- onContinue: () => void;
5
- ticker: string | undefined;
6
- isLoadingGeoCheck: boolean;
7
- }
8
- export declare const FunCheckoutInputAmountStep: ({ checkoutId, onContinue, ticker, isLoadingGeoCheck, }: FunCheckoutInputAmountStepProps) => React.JSX.Element;
9
- export {};
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { FunButtonProps } from '../../components/FunButton/FunButton';
3
- export declare const CHECKOUT_MODAL_BOTTOM_BAR_ID = "checkout-modal-bottom-bar";
4
- export declare enum FunCheckoutStep {
5
- INPUT_AMOUNT = "input_amount",
6
- SELECT_PAYMENT_METHOD = "select_payment",
7
- CONFIRMATION = "confirmation",
8
- PAYMENT_SETUP = "payment_setup",
9
- CONNECT_EXCHANGE = "connect_exchange",
10
- SELECT_ASSET = "select_asset",
11
- MESH_VERIFICATION = "mesh_verification"
12
- }
13
- interface FunCheckoutModalProps {
14
- open: boolean;
15
- onClose: () => void;
16
- checkoutId: string | null;
17
- isLoadingGeoCheck: boolean;
18
- isCheckoutBlocked: boolean;
19
- }
20
- export declare function FunCheckoutModal({ onClose, open, checkoutId, isLoadingGeoCheck, isCheckoutBlocked, }: FunCheckoutModalProps): React.JSX.Element;
21
- export declare const geoCheckInProgressProps: FunButtonProps;
22
- export {};
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- /**
3
- * Based on which payment method was selected, allow users to select which asset they want to fund
4
- */
5
- export declare function FunCheckoutSelectAssetStep({ checkoutId, onFinish, onBack, isOnFinishLoading, }: {
6
- checkoutId: string | null;
7
- isOnFinishLoading: boolean;
8
- onFinish: () => void;
9
- onBack: () => void;
10
- }): React.JSX.Element;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { PaymentMethodInfo } from '../../consts/payment';
3
- interface FunCheckoutVerifyDetailsStepProps {
4
- checkoutId: string;
5
- onSelectPaymentMethod: (p: PaymentMethodInfo) => void;
6
- isLoadingGeoCheck: boolean;
7
- }
8
- export declare function FunCheckoutVerifyDetailsStep({ checkoutId, onSelectPaymentMethod, isLoadingGeoCheck, }: FunCheckoutVerifyDetailsStepProps): React.JSX.Element;
9
- export {};
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- isAndroid
4
- } from "./chunk-RETKWSKD.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isAndroid
8
+ } from "./chunk-RETKWSKD.js";
9
9
  import {
10
10
  getWalletConnectConnector
11
11
  } from "./chunk-23WIEY36.js";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- isMobile
4
- } from "./chunk-RETKWSKD.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isMobile
8
+ } from "./chunk-RETKWSKD.js";
9
9
  import {
10
10
  getWalletConnectConnector
11
11
  } from "./chunk-23WIEY36.js";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- isIOS
4
- } from "./chunk-RETKWSKD.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isIOS
8
+ } from "./chunk-RETKWSKD.js";
9
9
  import {
10
10
  getWalletConnectConnector
11
11
  } from "./chunk-23WIEY36.js";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- isAndroid
4
- } from "./chunk-RETKWSKD.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isAndroid
8
+ } from "./chunk-RETKWSKD.js";
9
9
  import {
10
10
  getWalletConnectConnector
11
11
  } from "./chunk-23WIEY36.js";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- isAndroid
4
- } from "./chunk-RETKWSKD.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isAndroid
8
+ } from "./chunk-RETKWSKD.js";
9
9
  import {
10
10
  getWalletConnectConnector
11
11
  } from "./chunk-23WIEY36.js";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- isAndroid
4
- } from "./chunk-RETKWSKD.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isAndroid
8
+ } from "./chunk-RETKWSKD.js";
9
9
  import {
10
10
  getWalletConnectConnector
11
11
  } from "./chunk-23WIEY36.js";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- isMobile
4
- } from "./chunk-RETKWSKD.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isMobile
8
+ } from "./chunk-RETKWSKD.js";
9
9
  import {
10
10
  getWalletConnectConnector
11
11
  } from "./chunk-23WIEY36.js";
@@ -1,12 +1,12 @@
1
1
  "use client";
2
- import {
3
- isAndroid,
4
- isIOS
5
- } from "./chunk-RETKWSKD.js";
6
2
  import {
7
3
  getInjectedConnector,
8
4
  hasInjectedProvider
9
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isAndroid,
8
+ isIOS
9
+ } from "./chunk-RETKWSKD.js";
10
10
  import {
11
11
  getWalletConnectConnector
12
12
  } from "./chunk-23WIEY36.js";
@@ -1,12 +1,12 @@
1
1
  "use client";
2
- import {
3
- isAndroid,
4
- isIOS
5
- } from "./chunk-RETKWSKD.js";
6
2
  import {
7
3
  getInjectedConnector,
8
4
  hasInjectedProvider
9
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isAndroid,
8
+ isIOS
9
+ } from "./chunk-RETKWSKD.js";
10
10
  import {
11
11
  getWalletConnectConnector
12
12
  } from "./chunk-23WIEY36.js";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- isAndroid
4
- } from "./chunk-RETKWSKD.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ isAndroid
8
+ } from "./chunk-RETKWSKD.js";
9
9
  import {
10
10
  getWalletConnectConnector
11
11
  } from "./chunk-23WIEY36.js";