@funkit/connect 10.0.0 → 10.1.0-next.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.
Files changed (77) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/clients/chunk-42XZD2Y3.js +1112 -0
  3. package/dist/clients/chunk-5UIZBNLC.js +1175 -0
  4. package/dist/clients/chunk-BO7AZVPG.js +1112 -0
  5. package/dist/clients/chunk-BUCJRBW7.js +1472 -0
  6. package/dist/clients/{chunk-2NBYHUIW.js → chunk-ETB2YYFT.js} +1 -1
  7. package/dist/clients/{chunk-ZAXSDMDU.js → chunk-HD4Y4NKC.js} +2 -2
  8. package/dist/clients/{chunk-E3USJY7A.js → chunk-JNZY3GAA.js} +1 -1
  9. package/dist/clients/chunk-ME4OAQIY.js +696 -0
  10. package/dist/clients/chunk-PEVDOGEA.js +109 -0
  11. package/dist/clients/chunk-QIWGVVAW.js +1113 -0
  12. package/dist/clients/chunk-VJZW3MA3.js +94 -0
  13. package/dist/clients/chunk-WEETVC7U.js +1113 -0
  14. package/dist/clients/chunk-Y2KXVS36.js +230 -0
  15. package/dist/clients/fanatics.css +1 -1
  16. package/dist/clients/fanatics.js +2 -2
  17. package/dist/clients/lighter.css +11 -11
  18. package/dist/clients/lighter.d.ts +12 -2
  19. package/dist/clients/lighter.js +21 -9
  20. package/dist/clients/polymarket/PolymarketDepositAccountDropdown.css +11 -11
  21. package/dist/clients/polymarket/PolymarketDepositAccountDropdown.js +3 -3
  22. package/dist/clients/polymarket/index.css +11 -11
  23. package/dist/clients/polymarket/index.js +3 -3
  24. package/dist/clients/polymarket/usePolymarketAccountBalances.d.ts +66 -0
  25. package/dist/hooks/useIsTokenWhitelisted.d.ts +30 -0
  26. package/dist/index.css +11 -11
  27. package/dist/index.d.ts +1 -1
  28. package/dist/index.js +78 -31
  29. package/dist/modals/CheckoutModal/buildRelayChains.d.ts +12 -0
  30. package/dist/modals/WithdrawalModal/LighterWithdrawal.d.ts +32 -5
  31. package/dist/modals/WithdrawalModal/useWithdrawal.d.ts +3 -3
  32. package/dist/providers/FunkitCheckoutContext/types.d.ts +20 -2
  33. package/dist/providers/FunkitFlagsProvider.d.ts +26 -0
  34. package/dist/utils/flags/config.d.ts +333 -0
  35. package/dist/utils/flags/endpoint.d.ts +22 -0
  36. package/dist/utils/flags/hash.d.ts +13 -0
  37. package/dist/utils/flags/impl.d.ts +10 -0
  38. package/dist/utils/flags/types.d.ts +49 -0
  39. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  40. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  41. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  42. package/dist/wallets/walletConnectors/chunk-4NV5BYRP.js +95 -0
  43. package/dist/wallets/walletConnectors/chunk-AVDUNQUW.js +96 -0
  44. package/dist/wallets/walletConnectors/chunk-GUQM4QSL.js +66 -0
  45. package/dist/wallets/walletConnectors/chunk-IULPZP2Q.js +69 -0
  46. package/dist/wallets/walletConnectors/chunk-JPN6TWIT.js +92 -0
  47. package/dist/wallets/walletConnectors/chunk-KCRO2AGO.js +106 -0
  48. package/dist/wallets/walletConnectors/chunk-KI5Y2BBF.js +94 -0
  49. package/dist/wallets/walletConnectors/chunk-NR2OGDHQ.js +103 -0
  50. package/dist/wallets/walletConnectors/chunk-OEEGYENV.js +87 -0
  51. package/dist/wallets/walletConnectors/chunk-OX37G4YT.js +98 -0
  52. package/dist/wallets/walletConnectors/chunk-SWFF3TWJ.js +100 -0
  53. package/dist/wallets/walletConnectors/chunk-TKB2OY6G.js +99 -0
  54. package/dist/wallets/walletConnectors/chunk-W2LCLDPX.js +70 -0
  55. package/dist/wallets/walletConnectors/chunk-WAHGI5L7.js +96 -0
  56. package/dist/wallets/walletConnectors/chunk-WKNQMP4A.js +93 -0
  57. package/dist/wallets/walletConnectors/chunk-XCNHV3HS.js +110 -0
  58. package/dist/wallets/walletConnectors/chunk-YO2K4MBH.js +218 -0
  59. package/dist/wallets/walletConnectors/chunk-YQFGVZGR.js +92 -0
  60. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  61. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  62. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  63. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  64. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  65. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  66. package/dist/wallets/walletConnectors/index.js +61 -61
  67. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  68. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  69. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  70. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  71. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  72. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  73. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  74. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  75. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  76. package/package.json +1 -1
  77. /package/dist/clients/{chunk-LUHEVXPD.js → chunk-HMP3LHMW.js} +0 -0
@@ -0,0 +1,218 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-N4IJLYFY.js";
5
+ import {
6
+ getInjectedConnector,
7
+ hasInjectedProvider
8
+ } from "./chunk-OLZ7626J.js";
9
+
10
+ // src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
11
+ import { isAndroid, isIOS } from "@funkit/utils";
12
+ function isMetaMask(ethereum) {
13
+ if (!ethereum?.isMetaMask) {
14
+ return false;
15
+ }
16
+ if (ethereum.isBraveWallet && !ethereum._events && !ethereum._state) {
17
+ return false;
18
+ }
19
+ if (ethereum.isApexWallet) {
20
+ return false;
21
+ }
22
+ if (ethereum.isAvalanche) {
23
+ return false;
24
+ }
25
+ if (ethereum.isBackpack) {
26
+ return false;
27
+ }
28
+ if (ethereum.isBifrost) {
29
+ return false;
30
+ }
31
+ if (ethereum.isBitKeep) {
32
+ return false;
33
+ }
34
+ if (ethereum.isBitski) {
35
+ return false;
36
+ }
37
+ if (ethereum.isBlockWallet) {
38
+ return false;
39
+ }
40
+ if (ethereum.isCoinbaseWallet) {
41
+ return false;
42
+ }
43
+ if (ethereum.isDawn) {
44
+ return false;
45
+ }
46
+ if (ethereum.isEnkrypt) {
47
+ return false;
48
+ }
49
+ if (ethereum.isExodus) {
50
+ return false;
51
+ }
52
+ if (ethereum.isFrame) {
53
+ return false;
54
+ }
55
+ if (ethereum.isFrontier) {
56
+ return false;
57
+ }
58
+ if (ethereum.isGamestop) {
59
+ return false;
60
+ }
61
+ if (ethereum.isHyperPay) {
62
+ return false;
63
+ }
64
+ if (ethereum.isImToken) {
65
+ return false;
66
+ }
67
+ if (ethereum.isKuCoinWallet) {
68
+ return false;
69
+ }
70
+ if (ethereum.isMathWallet) {
71
+ return false;
72
+ }
73
+ if (ethereum.isNestWallet) {
74
+ return false;
75
+ }
76
+ if (ethereum.isOkxWallet || ethereum.isOKExWallet) {
77
+ return false;
78
+ }
79
+ if (ethereum.isOneInchIOSWallet || ethereum.isOneInchAndroidWallet) {
80
+ return false;
81
+ }
82
+ if (ethereum.isOpera) {
83
+ return false;
84
+ }
85
+ if (ethereum.isPhantom) {
86
+ return false;
87
+ }
88
+ if (ethereum.isPortal) {
89
+ return false;
90
+ }
91
+ if (ethereum.isRabby) {
92
+ return false;
93
+ }
94
+ if (ethereum.isRainbow) {
95
+ return false;
96
+ }
97
+ if (ethereum.isStatus) {
98
+ return false;
99
+ }
100
+ if (ethereum.isTalisman) {
101
+ return false;
102
+ }
103
+ if (ethereum.isTally) {
104
+ return false;
105
+ }
106
+ if (ethereum.isTokenPocket) {
107
+ return false;
108
+ }
109
+ if (ethereum.isTokenary) {
110
+ return false;
111
+ }
112
+ if (ethereum.isTrust || ethereum.isTrustWallet) {
113
+ return false;
114
+ }
115
+ if (ethereum.isXDEFI) {
116
+ return false;
117
+ }
118
+ if (ethereum.isZeal) {
119
+ return false;
120
+ }
121
+ if (ethereum.isZerion) {
122
+ return false;
123
+ }
124
+ return true;
125
+ }
126
+ var metaMaskWallet = ({
127
+ projectId,
128
+ walletConnectParameters
129
+ }) => {
130
+ const isMetaMaskInjected = hasInjectedProvider({ flag: "isMetaMask" });
131
+ const shouldUseWalletConnect = !isMetaMaskInjected;
132
+ const getUri = (uri) => {
133
+ return isAndroid() ? uri : isIOS() ? (
134
+ // currently broken in MetaMask v6.5.0 https://github.com/MetaMask/metamask-mobile/issues/6457
135
+ `metamask://wc?uri=${encodeURIComponent(uri)}`
136
+ ) : `https://metamask.app.link/wc?uri=${encodeURIComponent(uri)}`;
137
+ };
138
+ return {
139
+ id: "metaMask",
140
+ name: "MetaMask",
141
+ rdns: "io.metamask",
142
+ iconUrl: async () => (await import("./metaMaskWallet-RMHEKBDR.js")).default,
143
+ iconAccent: "#f6851a",
144
+ iconBackground: "#fff",
145
+ installed: !shouldUseWalletConnect ? isMetaMaskInjected : void 0,
146
+ downloadUrls: {
147
+ android: "https://play.google.com/store/apps/details?id=io.metamask",
148
+ ios: "https://apps.apple.com/us/app/metamask/id1438144202",
149
+ mobile: "https://metamask.io/download",
150
+ qrCode: "https://metamask.io/download",
151
+ chrome: "https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn",
152
+ edge: "https://microsoftedge.microsoft.com/addons/detail/metamask/ejbalbakoplchlghecdalmeeeajnimhm",
153
+ firefox: "https://addons.mozilla.org/firefox/addon/ether-metamask",
154
+ opera: "https://addons.opera.com/extensions/details/metamask-10",
155
+ browserExtension: "https://metamask.io/download"
156
+ },
157
+ mobile: {
158
+ getUri: shouldUseWalletConnect ? getUri : void 0
159
+ },
160
+ qrCode: shouldUseWalletConnect ? {
161
+ getUri,
162
+ instructions: {
163
+ learnMoreUrl: "https://metamask.io/faqs/",
164
+ steps: [
165
+ {
166
+ description: "wallet_connectors.metamask.qr_code.step1.description",
167
+ step: "install",
168
+ title: "wallet_connectors.metamask.qr_code.step1.title"
169
+ },
170
+ {
171
+ description: "wallet_connectors.metamask.qr_code.step2.description",
172
+ step: "create",
173
+ title: "wallet_connectors.metamask.qr_code.step2.title"
174
+ },
175
+ {
176
+ description: "wallet_connectors.metamask.qr_code.step3.description",
177
+ step: "refresh",
178
+ title: "wallet_connectors.metamask.qr_code.step3.title"
179
+ }
180
+ ]
181
+ }
182
+ } : void 0,
183
+ extension: {
184
+ instructions: {
185
+ learnMoreUrl: "https://metamask.io/faqs/",
186
+ steps: [
187
+ {
188
+ description: "wallet_connectors.metamask.extension.step1.description",
189
+ step: "install",
190
+ title: "wallet_connectors.metamask.extension.step1.title"
191
+ },
192
+ {
193
+ description: "wallet_connectors.metamask.extension.step2.description",
194
+ step: "create",
195
+ title: "wallet_connectors.metamask.extension.step2.title"
196
+ },
197
+ {
198
+ description: "wallet_connectors.metamask.extension.step3.description",
199
+ step: "refresh",
200
+ title: "wallet_connectors.metamask.extension.step3.title"
201
+ }
202
+ ]
203
+ }
204
+ },
205
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
206
+ projectId,
207
+ walletConnectParameters
208
+ }) : getInjectedConnector({
209
+ target: typeof window !== "undefined" ? window.ethereum?.providers?.find(
210
+ isMetaMask
211
+ ) ?? window.ethereum : void 0
212
+ })
213
+ };
214
+ };
215
+
216
+ export {
217
+ metaMaskWallet
218
+ };
@@ -0,0 +1,92 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-N4IJLYFY.js";
5
+ import {
6
+ getInjectedConnector,
7
+ hasInjectedProvider
8
+ } from "./chunk-OLZ7626J.js";
9
+
10
+ // src/wallets/walletConnectors/roninWallet/roninWallet.ts
11
+ var roninWallet = ({
12
+ projectId,
13
+ walletConnectParameters
14
+ }) => {
15
+ const isRoninInjected = hasInjectedProvider({
16
+ namespace: "ronin.provider"
17
+ });
18
+ return {
19
+ id: "ronin",
20
+ name: "Ronin Wallet",
21
+ iconUrl: async () => (await import("./roninWallet-SAB5ESVK.js")).default,
22
+ iconBackground: "#ffffff",
23
+ rdns: "com.roninchain.wallet",
24
+ installed: isRoninInjected || void 0,
25
+ downloadUrls: {
26
+ android: "https://play.google.com/store/apps/details?id=com.skymavis.genesis",
27
+ ios: "https://apps.apple.com/us/app/ronin-wallet/id1592675001",
28
+ mobile: "https://wallet.roninchain.com",
29
+ chrome: "https://chrome.google.com/webstore/detail/ronin-wallet/fnjhmkhhmkbjkkabndcnnogagogbneec",
30
+ edge: "https://microsoftedge.microsoft.com/addons/detail/ronin-wallet/kjmoohlgokccodicjjfebfomlbljgfhk",
31
+ firefox: "https://addons.mozilla.org/firefox/addon/ronin-wallet",
32
+ browserExtension: "https://wallet.roninchain.com/",
33
+ qrCode: "https://wallet.roninchain.com/"
34
+ },
35
+ mobile: {
36
+ getUri: (uri) => `roninwallet://wc?uri=${encodeURIComponent(uri)}`
37
+ },
38
+ qrCode: {
39
+ getUri: (uri) => uri,
40
+ instructions: {
41
+ learnMoreUrl: "https://wallet.roninchain.com/",
42
+ steps: [
43
+ {
44
+ description: "wallet_connectors.ronin.qr_code.step1.description",
45
+ step: "install",
46
+ title: "wallet_connectors.ronin.qr_code.step1.title"
47
+ },
48
+ {
49
+ description: "wallet_connectors.ronin.qr_code.step2.description",
50
+ step: "create",
51
+ title: "wallet_connectors.ronin.qr_code.step2.title"
52
+ },
53
+ {
54
+ description: "wallet_connectors.ronin.qr_code.step3.description",
55
+ step: "scan",
56
+ title: "wallet_connectors.ronin.qr_code.step3.title"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ extension: {
62
+ instructions: {
63
+ learnMoreUrl: "https://wallet.roninchain.com/",
64
+ steps: [
65
+ {
66
+ description: "wallet_connectors.ronin.extension.step1.description",
67
+ step: "install",
68
+ title: "wallet_connectors.ronin.extension.step1.title"
69
+ },
70
+ {
71
+ description: "wallet_connectors.ronin.extension.step2.description",
72
+ step: "create",
73
+ title: "wallet_connectors.ronin.extension.step2.title"
74
+ },
75
+ {
76
+ description: "wallet_connectors.ronin.extension.step3.description",
77
+ step: "refresh",
78
+ title: "wallet_connectors.ronin.extension.step3.title"
79
+ }
80
+ ]
81
+ }
82
+ },
83
+ createConnector: isRoninInjected ? getInjectedConnector({ namespace: "ronin.provider" }) : getWalletConnectConnector({
84
+ projectId,
85
+ walletConnectParameters
86
+ })
87
+ };
88
+ };
89
+
90
+ export {
91
+ roninWallet
92
+ };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-UK7C2JXW.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-OEEGYENV.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  clvWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-6BW3HLBG.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-WAHGI5L7.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  coin98Wallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-RB3HR4R2.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-4NV5BYRP.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  coreWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-MIQTHJ6X.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-GUQM4QSL.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  foxWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-YEZM4CK4.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-AVDUNQUW.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  frontierWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-HNRB7KJU.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-JPN6TWIT.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  gateWallet
@@ -4,73 +4,70 @@ import {
4
4
  } from "./chunk-52QXXLDS.js";
5
5
  import {
6
6
  zerionWallet
7
- } from "./chunk-RVOY537T.js";
7
+ } from "./chunk-SWFF3TWJ.js";
8
8
  import {
9
- tahoWallet
10
- } from "./chunk-7ZYCBDQ4.js";
9
+ safepalWallet
10
+ } from "./chunk-XCNHV3HS.js";
11
11
  import {
12
- tokenPocketWallet
13
- } from "./chunk-HTHAK6XB.js";
12
+ talismanWallet
13
+ } from "./chunk-4DCO3TGL.js";
14
14
  import {
15
15
  tokenaryWallet
16
16
  } from "./chunk-VH3THHJY.js";
17
17
  import {
18
- trustWallet
19
- } from "./chunk-ZNX4EMPB.js";
20
- import {
21
- talismanWallet
22
- } from "./chunk-4DCO3TGL.js";
18
+ tokenPocketWallet
19
+ } from "./chunk-WKNQMP4A.js";
23
20
  import {
24
21
  uniswapWallet
25
22
  } from "./chunk-Z3PPW6NC.js";
26
23
  import {
27
- walletConnectWallet
28
- } from "./chunk-3FCWJRI4.js";
24
+ trustWallet
25
+ } from "./chunk-KCRO2AGO.js";
29
26
  import {
30
27
  xdefiWallet
31
28
  } from "./chunk-JN5I3DNC.js";
32
29
  import {
33
- rabbyWallet
34
- } from "./chunk-RB66PKPA.js";
35
- import {
36
- rainbowWallet
37
- } from "./chunk-2VP2F6EK.js";
30
+ walletConnectWallet
31
+ } from "./chunk-3FCWJRI4.js";
38
32
  import {
39
- ramperWallet
40
- } from "./chunk-OQB55QXP.js";
33
+ oneInchWallet
34
+ } from "./chunk-QG6ZHI7B.js";
41
35
  import {
42
36
  safeWallet
43
37
  } from "./chunk-RCY66YHF.js";
38
+ import {
39
+ rabbyWallet
40
+ } from "./chunk-RB66PKPA.js";
41
+ import {
42
+ roninWallet
43
+ } from "./chunk-YQFGVZGR.js";
44
44
  import {
45
45
  safeheronWallet
46
46
  } from "./chunk-76S7R2ND.js";
47
47
  import {
48
- roninWallet
49
- } from "./chunk-VAPGUPHO.js";
48
+ tahoWallet
49
+ } from "./chunk-7ZYCBDQ4.js";
50
50
  import {
51
- safepalWallet
52
- } from "./chunk-VTM6EECM.js";
51
+ ramperWallet
52
+ } from "./chunk-OQB55QXP.js";
53
53
  import {
54
54
  subWallet
55
- } from "./chunk-X6CGV36L.js";
56
- import {
57
- mewWallet
58
- } from "./chunk-MQM45ADF.js";
55
+ } from "./chunk-NR2OGDHQ.js";
59
56
  import {
60
- oktoWallet
61
- } from "./chunk-YWOVAU6O.js";
57
+ ledgerWallet
58
+ } from "./chunk-RPV27V2Y.js";
62
59
  import {
63
- kresusWallet
64
- } from "./chunk-RICTB3FA.js";
60
+ metaMaskWallet
61
+ } from "./chunk-YO2K4MBH.js";
65
62
  import {
66
63
  okxWallet
67
- } from "./chunk-STVVP43G.js";
64
+ } from "./chunk-KI5Y2BBF.js";
65
+ import {
66
+ oktoWallet
67
+ } from "./chunk-YWOVAU6O.js";
68
68
  import {
69
69
  omniWallet
70
70
  } from "./chunk-2CX7LX4J.js";
71
- import {
72
- oneInchWallet
73
- } from "./chunk-QG6ZHI7B.js";
74
71
  import {
75
72
  oneKeyWallet
76
73
  } from "./chunk-WVT6BBJH.js";
@@ -78,59 +75,65 @@ import {
78
75
  phantomWallet
79
76
  } from "./chunk-QY53O7WG.js";
80
77
  import {
81
- frameWallet
82
- } from "./chunk-BU3ZAT5X.js";
78
+ rainbowWallet
79
+ } from "./chunk-W2LCLDPX.js";
83
80
  import {
84
81
  foxWallet
85
- } from "./chunk-MIQTHJ6X.js";
82
+ } from "./chunk-GUQM4QSL.js";
86
83
  import {
87
- frontierWallet
88
- } from "./chunk-YEZM4CK4.js";
84
+ frameWallet
85
+ } from "./chunk-BU3ZAT5X.js";
89
86
  import {
90
87
  gateWallet
91
- } from "./chunk-HNRB7KJU.js";
88
+ } from "./chunk-JPN6TWIT.js";
92
89
  import {
93
90
  imTokenWallet
94
91
  } from "./chunk-WNAGGFMG.js";
92
+ import {
93
+ frontierWallet
94
+ } from "./chunk-AVDUNQUW.js";
95
95
  import {
96
96
  injectedWallet
97
97
  } from "./chunk-T6LGKC3F.js";
98
98
  import {
99
- metaMaskWallet
100
- } from "./chunk-CCQV2ZET.js";
99
+ kresusWallet
100
+ } from "./chunk-RICTB3FA.js";
101
101
  import {
102
- ledgerWallet
103
- } from "./chunk-RPV27V2Y.js";
102
+ mewWallet
103
+ } from "./chunk-MQM45ADF.js";
104
104
  import {
105
105
  bybitWallet
106
- } from "./chunk-F5XEEVG6.js";
107
- import {
108
- clvWallet
109
- } from "./chunk-UK7C2JXW.js";
110
- import {
111
- coin98Wallet
112
- } from "./chunk-6BW3HLBG.js";
106
+ } from "./chunk-OX37G4YT.js";
113
107
  import {
114
108
  coinbaseWallet
115
109
  } from "./chunk-2DLDAZRH.js";
116
110
  import {
117
- coreWallet
118
- } from "./chunk-RB3HR4R2.js";
111
+ clvWallet
112
+ } from "./chunk-OEEGYENV.js";
119
113
  import {
120
114
  dawnWallet
121
115
  } from "./chunk-G2PHTVL6.js";
116
+ import {
117
+ coreWallet
118
+ } from "./chunk-4NV5BYRP.js";
122
119
  import {
123
120
  desigWallet
124
121
  } from "./chunk-FW3WZETT.js";
125
122
  import {
126
123
  enkryptWallet
127
124
  } from "./chunk-HBQK5RD5.js";
125
+ import {
126
+ coin98Wallet
127
+ } from "./chunk-WAHGI5L7.js";
128
128
  import {
129
129
  argentWallet
130
130
  } from "./chunk-NTMBEOR2.js";
131
131
  import {
132
132
  bifrostWallet
133
- } from "./chunk-4T6ZSRJF.js";
133
+ } from "./chunk-IULPZP2Q.js";
134
+ import {
135
+ bitgetWallet
136
+ } from "./chunk-TKB2OY6G.js";
134
137
  import {
135
138
  bitskiWallet
136
139
  } from "./chunk-7HRFUZFX.js";
@@ -138,16 +141,13 @@ import {
138
141
  bitverseWallet
139
142
  } from "./chunk-NSK6A7TI.js";
140
143
  import {
141
- bitgetWallet
142
- } from "./chunk-CPI4TD43.js";
144
+ bloomWallet
145
+ } from "./chunk-PJ7Y57EH.js";
146
+ import "./chunk-N4IJLYFY.js";
143
147
  import {
144
148
  braveWallet
145
149
  } from "./chunk-DS73TZ6O.js";
146
150
  import "./chunk-OLZ7626J.js";
147
- import {
148
- bloomWallet
149
- } from "./chunk-PJ7Y57EH.js";
150
- import "./chunk-N4IJLYFY.js";
151
151
  import "./chunk-IGKXZBTA.js";
152
152
  export {
153
153
  argentWallet,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-CCQV2ZET.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-YO2K4MBH.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  metaMaskWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-STVVP43G.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-KI5Y2BBF.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  okxWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-2VP2F6EK.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-W2LCLDPX.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  rainbowWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-VAPGUPHO.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-YQFGVZGR.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  roninWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-VTM6EECM.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-XCNHV3HS.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  safepalWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-X6CGV36L.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-NR2OGDHQ.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  subWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-HTHAK6XB.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-WKNQMP4A.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  tokenPocketWallet