@ledgerhq/ledger-wallet-provider 1.1.1 → 1.2.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.
- package/dist/components/atom/button/ledger-button.d.ts +5 -0
- package/dist/components/atom/button/ledger-button.d.ts.map +1 -1
- package/dist/components/atom/crypto-icon/ledger-crypto-icon.d.ts.map +1 -1
- package/dist/components/atom/crypto-icon/map.json.d.ts +266 -239
- package/dist/components/atom/crypto-icon-group/ledger-crypto-icon-group.d.ts +17 -0
- package/dist/components/atom/crypto-icon-group/ledger-crypto-icon-group.d.ts.map +1 -0
- package/dist/components/atom/floating-button/ledger-floating-button-controller.d.ts +11 -2
- package/dist/components/atom/floating-button/ledger-floating-button-controller.d.ts.map +1 -1
- package/dist/components/atom/floating-button/ledger-floating-button.d.ts +5 -2
- package/dist/components/atom/floating-button/ledger-floating-button.d.ts.map +1 -1
- package/dist/components/atom/modal/ledger-modal.d.ts +1 -0
- package/dist/components/atom/modal/ledger-modal.d.ts.map +1 -1
- package/dist/components/atom/modal/modal-animation-controller.d.ts +1 -1
- package/dist/components/atom/modal/modal-animation-controller.d.ts.map +1 -1
- package/dist/components/atom/tabs/ledger-tabs.d.ts +2 -0
- package/dist/components/atom/tabs/ledger-tabs.d.ts.map +1 -1
- package/dist/components/atom/tooltip/ledger-tooltip.d.ts +48 -0
- package/dist/components/atom/tooltip/ledger-tooltip.d.ts.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/molecule/account-switch/ledger-account-switch.d.ts.map +1 -1
- package/dist/components/molecule/networks/ledger-networks.d.ts +2 -3
- package/dist/components/molecule/networks/ledger-networks.d.ts.map +1 -1
- package/dist/components/molecule/toolbar/ledger-toolbar.d.ts +2 -0
- package/dist/components/molecule/toolbar/ledger-toolbar.d.ts.map +1 -1
- package/dist/components/molecule/transaction-item/ledger-transaction-item.d.ts.map +1 -1
- package/dist/context/language-context.d.ts +12 -0
- package/dist/context/language-context.d.ts.map +1 -1
- package/dist/domain/available-networks/available-networks-controller.d.ts +29 -0
- package/dist/domain/available-networks/available-networks-controller.d.ts.map +1 -0
- package/dist/domain/available-networks/available-networks.d.ts +22 -0
- package/dist/domain/available-networks/available-networks.d.ts.map +1 -0
- package/dist/domain/home/ledger-home-controller.d.ts +11 -3
- package/dist/domain/home/ledger-home-controller.d.ts.map +1 -1
- package/dist/domain/home/ledger-home.d.ts +0 -3
- package/dist/domain/home/ledger-home.d.ts.map +1 -1
- package/dist/domain/onboarding/mobile-onboarding/mobile-onboarding-controller.d.ts +12 -0
- package/dist/domain/onboarding/mobile-onboarding/mobile-onboarding-controller.d.ts.map +1 -0
- package/dist/domain/onboarding/mobile-onboarding/mobile-onboarding-screen.d.ts +21 -0
- package/dist/domain/onboarding/mobile-onboarding/mobile-onboarding-screen.d.ts.map +1 -0
- package/dist/domain/onboarding/onboarding-flow/onboarding-flow-controller.d.ts +1 -1
- package/dist/domain/onboarding/onboarding-flow/onboarding-flow-controller.d.ts.map +1 -1
- package/dist/domain/onboarding/onboarding-flow/onboarding-flow.d.ts.map +1 -1
- package/dist/domain/onboarding/select-account/select-account-controller.d.ts.map +1 -1
- package/dist/domain/transaction-list/transaction-list.d.ts +2 -0
- package/dist/domain/transaction-list/transaction-list.d.ts.map +1 -1
- package/dist/i18n/en.json.d.ts +15 -3
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +31955 -28975
- package/dist/shared/root-navigation-controller.d.ts +4 -2
- package/dist/shared/root-navigation-controller.d.ts.map +1 -1
- package/dist/shared/root-navigation.d.ts.map +1 -1
- package/dist/shared/routes.d.ts +20 -0
- package/dist/shared/routes.d.ts.map +1 -1
- package/dist/styles.css +160 -43
- package/package.json +3 -2
|
@@ -11,6 +11,8 @@ export interface LedgerButtonAttributes {
|
|
|
11
11
|
icon?: boolean;
|
|
12
12
|
iconPosition?: IconPosition;
|
|
13
13
|
type?: "button" | "submit" | "reset";
|
|
14
|
+
href?: string;
|
|
15
|
+
target?: string;
|
|
14
16
|
}
|
|
15
17
|
export declare class LedgerButton extends LitElement {
|
|
16
18
|
label: string;
|
|
@@ -21,9 +23,12 @@ export declare class LedgerButton extends LitElement {
|
|
|
21
23
|
iconType?: LedgerIconAttributes["type"];
|
|
22
24
|
iconPosition: IconPosition;
|
|
23
25
|
type: "button" | "submit" | "reset";
|
|
26
|
+
href?: string;
|
|
27
|
+
target?: string;
|
|
24
28
|
private get buttonClasses();
|
|
25
29
|
private renderIcon;
|
|
26
30
|
private renderLabel;
|
|
31
|
+
private renderContent;
|
|
27
32
|
render(): import('lit').TemplateResult<1>;
|
|
28
33
|
private handleClick;
|
|
29
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ledger-button.d.ts","sourceRoot":"","sources":["../../../../src/components/atom/button/ledger-button.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAG7B,OAAO,EAAa,UAAU,EAAW,MAAM,KAAK,CAAC;AAKrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,cAAc,CAAC;AAChF,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,CAAC;AAE5C,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ledger-button.d.ts","sourceRoot":"","sources":["../../../../src/components/atom/button/ledger-button.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAG7B,OAAO,EAAa,UAAU,EAAW,MAAM,KAAK,CAAC;AAKrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,cAAc,CAAC;AAChF,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,CAAC;AAE5C,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AA6DD,qBAEa,YAAa,SAAQ,UAAU;IAE1C,KAAK,SAAM;IAGX,OAAO,EAAE,aAAa,CAAa;IAGnC,IAAI,EAAE,UAAU,CAAY;IAG5B,QAAQ,UAAS;IAGjB,IAAI,UAAS;IAGb,QAAQ,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,CAAC;IAGxC,YAAY,EAAE,YAAY,CAAU;IAGpC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAY;IAG/C,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,OAAO,KAAK,aAAa,GAIxB;IAED,OAAO,CAAC,UAAU;IAmBlB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,aAAa;IAUZ,MAAM;IA6Bf,OAAO,CAAC,WAAW;CAqBpB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,YAAY,CAAC;KAC/B;IAED,UAAU,cAAc;QACtB,qBAAqB,EAAE,WAAW,CAAC;YACjC,SAAS,EAAE,MAAM,CAAC;YAClB,OAAO,EAAE,aAAa,CAAC;YACvB,IAAI,EAAE,UAAU,CAAC;YACjB,KAAK,EAAE,MAAM,CAAC;SACf,CAAC,CAAC;KACJ;CACF;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ledger-crypto-icon.d.ts","sourceRoot":"","sources":["../../../../src/components/atom/crypto-icon/ledger-crypto-icon.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAMvC,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC1D,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,QAAQ,CAAC;AAErD,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,iBAAiB,CAAC;CAC7B;
|
|
1
|
+
{"version":3,"file":"ledger-crypto-icon.d.ts","sourceRoot":"","sources":["../../../../src/components/atom/crypto-icon/ledger-crypto-icon.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAMvC,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC1D,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,QAAQ,CAAC;AAErD,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,iBAAiB,CAAC;CAC7B;AA0CD,qBAEa,gBAAiB,SAAQ,UAAU;IAE9C,QAAQ,SAAM;IAGd,MAAM,SAAM;IAGZ,GAAG,SAAM;IAGT,IAAI,EAAE,cAAc,CAAW;IAG/B,OAAO,EAAE,iBAAiB,CAAa;IAEvC,OAAO,KAAK,WAAW,GAEtB;IAED,OAAO,CAAC,gBAAgB;IAWxB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,gBAAgB;IAYf,MAAM;CAchB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAC;KACxC;CACF;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,242 +1,269 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"bsc": {"icon": "
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"bsc/bep20/
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"ethereum/erc20/
|
|
101
|
-
"
|
|
102
|
-
"ethereum/erc20/
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"ethereum/erc20/
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"ethereum/erc20/
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"ethereum/erc20/
|
|
130
|
-
"
|
|
131
|
-
"ethereum/erc20/
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"ethereum/erc20/
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"ethereum/erc20/
|
|
139
|
-
"ethereum/erc20/
|
|
140
|
-
"
|
|
141
|
-
"ethereum/erc20/
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"polygon/erc20/
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"polygon/erc20/
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
"
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
"
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
"
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
"
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
"
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
"
|
|
240
|
-
}
|
|
2
|
+
"aleph_zero": { "icon": "AZERO.png" },
|
|
3
|
+
"algorand": { "icon": "ALGO.png" },
|
|
4
|
+
"algorand/asa/312769": { "icon": "USDT.png" },
|
|
5
|
+
"algorand/asa/31566704": { "icon": "USDC.png" },
|
|
6
|
+
"aptos": { "icon": "APT.png" },
|
|
7
|
+
"aptos/fungible_asset/tether_usd_0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b": {
|
|
8
|
+
"icon": "USDT.png"
|
|
9
|
+
},
|
|
10
|
+
"arbitrum": { "icon": "ARB.png" },
|
|
11
|
+
"arbitrum/erc20/aave_token_0xba5ddd1f9d7f570dc94a51479a000e3bce967196": {
|
|
12
|
+
"icon": "AAVE.png"
|
|
13
|
+
},
|
|
14
|
+
"arbitrum/erc20/arbitrum": { "icon": "ARB.png" },
|
|
15
|
+
"arbitrum/erc20/bonk": { "icon": "BONK.png" },
|
|
16
|
+
"arbitrum/erc20/chainlink_token": { "icon": "LINK.png" },
|
|
17
|
+
"arbitrum/erc20/decentralized_usd": { "icon": "USDD.png" },
|
|
18
|
+
"arbitrum/erc20/graph_token": { "icon": "GRT.png" },
|
|
19
|
+
"arbitrum/erc20/lido_dao_token": { "icon": "LDO.png" },
|
|
20
|
+
"arbitrum/erc20/rocket_pool_eth": { "icon": "RETH.png" },
|
|
21
|
+
"arbitrum/erc20/tether_usd": { "icon": "USDT.png" },
|
|
22
|
+
"arbitrum/erc20/uniswap": { "icon": "UNI.png" },
|
|
23
|
+
"arbitrum/erc20/usd_coin": { "icon": "USDC.png" },
|
|
24
|
+
"arbitrum/erc20/wrapped_btc": { "icon": "WBTC.png" },
|
|
25
|
+
"arbitrum/erc20/wrapped_ether": { "icon": "WETH.png" },
|
|
26
|
+
"arweave": { "icon": "AR.png" },
|
|
27
|
+
"astar/erc20/tether_usd": { "icon": "USDT.png" },
|
|
28
|
+
"astar/erc20/wrapped_btc": { "icon": "WBTC.png" },
|
|
29
|
+
"avalanche_c_chain": { "icon": "AVAX.png" },
|
|
30
|
+
"avalanche_c_chain/erc20/aave_token_(bridged)": { "icon": "AAVE.png" },
|
|
31
|
+
"avalanche_c_chain/erc20/chainlink_token_(bridged)": { "icon": "LINK.png" },
|
|
32
|
+
"avalanche_c_chain/erc20/graph_token_(bridged)": { "icon": "GRT.png" },
|
|
33
|
+
"avalanche_c_chain/erc20/maker": { "icon": "MKR.png" },
|
|
34
|
+
"avalanche_c_chain/erc20/tethertoken": { "icon": "USDT.png" },
|
|
35
|
+
"avalanche_c_chain/erc20/uniswap_(bridged)": { "icon": "UNI.png" },
|
|
36
|
+
"avalanche_c_chain/erc20/usd_coin": { "icon": "USDC.png" },
|
|
37
|
+
"avalanche_c_chain/erc20/usdd": { "icon": "USDD.png" },
|
|
38
|
+
"avalanche_c_chain/erc20/wrapped_btc_(bridged)": { "icon": "WBTC.png" },
|
|
39
|
+
"babylon": { "icon": "BABY.png" },
|
|
40
|
+
"base": { "icon": "BASE.png" },
|
|
41
|
+
"base/erc20/aave_token_0x63706e401c06ac8513145b7687a14804d17f814b": {
|
|
42
|
+
"icon": "AAVE.png"
|
|
43
|
+
},
|
|
44
|
+
"base/erc20/rocket_pool_eth": { "icon": "RETH.png" },
|
|
45
|
+
"base/erc20/usd_coin": { "icon": "USDC.png" },
|
|
46
|
+
"base/erc20/wrapped_ether": { "icon": "WETH.png" },
|
|
47
|
+
"binance_beacon_chain": { "icon": "BNB.png" },
|
|
48
|
+
"bitcoin": { "icon": "BTC.png" },
|
|
49
|
+
"bitcoin_cash": { "icon": "BCH.png" },
|
|
50
|
+
"bittensor": { "icon": "TAO.png" },
|
|
51
|
+
"bittorrent": { "icon": "BTT.png" },
|
|
52
|
+
"bittorrent/erc20/decentralized_usd_tron": { "icon": "USDD.png" },
|
|
53
|
+
"blast": { "icon": "BLAST.png" },
|
|
54
|
+
"blast/erc20/weth": { "icon": "WETH.png" },
|
|
55
|
+
"boba": { "icon": "BOBA.png" },
|
|
56
|
+
"bsc": { "icon": "BNB.png" },
|
|
57
|
+
"bsc/bep20/beam": { "icon": "BEAM.png" },
|
|
58
|
+
"bsc/bep20/binance-peg_aave_token": { "icon": "AAVE.png" },
|
|
59
|
+
"bsc/bep20/binance-peg_axie_infinity_shard_token": { "icon": "AXS.png" },
|
|
60
|
+
"bsc/bep20/binance-peg_bsc-usd": { "icon": "USDT.png" },
|
|
61
|
+
"bsc/bep20/binance-peg_chainlink_token": { "icon": "LINK.png" },
|
|
62
|
+
"bsc/bep20/binance-peg_cosmos_token": { "icon": "ATOM.png" },
|
|
63
|
+
"bsc/bep20/binance-peg_ethereum_token": { "icon": "WETH.png" },
|
|
64
|
+
"bsc/bep20/binance-peg_flow_token": { "icon": "FLOW.png" },
|
|
65
|
+
"bsc/bep20/binance-peg_maker": { "icon": "MKR.png" },
|
|
66
|
+
"bsc/bep20/binance-peg_uniswap": { "icon": "UNI.png" },
|
|
67
|
+
"bsc/bep20/bittorrent": { "icon": "BTT.png" },
|
|
68
|
+
"bsc/bep20/bonk": { "icon": "BONK.png" },
|
|
69
|
+
"bsc/bep20/decentralized_usd": { "icon": "USDD.png" },
|
|
70
|
+
"bsc/bep20/fetch": { "icon": "FET.png" },
|
|
71
|
+
"bsc/bep20/first_digital_usd": { "icon": "FDUSD.png" },
|
|
72
|
+
"bsc/bep20/injective_protocol": { "icon": "INJ.png" },
|
|
73
|
+
"bsc/bep20/matic_token": { "icon": "MATIC.png" },
|
|
74
|
+
"bsc/bep20/shiba_inu": { "icon": "SHIBA.png" },
|
|
75
|
+
"bsc/bep20/vechain": { "icon": "VET.png" },
|
|
76
|
+
"bsc/bep20/wrapped_ton_coin": { "icon": "TONCOIN.png" },
|
|
77
|
+
"cardano": { "icon": "ADA.png" },
|
|
78
|
+
"casper": { "icon": "CSPR.png" },
|
|
79
|
+
"celo": { "icon": "CELO.png" },
|
|
80
|
+
"celo/erc20/tether_usd_0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e": {
|
|
81
|
+
"icon": "USDT.png"
|
|
82
|
+
},
|
|
83
|
+
"centrifuge": { "icon": "CFG.png" },
|
|
84
|
+
"cosmos": { "icon": "ATOM.png" },
|
|
85
|
+
"cronos": { "icon": "CRO.png" },
|
|
86
|
+
"cronos/erc20/chainlink_token": { "icon": "LINK.png" },
|
|
87
|
+
"cronos/erc20/tether_usd": { "icon": "USDT.png" },
|
|
88
|
+
"cronos/erc20/wrapped_btc": { "icon": "WBTC.png" },
|
|
89
|
+
"crypto_org": { "icon": "CRO.png" },
|
|
90
|
+
"decred": { "icon": "DCR.png" },
|
|
91
|
+
"dogecoin": { "icon": "DOGE.png" },
|
|
92
|
+
"dydx": { "icon": "DYDX.png" },
|
|
93
|
+
"elrond": { "icon": "EGLD.png" },
|
|
94
|
+
"elrond/esdt/555344432d633736663166": { "icon": "USDC.png" },
|
|
95
|
+
"eos": { "icon": "EOS.png" },
|
|
96
|
+
"ethereum": { "icon": "ETH.png" },
|
|
97
|
+
"ethereum/erc20/aave": { "icon": "AAVE.png" },
|
|
98
|
+
"ethereum/erc20/arbitrum": { "icon": "ARB.png" },
|
|
99
|
+
"ethereum/erc20/arweave": { "icon": "AR.png" },
|
|
100
|
+
"ethereum/erc20/axie_infinity_shard": { "icon": "AXS.png" },
|
|
101
|
+
"ethereum/erc20/beam": { "icon": "BEAM.png" },
|
|
102
|
+
"ethereum/erc20/bitgettoken_0581": { "icon": "BGB.png" },
|
|
103
|
+
"ethereum/erc20/bittorrent": { "icon": "BTT.png" },
|
|
104
|
+
"ethereum/erc20/bnb": { "icon": "BNB.png" },
|
|
105
|
+
"ethereum/erc20/bonk": { "icon": "BONK.png" },
|
|
106
|
+
"ethereum/erc20/cro": { "icon": "CRO.png" },
|
|
107
|
+
"ethereum/erc20/dai_stablecoin_v2_0": { "icon": "DAI.png" },
|
|
108
|
+
"ethereum/erc20/fasttoken": { "icon": "FTN.png" },
|
|
109
|
+
"ethereum/erc20/fetch": { "icon": "FET.png" },
|
|
110
|
+
"ethereum/erc20/first_digital_usd": { "icon": "FDUSD.png" },
|
|
111
|
+
"ethereum/erc20/gala": { "icon": "GALA.png" },
|
|
112
|
+
"ethereum/erc20/gatechaintoken": { "icon": "GT.png" },
|
|
113
|
+
"ethereum/erc20/gnosis": { "icon": "GNO.png" },
|
|
114
|
+
"ethereum/erc20/graph_token": { "icon": "GRT.png" },
|
|
115
|
+
"ethereum/erc20/immutable_x": { "icon": "IMX.png" },
|
|
116
|
+
"ethereum/erc20/injective_token": { "icon": "INJ.png" },
|
|
117
|
+
"ethereum/erc20/kucoin_token": { "icon": "KCS.png" },
|
|
118
|
+
"ethereum/erc20/leo_token": { "icon": "LEO.png" },
|
|
119
|
+
"ethereum/erc20/lido_dao_token": { "icon": "LDO.png" },
|
|
120
|
+
"ethereum/erc20/link_chainlink": { "icon": "LINK.png" },
|
|
121
|
+
"ethereum/erc20/makerdao": { "icon": "MKR.png" },
|
|
122
|
+
"ethereum/erc20/mantle": { "icon": "MNT.png" },
|
|
123
|
+
"ethereum/erc20/matic": { "icon": "MATIC.png" },
|
|
124
|
+
"ethereum/erc20/meth": { "icon": "METH.png" },
|
|
125
|
+
"ethereum/erc20/okb": { "icon": "OKB.png" },
|
|
126
|
+
"ethereum/erc20/ondo": { "icon": "ONDO.png" },
|
|
127
|
+
"ethereum/erc20/polygon_ecosystem_token": { "icon": "MATIC.png" },
|
|
128
|
+
"ethereum/erc20/quant": { "icon": "QNT.png" },
|
|
129
|
+
"ethereum/erc20/render_token": { "icon": "RNDR.png" },
|
|
130
|
+
"ethereum/erc20/rocket_pool_eth": { "icon": "RETH.png" },
|
|
131
|
+
"ethereum/erc20/shiba_inu": { "icon": "SHIBA.png" },
|
|
132
|
+
"ethereum/erc20/steth": { "icon": "STETH.png" },
|
|
133
|
+
"ethereum/erc20/theta_token": { "icon": "THETA.png" },
|
|
134
|
+
"ethereum/erc20/tokenize_emblem": { "icon": "TKX.png" },
|
|
135
|
+
"ethereum/erc20/uniswap": { "icon": "UNI.png" },
|
|
136
|
+
"ethereum/erc20/usd_tether__erc20_": { "icon": "USDT.png" },
|
|
137
|
+
"ethereum/erc20/usde": { "icon": "USDe.png" },
|
|
138
|
+
"ethereum/erc20/waves": { "icon": "WAVES.png" },
|
|
139
|
+
"ethereum/erc20/wbt": { "icon": "WBT.png" },
|
|
140
|
+
"ethereum/erc20/wrapped_bitcoin": { "icon": "WBTC.png" },
|
|
141
|
+
"ethereum/erc20/wrapped_ton_coin": { "icon": "TONCOIN.png" },
|
|
142
|
+
"ethereum_classic": { "icon": "ETC.png" },
|
|
143
|
+
"ethereum_pow": { "icon": "ETHW.png" },
|
|
144
|
+
"fantom": { "icon": "FTM.png" },
|
|
145
|
+
"fantom/erc20/aave": { "icon": "AAVE.png" },
|
|
146
|
+
"fantom/erc20/bitcoin": { "icon": "WBTC.png" },
|
|
147
|
+
"fantom/erc20/chainlink": { "icon": "LINK.png" },
|
|
148
|
+
"fantom/erc20/tether_usd": { "icon": "USDT.png" },
|
|
149
|
+
"filecoin": { "icon": "FIL.png" },
|
|
150
|
+
"flare": { "icon": "FLR.png" },
|
|
151
|
+
"flow": { "icon": "FLOW.png" },
|
|
152
|
+
"hedera": { "icon": "HBAR.png" },
|
|
153
|
+
"hive": { "icon": "HIVE.png" },
|
|
154
|
+
"injective": { "icon": "INJ.png" },
|
|
155
|
+
"internet_computer": { "icon": "ICP.png" },
|
|
156
|
+
"kadena": { "icon": "KDA.png" },
|
|
157
|
+
"kaspa": { "icon": "KAS.png" },
|
|
158
|
+
"klaytn": { "icon": "KLAY.png" },
|
|
159
|
+
"linea": { "icon": "LINEA.png" },
|
|
160
|
+
"linea/erc20/chainlink_token": { "icon": "LINK.png" },
|
|
161
|
+
"linea/erc20/lido_dao_token": { "icon": "LDO.png" },
|
|
162
|
+
"linea/erc20/maker": { "icon": "MKR.png" },
|
|
163
|
+
"linea/erc20/shiba_inu": { "icon": "SHIBA.png" },
|
|
164
|
+
"linea/erc20/tether_usd": { "icon": "USDT.png" },
|
|
165
|
+
"linea/erc20/uniswap": { "icon": "UNI.png" },
|
|
166
|
+
"linea/erc20/wrapped_btc": { "icon": "WBTC.png" },
|
|
167
|
+
"litecoin": { "icon": "LTC.png" },
|
|
168
|
+
"mantle": { "icon": "MNT.png" },
|
|
169
|
+
"mantle/erc20/mantle_staked_ether": { "icon": "METH.png" },
|
|
170
|
+
"monero": { "icon": "XMR.png" },
|
|
171
|
+
"moonbeam/erc20/matic": { "icon": "MATIC.png" },
|
|
172
|
+
"moonbeam/erc20/usd_coin": { "icon": "USDC.png" },
|
|
173
|
+
"near": { "icon": "NEAR.png" },
|
|
174
|
+
"nem": { "icon": "XEM.png" },
|
|
175
|
+
"neo": { "icon": "NEO.png" },
|
|
176
|
+
"neon_evm/erc20/usdt": { "icon": "USDT.png" },
|
|
177
|
+
"neon_evm/erc20/wrapped_bitcoin": { "icon": "WBTC.png" },
|
|
178
|
+
"neon_evm/erc20/wrapped_eth": { "icon": "WETH.png" },
|
|
179
|
+
"neutron": { "icon": "NTRN.png" },
|
|
180
|
+
"optimism": { "icon": "OP.png" },
|
|
181
|
+
"optimism/erc20/aave_token": { "icon": "AAVE.png" },
|
|
182
|
+
"optimism/erc20/chainlink_token": { "icon": "LINK.png" },
|
|
183
|
+
"optimism/erc20/lido_dao_token": { "icon": "LDO.png" },
|
|
184
|
+
"optimism/erc20/optimism": { "icon": "OP.png" },
|
|
185
|
+
"optimism/erc20/rocket_pool_eth": { "icon": "RETH.png" },
|
|
186
|
+
"optimism/erc20/tether_usd": { "icon": "USDT.png" },
|
|
187
|
+
"optimism/erc20/uniswap": { "icon": "UNI.png" },
|
|
188
|
+
"optimism/erc20/usd_coin": { "icon": "USDC.png" },
|
|
189
|
+
"optimism/erc20/wrapped_btc": { "icon": "WBTC.png" },
|
|
190
|
+
"osmo": { "icon": "OSMO.png" },
|
|
191
|
+
"peercoin": { "icon": "PPC.png" },
|
|
192
|
+
"polkadot": { "icon": "DOT.png" },
|
|
193
|
+
"polygon": { "icon": "MATIC.png" },
|
|
194
|
+
"polygon/erc20/(pos)_tether_usd": { "icon": "USDT.png" },
|
|
195
|
+
"polygon/erc20/(pos)_wrapped_btc": { "icon": "WBTC.png" },
|
|
196
|
+
"polygon/erc20/aave_(pos)": { "icon": "AAVE.png" },
|
|
197
|
+
"polygon/erc20/bonk": { "icon": "BONK.png" },
|
|
198
|
+
"polygon/erc20/chainlink_token": { "icon": "LINK.png" },
|
|
199
|
+
"polygon/erc20/fetch": { "icon": "FET.png" },
|
|
200
|
+
"polygon/erc20/graph_token": { "icon": "GRT.png" },
|
|
201
|
+
"polygon/erc20/lido_dao_token_(pos)": { "icon": "LDO.png" },
|
|
202
|
+
"polygon/erc20/maker": { "icon": "MKR.png" },
|
|
203
|
+
"polygon/erc20/matic_token": { "icon": "MATIC.png" },
|
|
204
|
+
"polygon/erc20/render_token": { "icon": "RNDR.png" },
|
|
205
|
+
"polygon/erc20/rocket_pool_eth_pos": { "icon": "RETH.png" },
|
|
206
|
+
"polygon/erc20/uniswap_(pos)": { "icon": "UNI.png" },
|
|
207
|
+
"polygon/erc20/usd_coin": { "icon": "USDC.png" },
|
|
208
|
+
"polygon/erc20/wrapped_ether": { "icon": "WETH.png" },
|
|
209
|
+
"polygon_zk_evm": { "icon": "MATIC.png" },
|
|
210
|
+
"polygon_zk_evm/erc20/chainlink_token": { "icon": "LINK.png" },
|
|
211
|
+
"polygon_zk_evm/erc20/tether_usd": { "icon": "USDT.png" },
|
|
212
|
+
"polygon_zk_evm/erc20/wrapped_btc": { "icon": "WBTC.png" },
|
|
213
|
+
"qtum": { "icon": "QTUM.png" },
|
|
214
|
+
"radix": { "icon": "XRD.png" },
|
|
215
|
+
"ravencoin": { "icon": "RVN.png" },
|
|
216
|
+
"ripple": { "icon": "XRP.png" },
|
|
217
|
+
"scroll": { "icon": "SCROLL.png" },
|
|
218
|
+
"scroll/erc20/tether_usd": { "icon": "USDT.png" },
|
|
219
|
+
"siacoin": { "icon": "SC.png" },
|
|
220
|
+
"solana": { "icon": "SOL.png" },
|
|
221
|
+
"solana/spl/dezxaz8z7pnrnrjjz3wxborgixca6xjnb7yab1ppb263": {
|
|
222
|
+
"icon": "BONK.png"
|
|
223
|
+
},
|
|
224
|
+
"solana/spl/epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v": {
|
|
225
|
+
"icon": "USDC.png"
|
|
226
|
+
},
|
|
227
|
+
"solana/spl/es9vmfrzacermjfrf4h2fyd4kconky11mcce8benwnyb": {
|
|
228
|
+
"icon": "USDT.png"
|
|
229
|
+
},
|
|
230
|
+
"solana/spl/hntyvp6yfm1hg25tn9wglqm12b8tqmcknkrdu1oxwux": {
|
|
231
|
+
"icon": "HNT.png"
|
|
232
|
+
},
|
|
233
|
+
"solana/spl/hz1jovnivvgrgniiyveozevgz58xau3rkwx8eacqbct3": {
|
|
234
|
+
"icon": "PYTH.png"
|
|
235
|
+
},
|
|
236
|
+
"solana/spl/rndrizkt3mk1iimdxrdwabcf7zg7ar5t4nud4ekhbof": {
|
|
237
|
+
"icon": "RNDR.png"
|
|
238
|
+
},
|
|
239
|
+
"sonic": { "icon": "S.png" },
|
|
240
|
+
"stacks": { "icon": "STX.png" },
|
|
241
|
+
"stellar": { "icon": "XLM.png" },
|
|
242
|
+
"stellar/asset/usdc:ga5zsejyb37jrc5avcia5mop4rhtm335x2kgx3ihojapp5re34k4kzvn": {
|
|
243
|
+
"icon": "USDC.png"
|
|
244
|
+
},
|
|
245
|
+
"stride": { "icon": "STRD.png" },
|
|
246
|
+
"sui": { "icon": "SUI.png" },
|
|
247
|
+
"syscoin/erc20/wrapped_bitcoin_(multichain)": { "icon": "WBTC.png" },
|
|
248
|
+
"telos_evm/erc20/chainlink_token": { "icon": "LINK.png" },
|
|
249
|
+
"telos_evm/erc20/wrapped_bitcoin": { "icon": "WBTC.png" },
|
|
250
|
+
"terra": { "icon": "LUNA.png" },
|
|
251
|
+
"thorchain": { "icon": "RUNE.png" },
|
|
252
|
+
"ton": { "icon": "TON.png" },
|
|
253
|
+
"ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds": {
|
|
254
|
+
"icon": "USDT.png"
|
|
255
|
+
},
|
|
256
|
+
"tron": { "icon": "TRX.png" },
|
|
257
|
+
"tron/trc20/tafjulxivgt4qwk6uzwjqwzxtsagaqnvp4": { "icon": "BTT.png" },
|
|
258
|
+
"tron/trc20/tekxitehnzsmse2xqrbj4w32run966rdz8": { "icon": "USDC.png" },
|
|
259
|
+
"tron/trc20/tpymhehy5n8tcefygqw2rpxsghsfzghpdn": { "icon": "USDD.png" },
|
|
260
|
+
"tron/trc20/tr7nhqjekqxgtci8q8zy4pl8otszgjlj6t": { "icon": "USDT.png" },
|
|
261
|
+
"vechain": { "icon": "VET.png" },
|
|
262
|
+
"waves": { "icon": "WAVES.png" },
|
|
263
|
+
"WETH": { "icon": "WETH.png" },
|
|
264
|
+
"zilliqa": { "icon": "ZIL.png" },
|
|
265
|
+
"zksync": { "icon": "ZKSYNC.png" }
|
|
266
|
+
}
|
|
267
|
+
;
|
|
241
268
|
|
|
242
269
|
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LitElement, nothing } from 'lit';
|
|
2
|
+
export type CryptoIconGroupItem = {
|
|
3
|
+
id: string;
|
|
4
|
+
ticker?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare class LedgerCryptoIconGroup extends LitElement {
|
|
7
|
+
items: CryptoIconGroupItem[];
|
|
8
|
+
maxVisible: number;
|
|
9
|
+
render(): import('lit').TemplateResult<1> | typeof nothing;
|
|
10
|
+
}
|
|
11
|
+
declare global {
|
|
12
|
+
interface HTMLElementTagNameMap {
|
|
13
|
+
"ledger-crypto-icon-group": LedgerCryptoIconGroup;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export default LedgerCryptoIconGroup;
|
|
17
|
+
//# sourceMappingURL=ledger-crypto-icon-group.d.ts.map
|