@funkit/connect 9.7.2-next.1 → 9.9.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 (112) hide show
  1. package/CHANGELOG.md +93 -0
  2. package/dist/__generated__/default_configs.d.ts +1 -1
  3. package/dist/__generated__/default_feature_gates.d.ts +2 -0
  4. package/dist/clients/chunk-LMEQD56M.js +289 -0
  5. package/dist/clients/fanatics.css +1 -1
  6. package/dist/clients/fanatics.js +55 -329
  7. package/dist/clients/lighter.css +4775 -4775
  8. package/dist/clients/lighter.d.ts +30 -34
  9. package/dist/clients/lighter.js +163 -69
  10. package/dist/components/ApprovalMethodToggle/ApprovalMethodToggle.d.ts +19 -0
  11. package/dist/components/Dropdown/BaseActiveDropdownItem.d.ts +2 -1
  12. package/dist/components/Dropdown/BaseDropdown.d.ts +11 -23
  13. package/dist/components/Dropdown/BaseDropdown.utils.d.ts +23 -0
  14. package/dist/components/Dropdown/ChainDropdown.d.ts +2 -1
  15. package/dist/components/Dropdown/TokenAndChainDropdown.d.ts +9 -3
  16. package/dist/components/Dropdown/TokenDropdown.d.ts +7 -3
  17. package/dist/domains/asset.d.ts +0 -1
  18. package/dist/domains/quote.d.ts +9 -1
  19. package/dist/domains/quoteMode/exactOut.d.ts +2 -1
  20. package/dist/domains/quoteMode/resolveQuoteMode.d.ts +3 -1
  21. package/dist/hooks/queries/useWithdrawalQuote.d.ts +2 -8
  22. package/dist/hooks/useCheckoutDirectExecution.d.ts +8 -1
  23. package/dist/hooks/useIsStablecoin.d.ts +2 -0
  24. package/dist/hooks/useTokenAndChainDropdown.d.ts +13 -7
  25. package/dist/hooks/useTokenTransfer.d.ts +2 -2
  26. package/dist/index.css +99 -99
  27. package/dist/index.d.ts +1 -1
  28. package/dist/index.js +5847 -4800
  29. package/dist/modals/CheckoutModal/SourceChange/CryptoCashToggle.d.ts +2 -1
  30. package/dist/modals/CheckoutModal/TransferToken/useTransferTokenTracking.d.ts +2 -2
  31. package/dist/modals/WithdrawalModal/WithdrawalContent.d.ts +11 -1
  32. package/dist/modals/WithdrawalModal/useWithdrawal.d.ts +5 -1
  33. package/dist/providers/FunkitCheckoutContext/index.d.ts +1 -0
  34. package/dist/providers/FunkitCheckoutContext/types.d.ts +60 -2
  35. package/dist/providers/FunkitHistoryContext.d.ts +2 -2
  36. package/dist/providers/FunkitQuoteContext.d.ts +6 -0
  37. package/dist/utils/withdrawal.d.ts +6 -1
  38. package/dist/wallets/Wallet.d.ts +11 -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/clvWallet/clvWallet.js +2 -2
  43. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  44. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  45. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  46. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  47. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  48. package/dist/wallets/walletConnectors/index.js +45 -45
  49. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  50. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  51. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  52. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  53. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  54. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  55. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  56. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  57. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  58. package/package.json +6 -5
  59. package/dist/chunk-64NZSUGQ.js +0 -368
  60. package/dist/chunk-B2B6HDIE.js +0 -238
  61. package/dist/chunk-OQNN7EMQ.js +0 -238
  62. package/dist/chunk-S65TG73G.js +0 -247
  63. package/dist/chunk-VLAOBEJN.js +0 -247
  64. package/dist/clients/chunk-3LSYVQXK.js +0 -289
  65. package/dist/clients/chunk-SBQ2UUPK.js +0 -214
  66. package/dist/clients/chunk-V526Q43Z.js +0 -271
  67. package/dist/components/Dropdown/TokenAndChainDropdown.css.d.ts +0 -1
  68. package/dist/hooks/track/CheckoutTrackingContext.d.ts +0 -60
  69. package/dist/hooks/useTokenChain.d.ts +0 -21
  70. package/dist/modals/CheckoutModal/SwappedIframe/SwappedIframeContainer.d.ts +0 -17
  71. package/dist/modals/WithdrwalModal/WithdrawalCallbackSuccess.d.ts +0 -10
  72. package/dist/modals/WithdrwalModal/WithdrawalContent.d.ts +0 -11
  73. package/dist/modals/WithdrwalModal/WithdrawalModal.d.ts +0 -9
  74. package/dist/modals/WithdrwalModal/WithdrawalSuccess.d.ts +0 -15
  75. package/dist/modals/WithdrwalModal/types.d.ts +0 -5
  76. package/dist/modals/WithdrwalModal/useWithdrawal.d.ts +0 -24
  77. package/dist/wallets/walletConnectors/chunk-34HACM5U.js +0 -110
  78. package/dist/wallets/walletConnectors/chunk-4C7ER452.js +0 -93
  79. package/dist/wallets/walletConnectors/chunk-53VYSPXK.js +0 -66
  80. package/dist/wallets/walletConnectors/chunk-5TN5Z2WY.js +0 -87
  81. package/dist/wallets/walletConnectors/chunk-6DRCY52E.js +0 -69
  82. package/dist/wallets/walletConnectors/chunk-6UCI7GM6.js +0 -98
  83. package/dist/wallets/walletConnectors/chunk-6YO27XOM.js +0 -96
  84. package/dist/wallets/walletConnectors/chunk-7OARWILZ.js +0 -92
  85. package/dist/wallets/walletConnectors/chunk-7V33VJAL.js +0 -218
  86. package/dist/wallets/walletConnectors/chunk-APHCF4DT.js +0 -103
  87. package/dist/wallets/walletConnectors/chunk-CJJT7LMT.js +0 -96
  88. package/dist/wallets/walletConnectors/chunk-DEFRRPXB.js +0 -98
  89. package/dist/wallets/walletConnectors/chunk-EKJHJFRN.js +0 -69
  90. package/dist/wallets/walletConnectors/chunk-FG2LDVXL.js +0 -92
  91. package/dist/wallets/walletConnectors/chunk-GH4M6FTK.js +0 -95
  92. package/dist/wallets/walletConnectors/chunk-GSHSWVEG.js +0 -70
  93. package/dist/wallets/walletConnectors/chunk-GVOQTORD.js +0 -87
  94. package/dist/wallets/walletConnectors/chunk-HETS3KKI.js +0 -218
  95. package/dist/wallets/walletConnectors/chunk-HOPH3TQ3.js +0 -99
  96. package/dist/wallets/walletConnectors/chunk-HRDPUW3V.js +0 -94
  97. package/dist/wallets/walletConnectors/chunk-HXWUH73P.js +0 -93
  98. package/dist/wallets/walletConnectors/chunk-IICWJWGZ.js +0 -110
  99. package/dist/wallets/walletConnectors/chunk-KO56HCTI.js +0 -106
  100. package/dist/wallets/walletConnectors/chunk-KWX2SYU2.js +0 -100
  101. package/dist/wallets/walletConnectors/chunk-LCIPVVH5.js +0 -70
  102. package/dist/wallets/walletConnectors/chunk-LI6QY2B5.js +0 -94
  103. package/dist/wallets/walletConnectors/chunk-PKMAPNN6.js +0 -92
  104. package/dist/wallets/walletConnectors/chunk-T4ROGPMF.js +0 -106
  105. package/dist/wallets/walletConnectors/chunk-TTHM3WUR.js +0 -100
  106. package/dist/wallets/walletConnectors/chunk-UDTBQV4Q.js +0 -96
  107. package/dist/wallets/walletConnectors/chunk-V6UOWTEZ.js +0 -95
  108. package/dist/wallets/walletConnectors/chunk-VJZWNQOF.js +0 -92
  109. package/dist/wallets/walletConnectors/chunk-XBLHZICW.js +0 -103
  110. package/dist/wallets/walletConnectors/chunk-XVBSJCW5.js +0 -96
  111. package/dist/wallets/walletConnectors/chunk-YIEASHLS.js +0 -99
  112. package/dist/wallets/walletConnectors/chunk-ZPSPK6LH.js +0 -66
@@ -1,110 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-YYYRPQHB.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-FMVNQKZL.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-7YULGM2L.js")).default,
81
- // Note that we never resolve `installed` to `false` because the
82
- // SafePal Wallet provider falls back to other connection methods if
83
- // the injected connector isn't available
84
- installed: isSafePalWalletInjected,
85
- iconAccent: "#3375BB",
86
- iconBackground: "#fff",
87
- downloadUrls: {
88
- android: "https://play.google.com/store/apps/details?id=io.safepal.wallet&referrer=utm_source%3Drainbowkit%26utm_medium%3Ddisplay%26utm_campaign%3Ddownload",
89
- ios: "https://apps.apple.com/app/apple-store/id1548297139?pt=122504219&ct=rainbowkit&mt=8",
90
- mobile: "https://www.safepal.com/en/download",
91
- qrCode: "https://www.safepal.com/en/download",
92
- chrome: "https://chrome.google.com/webstore/detail/safepal-extension-wallet/lgmpcpglpngdoalbgeoldeajfclnhafa",
93
- browserExtension: "https://www.safepal.com/download?product=2"
94
- },
95
- mobile: mobileConnector,
96
- ...qrConnector ? qrConnector : {},
97
- extension: extensionConnector,
98
- createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
99
- projectId,
100
- walletConnectParameters
101
- }) : getInjectedConnector({
102
- namespace: "safepalProvider",
103
- flag: "isSafePal"
104
- })
105
- };
106
- };
107
-
108
- export {
109
- safepalWallet
110
- };
@@ -1,93 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-MAPXJUOO.js";
5
- import {
6
- getInjectedConnector,
7
- hasInjectedProvider
8
- } from "./chunk-BAVE62IL.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
- getWalletConnectConnector
4
- } from "./chunk-MAPXJUOO.js";
5
- import {
6
- getInjectedConnector,
7
- hasInjectedProvider
8
- } from "./chunk-BAVE62IL.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,87 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-YYYRPQHB.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-FMVNQKZL.js";
9
-
10
- // src/wallets/walletConnectors/clvWallet/clvWallet.ts
11
- var clvWallet = ({
12
- projectId,
13
- walletConnectParameters
14
- }) => {
15
- const isCLVInjected = hasInjectedProvider({ namespace: "clover" });
16
- const shouldUseWalletConnect = !isCLVInjected;
17
- return {
18
- id: "clv",
19
- name: "CLV",
20
- iconUrl: async () => (await import("./clvWallet-VVMLP7BK.js")).default,
21
- iconBackground: "#fff",
22
- iconAccent: "#BDFDE2",
23
- installed: isCLVInjected,
24
- downloadUrls: {
25
- chrome: "https://chrome.google.com/webstore/detail/clv-wallet/nhnkbkgjikgcigadomkphalanndcapjk",
26
- ios: "https://apps.apple.com/app/clover-wallet/id1570072858",
27
- mobile: "https://apps.apple.com/app/clover-wallet/id1570072858",
28
- qrCode: "https://clv.org/"
29
- },
30
- extension: {
31
- instructions: {
32
- learnMoreUrl: "https://clv.org/",
33
- steps: [
34
- {
35
- description: "wallet_connectors.clv.extension.step1.description",
36
- step: "install",
37
- title: "wallet_connectors.clv.extension.step1.title"
38
- },
39
- {
40
- description: "wallet_connectors.clv.extension.step2.description",
41
- step: "create",
42
- title: "wallet_connectors.clv.extension.step2.title"
43
- },
44
- {
45
- description: "wallet_connectors.clv.extension.step3.description",
46
- step: "refresh",
47
- title: "wallet_connectors.clv.extension.step3.title"
48
- }
49
- ]
50
- }
51
- },
52
- mobile: {
53
- getUri: shouldUseWalletConnect ? (uri) => uri : void 0
54
- },
55
- qrCode: shouldUseWalletConnect ? {
56
- getUri: (uri) => uri,
57
- instructions: {
58
- learnMoreUrl: "https://clv.org/",
59
- steps: [
60
- {
61
- description: "wallet_connectors.clv.qr_code.step1.description",
62
- step: "install",
63
- title: "wallet_connectors.clv.qr_code.step1.title"
64
- },
65
- {
66
- description: "wallet_connectors.clv.qr_code.step2.description",
67
- step: "create",
68
- title: "wallet_connectors.clv.qr_code.step2.title"
69
- },
70
- {
71
- description: "wallet_connectors.clv.qr_code.step3.description",
72
- step: "scan",
73
- title: "wallet_connectors.clv.qr_code.step3.title"
74
- }
75
- ]
76
- }
77
- } : void 0,
78
- createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
79
- projectId,
80
- walletConnectParameters
81
- }) : getInjectedConnector({ namespace: "clover" })
82
- };
83
- };
84
-
85
- export {
86
- clvWallet
87
- };
@@ -1,69 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-YYYRPQHB.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-FMVNQKZL.js";
9
-
10
- // src/wallets/walletConnectors/bifrostWallet/bifrostWallet.ts
11
- import { isAndroid } from "@funkit/utils";
12
- var bifrostWallet = ({
13
- projectId,
14
- walletConnectParameters
15
- }) => {
16
- const isBifrostInjected = hasInjectedProvider({ flag: "isBifrost" });
17
- const shouldUseWalletConnect = !isBifrostInjected;
18
- const getUri = (uri) => {
19
- return isAndroid() ? uri : `https://app.bifrostwallet.com/wc?uri=${encodeURIComponent(uri)}`;
20
- };
21
- return {
22
- id: "bifrostWallet",
23
- name: "Bifrost Wallet",
24
- iconUrl: async () => (await import("./bifrostWallet-5NQVDZ5P.js")).default,
25
- iconBackground: "#fff",
26
- installed: !shouldUseWalletConnect ? isBifrostInjected : void 0,
27
- downloadUrls: {
28
- android: "https://play.google.com/store/apps/details?id=com.bifrostwallet.app",
29
- ios: "https://apps.apple.com/us/app/bifrost-wallet/id1577198351",
30
- qrCode: "https://bifrostwallet.com/#download-app"
31
- },
32
- mobile: {
33
- getUri: shouldUseWalletConnect ? getUri : void 0
34
- },
35
- qrCode: shouldUseWalletConnect ? {
36
- getUri: (uri) => uri,
37
- instructions: {
38
- learnMoreUrl: "https://support.bifrostwallet.com/en/articles/6886814-how-to-use-walletconnect",
39
- steps: [
40
- {
41
- description: "wallet_connectors.bifrost.qr_code.step1.description",
42
- step: "install",
43
- title: "wallet_connectors.bifrost.qr_code.step1.title"
44
- },
45
- {
46
- description: "wallet_connectors.bifrost.qr_code.step2.description",
47
- step: "create",
48
- title: "wallet_connectors.bifrost.qr_code.step2.title"
49
- },
50
- {
51
- description: "wallet_connectors.bifrost.qr_code.step3.description",
52
- step: "scan",
53
- title: "wallet_connectors.bifrost.qr_code.step3.title"
54
- }
55
- ]
56
- }
57
- } : void 0,
58
- createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
59
- projectId,
60
- walletConnectParameters
61
- }) : getInjectedConnector({
62
- flag: "isBifrost"
63
- })
64
- };
65
- };
66
-
67
- export {
68
- bifrostWallet
69
- };
@@ -1,98 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-MAPXJUOO.js";
5
- import {
6
- getInjectedConnector,
7
- hasInjectedProvider
8
- } from "./chunk-BAVE62IL.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,96 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-MAPXJUOO.js";
5
- import {
6
- getInjectedConnector,
7
- hasInjectedProvider
8
- } from "./chunk-BAVE62IL.js";
9
-
10
- // src/wallets/walletConnectors/coin98Wallet/coin98Wallet.ts
11
- var coin98Wallet = ({
12
- projectId,
13
- walletConnectParameters
14
- }) => {
15
- const isCoin98WalletInjected = hasInjectedProvider({
16
- namespace: "coin98.provider",
17
- flag: "isCoin98"
18
- });
19
- const shouldUseWalletConnect = !isCoin98WalletInjected;
20
- return {
21
- id: "coin98",
22
- name: "Coin98 Wallet",
23
- iconUrl: async () => (await import("./coin98Wallet-I5CP5KYZ.js")).default,
24
- installed: isCoin98WalletInjected,
25
- iconAccent: "#CDA349",
26
- iconBackground: "#fff",
27
- rdns: "coin98.com",
28
- downloadUrls: {
29
- android: "https://play.google.com/store/apps/details?id=coin98.crypto.finance.media",
30
- ios: "https://apps.apple.com/vn/app/coin98-super-app/id1561969966",
31
- mobile: "https://coin98.com/wallet",
32
- qrCode: "https://coin98.com/wallet",
33
- chrome: "https://chrome.google.com/webstore/detail/coin98-wallet/aeachknmefphepccionboohckonoeemg",
34
- browserExtension: "https://coin98.com/wallet"
35
- },
36
- mobile: {
37
- getUri: shouldUseWalletConnect ? (uri) => uri : void 0
38
- },
39
- qrCode: shouldUseWalletConnect ? {
40
- getUri: (uri) => uri,
41
- instructions: {
42
- learnMoreUrl: "https://coin98.com/wallet",
43
- steps: [
44
- {
45
- description: "wallet_connectors.coin98.qr_code.step1.description",
46
- step: "install",
47
- title: "wallet_connectors.coin98.qr_code.step1.title"
48
- },
49
- {
50
- description: "wallet_connectors.coin98.qr_code.step2.description",
51
- step: "create",
52
- title: "wallet_connectors.coin98.qr_code.step2.title"
53
- },
54
- {
55
- description: "wallet_connectors.coin98.qr_code.step3.description",
56
- step: "scan",
57
- title: "wallet_connectors.coin98.qr_code.step3.title"
58
- }
59
- ]
60
- }
61
- } : void 0,
62
- extension: {
63
- instructions: {
64
- learnMoreUrl: "https://coin98.com/wallet",
65
- steps: [
66
- {
67
- description: "wallet_connectors.coin98.extension.step1.description",
68
- step: "install",
69
- title: "wallet_connectors.coin98.extension.step1.title"
70
- },
71
- {
72
- description: "wallet_connectors.coin98.extension.step2.description",
73
- step: "create",
74
- title: "wallet_connectors.coin98.extension.step2.title"
75
- },
76
- {
77
- description: "wallet_connectors.coin98.extension.step3.description",
78
- step: "refresh",
79
- title: "wallet_connectors.coin98.extension.step3.title"
80
- }
81
- ]
82
- }
83
- },
84
- createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
85
- projectId,
86
- walletConnectParameters
87
- }) : getInjectedConnector({
88
- namespace: "coin98Wallet",
89
- flag: "isCoin98"
90
- })
91
- };
92
- };
93
-
94
- export {
95
- coin98Wallet
96
- };