@chain-registry/assets 1.70.107 → 1.70.108

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 (41) hide show
  1. package/README.md +15 -12
  2. package/esm/mainnet/agoric.js +84 -0
  3. package/esm/mainnet/axelar.js +8 -8
  4. package/esm/mainnet/celestia.js +84 -0
  5. package/esm/mainnet/cosmoshub.js +24 -24
  6. package/esm/mainnet/dydx.js +84 -0
  7. package/esm/mainnet/injective.js +108 -24
  8. package/esm/mainnet/int3face.js +306 -0
  9. package/esm/mainnet/jackal.js +8 -8
  10. package/esm/mainnet/neutron.js +80 -0
  11. package/esm/mainnet/noble.js +24 -24
  12. package/esm/mainnet/omniflixhub.js +84 -0
  13. package/esm/mainnet/osmosis.js +24 -24
  14. package/esm/mainnet/quicksilver.js +1528 -168
  15. package/esm/mainnet/saga.js +84 -0
  16. package/esm/mainnet/sommelier.js +84 -0
  17. package/esm/mainnet/terra2.js +108 -24
  18. package/esm/mainnet/xion.js +84 -0
  19. package/esm/testnet/axelartestnet.js +140 -0
  20. package/esm/testnet/manifesttestnet.js +72 -0
  21. package/index.d.ts +1 -1
  22. package/mainnet/agoric.js +84 -0
  23. package/mainnet/axelar.js +8 -8
  24. package/mainnet/celestia.js +84 -0
  25. package/mainnet/cosmoshub.js +24 -24
  26. package/mainnet/dydx.js +84 -0
  27. package/mainnet/injective.js +108 -24
  28. package/mainnet/int3face.js +306 -0
  29. package/mainnet/jackal.js +8 -8
  30. package/mainnet/neutron.js +80 -0
  31. package/mainnet/noble.js +24 -24
  32. package/mainnet/omniflixhub.js +84 -0
  33. package/mainnet/osmosis.js +24 -24
  34. package/mainnet/quicksilver.js +1528 -168
  35. package/mainnet/saga.js +84 -0
  36. package/mainnet/sommelier.js +84 -0
  37. package/mainnet/terra2.js +108 -24
  38. package/mainnet/xion.js +84 -0
  39. package/package.json +5 -5
  40. package/testnet/axelartestnet.js +140 -0
  41. package/testnet/manifesttestnet.js +72 -0
@@ -3,6 +3,887 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'quicksilver',
5
5
  assets: [
6
+ {
7
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
8
+ denom_units: [{
9
+ denom: 'ibc/4B3F2630F1EC02190C3A765114709934F8CCE8F577129DC898CF1627D02CE0D1',
10
+ exponent: 0,
11
+ aliases: ['ubld']
12
+ }, {
13
+ denom: 'bld',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/4B3F2630F1EC02190C3A765114709934F8CCE8F577129DC898CF1627D02CE0D1',
17
+ name: 'Agoric',
18
+ display: 'bld',
19
+ symbol: 'BLD',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
23
+ },
24
+ coingecko_id: 'agoric',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
28
+ theme: {
29
+ primary_color_hex: '#c42b44'
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://agoric.com/',
34
+ twitter: 'https://twitter.com/agoric'
35
+ },
36
+ type_asset: 'sdk.coin',
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-68',
41
+ base_denom: 'ubld',
42
+ chain_name: 'agoric'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-125'
46
+ }
47
+ }]
48
+ },
49
+ {
50
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
51
+ denom_units: [{
52
+ denom: 'ibc/56D57854F1EA07196B9740B0FFFB99C8F2927D17A33415C2F59D71129E52F561',
53
+ exponent: 0,
54
+ aliases: ['uist']
55
+ }, {
56
+ denom: 'ist',
57
+ exponent: 6
58
+ }],
59
+ base: 'ibc/56D57854F1EA07196B9740B0FFFB99C8F2927D17A33415C2F59D71129E52F561',
60
+ name: 'Inter Stable Token',
61
+ display: 'ist',
62
+ symbol: 'IST',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
66
+ },
67
+ coingecko_id: 'inter-stable-token',
68
+ images: [{
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
71
+ theme: {
72
+ primary_color_hex: '#d485e2'
73
+ }
74
+ }],
75
+ type_asset: 'sdk.coin',
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-68',
80
+ base_denom: 'uist',
81
+ chain_name: 'agoric'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-125'
85
+ }
86
+ }]
87
+ },
88
+ {
89
+ description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
90
+ denom_units: [
91
+ {
92
+ denom: 'ibc/56446D416C5998249DD4F0E52C9C973AD9F4D5D9D25FF99C6D37240712C7A1ED',
93
+ exponent: 0,
94
+ aliases: ['aarch']
95
+ },
96
+ {
97
+ denom: 'uarch',
98
+ exponent: 12
99
+ },
100
+ {
101
+ denom: 'arch',
102
+ exponent: 18
103
+ }
104
+ ],
105
+ base: 'ibc/56446D416C5998249DD4F0E52C9C973AD9F4D5D9D25FF99C6D37240712C7A1ED',
106
+ name: 'Archway',
107
+ display: 'arch',
108
+ symbol: 'ARCH',
109
+ logo_URIs: {
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
112
+ },
113
+ coingecko_id: 'archway',
114
+ images: [{
115
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
116
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
117
+ theme: {
118
+ primary_color_hex: '#fc4c04'
119
+ }
120
+ }],
121
+ socials: {
122
+ website: 'https://archway.io/',
123
+ twitter: 'https://twitter.com/archwayHQ'
124
+ },
125
+ type_asset: 'sdk.coin',
126
+ traces: [{
127
+ type: 'ibc',
128
+ counterparty: {
129
+ channel_id: 'channel-34',
130
+ base_denom: 'aarch',
131
+ chain_name: 'archway'
132
+ },
133
+ chain: {
134
+ channel_id: 'channel-116'
135
+ }
136
+ }]
137
+ },
138
+ {
139
+ description: 'Architects Token',
140
+ type_asset: 'cw20',
141
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
142
+ denom_units: [{
143
+ denom: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
144
+ exponent: 0,
145
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
146
+ }, {
147
+ denom: 'TOKN',
148
+ exponent: 18
149
+ }],
150
+ base: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
151
+ name: 'Architects Token',
152
+ display: 'TOKN',
153
+ symbol: 'TOKN',
154
+ logo_URIs: {
155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
156
+ },
157
+ images: [{
158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
159
+ }],
160
+ traces: [{
161
+ type: 'ibc',
162
+ counterparty: {
163
+ channel_id: 'channel-34',
164
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
165
+ chain_name: 'archway'
166
+ },
167
+ chain: {
168
+ channel_id: 'channel-116'
169
+ }
170
+ }]
171
+ },
172
+ {
173
+ description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
174
+ denom_units: [{
175
+ denom: 'ibc/B286BE331CF81A90B2C19E30B31825BA515D51468E0B029031EEF146BE22C9B3',
176
+ exponent: 0,
177
+ aliases: ['utia']
178
+ }, {
179
+ denom: 'tia',
180
+ exponent: 6
181
+ }],
182
+ base: 'ibc/B286BE331CF81A90B2C19E30B31825BA515D51468E0B029031EEF146BE22C9B3',
183
+ name: 'Celestia',
184
+ display: 'tia',
185
+ symbol: 'TIA',
186
+ coingecko_id: 'celestia',
187
+ logo_URIs: {
188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
190
+ },
191
+ images: [{
192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
194
+ theme: {
195
+ primary_color_hex: '#7c2cfb'
196
+ }
197
+ }],
198
+ socials: {
199
+ website: 'https://celestia.org/',
200
+ twitter: 'https://twitter.com/CelestiaOrg'
201
+ },
202
+ type_asset: 'sdk.coin',
203
+ traces: [{
204
+ type: 'ibc',
205
+ counterparty: {
206
+ channel_id: 'channel-36',
207
+ base_denom: 'utia',
208
+ chain_name: 'celestia'
209
+ },
210
+ chain: {
211
+ channel_id: 'channel-207'
212
+ }
213
+ }]
214
+ },
215
+ {
216
+ description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
217
+ denom_units: [{
218
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
219
+ exponent: 0,
220
+ aliases: ['uatom']
221
+ }, {
222
+ denom: 'atom',
223
+ exponent: 6
224
+ }],
225
+ base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
226
+ name: 'Cosmos Hub Atom',
227
+ display: 'atom',
228
+ symbol: 'ATOM',
229
+ logo_URIs: {
230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
231
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
232
+ },
233
+ coingecko_id: 'cosmos',
234
+ images: [{
235
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
236
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
237
+ theme: {
238
+ primary_color_hex: '#272d45'
239
+ }
240
+ }],
241
+ socials: {
242
+ website: 'https://cosmos.network',
243
+ twitter: 'https://twitter.com/cosmoshub'
244
+ },
245
+ type_asset: 'sdk.coin',
246
+ traces: [{
247
+ type: 'ibc',
248
+ counterparty: {
249
+ channel_id: 'channel-467',
250
+ base_denom: 'uatom',
251
+ chain_name: 'cosmoshub'
252
+ },
253
+ chain: {
254
+ channel_id: 'channel-1'
255
+ }
256
+ }]
257
+ },
258
+ {
259
+ description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
260
+ denom_units: [{
261
+ denom: 'ibc/5CC131485B2E91C2A1BE0AD5D62086D7BA14552F1C81D1FB05B32DCE1A535D13',
262
+ exponent: 0,
263
+ aliases: ['adydx']
264
+ }, {
265
+ denom: 'dydx',
266
+ exponent: 18
267
+ }],
268
+ base: 'ibc/5CC131485B2E91C2A1BE0AD5D62086D7BA14552F1C81D1FB05B32DCE1A535D13',
269
+ name: 'dYdX',
270
+ display: 'dydx',
271
+ symbol: 'DYDX',
272
+ logo_URIs: {
273
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
274
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
275
+ },
276
+ coingecko_id: 'dydx-chain',
277
+ images: [{
278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
279
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg',
280
+ theme: {
281
+ primary_color_hex: '#21212f'
282
+ }
283
+ }, {
284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
285
+ theme: {
286
+ circle: true
287
+ }
288
+ }],
289
+ socials: {
290
+ website: 'https://dydx.trade/',
291
+ twitter: 'https://twitter.com/dYdX'
292
+ },
293
+ type_asset: 'sdk.coin',
294
+ traces: [{
295
+ type: 'ibc',
296
+ counterparty: {
297
+ channel_id: 'channel-32',
298
+ base_denom: 'adydx',
299
+ chain_name: 'dydx'
300
+ },
301
+ chain: {
302
+ channel_id: 'channel-164'
303
+ }
304
+ }]
305
+ },
306
+ {
307
+ description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
308
+ denom_units: [{
309
+ denom: 'ibc/832C3F7411F4B3543C566F0B20D88F1831FE15C813013D478C92220F626A9755',
310
+ exponent: 0,
311
+ aliases: ['inj']
312
+ }, {
313
+ denom: 'INJ',
314
+ exponent: 18
315
+ }],
316
+ base: 'ibc/832C3F7411F4B3543C566F0B20D88F1831FE15C813013D478C92220F626A9755',
317
+ name: 'Injective',
318
+ display: 'INJ',
319
+ symbol: 'INJ',
320
+ logo_URIs: {
321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
322
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
323
+ },
324
+ coingecko_id: 'injective-protocol',
325
+ images: [{
326
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
327
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
328
+ theme: {
329
+ primary_color_hex: '#04a2fc'
330
+ }
331
+ }],
332
+ socials: {
333
+ website: 'https://injective.com/',
334
+ twitter: 'https://twitter.com/Injective_'
335
+ },
336
+ type_asset: 'sdk.coin',
337
+ traces: [{
338
+ type: 'ibc',
339
+ counterparty: {
340
+ channel_id: 'channel-394',
341
+ base_denom: 'inj',
342
+ chain_name: 'injective'
343
+ },
344
+ chain: {
345
+ channel_id: 'channel-234'
346
+ }
347
+ }]
348
+ },
349
+ {
350
+ description: 'The second meme coin on Injective.',
351
+ denom_units: [{
352
+ denom: 'ibc/A73660D850AD9EECEC59E744ECA264A187E3D2204E8115063D20ABD11F865F61',
353
+ exponent: 0,
354
+ aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88']
355
+ }, {
356
+ denom: 'NINPO',
357
+ exponent: 6
358
+ }],
359
+ base: 'ibc/A73660D850AD9EECEC59E744ECA264A187E3D2204E8115063D20ABD11F865F61',
360
+ name: 'Ninpo',
361
+ display: 'NINPO',
362
+ symbol: 'NINPO',
363
+ logo_URIs: {
364
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
365
+ },
366
+ images: [{
367
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png',
368
+ theme: {
369
+ primary_color_hex: '#31292a'
370
+ }
371
+ }],
372
+ type_asset: 'sdk.coin',
373
+ traces: [{
374
+ type: 'ibc',
375
+ counterparty: {
376
+ channel_id: 'channel-394',
377
+ base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88',
378
+ chain_name: 'injective'
379
+ },
380
+ chain: {
381
+ channel_id: 'channel-234'
382
+ }
383
+ }]
384
+ },
385
+ {
386
+ description: 'JUDO is a very futuristic meme token.',
387
+ denom_units: [{
388
+ denom: 'ibc/98F0EC5A2D3A241FE3016180B23FE5BE1FB2E97B9CD1D48F879370FACEF3A5C1',
389
+ exponent: 0,
390
+ aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h']
391
+ }, {
392
+ denom: 'JUDO',
393
+ exponent: 6
394
+ }],
395
+ base: 'ibc/98F0EC5A2D3A241FE3016180B23FE5BE1FB2E97B9CD1D48F879370FACEF3A5C1',
396
+ name: 'Judo',
397
+ display: 'JUDO',
398
+ symbol: 'JUDO',
399
+ logo_URIs: {
400
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
401
+ },
402
+ images: [{
403
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png',
404
+ theme: {
405
+ primary_color_hex: '#18120f'
406
+ }
407
+ }],
408
+ type_asset: 'sdk.coin',
409
+ traces: [{
410
+ type: 'ibc',
411
+ counterparty: {
412
+ channel_id: 'channel-394',
413
+ base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h',
414
+ chain_name: 'injective'
415
+ },
416
+ chain: {
417
+ channel_id: 'channel-234'
418
+ }
419
+ }]
420
+ },
421
+ {
422
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
423
+ denom_units: [{
424
+ denom: 'ibc/5FF205991DBD663E16F41DD3D5DB5E707DE133D52256E872C56FC9D0255B6213',
425
+ exponent: 0,
426
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
427
+ }, {
428
+ denom: 'nINJ',
429
+ exponent: 18
430
+ }],
431
+ base: 'ibc/5FF205991DBD663E16F41DD3D5DB5E707DE133D52256E872C56FC9D0255B6213',
432
+ name: 'Neptune Receipt INJ',
433
+ display: 'nINJ',
434
+ symbol: 'nINJ',
435
+ images: [{
436
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png',
437
+ theme: {
438
+ primary_color_hex: '#293a6f'
439
+ }
440
+ }],
441
+ type_asset: 'sdk.coin',
442
+ traces: [{
443
+ type: 'ibc',
444
+ counterparty: {
445
+ channel_id: 'channel-394',
446
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
447
+ chain_name: 'injective'
448
+ },
449
+ chain: {
450
+ channel_id: 'channel-234'
451
+ }
452
+ }]
453
+ },
454
+ {
455
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
456
+ denom_units: [{
457
+ denom: 'ibc/111892F1C26DBFF988BD20495E8F640748C8998A51AC14D7AD1B504F502A4F15',
458
+ exponent: 0,
459
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
460
+ }, {
461
+ denom: 'nATOM',
462
+ exponent: 6
463
+ }],
464
+ base: 'ibc/111892F1C26DBFF988BD20495E8F640748C8998A51AC14D7AD1B504F502A4F15',
465
+ name: 'Neptune Receipt ATOM',
466
+ display: 'nATOM',
467
+ symbol: 'nATOM',
468
+ images: [{
469
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png',
470
+ theme: {
471
+ primary_color_hex: '#272f4b'
472
+ }
473
+ }],
474
+ type_asset: 'sdk.coin',
475
+ traces: [{
476
+ type: 'ibc',
477
+ counterparty: {
478
+ channel_id: 'channel-394',
479
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
480
+ chain_name: 'injective'
481
+ },
482
+ chain: {
483
+ channel_id: 'channel-234'
484
+ }
485
+ }]
486
+ },
487
+ {
488
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
489
+ denom_units: [{
490
+ denom: 'ibc/CBE2FD4CD61C5616BA027AEEC527A947CF593AF74D8B7B491895B3CFEE6B4E41',
491
+ exponent: 0,
492
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
493
+ }, {
494
+ denom: 'nWETH',
495
+ exponent: 18
496
+ }],
497
+ base: 'ibc/CBE2FD4CD61C5616BA027AEEC527A947CF593AF74D8B7B491895B3CFEE6B4E41',
498
+ name: 'Neptune Receipt WETH',
499
+ display: 'nWETH',
500
+ symbol: 'nWETH',
501
+ images: [{
502
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png',
503
+ theme: {
504
+ primary_color_hex: '#2a303f'
505
+ }
506
+ }],
507
+ type_asset: 'sdk.coin',
508
+ traces: [{
509
+ type: 'ibc',
510
+ counterparty: {
511
+ channel_id: 'channel-394',
512
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
513
+ chain_name: 'injective'
514
+ },
515
+ chain: {
516
+ channel_id: 'channel-234'
517
+ }
518
+ }]
519
+ },
520
+ {
521
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
522
+ denom_units: [{
523
+ denom: 'ibc/E5EA442D055090962C7AB5D60DC8E568C61C31E39535F41352FFFC9FEFD30927',
524
+ exponent: 0,
525
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
526
+ }, {
527
+ denom: 'nUSDT',
528
+ exponent: 6
529
+ }],
530
+ base: 'ibc/E5EA442D055090962C7AB5D60DC8E568C61C31E39535F41352FFFC9FEFD30927',
531
+ name: 'Neptune Receipt USDT',
532
+ display: 'nUSDT',
533
+ symbol: 'nUSDT',
534
+ images: [{
535
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png',
536
+ theme: {
537
+ primary_color_hex: '#54ac94'
538
+ }
539
+ }],
540
+ type_asset: 'sdk.coin',
541
+ traces: [{
542
+ type: 'ibc',
543
+ counterparty: {
544
+ channel_id: 'channel-394',
545
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
546
+ chain_name: 'injective'
547
+ },
548
+ chain: {
549
+ channel_id: 'channel-234'
550
+ }
551
+ }]
552
+ },
553
+ {
554
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
555
+ denom_units: [{
556
+ denom: 'ibc/B7CD52AFB75D34EE980004605BFBF223DA937263C197ADCBEDD02C765473E1FE',
557
+ exponent: 0,
558
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
559
+ }, {
560
+ denom: 'nTIA',
561
+ exponent: 6
562
+ }],
563
+ base: 'ibc/B7CD52AFB75D34EE980004605BFBF223DA937263C197ADCBEDD02C765473E1FE',
564
+ name: 'Neptune Receipt TIA',
565
+ display: 'nTIA',
566
+ symbol: 'nTIA',
567
+ images: [{
568
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png',
569
+ theme: {
570
+ primary_color_hex: '#7931f9'
571
+ }
572
+ }],
573
+ type_asset: 'sdk.coin',
574
+ traces: [{
575
+ type: 'ibc',
576
+ counterparty: {
577
+ channel_id: 'channel-394',
578
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
579
+ chain_name: 'injective'
580
+ },
581
+ chain: {
582
+ channel_id: 'channel-234'
583
+ }
584
+ }]
585
+ },
586
+ {
587
+ description: 'The native token of JUNO Chain',
588
+ denom_units: [{
589
+ denom: 'ibc/D3FB6779CE0CA9545122B6125EE479DCBADAF99BE705927B0E307109222B5FA0',
590
+ exponent: 0,
591
+ aliases: ['ujuno']
592
+ }, {
593
+ denom: 'juno',
594
+ exponent: 6
595
+ }],
596
+ base: 'ibc/D3FB6779CE0CA9545122B6125EE479DCBADAF99BE705927B0E307109222B5FA0',
597
+ name: 'Juno',
598
+ display: 'juno',
599
+ symbol: 'JUNO',
600
+ logo_URIs: {
601
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
602
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
603
+ },
604
+ coingecko_id: 'juno-network',
605
+ images: [{
606
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
607
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
608
+ theme: {
609
+ primary_color_hex: '#fa7b7b'
610
+ }
611
+ }],
612
+ socials: {
613
+ website: 'https://junonetwork.io/',
614
+ twitter: 'https://twitter.com/JunoNetwork'
615
+ },
616
+ type_asset: 'sdk.coin',
617
+ traces: [{
618
+ type: 'ibc',
619
+ counterparty: {
620
+ channel_id: 'channel-215',
621
+ base_denom: 'ujuno',
622
+ chain_name: 'juno'
623
+ },
624
+ chain: {
625
+ channel_id: 'channel-22'
626
+ }
627
+ }]
628
+ },
629
+ {
630
+ description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
631
+ denom_units: [{
632
+ denom: 'ibc/9209E647B16BC2762CE203D58AB59B306D9F7210DD5A889EDEDDBB418406F097',
633
+ exponent: 0,
634
+ aliases: ['uflix']
635
+ }, {
636
+ denom: 'flix',
637
+ exponent: 6
638
+ }],
639
+ base: 'ibc/9209E647B16BC2762CE203D58AB59B306D9F7210DD5A889EDEDDBB418406F097',
640
+ name: 'Flix',
641
+ display: 'flix',
642
+ symbol: 'FLIX',
643
+ logo_URIs: {
644
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
645
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
646
+ },
647
+ coingecko_id: 'omniflix-network',
648
+ images: [{
649
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
650
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg',
651
+ theme: {
652
+ primary_color_hex: '#c33635'
653
+ }
654
+ }],
655
+ socials: {
656
+ website: 'https://omniflix.network/',
657
+ twitter: 'https://twitter.com/OmniFlixNetwork'
658
+ },
659
+ type_asset: 'sdk.coin',
660
+ traces: [{
661
+ type: 'ibc',
662
+ counterparty: {
663
+ channel_id: 'channel-51',
664
+ base_denom: 'uflix',
665
+ chain_name: 'omniflixhub'
666
+ },
667
+ chain: {
668
+ channel_id: 'channel-228'
669
+ }
670
+ }]
671
+ },
672
+ {
673
+ description: 'The native token of Osmosis',
674
+ denom_units: [{
675
+ denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
676
+ exponent: 0,
677
+ aliases: ['uosmo']
678
+ }, {
679
+ denom: 'osmo',
680
+ exponent: 6
681
+ }],
682
+ type_asset: 'sdk.coin',
683
+ base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
684
+ name: 'Osmosis',
685
+ display: 'osmo',
686
+ symbol: 'OSMO',
687
+ logo_URIs: {
688
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
689
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
690
+ },
691
+ images: [{
692
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
693
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
694
+ theme: {
695
+ primary_color_hex: '#760dbb'
696
+ }
697
+ }],
698
+ coingecko_id: 'osmosis',
699
+ keywords: ['dex', 'staking'],
700
+ socials: {
701
+ website: 'https://osmosis.zone',
702
+ twitter: 'https://twitter.com/osmosiszone'
703
+ },
704
+ traces: [{
705
+ type: 'ibc',
706
+ counterparty: {
707
+ channel_id: 'channel-522',
708
+ base_denom: 'uosmo',
709
+ chain_name: 'osmosis'
710
+ },
711
+ chain: {
712
+ channel_id: 'channel-2'
713
+ }
714
+ }]
715
+ },
716
+ {
717
+ description: 'ION is the second native token of Osmosis.',
718
+ denom_units: [{
719
+ denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
720
+ exponent: 0,
721
+ aliases: ['uion']
722
+ }, {
723
+ denom: 'ion',
724
+ exponent: 6
725
+ }],
726
+ type_asset: 'sdk.coin',
727
+ base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
728
+ name: 'Ion DAO',
729
+ display: 'ion',
730
+ symbol: 'ION',
731
+ logo_URIs: {
732
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
733
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
734
+ },
735
+ images: [{
736
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
737
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
738
+ theme: {
739
+ primary_color_hex: '#4453c7'
740
+ }
741
+ }],
742
+ coingecko_id: 'ion',
743
+ keywords: ['memecoin', 'defi'],
744
+ socials: {
745
+ website: 'https://ion.wtf',
746
+ twitter: 'https://twitter.com/_IONDAO'
747
+ },
748
+ traces: [{
749
+ type: 'ibc',
750
+ counterparty: {
751
+ channel_id: 'channel-522',
752
+ base_denom: 'uion',
753
+ chain_name: 'osmosis'
754
+ },
755
+ chain: {
756
+ channel_id: 'channel-2'
757
+ }
758
+ }]
759
+ },
760
+ {
761
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
762
+ denom_units: [{
763
+ denom: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8',
764
+ exponent: 0,
765
+ aliases: ['uxprt']
766
+ }, {
767
+ denom: 'xprt',
768
+ exponent: 6
769
+ }],
770
+ base: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8',
771
+ name: 'Persistence',
772
+ display: 'xprt',
773
+ symbol: 'XPRT',
774
+ logo_URIs: {
775
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
776
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
777
+ },
778
+ coingecko_id: 'persistence',
779
+ images: [{
780
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
781
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
782
+ theme: {
783
+ circle: true,
784
+ primary_color_hex: '#E59636',
785
+ background_color_hex: '#000000'
786
+ }
787
+ }],
788
+ socials: {
789
+ website: 'https://persistence.one/',
790
+ twitter: 'https://twitter.com/PersistenceOne'
791
+ },
792
+ type_asset: 'sdk.coin',
793
+ traces: [{
794
+ type: 'ibc',
795
+ counterparty: {
796
+ channel_id: 'channel-73',
797
+ base_denom: 'uxprt',
798
+ chain_name: 'persistence'
799
+ },
800
+ chain: {
801
+ channel_id: 'channel-16'
802
+ }
803
+ }]
804
+ },
805
+ {
806
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
807
+ denom_units: [{
808
+ denom: 'ibc/4B3F2630F1EC02190C3A765114709934F8CCE8F577129DC898CF1627D02CE0D1',
809
+ exponent: 0,
810
+ aliases: ['ubld']
811
+ }, {
812
+ denom: 'bld',
813
+ exponent: 6
814
+ }],
815
+ base: 'ibc/4B3F2630F1EC02190C3A765114709934F8CCE8F577129DC898CF1627D02CE0D1',
816
+ name: 'Agoric',
817
+ display: 'bld',
818
+ symbol: 'BLD',
819
+ logo_URIs: {
820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
822
+ },
823
+ coingecko_id: 'agoric',
824
+ images: [{
825
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
826
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
827
+ theme: {
828
+ primary_color_hex: '#c42b44'
829
+ }
830
+ }],
831
+ socials: {
832
+ website: 'https://agoric.com/',
833
+ twitter: 'https://twitter.com/agoric'
834
+ },
835
+ type_asset: 'sdk.coin',
836
+ traces: [{
837
+ type: 'ibc',
838
+ counterparty: {
839
+ channel_id: 'channel-68',
840
+ base_denom: 'ubld',
841
+ chain_name: 'agoric'
842
+ },
843
+ chain: {
844
+ channel_id: 'channel-125'
845
+ }
846
+ }]
847
+ },
848
+ {
849
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
850
+ denom_units: [{
851
+ denom: 'ibc/56D57854F1EA07196B9740B0FFFB99C8F2927D17A33415C2F59D71129E52F561',
852
+ exponent: 0,
853
+ aliases: ['uist']
854
+ }, {
855
+ denom: 'ist',
856
+ exponent: 6
857
+ }],
858
+ base: 'ibc/56D57854F1EA07196B9740B0FFFB99C8F2927D17A33415C2F59D71129E52F561',
859
+ name: 'Inter Stable Token',
860
+ display: 'ist',
861
+ symbol: 'IST',
862
+ logo_URIs: {
863
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
864
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
865
+ },
866
+ coingecko_id: 'inter-stable-token',
867
+ images: [{
868
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
869
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
870
+ theme: {
871
+ primary_color_hex: '#d485e2'
872
+ }
873
+ }],
874
+ type_asset: 'sdk.coin',
875
+ traces: [{
876
+ type: 'ibc',
877
+ counterparty: {
878
+ channel_id: 'channel-68',
879
+ base_denom: 'uist',
880
+ chain_name: 'agoric'
881
+ },
882
+ chain: {
883
+ channel_id: 'channel-125'
884
+ }
885
+ }]
886
+ },
6
887
  {
7
888
  description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
8
889
  denom_units: [
@@ -87,6 +968,49 @@ const assets = {
87
968
  }
88
969
  }]
89
970
  },
971
+ {
972
+ description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
973
+ denom_units: [{
974
+ denom: 'ibc/B286BE331CF81A90B2C19E30B31825BA515D51468E0B029031EEF146BE22C9B3',
975
+ exponent: 0,
976
+ aliases: ['utia']
977
+ }, {
978
+ denom: 'tia',
979
+ exponent: 6
980
+ }],
981
+ base: 'ibc/B286BE331CF81A90B2C19E30B31825BA515D51468E0B029031EEF146BE22C9B3',
982
+ name: 'Celestia',
983
+ display: 'tia',
984
+ symbol: 'TIA',
985
+ coingecko_id: 'celestia',
986
+ logo_URIs: {
987
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
988
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
989
+ },
990
+ images: [{
991
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
992
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
993
+ theme: {
994
+ primary_color_hex: '#7c2cfb'
995
+ }
996
+ }],
997
+ socials: {
998
+ website: 'https://celestia.org/',
999
+ twitter: 'https://twitter.com/CelestiaOrg'
1000
+ },
1001
+ type_asset: 'sdk.coin',
1002
+ traces: [{
1003
+ type: 'ibc',
1004
+ counterparty: {
1005
+ channel_id: 'channel-36',
1006
+ base_denom: 'utia',
1007
+ chain_name: 'celestia'
1008
+ },
1009
+ chain: {
1010
+ channel_id: 'channel-207'
1011
+ }
1012
+ }]
1013
+ },
90
1014
  {
91
1015
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
92
1016
  denom_units: [{
@@ -131,305 +1055,330 @@ const assets = {
131
1055
  }]
132
1056
  },
133
1057
  {
134
- description: 'The native token of JUNO Chain',
1058
+ description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
135
1059
  denom_units: [{
136
- denom: 'ibc/D3FB6779CE0CA9545122B6125EE479DCBADAF99BE705927B0E307109222B5FA0',
1060
+ denom: 'ibc/5CC131485B2E91C2A1BE0AD5D62086D7BA14552F1C81D1FB05B32DCE1A535D13',
137
1061
  exponent: 0,
138
- aliases: ['ujuno']
1062
+ aliases: ['adydx']
139
1063
  }, {
140
- denom: 'juno',
141
- exponent: 6
1064
+ denom: 'dydx',
1065
+ exponent: 18
142
1066
  }],
143
- base: 'ibc/D3FB6779CE0CA9545122B6125EE479DCBADAF99BE705927B0E307109222B5FA0',
144
- name: 'Juno',
145
- display: 'juno',
146
- symbol: 'JUNO',
1067
+ base: 'ibc/5CC131485B2E91C2A1BE0AD5D62086D7BA14552F1C81D1FB05B32DCE1A535D13',
1068
+ name: 'dYdX',
1069
+ display: 'dydx',
1070
+ symbol: 'DYDX',
147
1071
  logo_URIs: {
148
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
149
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1072
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1073
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
150
1074
  },
151
- coingecko_id: 'juno-network',
1075
+ coingecko_id: 'dydx-chain',
152
1076
  images: [{
153
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
154
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
1077
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
1078
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg',
155
1079
  theme: {
156
- primary_color_hex: '#fa7b7b'
1080
+ primary_color_hex: '#21212f'
1081
+ }
1082
+ }, {
1083
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
1084
+ theme: {
1085
+ circle: true
157
1086
  }
158
1087
  }],
159
1088
  socials: {
160
- website: 'https://junonetwork.io/',
161
- twitter: 'https://twitter.com/JunoNetwork'
1089
+ website: 'https://dydx.trade/',
1090
+ twitter: 'https://twitter.com/dYdX'
162
1091
  },
163
1092
  type_asset: 'sdk.coin',
164
1093
  traces: [{
165
1094
  type: 'ibc',
166
1095
  counterparty: {
167
- channel_id: 'channel-215',
168
- base_denom: 'ujuno',
169
- chain_name: 'juno'
1096
+ channel_id: 'channel-32',
1097
+ base_denom: 'adydx',
1098
+ chain_name: 'dydx'
170
1099
  },
171
1100
  chain: {
172
- channel_id: 'channel-22'
1101
+ channel_id: 'channel-164'
173
1102
  }
174
1103
  }]
175
1104
  },
176
1105
  {
177
- description: 'The native token of Osmosis',
1106
+ description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
178
1107
  denom_units: [{
179
- denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
1108
+ denom: 'ibc/832C3F7411F4B3543C566F0B20D88F1831FE15C813013D478C92220F626A9755',
180
1109
  exponent: 0,
181
- aliases: ['uosmo']
1110
+ aliases: ['inj']
182
1111
  }, {
183
- denom: 'osmo',
184
- exponent: 6
1112
+ denom: 'INJ',
1113
+ exponent: 18
185
1114
  }],
186
- type_asset: 'sdk.coin',
187
- base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
188
- name: 'Osmosis',
189
- display: 'osmo',
190
- symbol: 'OSMO',
1115
+ base: 'ibc/832C3F7411F4B3543C566F0B20D88F1831FE15C813013D478C92220F626A9755',
1116
+ name: 'Injective',
1117
+ display: 'INJ',
1118
+ symbol: 'INJ',
191
1119
  logo_URIs: {
192
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
193
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
1120
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
1121
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
194
1122
  },
1123
+ coingecko_id: 'injective-protocol',
195
1124
  images: [{
196
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
197
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
1125
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
1126
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
198
1127
  theme: {
199
- primary_color_hex: '#760dbb'
1128
+ primary_color_hex: '#04a2fc'
200
1129
  }
201
1130
  }],
202
- coingecko_id: 'osmosis',
203
- keywords: ['dex', 'staking'],
204
1131
  socials: {
205
- website: 'https://osmosis.zone',
206
- twitter: 'https://twitter.com/osmosiszone'
1132
+ website: 'https://injective.com/',
1133
+ twitter: 'https://twitter.com/Injective_'
207
1134
  },
1135
+ type_asset: 'sdk.coin',
208
1136
  traces: [{
209
1137
  type: 'ibc',
210
1138
  counterparty: {
211
- channel_id: 'channel-522',
212
- base_denom: 'uosmo',
213
- chain_name: 'osmosis'
1139
+ channel_id: 'channel-394',
1140
+ base_denom: 'inj',
1141
+ chain_name: 'injective'
214
1142
  },
215
1143
  chain: {
216
- channel_id: 'channel-2'
1144
+ channel_id: 'channel-234'
217
1145
  }
218
1146
  }]
219
1147
  },
220
1148
  {
221
- description: 'ION is the second native token of Osmosis.',
1149
+ description: 'The second meme coin on Injective.',
222
1150
  denom_units: [{
223
- denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
1151
+ denom: 'ibc/A73660D850AD9EECEC59E744ECA264A187E3D2204E8115063D20ABD11F865F61',
224
1152
  exponent: 0,
225
- aliases: ['uion']
1153
+ aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88']
226
1154
  }, {
227
- denom: 'ion',
1155
+ denom: 'NINPO',
228
1156
  exponent: 6
229
1157
  }],
230
- type_asset: 'sdk.coin',
231
- base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
232
- name: 'Ion DAO',
233
- display: 'ion',
234
- symbol: 'ION',
1158
+ base: 'ibc/A73660D850AD9EECEC59E744ECA264A187E3D2204E8115063D20ABD11F865F61',
1159
+ name: 'Ninpo',
1160
+ display: 'NINPO',
1161
+ symbol: 'NINPO',
235
1162
  logo_URIs: {
236
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
237
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
1163
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
238
1164
  },
239
1165
  images: [{
240
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
241
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
1166
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png',
242
1167
  theme: {
243
- primary_color_hex: '#4453c7'
1168
+ primary_color_hex: '#31292a'
244
1169
  }
245
1170
  }],
246
- coingecko_id: 'ion',
247
- keywords: ['memecoin', 'defi'],
248
- socials: {
249
- website: 'https://ion.wtf',
250
- twitter: 'https://twitter.com/_IONDAO'
251
- },
1171
+ type_asset: 'sdk.coin',
252
1172
  traces: [{
253
1173
  type: 'ibc',
254
1174
  counterparty: {
255
- channel_id: 'channel-522',
256
- base_denom: 'uion',
257
- chain_name: 'osmosis'
1175
+ channel_id: 'channel-394',
1176
+ base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88',
1177
+ chain_name: 'injective'
258
1178
  },
259
1179
  chain: {
260
- channel_id: 'channel-2'
1180
+ channel_id: 'channel-234'
261
1181
  }
262
1182
  }]
263
1183
  },
264
1184
  {
265
- description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1185
+ description: 'JUDO is a very futuristic meme token.',
266
1186
  denom_units: [{
267
- denom: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8',
1187
+ denom: 'ibc/98F0EC5A2D3A241FE3016180B23FE5BE1FB2E97B9CD1D48F879370FACEF3A5C1',
268
1188
  exponent: 0,
269
- aliases: ['uxprt']
1189
+ aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h']
270
1190
  }, {
271
- denom: 'xprt',
1191
+ denom: 'JUDO',
272
1192
  exponent: 6
273
1193
  }],
274
- base: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8',
275
- name: 'Persistence',
276
- display: 'xprt',
277
- symbol: 'XPRT',
1194
+ base: 'ibc/98F0EC5A2D3A241FE3016180B23FE5BE1FB2E97B9CD1D48F879370FACEF3A5C1',
1195
+ name: 'Judo',
1196
+ display: 'JUDO',
1197
+ symbol: 'JUDO',
278
1198
  logo_URIs: {
279
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
280
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
1199
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
281
1200
  },
282
- coingecko_id: 'persistence',
283
1201
  images: [{
284
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
285
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1202
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png',
286
1203
  theme: {
287
- circle: true,
288
- primary_color_hex: '#E59636',
289
- background_color_hex: '#000000'
1204
+ primary_color_hex: '#18120f'
290
1205
  }
291
1206
  }],
292
- socials: {
293
- website: 'https://persistence.one/',
294
- twitter: 'https://twitter.com/PersistenceOne'
295
- },
296
1207
  type_asset: 'sdk.coin',
297
1208
  traces: [{
298
1209
  type: 'ibc',
299
1210
  counterparty: {
300
- channel_id: 'channel-73',
301
- base_denom: 'uxprt',
302
- chain_name: 'persistence'
1211
+ channel_id: 'channel-394',
1212
+ base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h',
1213
+ chain_name: 'injective'
303
1214
  },
304
1215
  chain: {
305
- channel_id: 'channel-16'
1216
+ channel_id: 'channel-234'
306
1217
  }
307
1218
  }]
308
1219
  },
309
1220
  {
310
- description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
311
- denom_units: [
312
- {
313
- denom: 'ibc/56446D416C5998249DD4F0E52C9C973AD9F4D5D9D25FF99C6D37240712C7A1ED',
1221
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1222
+ denom_units: [{
1223
+ denom: 'ibc/5FF205991DBD663E16F41DD3D5DB5E707DE133D52256E872C56FC9D0255B6213',
314
1224
  exponent: 0,
315
- aliases: ['aarch']
316
- },
317
- {
318
- denom: 'uarch',
319
- exponent: 12
320
- },
321
- {
322
- denom: 'arch',
1225
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1226
+ }, {
1227
+ denom: 'nINJ',
323
1228
  exponent: 18
324
- }
325
- ],
326
- base: 'ibc/56446D416C5998249DD4F0E52C9C973AD9F4D5D9D25FF99C6D37240712C7A1ED',
327
- name: 'Archway',
328
- display: 'arch',
329
- symbol: 'ARCH',
330
- logo_URIs: {
331
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
332
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
333
- },
334
- coingecko_id: 'archway',
1229
+ }],
1230
+ base: 'ibc/5FF205991DBD663E16F41DD3D5DB5E707DE133D52256E872C56FC9D0255B6213',
1231
+ name: 'Neptune Receipt INJ',
1232
+ display: 'nINJ',
1233
+ symbol: 'nINJ',
335
1234
  images: [{
336
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
337
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
1235
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png',
338
1236
  theme: {
339
- primary_color_hex: '#fc4c04'
1237
+ primary_color_hex: '#293a6f'
340
1238
  }
341
1239
  }],
342
- socials: {
343
- website: 'https://archway.io/',
344
- twitter: 'https://twitter.com/archwayHQ'
345
- },
346
1240
  type_asset: 'sdk.coin',
347
1241
  traces: [{
348
1242
  type: 'ibc',
349
1243
  counterparty: {
350
- channel_id: 'channel-34',
351
- base_denom: 'aarch',
352
- chain_name: 'archway'
1244
+ channel_id: 'channel-394',
1245
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1246
+ chain_name: 'injective'
353
1247
  },
354
1248
  chain: {
355
- channel_id: 'channel-116'
1249
+ channel_id: 'channel-234'
356
1250
  }
357
1251
  }]
358
1252
  },
359
1253
  {
360
- description: 'Architects Token',
361
- type_asset: 'cw20',
362
- address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1254
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
363
1255
  denom_units: [{
364
- denom: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
1256
+ denom: 'ibc/111892F1C26DBFF988BD20495E8F640748C8998A51AC14D7AD1B504F502A4F15',
365
1257
  exponent: 0,
366
- aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
1258
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
367
1259
  }, {
368
- denom: 'TOKN',
1260
+ denom: 'nATOM',
1261
+ exponent: 6
1262
+ }],
1263
+ base: 'ibc/111892F1C26DBFF988BD20495E8F640748C8998A51AC14D7AD1B504F502A4F15',
1264
+ name: 'Neptune Receipt ATOM',
1265
+ display: 'nATOM',
1266
+ symbol: 'nATOM',
1267
+ images: [{
1268
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png',
1269
+ theme: {
1270
+ primary_color_hex: '#272f4b'
1271
+ }
1272
+ }],
1273
+ type_asset: 'sdk.coin',
1274
+ traces: [{
1275
+ type: 'ibc',
1276
+ counterparty: {
1277
+ channel_id: 'channel-394',
1278
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1279
+ chain_name: 'injective'
1280
+ },
1281
+ chain: {
1282
+ channel_id: 'channel-234'
1283
+ }
1284
+ }]
1285
+ },
1286
+ {
1287
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1288
+ denom_units: [{
1289
+ denom: 'ibc/CBE2FD4CD61C5616BA027AEEC527A947CF593AF74D8B7B491895B3CFEE6B4E41',
1290
+ exponent: 0,
1291
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1292
+ }, {
1293
+ denom: 'nWETH',
369
1294
  exponent: 18
370
1295
  }],
371
- base: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
372
- name: 'Architects Token',
373
- display: 'TOKN',
374
- symbol: 'TOKN',
375
- logo_URIs: {
376
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
377
- },
1296
+ base: 'ibc/CBE2FD4CD61C5616BA027AEEC527A947CF593AF74D8B7B491895B3CFEE6B4E41',
1297
+ name: 'Neptune Receipt WETH',
1298
+ display: 'nWETH',
1299
+ symbol: 'nWETH',
1300
+ images: [{
1301
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png',
1302
+ theme: {
1303
+ primary_color_hex: '#2a303f'
1304
+ }
1305
+ }],
1306
+ type_asset: 'sdk.coin',
1307
+ traces: [{
1308
+ type: 'ibc',
1309
+ counterparty: {
1310
+ channel_id: 'channel-394',
1311
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1312
+ chain_name: 'injective'
1313
+ },
1314
+ chain: {
1315
+ channel_id: 'channel-234'
1316
+ }
1317
+ }]
1318
+ },
1319
+ {
1320
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1321
+ denom_units: [{
1322
+ denom: 'ibc/E5EA442D055090962C7AB5D60DC8E568C61C31E39535F41352FFFC9FEFD30927',
1323
+ exponent: 0,
1324
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1325
+ }, {
1326
+ denom: 'nUSDT',
1327
+ exponent: 6
1328
+ }],
1329
+ base: 'ibc/E5EA442D055090962C7AB5D60DC8E568C61C31E39535F41352FFFC9FEFD30927',
1330
+ name: 'Neptune Receipt USDT',
1331
+ display: 'nUSDT',
1332
+ symbol: 'nUSDT',
378
1333
  images: [{
379
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1334
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png',
1335
+ theme: {
1336
+ primary_color_hex: '#54ac94'
1337
+ }
380
1338
  }],
1339
+ type_asset: 'sdk.coin',
381
1340
  traces: [{
382
1341
  type: 'ibc',
383
1342
  counterparty: {
384
- channel_id: 'channel-34',
385
- base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
386
- chain_name: 'archway'
1343
+ channel_id: 'channel-394',
1344
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1345
+ chain_name: 'injective'
387
1346
  },
388
1347
  chain: {
389
- channel_id: 'channel-116'
1348
+ channel_id: 'channel-234'
390
1349
  }
391
1350
  }]
392
1351
  },
393
1352
  {
394
- description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
1353
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
395
1354
  denom_units: [{
396
- denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
1355
+ denom: 'ibc/B7CD52AFB75D34EE980004605BFBF223DA937263C197ADCBEDD02C765473E1FE',
397
1356
  exponent: 0,
398
- aliases: ['uatom']
1357
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
399
1358
  }, {
400
- denom: 'atom',
1359
+ denom: 'nTIA',
401
1360
  exponent: 6
402
1361
  }],
403
- base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
404
- name: 'Cosmos Hub Atom',
405
- display: 'atom',
406
- symbol: 'ATOM',
407
- logo_URIs: {
408
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
409
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
410
- },
411
- coingecko_id: 'cosmos',
1362
+ base: 'ibc/B7CD52AFB75D34EE980004605BFBF223DA937263C197ADCBEDD02C765473E1FE',
1363
+ name: 'Neptune Receipt TIA',
1364
+ display: 'nTIA',
1365
+ symbol: 'nTIA',
412
1366
  images: [{
413
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
414
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
1367
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png',
415
1368
  theme: {
416
- primary_color_hex: '#272d45'
1369
+ primary_color_hex: '#7931f9'
417
1370
  }
418
1371
  }],
419
- socials: {
420
- website: 'https://cosmos.network',
421
- twitter: 'https://twitter.com/cosmoshub'
422
- },
423
1372
  type_asset: 'sdk.coin',
424
1373
  traces: [{
425
1374
  type: 'ibc',
426
1375
  counterparty: {
427
- channel_id: 'channel-467',
428
- base_denom: 'uatom',
429
- chain_name: 'cosmoshub'
1376
+ channel_id: 'channel-394',
1377
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1378
+ chain_name: 'injective'
430
1379
  },
431
1380
  chain: {
432
- channel_id: 'channel-1'
1381
+ channel_id: 'channel-234'
433
1382
  }
434
1383
  }]
435
1384
  },
@@ -476,6 +1425,49 @@ const assets = {
476
1425
  }
477
1426
  }]
478
1427
  },
1428
+ {
1429
+ description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
1430
+ denom_units: [{
1431
+ denom: 'ibc/9209E647B16BC2762CE203D58AB59B306D9F7210DD5A889EDEDDBB418406F097',
1432
+ exponent: 0,
1433
+ aliases: ['uflix']
1434
+ }, {
1435
+ denom: 'flix',
1436
+ exponent: 6
1437
+ }],
1438
+ base: 'ibc/9209E647B16BC2762CE203D58AB59B306D9F7210DD5A889EDEDDBB418406F097',
1439
+ name: 'Flix',
1440
+ display: 'flix',
1441
+ symbol: 'FLIX',
1442
+ logo_URIs: {
1443
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
1444
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
1445
+ },
1446
+ coingecko_id: 'omniflix-network',
1447
+ images: [{
1448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
1449
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg',
1450
+ theme: {
1451
+ primary_color_hex: '#c33635'
1452
+ }
1453
+ }],
1454
+ socials: {
1455
+ website: 'https://omniflix.network/',
1456
+ twitter: 'https://twitter.com/OmniFlixNetwork'
1457
+ },
1458
+ type_asset: 'sdk.coin',
1459
+ traces: [{
1460
+ type: 'ibc',
1461
+ counterparty: {
1462
+ channel_id: 'channel-51',
1463
+ base_denom: 'uflix',
1464
+ chain_name: 'omniflixhub'
1465
+ },
1466
+ chain: {
1467
+ channel_id: 'channel-228'
1468
+ }
1469
+ }]
1470
+ },
479
1471
  {
480
1472
  description: 'The native token of Osmosis',
481
1473
  denom_units: [{
@@ -691,6 +1683,57 @@ const assets = {
691
1683
  }
692
1684
  }]
693
1685
  },
1686
+ {
1687
+ description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
1688
+ denom_units: [{
1689
+ denom: 'ibc/E7395B1DECD14A8B7F9AA60083119E395DA8E37A1DCAA8B9ED07ED8D4F7E48E3',
1690
+ exponent: 0,
1691
+ aliases: ['usaga']
1692
+ }, {
1693
+ denom: 'saga',
1694
+ exponent: 6
1695
+ }],
1696
+ base: 'ibc/E7395B1DECD14A8B7F9AA60083119E395DA8E37A1DCAA8B9ED07ED8D4F7E48E3',
1697
+ name: 'Saga',
1698
+ display: 'saga',
1699
+ symbol: 'SAGA',
1700
+ logo_URIs: {
1701
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
1702
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
1703
+ },
1704
+ coingecko_id: 'saga-2',
1705
+ images: [{
1706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
1707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
1708
+ theme: {
1709
+ primary_color_hex: '#000000',
1710
+ dark_mode: false
1711
+ }
1712
+ }, {
1713
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
1714
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
1715
+ theme: {
1716
+ primary_color_hex: '#FFFFFF',
1717
+ dark_mode: true
1718
+ }
1719
+ }],
1720
+ socials: {
1721
+ website: 'https://www.saga.xyz/',
1722
+ twitter: 'https://twitter.com/Sagaxyz__'
1723
+ },
1724
+ type_asset: 'sdk.coin',
1725
+ traces: [{
1726
+ type: 'ibc',
1727
+ counterparty: {
1728
+ channel_id: 'channel-18',
1729
+ base_denom: 'usaga',
1730
+ chain_name: 'saga'
1731
+ },
1732
+ chain: {
1733
+ channel_id: 'channel-170'
1734
+ }
1735
+ }]
1736
+ },
694
1737
  {
695
1738
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
696
1739
  denom_units: [{
@@ -731,6 +1774,57 @@ const assets = {
731
1774
  }
732
1775
  }]
733
1776
  },
1777
+ {
1778
+ description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
1779
+ denom_units: [
1780
+ {
1781
+ denom: 'ibc/BFF8BC09B94E2EA90B64961A181D2383280FFA7847109DE1AB4ECA366466462A',
1782
+ exponent: 0,
1783
+ aliases: ['usomm']
1784
+ },
1785
+ {
1786
+ denom: 'msomm',
1787
+ exponent: 3,
1788
+ aliases: ['millisomm']
1789
+ },
1790
+ {
1791
+ denom: 'somm',
1792
+ exponent: 6
1793
+ }
1794
+ ],
1795
+ base: 'ibc/BFF8BC09B94E2EA90B64961A181D2383280FFA7847109DE1AB4ECA366466462A',
1796
+ name: 'Sommelier',
1797
+ display: 'somm',
1798
+ symbol: 'SOMM',
1799
+ logo_URIs: {
1800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
1801
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
1802
+ },
1803
+ coingecko_id: 'sommelier',
1804
+ images: [{
1805
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
1806
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg',
1807
+ theme: {
1808
+ primary_color_hex: '#f36353'
1809
+ }
1810
+ }],
1811
+ socials: {
1812
+ website: 'https://www.sommelier.finance/',
1813
+ twitter: 'https://twitter.com/sommfinance'
1814
+ },
1815
+ type_asset: 'sdk.coin',
1816
+ traces: [{
1817
+ type: 'ibc',
1818
+ counterparty: {
1819
+ channel_id: 'channel-59',
1820
+ base_denom: 'usomm',
1821
+ chain_name: 'sommelier'
1822
+ },
1823
+ chain: {
1824
+ channel_id: 'channel-101'
1825
+ }
1826
+ }]
1827
+ },
734
1828
  {
735
1829
  description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
736
1830
  denom_units: [{
@@ -774,6 +1868,49 @@ const assets = {
774
1868
  }
775
1869
  }]
776
1870
  },
1871
+ {
1872
+ description: 'The native staking token of Terra.',
1873
+ denom_units: [{
1874
+ denom: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF',
1875
+ exponent: 0,
1876
+ aliases: ['uluna']
1877
+ }, {
1878
+ denom: 'luna',
1879
+ exponent: 6
1880
+ }],
1881
+ base: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF',
1882
+ name: 'Luna',
1883
+ display: 'luna',
1884
+ symbol: 'LUNA',
1885
+ logo_URIs: {
1886
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1887
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
1888
+ },
1889
+ coingecko_id: 'terra-luna-2',
1890
+ images: [{
1891
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
1892
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
1893
+ theme: {
1894
+ primary_color_hex: '#f4de6f'
1895
+ }
1896
+ }],
1897
+ socials: {
1898
+ website: 'https://www.terra.money/',
1899
+ twitter: 'https://twitter.com/terra_money'
1900
+ },
1901
+ type_asset: 'sdk.coin',
1902
+ traces: [{
1903
+ type: 'ibc',
1904
+ counterparty: {
1905
+ channel_id: 'channel-604',
1906
+ base_denom: 'uluna',
1907
+ chain_name: 'terra2'
1908
+ },
1909
+ chain: {
1910
+ channel_id: 'channel-244'
1911
+ }
1912
+ }]
1913
+ },
777
1914
  {
778
1915
  description: 'The native token of Umee',
779
1916
  denom_units: [{
@@ -813,6 +1950,45 @@ const assets = {
813
1950
  }
814
1951
  }]
815
1952
  },
1953
+ {
1954
+ description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
1955
+ denom_units: [{
1956
+ denom: 'ibc/EA42BCEB67318BE8A8ED75179A11CC5A55B5557340DA47F554ABB507669825E4',
1957
+ exponent: 0,
1958
+ aliases: ['uxion']
1959
+ }, {
1960
+ denom: 'XION',
1961
+ exponent: 6,
1962
+ aliases: ['xion']
1963
+ }],
1964
+ base: 'ibc/EA42BCEB67318BE8A8ED75179A11CC5A55B5557340DA47F554ABB507669825E4',
1965
+ display: 'XION',
1966
+ name: 'xion',
1967
+ symbol: 'XION',
1968
+ coingecko_id: 'xion-2',
1969
+ type_asset: 'sdk.coin',
1970
+ logo_URIs: {
1971
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
1972
+ },
1973
+ images: [{
1974
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
1975
+ }],
1976
+ socials: {
1977
+ website: 'https://xion.burnt.com/',
1978
+ twitter: 'https://twitter.com/burnt_xion'
1979
+ },
1980
+ traces: [{
1981
+ type: 'ibc',
1982
+ counterparty: {
1983
+ channel_id: 'channel-8',
1984
+ base_denom: 'uxion',
1985
+ chain_name: 'xion'
1986
+ },
1987
+ chain: {
1988
+ channel_id: 'channel-229'
1989
+ }
1990
+ }]
1991
+ },
816
1992
  {
817
1993
  description: 'REGEN coin is the token for the Regen Network Platform',
818
1994
  denom_units: [{
@@ -895,6 +2071,57 @@ const assets = {
895
2071
  }
896
2072
  }]
897
2073
  },
2074
+ {
2075
+ description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
2076
+ denom_units: [{
2077
+ denom: 'ibc/E7395B1DECD14A8B7F9AA60083119E395DA8E37A1DCAA8B9ED07ED8D4F7E48E3',
2078
+ exponent: 0,
2079
+ aliases: ['usaga']
2080
+ }, {
2081
+ denom: 'saga',
2082
+ exponent: 6
2083
+ }],
2084
+ base: 'ibc/E7395B1DECD14A8B7F9AA60083119E395DA8E37A1DCAA8B9ED07ED8D4F7E48E3',
2085
+ name: 'Saga',
2086
+ display: 'saga',
2087
+ symbol: 'SAGA',
2088
+ logo_URIs: {
2089
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
2090
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
2091
+ },
2092
+ coingecko_id: 'saga-2',
2093
+ images: [{
2094
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
2095
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
2096
+ theme: {
2097
+ primary_color_hex: '#000000',
2098
+ dark_mode: false
2099
+ }
2100
+ }, {
2101
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
2102
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
2103
+ theme: {
2104
+ primary_color_hex: '#FFFFFF',
2105
+ dark_mode: true
2106
+ }
2107
+ }],
2108
+ socials: {
2109
+ website: 'https://www.saga.xyz/',
2110
+ twitter: 'https://twitter.com/Sagaxyz__'
2111
+ },
2112
+ type_asset: 'sdk.coin',
2113
+ traces: [{
2114
+ type: 'ibc',
2115
+ counterparty: {
2116
+ channel_id: 'channel-18',
2117
+ base_denom: 'usaga',
2118
+ chain_name: 'saga'
2119
+ },
2120
+ chain: {
2121
+ channel_id: 'channel-170'
2122
+ }
2123
+ }]
2124
+ },
898
2125
  {
899
2126
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
900
2127
  denom_units: [{
@@ -935,6 +2162,57 @@ const assets = {
935
2162
  }
936
2163
  }]
937
2164
  },
2165
+ {
2166
+ description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
2167
+ denom_units: [
2168
+ {
2169
+ denom: 'ibc/BFF8BC09B94E2EA90B64961A181D2383280FFA7847109DE1AB4ECA366466462A',
2170
+ exponent: 0,
2171
+ aliases: ['usomm']
2172
+ },
2173
+ {
2174
+ denom: 'msomm',
2175
+ exponent: 3,
2176
+ aliases: ['millisomm']
2177
+ },
2178
+ {
2179
+ denom: 'somm',
2180
+ exponent: 6
2181
+ }
2182
+ ],
2183
+ base: 'ibc/BFF8BC09B94E2EA90B64961A181D2383280FFA7847109DE1AB4ECA366466462A',
2184
+ name: 'Sommelier',
2185
+ display: 'somm',
2186
+ symbol: 'SOMM',
2187
+ logo_URIs: {
2188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
2189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
2190
+ },
2191
+ coingecko_id: 'sommelier',
2192
+ images: [{
2193
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
2194
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg',
2195
+ theme: {
2196
+ primary_color_hex: '#f36353'
2197
+ }
2198
+ }],
2199
+ socials: {
2200
+ website: 'https://www.sommelier.finance/',
2201
+ twitter: 'https://twitter.com/sommfinance'
2202
+ },
2203
+ type_asset: 'sdk.coin',
2204
+ traces: [{
2205
+ type: 'ibc',
2206
+ counterparty: {
2207
+ channel_id: 'channel-59',
2208
+ base_denom: 'usomm',
2209
+ chain_name: 'sommelier'
2210
+ },
2211
+ chain: {
2212
+ channel_id: 'channel-101'
2213
+ }
2214
+ }]
2215
+ },
938
2216
  {
939
2217
  description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
940
2218
  denom_units: [{
@@ -978,6 +2256,49 @@ const assets = {
978
2256
  }
979
2257
  }]
980
2258
  },
2259
+ {
2260
+ description: 'The native staking token of Terra.',
2261
+ denom_units: [{
2262
+ denom: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF',
2263
+ exponent: 0,
2264
+ aliases: ['uluna']
2265
+ }, {
2266
+ denom: 'luna',
2267
+ exponent: 6
2268
+ }],
2269
+ base: 'ibc/D770ECBBF0B11F3DD7D32917EE5D6F730C0CB8CAE98E7ED19390C5687E3579AF',
2270
+ name: 'Luna',
2271
+ display: 'luna',
2272
+ symbol: 'LUNA',
2273
+ logo_URIs: {
2274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
2275
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
2276
+ },
2277
+ coingecko_id: 'terra-luna-2',
2278
+ images: [{
2279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
2280
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
2281
+ theme: {
2282
+ primary_color_hex: '#f4de6f'
2283
+ }
2284
+ }],
2285
+ socials: {
2286
+ website: 'https://www.terra.money/',
2287
+ twitter: 'https://twitter.com/terra_money'
2288
+ },
2289
+ type_asset: 'sdk.coin',
2290
+ traces: [{
2291
+ type: 'ibc',
2292
+ counterparty: {
2293
+ channel_id: 'channel-604',
2294
+ base_denom: 'uluna',
2295
+ chain_name: 'terra2'
2296
+ },
2297
+ chain: {
2298
+ channel_id: 'channel-244'
2299
+ }
2300
+ }]
2301
+ },
981
2302
  {
982
2303
  description: 'The native token of Umee',
983
2304
  denom_units: [{
@@ -1016,6 +2337,45 @@ const assets = {
1016
2337
  channel_id: 'channel-49'
1017
2338
  }
1018
2339
  }]
2340
+ },
2341
+ {
2342
+ description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
2343
+ denom_units: [{
2344
+ denom: 'ibc/EA42BCEB67318BE8A8ED75179A11CC5A55B5557340DA47F554ABB507669825E4',
2345
+ exponent: 0,
2346
+ aliases: ['uxion']
2347
+ }, {
2348
+ denom: 'XION',
2349
+ exponent: 6,
2350
+ aliases: ['xion']
2351
+ }],
2352
+ base: 'ibc/EA42BCEB67318BE8A8ED75179A11CC5A55B5557340DA47F554ABB507669825E4',
2353
+ display: 'XION',
2354
+ name: 'xion',
2355
+ symbol: 'XION',
2356
+ coingecko_id: 'xion-2',
2357
+ type_asset: 'sdk.coin',
2358
+ logo_URIs: {
2359
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
2360
+ },
2361
+ images: [{
2362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
2363
+ }],
2364
+ socials: {
2365
+ website: 'https://xion.burnt.com/',
2366
+ twitter: 'https://twitter.com/burnt_xion'
2367
+ },
2368
+ traces: [{
2369
+ type: 'ibc',
2370
+ counterparty: {
2371
+ channel_id: 'channel-8',
2372
+ base_denom: 'uxion',
2373
+ chain_name: 'xion'
2374
+ },
2375
+ chain: {
2376
+ channel_id: 'channel-229'
2377
+ }
2378
+ }]
1019
2379
  }
1020
2380
  ]
1021
2381
  };