@funkit/connect 4.0.0 → 4.0.2

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 (87) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +22 -20
  3. package/dist/components/FunButton/FunButton.d.ts +2 -2
  4. package/dist/components/FunGuarantees/FunGuarantees.d.ts +1 -1
  5. package/dist/components/FunKeyValue/FunKeyValue.d.ts +5 -5
  6. package/dist/components/FunSelectBrokerage/FunSelectBrokerage.d.ts +1 -1
  7. package/dist/components/FunTooltip/FunTooltip.d.ts +1 -1
  8. package/dist/components/FunTransactionSummary/PaymentMethodSummary.d.ts +3 -2
  9. package/dist/components/ModalSelection/ModalSelection.d.ts +1 -1
  10. package/dist/consts/moonpay.d.ts +8 -1
  11. package/dist/css/modalTransitionStyles.css.d.ts +4 -4
  12. package/dist/domains/checkoutFees.d.ts +1 -1
  13. package/dist/domains/clientMetadata.d.ts +1 -1
  14. package/dist/domains/paymentMethods.d.ts +3 -5
  15. package/dist/domains/quote.d.ts +2 -1
  16. package/dist/hooks/useAllowedAssets.d.ts +8 -0
  17. package/dist/hooks/useAnimatedNavigation.d.ts +7 -1
  18. package/dist/hooks/useEffectEvent.d.ts +1 -1
  19. package/dist/hooks/useMesh.d.ts +2 -2
  20. package/dist/index.css +74 -118
  21. package/dist/index.js +1496 -1804
  22. package/dist/locales/I18n.d.ts +3 -1
  23. package/dist/modals/CheckoutModal/ConfirmationStep/ConfirmationStep.d.ts +0 -8
  24. package/dist/modals/CheckoutModal/ConfirmationStep/useQuoteRefresh.d.ts +5 -8
  25. package/dist/modals/CheckoutModal/ConnectExchange.d.ts +1 -1
  26. package/dist/modals/CheckoutModal/InputAmount/InputAmountLoading.d.ts +1 -1
  27. package/dist/modals/CheckoutModal/InputAmount/useCheckoutQuote.d.ts +2 -1
  28. package/dist/modals/CheckoutModal/MeshVerification.d.ts +1 -1
  29. package/dist/modals/CheckoutModal/SelectBrokerage.d.ts +1 -1
  30. package/dist/modals/CheckoutModal/useSourceAssetConfirm.d.ts +3 -7
  31. package/dist/modals/FunCheckoutHistoryModal/FunCheckoutHistoryContent.d.ts +3 -3
  32. package/dist/modals/ProfileDetails/ActivityTraversalContext.d.ts +15 -9
  33. package/dist/modals/ProfileDetails/FunProfileViews/Home/BalanceSection.d.ts +6 -0
  34. package/dist/modals/ProfileDetails/FunProfileViews/Home/Home.css.d.ts +0 -7
  35. package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +2 -5
  36. package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeTokenDisplayRow.d.ts +3 -2
  37. package/dist/modals/ProfileDetails/FunProfileViews/Home/ProfileTitleSection.d.ts +11 -0
  38. package/dist/modals/ProfileDetails/FunProfileViews/Home/index.d.ts +4 -3
  39. package/dist/modals/ProfileDetails/ProfileDetails.d.ts +0 -2
  40. package/dist/providers/FunkitCheckoutContext.d.ts +20 -7
  41. package/dist/providers/FunkitConfigContext.d.ts +2 -2
  42. package/dist/providers/FunkitMeshProvider.d.ts +5 -3
  43. package/dist/providers/FunkitWeb2Provider.d.ts +16 -8
  44. package/dist/providers/GeneralWalletProvider.d.ts +9 -4
  45. package/dist/utils/aborts.d.ts +1 -1
  46. package/dist/utils/assets.d.ts +2 -2
  47. package/dist/utils/mesh.d.ts +3 -3
  48. package/dist/utils/safeJSON.d.ts +3 -0
  49. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  50. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  51. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  52. package/dist/wallets/walletConnectors/chunk-25VW5TZP.js +92 -0
  53. package/dist/wallets/walletConnectors/chunk-3NC26XLM.js +92 -0
  54. package/dist/wallets/walletConnectors/chunk-3U3BMEH5.js +94 -0
  55. package/dist/wallets/walletConnectors/chunk-4UM4GTKZ.js +103 -0
  56. package/dist/wallets/walletConnectors/chunk-545L7Y4M.js +69 -0
  57. package/dist/wallets/walletConnectors/chunk-6LPM6LUQ.js +110 -0
  58. package/dist/wallets/walletConnectors/chunk-7GSNBOD3.js +99 -0
  59. package/dist/wallets/walletConnectors/chunk-ETTNDQQG.js +100 -0
  60. package/dist/wallets/walletConnectors/chunk-FRGSRLTS.js +93 -0
  61. package/dist/wallets/walletConnectors/chunk-HKV7EMYZ.js +96 -0
  62. package/dist/wallets/walletConnectors/chunk-IPOC2VJX.js +106 -0
  63. package/dist/wallets/walletConnectors/chunk-JXP2QPW7.js +95 -0
  64. package/dist/wallets/walletConnectors/chunk-KFFJPS5R.js +96 -0
  65. package/dist/wallets/walletConnectors/chunk-LEXSM5KI.js +87 -0
  66. package/dist/wallets/walletConnectors/chunk-MOOBCMMB.js +70 -0
  67. package/dist/wallets/walletConnectors/chunk-N2NIIUW6.js +146 -0
  68. package/dist/wallets/walletConnectors/chunk-W5O4YSZN.js +98 -0
  69. package/dist/wallets/walletConnectors/chunk-XYBEMO3C.js +66 -0
  70. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  71. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  72. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  73. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  74. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  75. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  76. package/dist/wallets/walletConnectors/index.js +56 -56
  77. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  78. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  79. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  80. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  81. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  82. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  83. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  84. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  85. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  86. package/package.json +8 -8
  87. package/dist/modals/ProfileDetails/FunProfileViews/ActivityHistory/ActivityHistory.d.ts +0 -5
@@ -0,0 +1,146 @@
1
+ "use client";
2
+ import {
3
+ getInjectedConnector,
4
+ hasInjectedProvider
5
+ } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-23WIEY36.js";
9
+
10
+ // src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
11
+ import { isAndroid, isIOS } from "@funkit/utils";
12
+ function isMetaMask(ethereum) {
13
+ if (!ethereum?.isMetaMask) return false;
14
+ if (ethereum.isBraveWallet && !ethereum._events && !ethereum._state)
15
+ return false;
16
+ if (ethereum.isApexWallet) return false;
17
+ if (ethereum.isAvalanche) return false;
18
+ if (ethereum.isBackpack) return false;
19
+ if (ethereum.isBifrost) return false;
20
+ if (ethereum.isBitKeep) return false;
21
+ if (ethereum.isBitski) return false;
22
+ if (ethereum.isBlockWallet) return false;
23
+ if (ethereum.isCoinbaseWallet) return false;
24
+ if (ethereum.isDawn) return false;
25
+ if (ethereum.isEnkrypt) return false;
26
+ if (ethereum.isExodus) return false;
27
+ if (ethereum.isFrame) return false;
28
+ if (ethereum.isFrontier) return false;
29
+ if (ethereum.isGamestop) return false;
30
+ if (ethereum.isHyperPay) return false;
31
+ if (ethereum.isImToken) return false;
32
+ if (ethereum.isKuCoinWallet) return false;
33
+ if (ethereum.isMathWallet) return false;
34
+ if (ethereum.isNestWallet) return false;
35
+ if (ethereum.isOkxWallet || ethereum.isOKExWallet) return false;
36
+ if (ethereum.isOneInchIOSWallet || ethereum.isOneInchAndroidWallet)
37
+ return false;
38
+ if (ethereum.isOpera) return false;
39
+ if (ethereum.isPhantom) return false;
40
+ if (ethereum.isPortal) return false;
41
+ if (ethereum.isRabby) return false;
42
+ if (ethereum.isRainbow) return false;
43
+ if (ethereum.isStatus) return false;
44
+ if (ethereum.isTalisman) return false;
45
+ if (ethereum.isTally) return false;
46
+ if (ethereum.isTokenPocket) return false;
47
+ if (ethereum.isTokenary) return false;
48
+ if (ethereum.isTrust || ethereum.isTrustWallet) return false;
49
+ if (ethereum.isXDEFI) return false;
50
+ if (ethereum.isZeal) return false;
51
+ if (ethereum.isZerion) return false;
52
+ return true;
53
+ }
54
+ var metaMaskWallet = ({
55
+ projectId,
56
+ walletConnectParameters
57
+ }) => {
58
+ const isMetaMaskInjected = hasInjectedProvider({ flag: "isMetaMask" });
59
+ const shouldUseWalletConnect = !isMetaMaskInjected;
60
+ const getUri = (uri) => {
61
+ return isAndroid() ? uri : isIOS() ? (
62
+ // currently broken in MetaMask v6.5.0 https://github.com/MetaMask/metamask-mobile/issues/6457
63
+ `metamask://wc?uri=${encodeURIComponent(uri)}`
64
+ ) : `https://metamask.app.link/wc?uri=${encodeURIComponent(uri)}`;
65
+ };
66
+ return {
67
+ id: "metaMask",
68
+ name: "MetaMask",
69
+ rdns: "io.metamask",
70
+ iconUrl: async () => (await import("./metaMaskWallet-RMHEKBDR.js")).default,
71
+ iconAccent: "#f6851a",
72
+ iconBackground: "#fff",
73
+ installed: !shouldUseWalletConnect ? isMetaMaskInjected : void 0,
74
+ downloadUrls: {
75
+ android: "https://play.google.com/store/apps/details?id=io.metamask",
76
+ ios: "https://apps.apple.com/us/app/metamask/id1438144202",
77
+ mobile: "https://metamask.io/download",
78
+ qrCode: "https://metamask.io/download",
79
+ chrome: "https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn",
80
+ edge: "https://microsoftedge.microsoft.com/addons/detail/metamask/ejbalbakoplchlghecdalmeeeajnimhm",
81
+ firefox: "https://addons.mozilla.org/firefox/addon/ether-metamask",
82
+ opera: "https://addons.opera.com/extensions/details/metamask-10",
83
+ browserExtension: "https://metamask.io/download"
84
+ },
85
+ mobile: {
86
+ getUri: shouldUseWalletConnect ? getUri : void 0
87
+ },
88
+ qrCode: shouldUseWalletConnect ? {
89
+ getUri,
90
+ instructions: {
91
+ learnMoreUrl: "https://metamask.io/faqs/",
92
+ steps: [
93
+ {
94
+ description: "wallet_connectors.metamask.qr_code.step1.description",
95
+ step: "install",
96
+ title: "wallet_connectors.metamask.qr_code.step1.title"
97
+ },
98
+ {
99
+ description: "wallet_connectors.metamask.qr_code.step2.description",
100
+ step: "create",
101
+ title: "wallet_connectors.metamask.qr_code.step2.title"
102
+ },
103
+ {
104
+ description: "wallet_connectors.metamask.qr_code.step3.description",
105
+ step: "refresh",
106
+ title: "wallet_connectors.metamask.qr_code.step3.title"
107
+ }
108
+ ]
109
+ }
110
+ } : void 0,
111
+ extension: {
112
+ instructions: {
113
+ learnMoreUrl: "https://metamask.io/faqs/",
114
+ steps: [
115
+ {
116
+ description: "wallet_connectors.metamask.extension.step1.description",
117
+ step: "install",
118
+ title: "wallet_connectors.metamask.extension.step1.title"
119
+ },
120
+ {
121
+ description: "wallet_connectors.metamask.extension.step2.description",
122
+ step: "create",
123
+ title: "wallet_connectors.metamask.extension.step2.title"
124
+ },
125
+ {
126
+ description: "wallet_connectors.metamask.extension.step3.description",
127
+ step: "refresh",
128
+ title: "wallet_connectors.metamask.extension.step3.title"
129
+ }
130
+ ]
131
+ }
132
+ },
133
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
134
+ projectId,
135
+ walletConnectParameters
136
+ }) : getInjectedConnector({
137
+ target: typeof window !== "undefined" ? window.ethereum?.providers?.find(
138
+ isMetaMask
139
+ ) ?? window.ethereum : void 0
140
+ })
141
+ };
142
+ };
143
+
144
+ export {
145
+ metaMaskWallet
146
+ };
@@ -0,0 +1,98 @@
1
+ "use client";
2
+ import {
3
+ getInjectedConnector,
4
+ hasInjectedProvider
5
+ } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-23WIEY36.js";
9
+
10
+ // src/wallets/walletConnectors/bybitWallet/bybitWallet.ts
11
+ var bybitWallet = ({
12
+ projectId,
13
+ walletConnectParameters
14
+ }) => {
15
+ const isBybitInjected = hasInjectedProvider({
16
+ namespace: "bybitWallet"
17
+ });
18
+ const shouldUseWalletConnect = !isBybitInjected;
19
+ const getUri = (uri) => {
20
+ return `bybitapp://open/route?targetUrl=by://web3/walletconnect/wc?uri=${encodeURIComponent(
21
+ uri
22
+ )}`;
23
+ };
24
+ return {
25
+ id: "bybit",
26
+ name: "Bybit Wallet",
27
+ rdns: "com.bybit",
28
+ iconUrl: async () => (await import("./bybitWallet-GOPAS32Q.js")).default,
29
+ installed: !shouldUseWalletConnect ? isBybitInjected : void 0,
30
+ iconBackground: "#000000",
31
+ downloadUrls: {
32
+ chrome: "https://chromewebstore.google.com/detail/bybit-wallet/pdliaogehgdbhbnmkklieghmmjkpigpa",
33
+ browserExtension: "https://www.bybit.com/en/web3",
34
+ android: "https://play.google.com/store/apps/details?id=com.bybit.app",
35
+ ios: "https://apps.apple.com/us/app/bybit-buy-trade-crypto/id1488296980",
36
+ mobile: "https://www.bybit.com/en/web3",
37
+ qrCode: "https://www.bybit.com/en/web3"
38
+ },
39
+ mobile: {
40
+ getUri: shouldUseWalletConnect ? getUri : void 0
41
+ },
42
+ qrCode: shouldUseWalletConnect ? {
43
+ getUri: (uri) => uri,
44
+ instructions: {
45
+ learnMoreUrl: "https://www.bybit.com/en/web3",
46
+ steps: [
47
+ {
48
+ description: "wallet_connectors.bybit.qr_code.step1.description",
49
+ step: "install",
50
+ title: "wallet_connectors.bybit.qr_code.step1.title"
51
+ },
52
+ {
53
+ description: "wallet_connectors.bybit.qr_code.step2.description",
54
+ step: "create",
55
+ title: "wallet_connectors.bybit.qr_code.step2.title"
56
+ },
57
+ {
58
+ description: "wallet_connectors.bybit.qr_code.step3.description",
59
+ step: "scan",
60
+ title: "wallet_connectors.bybit.qr_code.step3.title"
61
+ }
62
+ ]
63
+ }
64
+ } : void 0,
65
+ extension: {
66
+ instructions: {
67
+ learnMoreUrl: "https://www.bybit.com/en/web3",
68
+ steps: [
69
+ {
70
+ description: "wallet_connectors.bybit.extension.step1.description",
71
+ step: "install",
72
+ title: "wallet_connectors.bybit.extension.step1.title"
73
+ },
74
+ {
75
+ description: "wallet_connectors.bybit.extension.step2.description",
76
+ step: "create",
77
+ title: "wallet_connectors.bybit.extension.step2.title"
78
+ },
79
+ {
80
+ description: "wallet_connectors.bybit.extension.step3.description",
81
+ step: "refresh",
82
+ title: "wallet_connectors.bybit.extension.step3.title"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
88
+ projectId,
89
+ walletConnectParameters
90
+ }) : getInjectedConnector({
91
+ namespace: "bybitWallet"
92
+ })
93
+ };
94
+ };
95
+
96
+ export {
97
+ bybitWallet
98
+ };
@@ -0,0 +1,66 @@
1
+ "use client";
2
+ import {
3
+ getInjectedConnector,
4
+ hasInjectedProvider
5
+ } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-23WIEY36.js";
9
+
10
+ // src/wallets/walletConnectors/foxWallet/foxWallet.ts
11
+ var foxWallet = ({
12
+ projectId,
13
+ walletConnectParameters
14
+ }) => {
15
+ const isFoxInjected = hasInjectedProvider({
16
+ namespace: "foxwallet.ethereum"
17
+ });
18
+ const shouldUseWalletConnect = !isFoxInjected;
19
+ return {
20
+ id: "foxwallet",
21
+ name: "FoxWallet",
22
+ iconUrl: async () => (await import("./foxWallet-I7D5KIW4.js")).default,
23
+ iconBackground: "#fff",
24
+ downloadUrls: {
25
+ android: "https://play.google.com/store/apps/details?id=com.foxwallet.play",
26
+ ios: "https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231",
27
+ qrCode: "https://foxwallet.com/download"
28
+ },
29
+ mobile: {
30
+ getUri: shouldUseWalletConnect ? (uri) => {
31
+ return `foxwallet://wc?uri=${encodeURIComponent(uri)}`;
32
+ } : void 0
33
+ },
34
+ qrCode: shouldUseWalletConnect ? {
35
+ getUri: (uri) => uri,
36
+ instructions: {
37
+ learnMoreUrl: "https://foxwallet.com",
38
+ steps: [
39
+ {
40
+ description: "wallet_connectors.fox.qr_code.step1.description",
41
+ step: "install",
42
+ title: "wallet_connectors.fox.qr_code.step1.title"
43
+ },
44
+ {
45
+ description: "wallet_connectors.fox.qr_code.step2.description",
46
+ step: "create",
47
+ title: "wallet_connectors.fox.qr_code.step2.title"
48
+ },
49
+ {
50
+ description: "wallet_connectors.fox.qr_code.step3.description",
51
+ step: "scan",
52
+ title: "wallet_connectors.fox.qr_code.step3.title"
53
+ }
54
+ ]
55
+ }
56
+ } : void 0,
57
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
58
+ projectId,
59
+ walletConnectParameters
60
+ }) : getInjectedConnector({ namespace: "foxwallet.ethereum" })
61
+ };
62
+ };
63
+
64
+ export {
65
+ foxWallet
66
+ };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-KR6JBW5E.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-LEXSM5KI.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  clvWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-DTRYS3MO.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-KFFJPS5R.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  coin98Wallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-HBA36GW3.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-JXP2QPW7.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-LMZMXEXL.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-XYBEMO3C.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-3S2U24BJ.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-HKV7EMYZ.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  frontierWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-GSOYKKIS.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-3NC26XLM.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  gateWallet
9
9
  };
@@ -1,121 +1,121 @@
1
1
  "use client";
2
2
  import {
3
- tahoWallet
4
- } from "./chunk-6P2EMPZI.js";
3
+ zealWallet
4
+ } from "./chunk-JROWU5BP.js";
5
+ import {
6
+ xdefiWallet
7
+ } from "./chunk-NO7XMBB5.js";
5
8
  import {
6
9
  zerionWallet
7
- } from "./chunk-AXWP3GD4.js";
10
+ } from "./chunk-ETTNDQQG.js";
8
11
  import {
9
- rabbyWallet
10
- } from "./chunk-BVX4XGNP.js";
12
+ tahoWallet
13
+ } from "./chunk-6P2EMPZI.js";
11
14
  import {
12
15
  talismanWallet
13
16
  } from "./chunk-ABFSXBE6.js";
14
17
  import {
15
18
  tokenPocketWallet
16
- } from "./chunk-IDKVN5CF.js";
19
+ } from "./chunk-FRGSRLTS.js";
17
20
  import {
18
21
  tokenaryWallet
19
22
  } from "./chunk-SLOIIJGP.js";
20
23
  import {
21
24
  trustWallet
22
- } from "./chunk-ISIBREBO.js";
25
+ } from "./chunk-IPOC2VJX.js";
23
26
  import {
24
27
  uniswapWallet
25
28
  } from "./chunk-LH7BMNFZ.js";
29
+ import {
30
+ ramperWallet
31
+ } from "./chunk-PIUNLQJG.js";
26
32
  import {
27
33
  walletConnectWallet
28
34
  } from "./chunk-NP5QGWNL.js";
29
35
  import {
30
- xdefiWallet
31
- } from "./chunk-NO7XMBB5.js";
32
- import {
33
- zealWallet
34
- } from "./chunk-JROWU5BP.js";
35
- import {
36
- phantomWallet
37
- } from "./chunk-ZSVTX6EK.js";
36
+ frontierWallet
37
+ } from "./chunk-HKV7EMYZ.js";
38
38
  import {
39
- ramperWallet
40
- } from "./chunk-PIUNLQJG.js";
39
+ rabbyWallet
40
+ } from "./chunk-BVX4XGNP.js";
41
41
  import {
42
42
  rainbowWallet
43
- } from "./chunk-2UCNRD7H.js";
43
+ } from "./chunk-MOOBCMMB.js";
44
44
  import {
45
45
  roninWallet
46
- } from "./chunk-63YLN6R5.js";
46
+ } from "./chunk-25VW5TZP.js";
47
47
  import {
48
48
  safeWallet
49
49
  } from "./chunk-BQQQL6UD.js";
50
50
  import {
51
51
  safeheronWallet
52
52
  } from "./chunk-R6RWZRFF.js";
53
- import {
54
- safepalWallet
55
- } from "./chunk-MSFKSQBY.js";
56
53
  import {
57
54
  subWallet
58
- } from "./chunk-AD2KIJB6.js";
55
+ } from "./chunk-4UM4GTKZ.js";
59
56
  import {
60
- metaMaskWallet
61
- } from "./chunk-G73C6P5P.js";
57
+ safepalWallet
58
+ } from "./chunk-6LPM6LUQ.js";
62
59
  import {
63
- mewWallet
64
- } from "./chunk-V57WLZEE.js";
60
+ metaMaskWallet
61
+ } from "./chunk-N2NIIUW6.js";
65
62
  import {
66
63
  oktoWallet
67
64
  } from "./chunk-ADIXAKUL.js";
68
65
  import {
69
66
  okxWallet
70
- } from "./chunk-4WEHDI4Y.js";
67
+ } from "./chunk-3U3BMEH5.js";
71
68
  import {
72
69
  omniWallet
73
70
  } from "./chunk-7CUY5G6R.js";
74
71
  import {
75
72
  oneInchWallet
76
73
  } from "./chunk-OESTDX6I.js";
77
- import {
78
- ledgerWallet
79
- } from "./chunk-BRBKM4PW.js";
80
74
  import {
81
75
  oneKeyWallet
82
76
  } from "./chunk-4AD7VI2P.js";
83
77
  import {
84
- enkryptWallet
85
- } from "./chunk-SJTXS4ZW.js";
78
+ phantomWallet
79
+ } from "./chunk-ZSVTX6EK.js";
80
+ import {
81
+ injectedWallet
82
+ } from "./chunk-VCVVV2K7.js";
86
83
  import {
87
84
  frameWallet
88
85
  } from "./chunk-ZMYVTWDF.js";
89
- import {
90
- frontierWallet
91
- } from "./chunk-3S2U24BJ.js";
92
86
  import {
93
87
  gateWallet
94
- } from "./chunk-GSOYKKIS.js";
88
+ } from "./chunk-3NC26XLM.js";
89
+ import {
90
+ enkryptWallet
91
+ } from "./chunk-SJTXS4ZW.js";
95
92
  import {
96
93
  imTokenWallet
97
94
  } from "./chunk-COZ7MIQS.js";
98
95
  import {
99
- injectedWallet
100
- } from "./chunk-VCVVV2K7.js";
96
+ mewWallet
97
+ } from "./chunk-V57WLZEE.js";
98
+ import {
99
+ ledgerWallet
100
+ } from "./chunk-BRBKM4PW.js";
101
101
  import {
102
102
  kresusWallet
103
103
  } from "./chunk-MJXPRJZT.js";
104
104
  import {
105
105
  bybitWallet
106
- } from "./chunk-6ONTSPEY.js";
106
+ } from "./chunk-W5O4YSZN.js";
107
107
  import {
108
108
  clvWallet
109
- } from "./chunk-KR6JBW5E.js";
109
+ } from "./chunk-LEXSM5KI.js";
110
110
  import {
111
111
  coin98Wallet
112
- } from "./chunk-DTRYS3MO.js";
112
+ } from "./chunk-KFFJPS5R.js";
113
+ import {
114
+ coreWallet
115
+ } from "./chunk-JXP2QPW7.js";
113
116
  import {
114
117
  coinbaseWallet
115
118
  } from "./chunk-H4IRCEZN.js";
116
- import {
117
- coreWallet
118
- } from "./chunk-HBA36GW3.js";
119
119
  import {
120
120
  dawnWallet
121
121
  } from "./chunk-LN7OD5EC.js";
@@ -124,30 +124,30 @@ import {
124
124
  } from "./chunk-CTU6JCOK.js";
125
125
  import {
126
126
  foxWallet
127
- } from "./chunk-LMZMXEXL.js";
128
- import {
129
- argentWallet
130
- } from "./chunk-WSQ2YJO2.js";
127
+ } from "./chunk-XYBEMO3C.js";
131
128
  import {
132
129
  bifrostWallet
133
- } from "./chunk-W6N74MS3.js";
130
+ } from "./chunk-545L7Y4M.js";
134
131
  import {
135
- bitgetWallet
136
- } from "./chunk-A5APNTGL.js";
132
+ bitverseWallet
133
+ } from "./chunk-3HZRRP4Y.js";
137
134
  import {
138
135
  bitskiWallet
139
136
  } from "./chunk-P74YPRF6.js";
140
- import {
141
- bitverseWallet
142
- } from "./chunk-3HZRRP4Y.js";
143
137
  import {
144
138
  bloomWallet
145
139
  } from "./chunk-S27IADFU.js";
146
- import "./chunk-23WIEY36.js";
140
+ import {
141
+ bitgetWallet
142
+ } from "./chunk-7GSNBOD3.js";
147
143
  import {
148
144
  braveWallet
149
145
  } from "./chunk-PB254NQ4.js";
150
146
  import "./chunk-WRA2DVJ7.js";
147
+ import {
148
+ argentWallet
149
+ } from "./chunk-WSQ2YJO2.js";
150
+ import "./chunk-23WIEY36.js";
151
151
  export {
152
152
  argentWallet,
153
153
  bifrostWallet,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-G73C6P5P.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-N2NIIUW6.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  metaMaskWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-4WEHDI4Y.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-3U3BMEH5.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  okxWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-2UCNRD7H.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-MOOBCMMB.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  rainbowWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-63YLN6R5.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-25VW5TZP.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  roninWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-MSFKSQBY.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-6LPM6LUQ.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  safepalWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-AD2KIJB6.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-4UM4GTKZ.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  subWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-IDKVN5CF.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-FRGSRLTS.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  tokenPocketWallet
9
9
  };