@web3icons/common 0.11.32 → 0.11.34
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/index.d.ts +3 -24
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/metadata/exchanges.d.ts +3 -0
- package/dist/metadata/exchanges.d.ts.map +1 -0
- package/dist/metadata/exchanges.js +194 -0
- package/dist/metadata/exchanges.js.map +1 -0
- package/dist/metadata/index.d.ts +5 -106
- package/dist/metadata/index.d.ts.map +1 -0
- package/dist/metadata/index.js +4 -2
- package/dist/metadata/index.js.map +1 -1
- package/dist/metadata/networks.d.ts +3 -0
- package/dist/metadata/networks.d.ts.map +1 -0
- package/dist/metadata/networks.js +2204 -0
- package/dist/metadata/networks.js.map +1 -0
- package/dist/metadata/tokens.d.ts +3 -0
- package/dist/metadata/tokens.d.ts.map +1 -0
- package/dist/{chunk-UYNKLPX5.js → metadata/tokens.js} +8 -2697
- package/dist/metadata/tokens.js.map +1 -0
- package/dist/metadata/wallets.d.ts +3 -0
- package/dist/metadata/wallets.d.ts.map +1 -0
- package/dist/metadata/wallets.js +293 -0
- package/dist/metadata/wallets.js.map +1 -0
- package/dist/types.d.ts +75 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +3 -4
- package/dist/chunk-UYNKLPX5.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallets.d.ts","sourceRoot":"","sources":["../../src/metadata/wallets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAE1C,eAAO,MAAM,OAAO,EAAE,eAAe,EA4dpC,CAAA"}
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
const wallets = [
|
|
2
|
+
{
|
|
3
|
+
id: 'alfa1',
|
|
4
|
+
filePath: 'wallet:alfa1',
|
|
5
|
+
name: 'alfa1',
|
|
6
|
+
variants: ['branded', 'mono', 'background'],
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
id: 'alpha-wallet',
|
|
10
|
+
filePath: 'wallet:alpha-wallet',
|
|
11
|
+
name: 'alpha wallet',
|
|
12
|
+
variants: ['branded', 'mono', 'background'],
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: 'argent',
|
|
16
|
+
filePath: 'wallet:argent',
|
|
17
|
+
name: 'argent x',
|
|
18
|
+
variants: ['branded', 'mono', 'background'],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
id: 'backpack',
|
|
22
|
+
filePath: 'wallet:backpack',
|
|
23
|
+
name: 'backpack',
|
|
24
|
+
variants: ['branded', 'mono', 'background'],
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: 'clave',
|
|
28
|
+
filePath: 'wallet:clave',
|
|
29
|
+
name: 'clave',
|
|
30
|
+
variants: ['branded', 'mono', 'background'],
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: 'coin98',
|
|
34
|
+
filePath: 'wallet:coin98',
|
|
35
|
+
name: 'coin98',
|
|
36
|
+
variants: ['branded', 'mono', 'background'],
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
id: 'coinbase',
|
|
40
|
+
filePath: 'wallet:coinbase',
|
|
41
|
+
name: 'coinbase wallet',
|
|
42
|
+
variants: ['branded', 'background'],
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
id: 'enkrypt',
|
|
46
|
+
filePath: 'wallet:enkrypt',
|
|
47
|
+
name: 'enkrypt',
|
|
48
|
+
variants: ['branded', 'mono', 'background'],
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: 'imtoken',
|
|
52
|
+
filePath: 'wallet:imtoken',
|
|
53
|
+
name: 'imToken',
|
|
54
|
+
variants: ['branded', 'mono', 'background'],
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
id: 'kraken',
|
|
58
|
+
filePath: 'wallet:kraken',
|
|
59
|
+
name: 'kraken wallet',
|
|
60
|
+
variants: ['branded', 'mono', 'background'],
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
id: 'ledger',
|
|
64
|
+
filePath: 'wallet:ledger',
|
|
65
|
+
name: 'ledger',
|
|
66
|
+
variants: ['branded', 'mono', 'background'],
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
id: 'lit',
|
|
70
|
+
filePath: 'wallet:lit',
|
|
71
|
+
name: 'lit protocol',
|
|
72
|
+
variants: ['branded', 'mono', 'background'],
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: 'metamask',
|
|
76
|
+
filePath: 'wallet:metamask',
|
|
77
|
+
name: 'MetaMask',
|
|
78
|
+
variants: ['branded', 'background'],
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
id: 'multis',
|
|
82
|
+
filePath: 'wallet:multis',
|
|
83
|
+
name: 'multis',
|
|
84
|
+
variants: ['mono', 'background'],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
id: 'my-ether-wallet',
|
|
88
|
+
filePath: 'wallet:my-ether-wallet',
|
|
89
|
+
name: 'MyEtherWallet',
|
|
90
|
+
variants: ['branded', 'mono', 'background'],
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
id: 'obvious',
|
|
94
|
+
filePath: 'wallet:obvious',
|
|
95
|
+
name: 'obvious wallet',
|
|
96
|
+
variants: ['branded', 'mono', 'background'],
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
id: 'okx',
|
|
100
|
+
filePath: 'wallet:okx',
|
|
101
|
+
name: 'okx wallet',
|
|
102
|
+
variants: ['branded', 'mono', 'background'],
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
id: 'phantom',
|
|
106
|
+
filePath: 'wallet:phantom',
|
|
107
|
+
name: 'phantom',
|
|
108
|
+
variants: ['branded', 'mono', 'background'],
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
id: 'pillar',
|
|
112
|
+
filePath: 'wallet:pillar',
|
|
113
|
+
name: 'Pillar',
|
|
114
|
+
variants: ['branded', 'mono', 'background'],
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
id: 'portal',
|
|
118
|
+
filePath: 'wallet:portal',
|
|
119
|
+
name: 'portal',
|
|
120
|
+
variants: ['branded', 'mono', 'background'],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
id: 'rabby',
|
|
124
|
+
filePath: 'wallet:rabby',
|
|
125
|
+
name: 'rabby',
|
|
126
|
+
variants: ['branded', 'mono', 'background'],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
id: 'rainbow',
|
|
130
|
+
filePath: 'wallet:rainbow',
|
|
131
|
+
name: 'rainbow',
|
|
132
|
+
variants: ['branded', 'mono', 'background'],
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
id: 'ronin',
|
|
136
|
+
filePath: 'wallet:ronin',
|
|
137
|
+
name: 'ronin',
|
|
138
|
+
variants: ['branded', 'mono', 'background'],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
id: 'safe',
|
|
142
|
+
filePath: 'wallet:safe',
|
|
143
|
+
name: 'safe wallet',
|
|
144
|
+
variants: ['branded', 'mono', 'background'],
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
id: 'sender',
|
|
148
|
+
filePath: 'wallet:sender',
|
|
149
|
+
name: 'sender',
|
|
150
|
+
variants: ['branded', 'mono', 'background'],
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
id: 'sequence',
|
|
154
|
+
filePath: 'wallet:sequence',
|
|
155
|
+
name: 'sequence',
|
|
156
|
+
variants: ['branded', 'mono', 'background'],
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
id: 'soul',
|
|
160
|
+
filePath: 'wallet:soul',
|
|
161
|
+
name: 'soul',
|
|
162
|
+
variants: ['branded', 'mono', 'background'],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
id: 'squads',
|
|
166
|
+
filePath: 'wallet:squads',
|
|
167
|
+
name: 'squads',
|
|
168
|
+
variants: ['branded', 'mono', 'background'],
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
id: 'token-pocket',
|
|
172
|
+
filePath: 'wallet:token-pocket',
|
|
173
|
+
name: 'token pocket',
|
|
174
|
+
variants: ['branded', 'mono', 'background'],
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
id: 'trezor',
|
|
178
|
+
filePath: 'wallet:trezor',
|
|
179
|
+
name: 'trezor',
|
|
180
|
+
variants: ['branded', 'mono', 'background'],
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
id: 'trust',
|
|
184
|
+
filePath: 'wallet:trust',
|
|
185
|
+
name: 'trust wallet',
|
|
186
|
+
variants: ['branded', 'mono', 'background'],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
id: 'unipass',
|
|
190
|
+
filePath: 'wallet:unipass',
|
|
191
|
+
name: 'unipass',
|
|
192
|
+
variants: ['branded', 'mono', 'background'],
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
id: 'venly',
|
|
196
|
+
filePath: 'wallet:venly',
|
|
197
|
+
name: 'venly',
|
|
198
|
+
variants: ['branded', 'mono', 'background'],
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
id: 'wallet-3',
|
|
202
|
+
filePath: 'wallet:wallet-3',
|
|
203
|
+
name: 'wallet3',
|
|
204
|
+
variants: ['branded', 'mono', 'background'],
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
id: 'wallet-connect',
|
|
208
|
+
filePath: 'wallet:wallet-connect',
|
|
209
|
+
name: 'wallet connect',
|
|
210
|
+
variants: ['branded', 'mono', 'background'],
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
id: 'xdefi',
|
|
214
|
+
filePath: 'wallet:xdefi',
|
|
215
|
+
name: 'xdefi',
|
|
216
|
+
variants: ['branded', 'mono', 'background'],
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
id: 'zengo',
|
|
220
|
+
filePath: 'wallet:zengo',
|
|
221
|
+
name: 'zengo',
|
|
222
|
+
variants: ['branded', 'mono', 'background'],
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
id: 'zerion',
|
|
226
|
+
filePath: 'wallet:zerion',
|
|
227
|
+
name: 'zerion',
|
|
228
|
+
variants: ['branded', 'mono', 'background'],
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
id: 'atomic',
|
|
232
|
+
filePath: 'wallet:atomic',
|
|
233
|
+
name: 'Atomic',
|
|
234
|
+
variants: ['background', 'branded', 'mono'],
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
id: 'bitbox',
|
|
238
|
+
filePath: 'wallet:bitbox',
|
|
239
|
+
name: 'Bitbox',
|
|
240
|
+
variants: ['background', 'branded', 'mono'],
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
id: 'blue',
|
|
244
|
+
filePath: 'wallet:blue',
|
|
245
|
+
name: 'Blue Wallet',
|
|
246
|
+
variants: ['background', 'branded'],
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
id: 'exodus',
|
|
250
|
+
filePath: 'wallet:exodus',
|
|
251
|
+
name: 'Exodus',
|
|
252
|
+
variants: ['background', 'branded', 'mono'],
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
id: 'glow',
|
|
256
|
+
filePath: 'wallet:glow',
|
|
257
|
+
name: 'Glow',
|
|
258
|
+
variants: ['background', 'branded', 'mono'],
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
id: 'keplr',
|
|
262
|
+
filePath: 'wallet:keplr',
|
|
263
|
+
name: 'Keplr',
|
|
264
|
+
variants: ['background', 'branded', 'mono'],
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
id: 'kukai',
|
|
268
|
+
filePath: 'wallet:kukai',
|
|
269
|
+
name: 'Kukai',
|
|
270
|
+
variants: ['background', 'branded', 'mono'],
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
id: 'solflare',
|
|
274
|
+
filePath: 'wallet:solflare',
|
|
275
|
+
name: 'Solflare',
|
|
276
|
+
variants: ['background', 'branded', 'mono'],
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
id: 'temple',
|
|
280
|
+
filePath: 'wallet:temple',
|
|
281
|
+
name: 'Temple',
|
|
282
|
+
variants: ['background', 'branded'],
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
id: 'pecunity-wallet',
|
|
286
|
+
filePath: 'token:PEC',
|
|
287
|
+
name: 'Pecunity',
|
|
288
|
+
variants: ['background', 'branded', 'mono'],
|
|
289
|
+
},
|
|
290
|
+
]
|
|
291
|
+
|
|
292
|
+
export { wallets }
|
|
293
|
+
//# sourceMappingURL=wallets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallets.js","sources":["../../src/metadata/wallets.ts"],"sourcesContent":["import { IWalletMetadata } from '../types'\n\nexport const wallets: IWalletMetadata[] = [\n {\n \"id\": \"alfa1\",\n \"filePath\": \"wallet:alfa1\",\n \"name\": \"alfa1\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"alpha-wallet\",\n \"filePath\": \"wallet:alpha-wallet\",\n \"name\": \"alpha wallet\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"argent\",\n \"filePath\": \"wallet:argent\",\n \"name\": \"argent x\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"backpack\",\n \"filePath\": \"wallet:backpack\",\n \"name\": \"backpack\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"clave\",\n \"filePath\": \"wallet:clave\",\n \"name\": \"clave\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"coin98\",\n \"filePath\": \"wallet:coin98\",\n \"name\": \"coin98\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"coinbase\",\n \"filePath\": \"wallet:coinbase\",\n \"name\": \"coinbase wallet\",\n \"variants\": [\n \"branded\",\n \"background\"\n ]\n },\n {\n \"id\": \"enkrypt\",\n \"filePath\": \"wallet:enkrypt\",\n \"name\": \"enkrypt\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"imtoken\",\n \"filePath\": \"wallet:imtoken\",\n \"name\": \"imToken\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"kraken\",\n \"filePath\": \"wallet:kraken\",\n \"name\": \"kraken wallet\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"ledger\",\n \"filePath\": \"wallet:ledger\",\n \"name\": \"ledger\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"lit\",\n \"filePath\": \"wallet:lit\",\n \"name\": \"lit protocol\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"metamask\",\n \"filePath\": \"wallet:metamask\",\n \"name\": \"MetaMask\",\n \"variants\": [\n \"branded\",\n \"background\"\n ]\n },\n {\n \"id\": \"multis\",\n \"filePath\": \"wallet:multis\",\n \"name\": \"multis\",\n \"variants\": [\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"my-ether-wallet\",\n \"filePath\": \"wallet:my-ether-wallet\",\n \"name\": \"MyEtherWallet\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"obvious\",\n \"filePath\": \"wallet:obvious\",\n \"name\": \"obvious wallet\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"okx\",\n \"filePath\": \"wallet:okx\",\n \"name\": \"okx wallet\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"phantom\",\n \"filePath\": \"wallet:phantom\",\n \"name\": \"phantom\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"pillar\",\n \"filePath\": \"wallet:pillar\",\n \"name\": \"Pillar\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"portal\",\n \"filePath\": \"wallet:portal\",\n \"name\": \"portal\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"rabby\",\n \"filePath\": \"wallet:rabby\",\n \"name\": \"rabby\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"rainbow\",\n \"filePath\": \"wallet:rainbow\",\n \"name\": \"rainbow\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"ronin\",\n \"filePath\": \"wallet:ronin\",\n \"name\": \"ronin\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"safe\",\n \"filePath\": \"wallet:safe\",\n \"name\": \"safe wallet\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"sender\",\n \"filePath\": \"wallet:sender\",\n \"name\": \"sender\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"sequence\",\n \"filePath\": \"wallet:sequence\",\n \"name\": \"sequence\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"soul\",\n \"filePath\": \"wallet:soul\",\n \"name\": \"soul\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"squads\",\n \"filePath\": \"wallet:squads\",\n \"name\": \"squads\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"token-pocket\",\n \"filePath\": \"wallet:token-pocket\",\n \"name\": \"token pocket\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"trezor\",\n \"filePath\": \"wallet:trezor\",\n \"name\": \"trezor\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"trust\",\n \"filePath\": \"wallet:trust\",\n \"name\": \"trust wallet\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"unipass\",\n \"filePath\": \"wallet:unipass\",\n \"name\": \"unipass\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"venly\",\n \"filePath\": \"wallet:venly\",\n \"name\": \"venly\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"wallet-3\",\n \"filePath\": \"wallet:wallet-3\",\n \"name\": \"wallet3\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"wallet-connect\",\n \"filePath\": \"wallet:wallet-connect\",\n \"name\": \"wallet connect\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"xdefi\",\n \"filePath\": \"wallet:xdefi\",\n \"name\": \"xdefi\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"zengo\",\n \"filePath\": \"wallet:zengo\",\n \"name\": \"zengo\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"zerion\",\n \"filePath\": \"wallet:zerion\",\n \"name\": \"zerion\",\n \"variants\": [\n \"branded\",\n \"mono\",\n \"background\"\n ]\n },\n {\n \"id\": \"atomic\",\n \"filePath\": \"wallet:atomic\",\n \"name\": \"Atomic\",\n \"variants\": [\n \"background\",\n \"branded\",\n \"mono\"\n ]\n },\n {\n \"id\": \"bitbox\",\n \"filePath\": \"wallet:bitbox\",\n \"name\": \"Bitbox\",\n \"variants\": [\n \"background\",\n \"branded\",\n \"mono\"\n ]\n },\n {\n \"id\": \"blue\",\n \"filePath\": \"wallet:blue\",\n \"name\": \"Blue Wallet\",\n \"variants\": [\n \"background\",\n \"branded\"\n ]\n },\n {\n \"id\": \"exodus\",\n \"filePath\": \"wallet:exodus\",\n \"name\": \"Exodus\",\n \"variants\": [\n \"background\",\n \"branded\",\n \"mono\"\n ]\n },\n {\n \"id\": \"glow\",\n \"filePath\": \"wallet:glow\",\n \"name\": \"Glow\",\n \"variants\": [\n \"background\",\n \"branded\",\n \"mono\"\n ]\n },\n {\n \"id\": \"keplr\",\n \"filePath\": \"wallet:keplr\",\n \"name\": \"Keplr\",\n \"variants\": [\n \"background\",\n \"branded\",\n \"mono\"\n ]\n },\n {\n \"id\": \"kukai\",\n \"filePath\": \"wallet:kukai\",\n \"name\": \"Kukai\",\n \"variants\": [\n \"background\",\n \"branded\",\n \"mono\"\n ]\n },\n {\n \"id\": \"solflare\",\n \"filePath\": \"wallet:solflare\",\n \"name\": \"Solflare\",\n \"variants\": [\n \"background\",\n \"branded\",\n \"mono\"\n ]\n },\n {\n \"id\": \"temple\",\n \"filePath\": \"wallet:temple\",\n \"name\": \"Temple\",\n \"variants\": [\n \"background\",\n \"branded\"\n ]\n },\n {\n \"id\": \"pecunity-wallet\",\n \"filePath\": \"token:PEC\",\n \"name\": \"Pecunity\",\n \"variants\": [\n \"background\",\n \"branded\",\n \"mono\"\n ]\n }\n]"],"names":[],"mappings":"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"}
|
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
export type TVariant = 'branded' | 'mono' | 'background'
|
|
2
|
+
export type TType = 'network' | 'token' | 'wallet' | 'exchange'
|
|
3
|
+
export type TExchangeType = 'cex' | 'dex'
|
|
4
|
+
export interface IMetadata {
|
|
5
|
+
id: string
|
|
6
|
+
filePath: string
|
|
7
|
+
name: string
|
|
8
|
+
variants: TVariant[]
|
|
9
|
+
}
|
|
10
|
+
export interface ITokenMetadata extends IMetadata {
|
|
11
|
+
symbol: string
|
|
12
|
+
marketCapRank: number | null
|
|
13
|
+
addresses: {
|
|
14
|
+
[key: string]: string | undefined
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export interface INetworkMetadata extends IMetadata {
|
|
18
|
+
shortName?: string
|
|
19
|
+
nativeCoinId?: string
|
|
20
|
+
chainId?: number | string
|
|
21
|
+
caip2id?: string
|
|
22
|
+
}
|
|
23
|
+
export interface IWalletMetadata extends IMetadata {}
|
|
24
|
+
export interface IExchangeMetadata extends IMetadata {
|
|
25
|
+
type: TExchangeType
|
|
26
|
+
}
|
|
27
|
+
interface IRaw {
|
|
28
|
+
id: string
|
|
29
|
+
name: string
|
|
30
|
+
}
|
|
31
|
+
export interface INetworkRaw extends IRaw {
|
|
32
|
+
shortname?: string
|
|
33
|
+
native_coin_id?: string
|
|
34
|
+
chain_identifier?: number
|
|
35
|
+
}
|
|
36
|
+
export interface ITokenRaw extends IRaw {
|
|
37
|
+
symbol: string
|
|
38
|
+
market_cap_rank?: number | null
|
|
39
|
+
}
|
|
40
|
+
export interface IWalletRaw extends IRaw {}
|
|
41
|
+
export interface IExchangeRaw extends IRaw {
|
|
42
|
+
type: TExchangeType
|
|
43
|
+
}
|
|
44
|
+
export interface IconMap {
|
|
45
|
+
[key: string]: string
|
|
46
|
+
}
|
|
47
|
+
export type TMetadata =
|
|
48
|
+
| INetworkMetadata
|
|
49
|
+
| IWalletMetadata
|
|
50
|
+
| ITokenMetadata
|
|
51
|
+
| IExchangeMetadata
|
|
52
|
+
export type TRaw = INetworkRaw | ITokenRaw | IWalletRaw | IExchangeRaw
|
|
53
|
+
/**
|
|
54
|
+
* Represents an SVG element as a data structure for the factory pattern.
|
|
55
|
+
* Format: [elementName, attributes] or [elementName, attributes, children]
|
|
56
|
+
*/
|
|
57
|
+
export type IconNodeElement =
|
|
58
|
+
| [elementName: string, attributes: Record<string, any>]
|
|
59
|
+
| [
|
|
60
|
+
elementName: string,
|
|
61
|
+
attributes: Record<string, any>,
|
|
62
|
+
children: IconNodeElement[],
|
|
63
|
+
]
|
|
64
|
+
export type IconNode = IconNodeElement[]
|
|
65
|
+
/**
|
|
66
|
+
* Icon variants data structure.
|
|
67
|
+
* Each variant contains an array of IconNode elements.
|
|
68
|
+
*/
|
|
69
|
+
export type TIconVariants = {
|
|
70
|
+
branded?: IconNode
|
|
71
|
+
mono?: IconNode
|
|
72
|
+
background?: IconNode
|
|
73
|
+
}
|
|
74
|
+
export {}
|
|
75
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,YAAY,CAAA;AACxD,MAAM,MAAM,KAAK,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,CAAA;AAC/D,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,KAAK,CAAA;AAEzC,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,QAAQ,EAAE,CAAA;CACrB;AAED,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,SAAS,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;KAAE,CAAA;CACjD;AAED,MAAM,WAAW,gBAAiB,SAAQ,SAAS;IACjD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,eAAgB,SAAQ,SAAS;CAAG;AAErD,MAAM,WAAW,iBAAkB,SAAQ,SAAS;IAClD,IAAI,EAAE,aAAa,CAAA;CACpB;AAED,UAAU,IAAI;IACZ,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,WAAY,SAAQ,IAAI;IACvC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B;AAGD,MAAM,WAAW,SAAU,SAAQ,IAAI;IACrC,MAAM,EAAE,MAAM,CAAA;IACd,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAChC;AAGD,MAAM,WAAW,UAAW,SAAQ,IAAI;CAAG;AAG3C,MAAM,WAAW,YAAa,SAAQ,IAAI;IACxC,IAAI,EAAE,aAAa,CAAA;CACpB;AAED,MAAM,WAAW,OAAO;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB;AAED,MAAM,MAAM,SAAS,GACjB,gBAAgB,GAChB,eAAe,GACf,cAAc,GACd,iBAAiB,CAAA;AAErB,MAAM,MAAM,IAAI,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAA;AAEtE;;;GAGG;AACH,MAAM,MAAM,eAAe,GACvB,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,GACtD;IACE,WAAW,EAAE,MAAM;IACnB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAC/B,QAAQ,EAAE,eAAe,EAAE;CAC5B,CAAA;AAEL,MAAM,MAAM,QAAQ,GAAG,eAAe,EAAE,CAAA;AAExC;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,QAAQ,CAAA;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,UAAU,CAAC,EAAE,QAAQ,CAAA;CACtB,CAAA"}
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"svg crypto icons",
|
|
12
12
|
"coin icons"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.11.
|
|
14
|
+
"version": "0.11.34",
|
|
15
15
|
"private": false,
|
|
16
16
|
"author": "0xa3k5",
|
|
17
17
|
"license": "MIT",
|
|
@@ -54,15 +54,14 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
|
-
"build": "bun run clean && bun run pre-build &&
|
|
57
|
+
"build": "bun run clean && bun run pre-build && rollup -c && bun format",
|
|
58
58
|
"pre-build": "cd ../../scripts/build-scripts && bun generate-metadata.ts",
|
|
59
59
|
"lint": "eslint ./src --ext .ts",
|
|
60
60
|
"format": "prettier --write \"**/*.{ts,js,md,json}\" --log-level error",
|
|
61
61
|
"clean": "rm -rf dist"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"bun-types": "latest"
|
|
65
|
-
"tsup": "^8.2.4"
|
|
64
|
+
"bun-types": "latest"
|
|
66
65
|
},
|
|
67
66
|
"peerDependencies": {
|
|
68
67
|
"typescript": "^5.0.0"
|