@funkit/connect 1.0.18 → 1.0.19

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 (44) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/index.js +66 -31
  3. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  4. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  5. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  6. package/dist/wallets/walletConnectors/chunk-4FQLUQNA.js +96 -0
  7. package/dist/wallets/walletConnectors/chunk-JLQ5HJYV.js +94 -0
  8. package/dist/wallets/walletConnectors/chunk-LVRXH33E.js +92 -0
  9. package/dist/wallets/walletConnectors/chunk-MIWCKFYE.js +87 -0
  10. package/dist/wallets/walletConnectors/chunk-Q4RLUJJD.js +66 -0
  11. package/dist/wallets/walletConnectors/chunk-SYELB4QO.js +107 -0
  12. package/dist/wallets/walletConnectors/chunk-ZBAQFL6G.js +102 -0
  13. package/dist/wallets/walletConnectors/chunk-ZUAHWUEL.js +98 -0
  14. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  15. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  16. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.js +2 -2
  17. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  18. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -2
  19. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  20. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  21. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  22. package/dist/wallets/walletConnectors/index.js +66 -66
  23. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  24. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  25. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  26. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  27. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  28. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  29. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  30. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  31. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  32. package/package.json +1 -1
  33. package/dist/wallets/walletConnectors/chunk-VWZEDVW6.js +0 -27
  34. package/dist/wallets/walletConnectors/chunk-YC7XNS7C.js +0 -98
  35. package/dist/wallets/walletConnectors/{chunk-OR3PU2W4.js → chunk-2UXZAUWT.js} +4 -4
  36. package/dist/wallets/walletConnectors/{chunk-X255T3C4.js → chunk-3WZRNEZH.js} +4 -4
  37. package/dist/wallets/walletConnectors/{chunk-SL4VH23R.js → chunk-6LTLPR2Q.js} +4 -4
  38. package/dist/wallets/walletConnectors/{chunk-SQGFKNNZ.js → chunk-7CQPABJG.js} +4 -4
  39. package/dist/wallets/walletConnectors/{chunk-N3VZE65M.js → chunk-AM4SSLAP.js} +4 -4
  40. package/dist/wallets/walletConnectors/{chunk-XSSD5ZVD.js → chunk-NGXIHASN.js} +4 -4
  41. package/dist/wallets/walletConnectors/{chunk-FDIIMYTB.js → chunk-O5NKWWEG.js} +4 -4
  42. package/dist/wallets/walletConnectors/{chunk-2PC2XXUH.js → chunk-V45EXW7A.js} +4 -4
  43. package/dist/wallets/walletConnectors/{chunk-OAEJQOAV.js → chunk-Z2DGDHHZ.js} +4 -4
  44. package/dist/wallets/walletConnectors/{chunk-75A2U7T7.js → chunk-ZNXQ4V6G.js} +4 -4
@@ -0,0 +1,107 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-ZDU3JFGR.js";
5
+ import {
6
+ getInjectedConnector,
7
+ hasInjectedProvider
8
+ } from "./chunk-QII6PY2D.js";
9
+
10
+ // src/wallets/walletConnectors/safepalWallet/safepalWallet.ts
11
+ var safepalWallet = ({
12
+ projectId,
13
+ walletConnectParameters
14
+ }) => {
15
+ const isSafePalWalletInjected = hasInjectedProvider({
16
+ namespace: "safepalProvider",
17
+ flag: "isSafePal"
18
+ });
19
+ const shouldUseWalletConnect = !isSafePalWalletInjected;
20
+ const getUriMobile = (uri) => {
21
+ return `safepalwallet://wc?uri=${encodeURIComponent(uri)}`;
22
+ };
23
+ const getUriQR = async (uri) => {
24
+ return uri;
25
+ };
26
+ const mobileConnector = {
27
+ getUri: shouldUseWalletConnect ? getUriMobile : void 0
28
+ };
29
+ let qrConnector = void 0;
30
+ if (shouldUseWalletConnect) {
31
+ qrConnector = {
32
+ getUri: getUriQR,
33
+ instructions: {
34
+ learnMoreUrl: "https://safepal.com/",
35
+ steps: [
36
+ {
37
+ description: "wallet_connectors.safepal.qr_code.step1.description",
38
+ step: "install",
39
+ title: "wallet_connectors.safepal.qr_code.step1.title"
40
+ },
41
+ {
42
+ description: "wallet_connectors.safepal.qr_code.step2.description",
43
+ step: "create",
44
+ title: "wallet_connectors.safepal.qr_code.step2.title"
45
+ },
46
+ {
47
+ description: "wallet_connectors.safepal.qr_code.step3.description",
48
+ step: "scan",
49
+ title: "wallet_connectors.safepal.qr_code.step3.title"
50
+ }
51
+ ]
52
+ }
53
+ };
54
+ }
55
+ const extensionConnector = {
56
+ instructions: {
57
+ learnMoreUrl: "https://www.safepal.com/download?product=2",
58
+ steps: [
59
+ {
60
+ description: "wallet_connectors.safepal.extension.step1.description",
61
+ step: "install",
62
+ title: "wallet_connectors.safepal.extension.step1.title"
63
+ },
64
+ {
65
+ description: "wallet_connectors.safepal.extension.step2.description",
66
+ step: "create",
67
+ title: "wallet_connectors.safepal.extension.step2.title"
68
+ },
69
+ {
70
+ description: "wallet_connectors.safepal.extension.step3.description",
71
+ step: "refresh",
72
+ title: "wallet_connectors.safepal.extension.step3.title"
73
+ }
74
+ ]
75
+ }
76
+ };
77
+ return {
78
+ id: "safepal",
79
+ name: "SafePal Wallet",
80
+ iconUrl: async () => (await import("./safepalWallet-FDJRNZUU.js")).default,
81
+ installed: isSafePalWalletInjected,
82
+ iconAccent: "#3375BB",
83
+ iconBackground: "#fff",
84
+ downloadUrls: {
85
+ android: "https://play.google.com/store/apps/details?id=io.safepal.wallet&referrer=utm_source%3Drainbowkit%26utm_medium%3Ddisplay%26utm_campaign%3Ddownload",
86
+ ios: "https://apps.apple.com/app/apple-store/id1548297139?pt=122504219&ct=rainbowkit&mt=8",
87
+ mobile: "https://www.safepal.com/en/download",
88
+ qrCode: "https://www.safepal.com/en/download",
89
+ chrome: "https://chrome.google.com/webstore/detail/safepal-extension-wallet/lgmpcpglpngdoalbgeoldeajfclnhafa",
90
+ browserExtension: "https://www.safepal.com/download?product=2"
91
+ },
92
+ mobile: mobileConnector,
93
+ ...qrConnector ? qrConnector : {},
94
+ extension: extensionConnector,
95
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
96
+ projectId,
97
+ walletConnectParameters
98
+ }) : getInjectedConnector({
99
+ namespace: "safepalProvider",
100
+ flag: "isSafePal"
101
+ })
102
+ };
103
+ };
104
+
105
+ export {
106
+ safepalWallet
107
+ };
@@ -0,0 +1,102 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-ZDU3JFGR.js";
5
+ import {
6
+ getInjectedConnector,
7
+ hasInjectedProvider
8
+ } from "./chunk-QII6PY2D.js";
9
+
10
+ // src/wallets/walletConnectors/subWallet/subWallet.ts
11
+ var subWallet = ({
12
+ projectId,
13
+ walletConnectParameters
14
+ }) => {
15
+ const isSubWalletInjected = hasInjectedProvider({ namespace: "SubWallet" });
16
+ const shouldUseWalletConnect = !isSubWalletInjected;
17
+ const getUriMobile = (uri) => {
18
+ return `subwallet://wc?uri=${encodeURIComponent(uri)}`;
19
+ };
20
+ const getUriQR = (uri) => {
21
+ return uri;
22
+ };
23
+ const mobileConnector = {
24
+ getUri: shouldUseWalletConnect ? getUriMobile : void 0
25
+ };
26
+ let qrConnector = void 0;
27
+ if (shouldUseWalletConnect) {
28
+ qrConnector = {
29
+ getUri: getUriQR,
30
+ instructions: {
31
+ learnMoreUrl: "https://www.subwallet.app/",
32
+ steps: [
33
+ {
34
+ description: "wallet_connectors.subwallet.qr_code.step1.description",
35
+ step: "install",
36
+ title: "wallet_connectors.subwallet.qr_code.step1.title"
37
+ },
38
+ {
39
+ description: "wallet_connectors.subwallet.qr_code.step2.description",
40
+ step: "create",
41
+ title: "wallet_connectors.subwallet.qr_code.step2.title"
42
+ },
43
+ {
44
+ description: "wallet_connectors.subwallet.qr_code.step3.description",
45
+ step: "scan",
46
+ title: "wallet_connectors.subwallet.qr_code.step3.title"
47
+ }
48
+ ]
49
+ }
50
+ };
51
+ }
52
+ const extensionConnector = {
53
+ instructions: {
54
+ learnMoreUrl: "https://www.subwallet.app/",
55
+ steps: [
56
+ {
57
+ description: "wallet_connectors.subwallet.extension.step1.description",
58
+ step: "install",
59
+ title: "wallet_connectors.subwallet.extension.step1.title"
60
+ },
61
+ {
62
+ description: "wallet_connectors.subwallet.extension.step2.description",
63
+ step: "create",
64
+ title: "wallet_connectors.subwallet.extension.step2.title"
65
+ },
66
+ {
67
+ description: "wallet_connectors.subwallet.extension.step3.description",
68
+ step: "refresh",
69
+ title: "wallet_connectors.subwallet.extension.step3.title"
70
+ }
71
+ ]
72
+ }
73
+ };
74
+ return {
75
+ id: "subwallet",
76
+ name: "SubWallet",
77
+ iconUrl: async () => (await import("./subWallet-ELA2UJOS.js")).default,
78
+ iconBackground: "#fff",
79
+ installed: isSubWalletInjected || void 0,
80
+ downloadUrls: {
81
+ browserExtension: "https://www.subwallet.app/download",
82
+ chrome: "https://chrome.google.com/webstore/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn",
83
+ firefox: "https://addons.mozilla.org/en-US/firefox/addon/subwallet/",
84
+ edge: "https://chrome.google.com/webstore/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn",
85
+ mobile: "https://www.subwallet.app/download",
86
+ android: "https://play.google.com/store/apps/details?id=app.subwallet.mobile",
87
+ ios: "https://apps.apple.com/us/app/subwallet-polkadot-wallet/id1633050285",
88
+ qrCode: "https://www.subwallet.app/download"
89
+ },
90
+ mobile: mobileConnector,
91
+ qrCode: qrConnector,
92
+ extension: extensionConnector,
93
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
94
+ projectId,
95
+ walletConnectParameters
96
+ }) : getInjectedConnector({ namespace: "SubWallet" })
97
+ };
98
+ };
99
+
100
+ export {
101
+ subWallet
102
+ };
@@ -0,0 +1,98 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-ZDU3JFGR.js";
5
+ import {
6
+ getInjectedConnector,
7
+ hasInjectedProvider
8
+ } from "./chunk-QII6PY2D.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-O6NEYJRP.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
+ };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-T6JVHES7.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-MIWCKFYE.js";
6
5
  import "../chunk-ZDU3JFGR.js";
6
+ import "../chunk-QII6PY2D.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-Z2HIQYVN.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-4FQLUQNA.js";
6
5
  import "../chunk-ZDU3JFGR.js";
6
+ import "../chunk-QII6PY2D.js";
7
7
  export {
8
8
  coin98Wallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coinbaseWallet
4
- } from "../chunk-YC7XNS7C.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-XBUTWYE4.js";
6
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-QII6PY2D.js";
7
7
  export {
8
8
  coinbaseWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-IBWFKX7P.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-JLQ5HJYV.js";
6
5
  import "../chunk-ZDU3JFGR.js";
6
+ import "../chunk-QII6PY2D.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  dawnWallet
4
- } from "../chunk-VWZEDVW6.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-4XQDKOGF.js";
6
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-QII6PY2D.js";
7
7
  export {
8
8
  dawnWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-OKWOB3DN.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-Q4RLUJJD.js";
6
5
  import "../chunk-ZDU3JFGR.js";
6
+ import "../chunk-QII6PY2D.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-N3VZE65M.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-AM4SSLAP.js";
6
5
  import "../chunk-ZOLACFTK.js";
7
6
  import "../chunk-ZDU3JFGR.js";
7
+ import "../chunk-QII6PY2D.js";
8
8
  export {
9
9
  frontierWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-2PC2XXUH.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-V45EXW7A.js";
6
5
  import "../chunk-ZOLACFTK.js";
7
6
  import "../chunk-ZDU3JFGR.js";
7
+ import "../chunk-QII6PY2D.js";
8
8
  export {
9
9
  gateWallet
10
10
  };
@@ -1,52 +1,49 @@
1
1
  "use client";
2
- import {
3
- zealWallet
4
- } from "./chunk-DPXMP5KS.js";
5
- import {
6
- xdefiWallet
7
- } from "./chunk-L734HTUS.js";
8
2
  import {
9
3
  zerionWallet
10
- } from "./chunk-SQGFKNNZ.js";
4
+ } from "./chunk-7CQPABJG.js";
11
5
  import {
12
- subWallet
13
- } from "./chunk-2GAW2UBU.js";
6
+ tokenaryWallet
7
+ } from "./chunk-ENZLEAG2.js";
8
+ import {
9
+ oneInchWallet
10
+ } from "./chunk-LCPIZUR3.js";
14
11
  import {
15
12
  tahoWallet
16
13
  } from "./chunk-H76YCX2M.js";
17
14
  import {
18
15
  talismanWallet
19
16
  } from "./chunk-H273OTQA.js";
20
- import {
21
- tokenaryWallet
22
- } from "./chunk-ENZLEAG2.js";
23
17
  import {
24
18
  tokenPocketWallet
25
- } from "./chunk-OR3PU2W4.js";
19
+ } from "./chunk-2UXZAUWT.js";
20
+ import {
21
+ trustWallet
22
+ } from "./chunk-Z2DGDHHZ.js";
26
23
  import {
27
24
  uniswapWallet
28
25
  } from "./chunk-XRSY4JVH.js";
29
- import {
30
- trustWallet
31
- } from "./chunk-OAEJQOAV.js";
32
26
  import {
33
27
  walletConnectWallet
34
28
  } from "./chunk-ASPRR7T3.js";
29
+ import {
30
+ zealWallet
31
+ } from "./chunk-DPXMP5KS.js";
32
+ import {
33
+ xdefiWallet
34
+ } from "./chunk-L734HTUS.js";
35
35
  import {
36
36
  rabbyWallet
37
37
  } from "./chunk-XPEBP6XV.js";
38
38
  import {
39
39
  rainbowWallet
40
- } from "./chunk-FDIIMYTB.js";
41
- import {
42
- phantomWallet
43
- } from "./chunk-KGBLSE7L.js";
40
+ } from "./chunk-O5NKWWEG.js";
44
41
  import {
45
42
  ramperWallet
46
43
  } from "./chunk-ZOL6ZMTJ.js";
47
44
  import {
48
45
  roninWallet
49
- } from "./chunk-GW6EF4G2.js";
46
+ } from "./chunk-LVRXH33E.js";
50
47
  import {
51
48
  safeWallet
52
49
  } from "./chunk-D3DCQ72J.js";
@@ -55,43 +52,46 @@ import {
55
52
  } from "./chunk-63NPZXAL.js";
56
53
  import {
57
54
  safepalWallet
58
- } from "./chunk-RTW6PVQI.js";
55
+ } from "./chunk-SYELB4QO.js";
56
+ import {
57
+ subWallet
58
+ } from "./chunk-ZBAQFL6G.js";
59
+ import {
60
+ ledgerWallet
61
+ } from "./chunk-Y6VY6E3L.js";
59
62
  import {
60
63
  metaMaskWallet
61
- } from "./chunk-X255T3C4.js";
64
+ } from "./chunk-3WZRNEZH.js";
62
65
  import {
63
- okxWallet
64
- } from "./chunk-XSSD5ZVD.js";
66
+ omniWallet
67
+ } from "./chunk-SVN7OEQR.js";
65
68
  import {
66
69
  oktoWallet
67
70
  } from "./chunk-WKHTUEF5.js";
68
71
  import {
69
- injectedWallet
70
- } from "./chunk-KIHCNUU3.js";
72
+ okxWallet
73
+ } from "./chunk-NGXIHASN.js";
71
74
  import {
72
- omniWallet
73
- } from "./chunk-SVN7OEQR.js";
75
+ oneKeyWallet
76
+ } from "./chunk-4WOV4ITL.js";
77
+ import {
78
+ phantomWallet
79
+ } from "./chunk-KGBLSE7L.js";
74
80
  import {
75
81
  mewWallet
76
82
  } from "./chunk-PWYTDYBE.js";
77
83
  import {
78
- oneInchWallet
79
- } from "./chunk-LCPIZUR3.js";
84
+ foxWallet
85
+ } from "./chunk-Q4RLUJJD.js";
80
86
  import {
81
- oneKeyWallet
82
- } from "./chunk-4WOV4ITL.js";
87
+ frontierWallet
88
+ } from "./chunk-AM4SSLAP.js";
83
89
  import {
84
90
  frameWallet
85
91
  } from "./chunk-XXFJVY73.js";
86
- import {
87
- foxWallet
88
- } from "./chunk-OKWOB3DN.js";
89
- import {
90
- enkryptWallet
91
- } from "./chunk-FLY7F4XA.js";
92
92
  import {
93
93
  gateWallet
94
- } from "./chunk-2PC2XXUH.js";
94
+ } from "./chunk-V45EXW7A.js";
95
95
  import {
96
96
  imTokenWallet
97
97
  } from "./chunk-5MVV7OVS.js";
@@ -99,56 +99,56 @@ import {
99
99
  kresusWallet
100
100
  } from "./chunk-X6T3CICZ.js";
101
101
  import {
102
- ledgerWallet
103
- } from "./chunk-Y6VY6E3L.js";
104
- import {
105
- clvWallet
106
- } from "./chunk-T6JVHES7.js";
107
- import {
108
- argentWallet
109
- } from "./chunk-NZ5G23JP.js";
102
+ injectedWallet
103
+ } from "./chunk-KIHCNUU3.js";
110
104
  import {
111
105
  bybitWallet
112
- } from "./chunk-CUKVUCIP.js";
106
+ } from "./chunk-ZUAHWUEL.js";
113
107
  import {
114
- dawnWallet
115
- } from "./chunk-VWZEDVW6.js";
108
+ clvWallet
109
+ } from "./chunk-MIWCKFYE.js";
116
110
  import {
117
111
  coinbaseWallet
118
- } from "./chunk-YC7XNS7C.js";
112
+ } from "./chunk-XBUTWYE4.js";
113
+ import {
114
+ coin98Wallet
115
+ } from "./chunk-4FQLUQNA.js";
119
116
  import {
120
117
  coreWallet
121
- } from "./chunk-IBWFKX7P.js";
118
+ } from "./chunk-JLQ5HJYV.js";
122
119
  import {
123
- frontierWallet
124
- } from "./chunk-N3VZE65M.js";
120
+ dawnWallet
121
+ } from "./chunk-4XQDKOGF.js";
125
122
  import {
126
123
  desigWallet
127
124
  } from "./chunk-P4JLZ42R.js";
128
125
  import {
129
- bitgetWallet
130
- } from "./chunk-75A2U7T7.js";
131
- import {
132
- bitverseWallet
133
- } from "./chunk-NL4I7WOT.js";
126
+ enkryptWallet
127
+ } from "./chunk-FLY7F4XA.js";
134
128
  import {
135
129
  bifrostWallet
136
- } from "./chunk-SL4VH23R.js";
130
+ } from "./chunk-6LTLPR2Q.js";
137
131
  import {
138
- braveWallet
139
- } from "./chunk-ABYQAXUX.js";
132
+ argentWallet
133
+ } from "./chunk-NZ5G23JP.js";
140
134
  import {
141
- coin98Wallet
142
- } from "./chunk-Z2HIQYVN.js";
135
+ bitgetWallet
136
+ } from "./chunk-ZNXQ4V6G.js";
143
137
  import {
144
138
  bitskiWallet
145
139
  } from "./chunk-C67TQJ6W.js";
146
- import "./chunk-QII6PY2D.js";
140
+ import {
141
+ bitverseWallet
142
+ } from "./chunk-NL4I7WOT.js";
147
143
  import {
148
144
  bloomWallet
149
145
  } from "./chunk-NTGZF5BY.js";
150
146
  import "./chunk-ZOLACFTK.js";
151
147
  import "./chunk-ZDU3JFGR.js";
148
+ import {
149
+ braveWallet
150
+ } from "./chunk-ABYQAXUX.js";
151
+ import "./chunk-QII6PY2D.js";
152
152
  export {
153
153
  argentWallet,
154
154
  bifrostWallet,
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-X255T3C4.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-3WZRNEZH.js";
6
5
  import "../chunk-ZOLACFTK.js";
7
6
  import "../chunk-ZDU3JFGR.js";
7
+ import "../chunk-QII6PY2D.js";
8
8
  export {
9
9
  metaMaskWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-XSSD5ZVD.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-NGXIHASN.js";
6
5
  import "../chunk-ZOLACFTK.js";
7
6
  import "../chunk-ZDU3JFGR.js";
7
+ import "../chunk-QII6PY2D.js";
8
8
  export {
9
9
  okxWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-FDIIMYTB.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-O5NKWWEG.js";
6
5
  import "../chunk-ZOLACFTK.js";
7
6
  import "../chunk-ZDU3JFGR.js";
7
+ import "../chunk-QII6PY2D.js";
8
8
  export {
9
9
  rainbowWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-GW6EF4G2.js";
5
- import "../chunk-QII6PY2D.js";
4
+ } from "../chunk-LVRXH33E.js";
6
5
  import "../chunk-ZDU3JFGR.js";
6
+ import "../chunk-QII6PY2D.js";
7
7
  export {
8
8
  roninWallet
9
9
  };