@funkit/connect 3.0.0-next.5 → 3.0.0-next.6

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 (59) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +2 -2
  3. package/dist/hooks/useDynamicFont.d.ts +0 -1
  4. package/dist/hooks/useInputAmountRestriction.d.ts +7 -0
  5. package/dist/hooks/useUsableWalletAssetsForCheckout.d.ts +4 -0
  6. package/dist/index.js +237 -236
  7. package/dist/utils/colors.d.ts +1 -1
  8. package/dist/utils/moonpay.d.ts +0 -1
  9. package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
  10. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +3 -3
  11. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +3 -3
  12. package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +2 -2
  13. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  14. package/dist/wallets/walletConnectors/chunk-DBP432DI.js +102 -0
  15. package/dist/wallets/walletConnectors/chunk-IEVZW3XR.js +101 -0
  16. package/dist/wallets/walletConnectors/chunk-ISJYPD3T.js +95 -0
  17. package/dist/wallets/walletConnectors/chunk-KL5Z3XHJ.js +71 -0
  18. package/dist/wallets/walletConnectors/chunk-LCOUKF2U.js +98 -0
  19. package/dist/wallets/walletConnectors/chunk-QP2BIVXD.js +73 -0
  20. package/dist/wallets/walletConnectors/chunk-UWZQZY4S.js +149 -0
  21. package/dist/wallets/walletConnectors/chunk-UZEMNN3Q.js +96 -0
  22. package/dist/wallets/walletConnectors/chunk-X45WXZDO.js +108 -0
  23. package/dist/wallets/walletConnectors/chunk-YIJ5ULO3.js +94 -0
  24. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  25. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  26. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  27. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -2
  28. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  29. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +3 -3
  30. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +3 -3
  31. package/dist/wallets/walletConnectors/index.js +84 -84
  32. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
  33. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +3 -3
  34. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
  35. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +3 -3
  36. package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
  37. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +3 -3
  38. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  39. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  40. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  41. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +3 -3
  42. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +3 -3
  43. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +3 -3
  44. package/package.json +4 -4
  45. package/dist/wallets/walletConnectors/chunk-A6MZY5ZZ.js +0 -81
  46. package/dist/wallets/walletConnectors/chunk-ARIYPPEC.js +0 -92
  47. package/dist/wallets/walletConnectors/chunk-BEAW5Y5M.js +0 -60
  48. package/dist/wallets/walletConnectors/chunk-PIZ2XVGH.js +0 -60
  49. package/dist/wallets/walletConnectors/chunk-RXUGTOMT.js +0 -60
  50. package/dist/wallets/walletConnectors/{chunk-N562TVO2.js → chunk-2EMZOYQI.js} +3 -3
  51. package/dist/wallets/walletConnectors/{chunk-S6UDLDVQ.js → chunk-5HXH52SO.js} +3 -3
  52. package/dist/wallets/walletConnectors/{chunk-I4RN7PK4.js → chunk-5K4DIMYR.js} +3 -3
  53. package/dist/wallets/walletConnectors/{chunk-JSW2MDVV.js → chunk-AUVBWDIK.js} +3 -3
  54. package/dist/wallets/walletConnectors/{chunk-FCP4ZXSK.js → chunk-AXPQHNUI.js} +3 -3
  55. package/dist/wallets/walletConnectors/{chunk-3A3KT3GZ.js → chunk-B7FHT3CB.js} +3 -3
  56. package/dist/wallets/walletConnectors/{chunk-JTOJ3GAD.js → chunk-EFIENLEE.js} +3 -3
  57. package/dist/wallets/walletConnectors/{chunk-BUVITE4U.js → chunk-L7QI6PBN.js} +3 -3
  58. package/dist/wallets/walletConnectors/{chunk-P4ECTFIG.js → chunk-ODRDT73B.js} +4 -4
  59. package/dist/wallets/walletConnectors/{chunk-WKNMWQZZ.js → chunk-OHJBALD3.js} +4 -4
@@ -1,154 +1,154 @@
1
1
  "use client";
2
2
  import {
3
- zealWallet
4
- } from "./chunk-BUUV6BS4.js";
3
+ zerionWallet
4
+ } from "./chunk-KDGMYRMC.js";
5
5
  import {
6
6
  walletConnectWallet
7
7
  } from "./chunk-OFU3PEVT.js";
8
8
  import {
9
- zerionWallet
10
- } from "./chunk-JSW2MDVV.js";
11
- import {
12
- tokenaryWallet
13
- } from "./chunk-FAYEL4JP.js";
14
- import {
15
- rabbyWallet
16
- } from "./chunk-H5LLXNOI.js";
9
+ xdefiWallet
10
+ } from "./chunk-RVIZMVFR.js";
17
11
  import {
18
- tokenPocketWallet
19
- } from "./chunk-I4RN7PK4.js";
12
+ tahoWallet
13
+ } from "./chunk-6AYBA6IH.js";
20
14
  import {
21
- trustWallet
22
- } from "./chunk-BUVITE4U.js";
15
+ talismanWallet
16
+ } from "./chunk-OTXHQMSG.js";
23
17
  import {
24
- subWallet
25
- } from "./chunk-N3ELQYCY.js";
18
+ oktoWallet
19
+ } from "./chunk-MBQTOALG.js";
26
20
  import {
27
21
  uniswapWallet
28
22
  } from "./chunk-QFRZGNNV.js";
29
23
  import {
30
- roninWallet
31
- } from "./chunk-63YLN6R5.js";
24
+ trustWallet
25
+ } from "./chunk-HLH777AC.js";
32
26
  import {
33
- xdefiWallet
34
- } from "./chunk-RVIZMVFR.js";
27
+ tokenaryWallet
28
+ } from "./chunk-FAYEL4JP.js";
35
29
  import {
36
- omniWallet
37
- } from "./chunk-PIZ2XVGH.js";
30
+ zealWallet
31
+ } from "./chunk-BUUV6BS4.js";
32
+ import {
33
+ tokenPocketWallet
34
+ } from "./chunk-4HKPVECK.js";
38
35
  import {
39
36
  rainbowWallet
40
- } from "./chunk-WKNMWQZZ.js";
37
+ } from "./chunk-5NZLWT3Y.js";
41
38
  import {
42
- ramperWallet
43
- } from "./chunk-TKXQYHWJ.js";
39
+ safeheronWallet
40
+ } from "./chunk-FCIRHRFH.js";
44
41
  import {
45
42
  safeWallet
46
43
  } from "./chunk-Z2QCE6O6.js";
47
- import {
48
- safeheronWallet
49
- } from "./chunk-FCIRHRFH.js";
50
44
  import {
51
45
  safepalWallet
52
- } from "./chunk-AKAT37SI.js";
46
+ } from "./chunk-ZCKNEKQQ.js";
53
47
  import {
54
- talismanWallet
55
- } from "./chunk-OTXHQMSG.js";
48
+ roninWallet
49
+ } from "./chunk-25VW5TZP.js";
56
50
  import {
57
- tahoWallet
58
- } from "./chunk-6AYBA6IH.js";
51
+ ramperWallet
52
+ } from "./chunk-TKXQYHWJ.js";
59
53
  import {
60
- ledgerWallet
61
- } from "./chunk-ARIYPPEC.js";
54
+ kresusWallet
55
+ } from "./chunk-QQJKQCII.js";
62
56
  import {
63
- oktoWallet
64
- } from "./chunk-RXUGTOMT.js";
57
+ subWallet
58
+ } from "./chunk-IR3YKU2N.js";
65
59
  import {
66
60
  mewWallet
67
61
  } from "./chunk-CVYXTHZ6.js";
68
62
  import {
69
- oneInchWallet
70
- } from "./chunk-I7MKK24W.js";
71
- import {
72
- phantomWallet
73
- } from "./chunk-KEVUI6AA.js";
63
+ omniWallet
64
+ } from "./chunk-II6YBG2B.js";
74
65
  import {
75
66
  okxWallet
76
- } from "./chunk-S6UDLDVQ.js";
67
+ } from "./chunk-VU6B3HMD.js";
68
+ import {
69
+ coinbaseWallet
70
+ } from "./chunk-PNEDRY6O.js";
77
71
  import {
78
72
  oneKeyWallet
79
73
  } from "./chunk-ZP2SV6KN.js";
80
74
  import {
81
- enkryptWallet
82
- } from "./chunk-JJ4DXD7R.js";
83
- import {
84
- frontierWallet
85
- } from "./chunk-JTOJ3GAD.js";
75
+ oneInchWallet
76
+ } from "./chunk-I7MKK24W.js";
86
77
  import {
87
- imTokenWallet
88
- } from "./chunk-BMJOLT2N.js";
78
+ phantomWallet
79
+ } from "./chunk-KEVUI6AA.js";
89
80
  import {
90
- kresusWallet
91
- } from "./chunk-QQJKQCII.js";
81
+ rabbyWallet
82
+ } from "./chunk-H5LLXNOI.js";
92
83
  import {
93
- coin98Wallet
94
- } from "./chunk-ZXGMW3OS.js";
84
+ bitgetWallet
85
+ } from "./chunk-B5D7DYVV.js";
95
86
  import {
96
87
  gateWallet
97
- } from "./chunk-3A3KT3GZ.js";
88
+ } from "./chunk-5MVCKMZT.js";
98
89
  import {
99
- metaMaskWallet
100
- } from "./chunk-P4ECTFIG.js";
90
+ imTokenWallet
91
+ } from "./chunk-BMJOLT2N.js";
92
+ import {
93
+ bitskiWallet
94
+ } from "./chunk-OCCT5PIN.js";
101
95
  import {
102
96
  injectedWallet
103
97
  } from "./chunk-E5NYR4SS.js";
104
98
  import {
105
- bloomWallet
106
- } from "./chunk-A6MZY5ZZ.js";
99
+ ledgerWallet
100
+ } from "./chunk-ZMHCZCGS.js";
107
101
  import {
108
- bitverseWallet
109
- } from "./chunk-BQEOIDHP.js";
102
+ metaMaskWallet
103
+ } from "./chunk-YRK6XWL6.js";
110
104
  import {
111
- braveWallet
112
- } from "./chunk-NUEOWEZS.js";
105
+ coin98Wallet
106
+ } from "./chunk-WAMHUVNP.js";
113
107
  import {
114
108
  coreWallet
115
- } from "./chunk-MOOW2AOC.js";
116
- import {
117
- frameWallet
118
- } from "./chunk-KPVNJO3R.js";
109
+ } from "./chunk-57UUMOOZ.js";
119
110
  import {
120
111
  dawnWallet
121
- } from "./chunk-FLTQRYFS.js";
122
- import {
123
- foxWallet
124
- } from "./chunk-WAOREEBE.js";
112
+ } from "./chunk-KCTWDMQP.js";
125
113
  import {
126
114
  desigWallet
127
115
  } from "./chunk-44CHUPEQ.js";
116
+ import {
117
+ enkryptWallet
118
+ } from "./chunk-JJ4DXD7R.js";
119
+ import {
120
+ foxWallet
121
+ } from "./chunk-OKUX4BC4.js";
122
+ import {
123
+ frameWallet
124
+ } from "./chunk-KPVNJO3R.js";
125
+ import {
126
+ frontierWallet
127
+ } from "./chunk-HMDUVRZP.js";
128
128
  import {
129
129
  argentWallet
130
- } from "./chunk-BEAW5Y5M.js";
130
+ } from "./chunk-ZHFISYEQ.js";
131
131
  import {
132
132
  bifrostWallet
133
- } from "./chunk-FCP4ZXSK.js";
133
+ } from "./chunk-4K3EKHXR.js";
134
134
  import {
135
- bitskiWallet
136
- } from "./chunk-OCCT5PIN.js";
135
+ bloomWallet
136
+ } from "./chunk-J64P6XK3.js";
137
+ import "./chunk-RETKWSKD.js";
137
138
  import {
138
- bitgetWallet
139
- } from "./chunk-N562TVO2.js";
139
+ braveWallet
140
+ } from "./chunk-NUEOWEZS.js";
140
141
  import {
141
142
  bybitWallet
142
- } from "./chunk-3AZNOY75.js";
143
+ } from "./chunk-HCKLWBE5.js";
144
+ import {
145
+ bitverseWallet
146
+ } from "./chunk-BQEOIDHP.js";
143
147
  import {
144
148
  clvWallet
145
- } from "./chunk-UHHA5V52.js";
146
- import "./chunk-23WIEY36.js";
149
+ } from "./chunk-J2BF4L2V.js";
147
150
  import "./chunk-WRA2DVJ7.js";
148
- import {
149
- coinbaseWallet
150
- } from "./chunk-PNEDRY6O.js";
151
- import "./chunk-RETKWSKD.js";
151
+ import "./chunk-23WIEY36.js";
152
152
  export {
153
153
  argentWallet,
154
154
  bifrostWallet,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  ledgerWallet
4
- } from "../chunk-ARIYPPEC.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-ZMHCZCGS.js";
6
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  ledgerWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-P4ECTFIG.js";
5
- import "../chunk-23WIEY36.js";
6
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-YRK6XWL6.js";
7
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
+ import "../chunk-23WIEY36.js";
8
8
  export {
9
9
  metaMaskWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  oktoWallet
4
- } from "../chunk-RXUGTOMT.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-MBQTOALG.js";
6
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  oktoWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-S6UDLDVQ.js";
5
- import "../chunk-23WIEY36.js";
6
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-VU6B3HMD.js";
7
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
+ import "../chunk-23WIEY36.js";
8
8
  export {
9
9
  okxWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  omniWallet
4
- } from "../chunk-PIZ2XVGH.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-II6YBG2B.js";
6
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  omniWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-WKNMWQZZ.js";
5
- import "../chunk-23WIEY36.js";
6
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-5NZLWT3Y.js";
7
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
+ import "../chunk-23WIEY36.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-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-AKAT37SI.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-ZCKNEKQQ.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-N3ELQYCY.js";
5
- import "../chunk-23WIEY36.js";
4
+ } from "../chunk-IR3YKU2N.js";
6
5
  import "../chunk-WRA2DVJ7.js";
6
+ import "../chunk-23WIEY36.js";
7
7
  export {
8
8
  subWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-I4RN7PK4.js";
5
- import "../chunk-23WIEY36.js";
6
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-4HKPVECK.js";
7
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
+ import "../chunk-23WIEY36.js";
8
8
  export {
9
9
  tokenPocketWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-BUVITE4U.js";
5
- import "../chunk-23WIEY36.js";
6
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-HLH777AC.js";
7
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
+ import "../chunk-23WIEY36.js";
8
8
  export {
9
9
  trustWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-JSW2MDVV.js";
5
- import "../chunk-23WIEY36.js";
6
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-KDGMYRMC.js";
7
5
  import "../chunk-RETKWSKD.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
+ import "../chunk-23WIEY36.js";
8
8
  export {
9
9
  zerionWallet
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "3.0.0-next.5",
3
+ "version": "3.0.0-next.6",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -78,9 +78,9 @@
78
78
  "react-remove-scroll": "2.5.7",
79
79
  "ua-parser-js": "^1.0.37",
80
80
  "uuid": "^9.0.1",
81
- "@funkit/api-base": "1.0.2-next.1",
82
- "@funkit/core": "2.1.2-next.2",
83
- "@funkit/wagmi-tools": "3.0.4-next.2"
81
+ "@funkit/api-base": "1.0.2-next.2",
82
+ "@funkit/core": "2.1.2-next.3",
83
+ "@funkit/wagmi-tools": "3.0.4-next.3"
84
84
  },
85
85
  "repository": {
86
86
  "type": "git",
@@ -1,81 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-23WIEY36.js";
5
- import {
6
- isMobile
7
- } from "./chunk-RETKWSKD.js";
8
-
9
- // src/wallets/walletConnectors/bloomWallet/bloomWallet.ts
10
- var bloomWallet = ({
11
- projectId,
12
- walletConnectParameters
13
- }) => ({
14
- id: "bloomWallet",
15
- name: "Bloom Wallet",
16
- iconBackground: "#000",
17
- iconAccent: "#000",
18
- hidden: () => isMobile(),
19
- iconUrl: async () => (await import("./bloomWallet-MXLAOWS6.js")).default,
20
- downloadUrls: {
21
- qrCode: "https://bloomwallet.io/",
22
- windows: "https://bloomwallet.io/",
23
- macos: "https://bloomwallet.io/",
24
- linux: "https://bloomwallet.io/",
25
- desktop: "https://bloomwallet.io/"
26
- },
27
- qrCode: {
28
- getUri: (uri) => `bloom://wallet-connect/wc?uri=${encodeURIComponent(uri)}`,
29
- instructions: {
30
- learnMoreUrl: "https://bloomwallet.io/",
31
- steps: [
32
- {
33
- description: "wallet_connectors.bloom.qr_code.step1.description",
34
- step: "install",
35
- title: "wallet_connectors.bloom.qr_code.step1.title"
36
- },
37
- {
38
- description: "wallet_connectors.bloom.qr_code.step2.description",
39
- step: "create",
40
- title: "wallet_connectors.bloom.qr_code.step2.title"
41
- },
42
- {
43
- description: "wallet_connectors.bloom.qr_code.step3.description",
44
- step: "refresh",
45
- title: "wallet_connectors.bloom.qr_code.step3.title"
46
- }
47
- ]
48
- }
49
- },
50
- desktop: {
51
- getUri: (uri) => `bloom://wallet-connect/wc?uri=${encodeURIComponent(uri)}`,
52
- instructions: {
53
- learnMoreUrl: "https://bloomwallet.io/",
54
- steps: [
55
- {
56
- description: "wallet_connectors.bloom.desktop.step1.description",
57
- step: "install",
58
- title: "wallet_connectors.bloom.desktop.step1.title"
59
- },
60
- {
61
- description: "wallet_connectors.bloom.desktop.step2.description",
62
- step: "create",
63
- title: "wallet_connectors.bloom.desktop.step2.title"
64
- },
65
- {
66
- description: "wallet_connectors.bloom.desktop.step3.description",
67
- step: "refresh",
68
- title: "wallet_connectors.bloom.desktop.step3.title"
69
- }
70
- ]
71
- }
72
- },
73
- createConnector: getWalletConnectConnector({
74
- projectId,
75
- walletConnectParameters
76
- })
77
- });
78
-
79
- export {
80
- bloomWallet
81
- };
@@ -1,92 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-23WIEY36.js";
5
- import {
6
- isAndroid
7
- } from "./chunk-RETKWSKD.js";
8
-
9
- // src/wallets/walletConnectors/ledgerWallet/ledgerWallet.ts
10
- var ledgerWallet = ({
11
- projectId,
12
- walletConnectParameters
13
- }) => ({
14
- id: "ledger",
15
- iconBackground: "#000",
16
- iconAccent: "#000",
17
- name: "Ledger",
18
- iconUrl: async () => (await import("./ledgerWallet-KZKJ5Q2S.js")).default,
19
- downloadUrls: {
20
- android: "https://play.google.com/store/apps/details?id=com.ledger.live",
21
- ios: "https://apps.apple.com/us/app/ledger-live-web3-wallet/id1361671700",
22
- mobile: "https://www.ledger.com/ledger-live",
23
- qrCode: "https://r354.adj.st/?adj_t=t2esmlk",
24
- windows: "https://www.ledger.com/ledger-live/download",
25
- macos: "https://www.ledger.com/ledger-live/download",
26
- linux: "https://www.ledger.com/ledger-live/download",
27
- desktop: "https://www.ledger.com/ledger-live"
28
- },
29
- mobile: {
30
- getUri: (uri) => {
31
- return isAndroid() ? uri : `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
32
- }
33
- },
34
- desktop: {
35
- getUri: (uri) => {
36
- return `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
37
- },
38
- instructions: {
39
- learnMoreUrl: "https://support.ledger.com/hc/en-us/articles/4404389503889-Getting-started-with-Ledger-Live",
40
- steps: [
41
- {
42
- description: "wallet_connectors.ledger.desktop.step1.description",
43
- step: "install",
44
- title: "wallet_connectors.ledger.desktop.step1.title"
45
- },
46
- {
47
- description: "wallet_connectors.ledger.desktop.step2.description",
48
- step: "create",
49
- title: "wallet_connectors.ledger.desktop.step2.title"
50
- },
51
- {
52
- description: "wallet_connectors.ledger.desktop.step3.description",
53
- step: "connect",
54
- title: "wallet_connectors.ledger.desktop.step3.title"
55
- }
56
- ]
57
- }
58
- },
59
- qrCode: {
60
- getUri: (uri) => {
61
- return `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
62
- },
63
- instructions: {
64
- learnMoreUrl: "https://support.ledger.com/hc/en-us/articles/4404389503889-Getting-started-with-Ledger-Live",
65
- steps: [
66
- {
67
- description: "wallet_connectors.ledger.qr_code.step1.description",
68
- step: "install",
69
- title: "wallet_connectors.ledger.qr_code.step1.title"
70
- },
71
- {
72
- description: "wallet_connectors.ledger.qr_code.step2.description",
73
- step: "create",
74
- title: "wallet_connectors.ledger.qr_code.step2.title"
75
- },
76
- {
77
- description: "wallet_connectors.ledger.qr_code.step3.description",
78
- step: "scan",
79
- title: "wallet_connectors.ledger.qr_code.step3.title"
80
- }
81
- ]
82
- }
83
- },
84
- createConnector: getWalletConnectConnector({
85
- projectId,
86
- walletConnectParameters
87
- })
88
- });
89
-
90
- export {
91
- ledgerWallet
92
- };
@@ -1,60 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-23WIEY36.js";
5
- import {
6
- isAndroid
7
- } from "./chunk-RETKWSKD.js";
8
-
9
- // src/wallets/walletConnectors/argentWallet/argentWallet.ts
10
- var argentWallet = ({
11
- projectId,
12
- walletConnectParameters
13
- }) => ({
14
- id: "argent",
15
- name: "Argent",
16
- iconUrl: async () => (await import("./argentWallet-M6SBG4CU.js")).default,
17
- iconBackground: "#fff",
18
- downloadUrls: {
19
- android: "https://play.google.com/store/apps/details?id=im.argent.contractwalletclient",
20
- ios: "https://apps.apple.com/us/app/argent/id1358741926",
21
- mobile: "https://argent.xyz/download-argent",
22
- qrCode: "https://argent.link/app"
23
- },
24
- mobile: {
25
- getUri: (uri) => {
26
- return isAndroid() ? uri : `argent://app/wc?uri=${encodeURIComponent(uri)}`;
27
- }
28
- },
29
- qrCode: {
30
- getUri: (uri) => uri,
31
- instructions: {
32
- learnMoreUrl: "https://argent.xyz/learn/what-is-a-crypto-wallet/",
33
- steps: [
34
- {
35
- description: "wallet_connectors.argent.qr_code.step1.description",
36
- step: "install",
37
- title: "wallet_connectors.argent.qr_code.step1.title"
38
- },
39
- {
40
- description: "wallet_connectors.argent.qr_code.step2.description",
41
- step: "create",
42
- title: "wallet_connectors.argent.qr_code.step2.title"
43
- },
44
- {
45
- description: "wallet_connectors.argent.qr_code.step3.description",
46
- step: "scan",
47
- title: "wallet_connectors.argent.qr_code.step3.title"
48
- }
49
- ]
50
- }
51
- },
52
- createConnector: getWalletConnectConnector({
53
- projectId,
54
- walletConnectParameters
55
- })
56
- });
57
-
58
- export {
59
- argentWallet
60
- };