@funkit/connect 10.1.0-next.0 → 10.1.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 (55) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/dist/clients/{chunk-ETB2YYFT.js → chunk-2NBYHUIW.js} +1 -1
  3. package/dist/clients/{chunk-JNZY3GAA.js → chunk-E3USJY7A.js} +1 -1
  4. package/dist/clients/{chunk-HD4Y4NKC.js → chunk-ZAXSDMDU.js} +2 -2
  5. package/dist/clients/fanatics.css +1 -1
  6. package/dist/clients/fanatics.js +2 -2
  7. package/dist/clients/lighter.css +11 -11
  8. package/dist/clients/lighter.js +3 -3
  9. package/dist/clients/polymarket/PolymarketDepositAccountDropdown.css +11 -11
  10. package/dist/clients/polymarket/PolymarketDepositAccountDropdown.js +3 -3
  11. package/dist/clients/polymarket/index.css +11 -11
  12. package/dist/clients/polymarket/index.js +3 -3
  13. package/dist/index.css +11 -11
  14. package/dist/index.js +73 -86
  15. package/dist/utils/checkout.d.ts +1 -1
  16. package/dist/wallets/walletConnectors/index.js +46 -46
  17. package/package.json +4 -4
  18. package/dist/clients/chunk-42XZD2Y3.js +0 -1112
  19. package/dist/clients/chunk-5UIZBNLC.js +0 -1175
  20. package/dist/clients/chunk-BO7AZVPG.js +0 -1112
  21. package/dist/clients/chunk-BUCJRBW7.js +0 -1472
  22. package/dist/clients/chunk-ME4OAQIY.js +0 -696
  23. package/dist/clients/chunk-PEVDOGEA.js +0 -109
  24. package/dist/clients/chunk-QIWGVVAW.js +0 -1113
  25. package/dist/clients/chunk-VJZW3MA3.js +0 -94
  26. package/dist/clients/chunk-WEETVC7U.js +0 -1113
  27. package/dist/clients/chunk-Y2KXVS36.js +0 -230
  28. package/dist/clients/polymarket/usePolymarketAccountBalances.d.ts +0 -66
  29. package/dist/hooks/useIsTokenWhitelisted.d.ts +0 -30
  30. package/dist/modals/CheckoutModal/buildRelayChains.d.ts +0 -12
  31. package/dist/providers/FunkitFlagsProvider.d.ts +0 -26
  32. package/dist/utils/flags/config.d.ts +0 -333
  33. package/dist/utils/flags/endpoint.d.ts +0 -22
  34. package/dist/utils/flags/hash.d.ts +0 -13
  35. package/dist/utils/flags/impl.d.ts +0 -10
  36. package/dist/utils/flags/types.d.ts +0 -49
  37. package/dist/wallets/walletConnectors/chunk-2VP2F6EK.js +0 -70
  38. package/dist/wallets/walletConnectors/chunk-4T6ZSRJF.js +0 -69
  39. package/dist/wallets/walletConnectors/chunk-6BW3HLBG.js +0 -96
  40. package/dist/wallets/walletConnectors/chunk-CCQV2ZET.js +0 -218
  41. package/dist/wallets/walletConnectors/chunk-CPI4TD43.js +0 -99
  42. package/dist/wallets/walletConnectors/chunk-F5XEEVG6.js +0 -98
  43. package/dist/wallets/walletConnectors/chunk-HNRB7KJU.js +0 -92
  44. package/dist/wallets/walletConnectors/chunk-HTHAK6XB.js +0 -93
  45. package/dist/wallets/walletConnectors/chunk-MIQTHJ6X.js +0 -66
  46. package/dist/wallets/walletConnectors/chunk-RB3HR4R2.js +0 -95
  47. package/dist/wallets/walletConnectors/chunk-RVOY537T.js +0 -100
  48. package/dist/wallets/walletConnectors/chunk-STVVP43G.js +0 -94
  49. package/dist/wallets/walletConnectors/chunk-UK7C2JXW.js +0 -87
  50. package/dist/wallets/walletConnectors/chunk-VAPGUPHO.js +0 -92
  51. package/dist/wallets/walletConnectors/chunk-VTM6EECM.js +0 -110
  52. package/dist/wallets/walletConnectors/chunk-X6CGV36L.js +0 -103
  53. package/dist/wallets/walletConnectors/chunk-YEZM4CK4.js +0 -96
  54. package/dist/wallets/walletConnectors/chunk-ZNX4EMPB.js +0 -106
  55. /package/dist/clients/{chunk-HMP3LHMW.js → chunk-LUHEVXPD.js} +0 -0
@@ -1,218 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-OLZ7626J.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-N4IJLYFY.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
- };
@@ -1,99 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-OLZ7626J.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-N4IJLYFY.js";
9
-
10
- // src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
11
- import { isAndroid } from "@funkit/utils";
12
- var bitgetWallet = ({
13
- projectId,
14
- walletConnectParameters
15
- }) => {
16
- const isBitKeepInjected = hasInjectedProvider({
17
- namespace: "bitkeep.ethereum",
18
- flag: "isBitKeep"
19
- });
20
- const shouldUseWalletConnect = !isBitKeepInjected;
21
- return {
22
- id: "bitget",
23
- name: "Bitget Wallet",
24
- rdns: "com.bitget.web3",
25
- iconUrl: async () => (await import("./bitgetWallet-CBQAJOIK.js")).default,
26
- iconAccent: "#f6851a",
27
- iconBackground: "#fff",
28
- installed: !shouldUseWalletConnect ? isBitKeepInjected : void 0,
29
- downloadUrls: {
30
- android: "https://web3.bitget.com/en/wallet-download?type=0",
31
- ios: "https://apps.apple.com/app/bitkeep/id1395301115",
32
- mobile: "https://web3.bitget.com/en/wallet-download?type=2",
33
- qrCode: "https://web3.bitget.com/en/wallet-download",
34
- chrome: "https://chrome.google.com/webstore/detail/bitkeep-crypto-nft-wallet/jiidiaalihmmhddjgbnbgdfflelocpak",
35
- browserExtension: "https://web3.bitget.com/en/wallet-download"
36
- },
37
- extension: {
38
- instructions: {
39
- learnMoreUrl: "https://web3.bitget.com/en/academy",
40
- steps: [
41
- {
42
- description: "wallet_connectors.bitget.extension.step1.description",
43
- step: "install",
44
- title: "wallet_connectors.bitget.extension.step1.title"
45
- },
46
- {
47
- description: "wallet_connectors.bitget.extension.step2.description",
48
- step: "create",
49
- title: "wallet_connectors.bitget.extension.step2.title"
50
- },
51
- {
52
- description: "wallet_connectors.bitget.extension.step3.description",
53
- step: "refresh",
54
- title: "wallet_connectors.bitget.extension.step3.description"
55
- }
56
- ]
57
- }
58
- },
59
- mobile: {
60
- getUri: shouldUseWalletConnect ? (uri) => {
61
- return isAndroid() ? uri : `bitkeep://wc?uri=${encodeURIComponent(uri)}`;
62
- } : void 0
63
- },
64
- qrCode: shouldUseWalletConnect ? {
65
- getUri: (uri) => uri,
66
- instructions: {
67
- learnMoreUrl: "https://web3.bitget.com/en/academy",
68
- steps: [
69
- {
70
- description: "wallet_connectors.bitget.qr_code.step1.description",
71
- step: "install",
72
- title: "wallet_connectors.bitget.qr_code.step1.title"
73
- },
74
- {
75
- description: "wallet_connectors.bitget.qr_code.step2.description",
76
- step: "create",
77
- title: "wallet_connectors.bitget.qr_code.step2.title"
78
- },
79
- {
80
- description: "wallet_connectors.bitget.qr_code.step3.description",
81
- step: "scan",
82
- title: "wallet_connectors.bitget.qr_code.step3.title"
83
- }
84
- ]
85
- }
86
- } : void 0,
87
- createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
88
- projectId,
89
- walletConnectParameters
90
- }) : getInjectedConnector({
91
- namespace: "bitkeep.ethereum",
92
- flag: "isBitKeep"
93
- })
94
- };
95
- };
96
-
97
- export {
98
- bitgetWallet
99
- };
@@ -1,98 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-OLZ7626J.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-N4IJLYFY.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
- };
@@ -1,92 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-OLZ7626J.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-N4IJLYFY.js";
9
-
10
- // src/wallets/walletConnectors/gateWallet/gateWallet.ts
11
- import { isAndroid } from "@funkit/utils";
12
- var gateWallet = ({
13
- projectId,
14
- walletConnectParameters
15
- }) => {
16
- const isGateInjected = hasInjectedProvider({ namespace: "gatewallet" });
17
- const shouldUseWalletConnect = !isGateInjected;
18
- return {
19
- id: "gate",
20
- name: "Gate Wallet",
21
- rdns: "io.gate.wallet",
22
- iconUrl: async () => (await import("./gateWallet-CJNGQQCV.js")).default,
23
- iconAccent: "#fff",
24
- iconBackground: "#fff",
25
- downloadUrls: {
26
- android: "https://play.google.com/store/apps/details?id=com.gateio.gateio",
27
- ios: "https://apps.apple.com/us/app/gate-io-buy-bitcoin-crypto/id1294998195",
28
- mobile: "https://www.gate.io/mobileapp",
29
- qrCode: "https://www.gate.io/web3",
30
- chrome: "https://chromewebstore.google.com/detail/gate-wallet/cpmkedoipcpimgecpmgpldfpohjplkpp",
31
- browserExtension: "https://www.gate.io/web3"
32
- },
33
- mobile: {
34
- getUri: shouldUseWalletConnect ? (uri) => {
35
- return isAndroid() ? uri : `gtweb3wallet://wc?uri=${encodeURIComponent(uri)}`;
36
- } : void 0
37
- },
38
- qrCode: shouldUseWalletConnect ? {
39
- getUri: (uri) => uri,
40
- instructions: {
41
- learnMoreUrl: "https://www.gate.io/learn",
42
- steps: [
43
- {
44
- description: "wallet_connectors.gate.qr_code.step1.description",
45
- step: "install",
46
- title: "wallet_connectors.gate.qr_code.step1.title"
47
- },
48
- {
49
- description: "wallet_connectors.gate.qr_code.step2.description",
50
- step: "create",
51
- title: "wallet_connectors.gate.qr_code.step2.title"
52
- },
53
- {
54
- description: "wallet_connectors.gate.qr_code.step3.description",
55
- step: "scan",
56
- title: "wallet_connectors.gate.qr_code.step3.title"
57
- }
58
- ]
59
- }
60
- } : void 0,
61
- extension: {
62
- instructions: {
63
- learnMoreUrl: "https://www.gate.io/learn",
64
- steps: [
65
- {
66
- description: "wallet_connectors.gate.extension.step1.description",
67
- step: "install",
68
- title: "wallet_connectors.gate.extension.step1.title"
69
- },
70
- {
71
- description: "wallet_connectors.gate.extension.step2.description",
72
- step: "create",
73
- title: "wallet_connectors.gate.extension.step2.title"
74
- },
75
- {
76
- description: "wallet_connectors.gate.extension.step3.description",
77
- step: "refresh",
78
- title: "wallet_connectors.gate.extension.step3.title"
79
- }
80
- ]
81
- }
82
- },
83
- createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
84
- projectId,
85
- walletConnectParameters
86
- }) : getInjectedConnector({ namespace: "gatewallet" })
87
- };
88
- };
89
-
90
- export {
91
- gateWallet
92
- };
@@ -1,93 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-OLZ7626J.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-N4IJLYFY.js";
9
-
10
- // src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
11
- import { isMobile } from "@funkit/utils";
12
- var tokenPocketWallet = ({
13
- projectId,
14
- walletConnectParameters
15
- }) => {
16
- const isTokenPocketInjected = hasInjectedProvider({ flag: "isTokenPocket" });
17
- const shouldUseWalletConnect = !isTokenPocketInjected;
18
- const getUri = (uri) => {
19
- return isMobile() ? `tpoutside://wc?uri=${encodeURIComponent(uri)}` : uri;
20
- };
21
- return {
22
- id: "tokenPocket",
23
- name: "TokenPocket",
24
- rdns: "pro.tokenpocket",
25
- iconUrl: async () => (await import("./tokenPocketWallet-FLFG3JUQ.js")).default,
26
- iconBackground: "#2980FE",
27
- installed: !shouldUseWalletConnect ? isTokenPocketInjected : void 0,
28
- downloadUrls: {
29
- chrome: "https://chrome.google.com/webstore/detail/tokenpocket/mfgccjchihfkkindfppnaooecgfneiii",
30
- browserExtension: "https://extension.tokenpocket.pro/",
31
- android: "https://play.google.com/store/apps/details?id=vip.mytokenpocket",
32
- ios: "https://apps.apple.com/us/app/tp-global-wallet/id6444625622",
33
- qrCode: "https://tokenpocket.pro/en/download/app",
34
- mobile: "https://tokenpocket.pro/en/download/app"
35
- },
36
- mobile: {
37
- getUri: shouldUseWalletConnect ? getUri : void 0
38
- },
39
- qrCode: shouldUseWalletConnect ? {
40
- getUri,
41
- instructions: {
42
- learnMoreUrl: "https://help.tokenpocket.pro/en/",
43
- steps: [
44
- {
45
- description: "wallet_connectors.token_pocket.qr_code.step1.description",
46
- step: "install",
47
- title: "wallet_connectors.token_pocket.qr_code.step1.title"
48
- },
49
- {
50
- description: "wallet_connectors.token_pocket.qr_code.step2.description",
51
- step: "create",
52
- title: "wallet_connectors.token_pocket.qr_code.step2.title"
53
- },
54
- {
55
- description: "wallet_connectors.token_pocket.qr_code.step3.description",
56
- step: "scan",
57
- title: "wallet_connectors.token_pocket.qr_code.step3.title"
58
- }
59
- ]
60
- }
61
- } : void 0,
62
- extension: {
63
- instructions: {
64
- learnMoreUrl: "https://help.tokenpocket.pro/en/extension-wallet/faq/installation-tutorial",
65
- steps: [
66
- {
67
- description: "wallet_connectors.token_pocket.extension.step1.description",
68
- step: "install",
69
- title: "wallet_connectors.token_pocket.extension.step1.title"
70
- },
71
- {
72
- description: "wallet_connectors.token_pocket.extension.step2.description",
73
- step: "create",
74
- title: "wallet_connectors.token_pocket.extension.step2.title"
75
- },
76
- {
77
- description: "wallet_connectors.token_pocket.extension.step3.description",
78
- step: "refresh",
79
- title: "wallet_connectors.token_pocket.extension.step3.title"
80
- }
81
- ]
82
- }
83
- },
84
- createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
85
- projectId,
86
- walletConnectParameters
87
- }) : getInjectedConnector({ flag: "isTokenPocket" })
88
- };
89
- };
90
-
91
- export {
92
- tokenPocketWallet
93
- };
@@ -1,66 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-OLZ7626J.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-N4IJLYFY.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
- };