@chain-registry/assets 1.64.73 → 1.64.75

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/esm/mainnet/assets.js +2 -1
  2. package/esm/mainnet/axelar.js +626 -0
  3. package/esm/mainnet/canto.js +100 -0
  4. package/esm/mainnet/celestia.js +544 -0
  5. package/esm/mainnet/cosmoshub.js +544 -0
  6. package/esm/mainnet/dydx.js +544 -0
  7. package/esm/mainnet/index.js +1 -0
  8. package/esm/mainnet/injective.js +544 -0
  9. package/esm/mainnet/lorenzo.js +182 -0
  10. package/esm/mainnet/neutron.js +544 -0
  11. package/esm/mainnet/noble.js +626 -0
  12. package/esm/mainnet/osmosis.js +716 -0
  13. package/esm/mainnet/sommelier.js +84 -0
  14. package/esm/mainnet/stride.js +544 -0
  15. package/esm/mainnet/terra2.js +544 -0
  16. package/esm/testnet/archwaytestnet.js +68 -0
  17. package/esm/testnet/cosmoshubtestnet.js +68 -0
  18. package/esm/testnet/junotestnet.js +68 -0
  19. package/esm/testnet/symphonytestnet.js +138 -0
  20. package/mainnet/assets.js +2 -1
  21. package/mainnet/axelar.js +626 -0
  22. package/mainnet/canto.js +100 -0
  23. package/mainnet/celestia.js +544 -0
  24. package/mainnet/cosmoshub.js +544 -0
  25. package/mainnet/dydx.js +544 -0
  26. package/mainnet/index.d.ts +1 -0
  27. package/mainnet/index.js +3 -2
  28. package/mainnet/injective.js +544 -0
  29. package/mainnet/lorenzo.d.ts +3 -0
  30. package/mainnet/lorenzo.js +184 -0
  31. package/mainnet/neutron.js +544 -0
  32. package/mainnet/noble.js +626 -0
  33. package/mainnet/osmosis.js +716 -0
  34. package/mainnet/sommelier.js +84 -0
  35. package/mainnet/stride.js +544 -0
  36. package/mainnet/terra2.js +544 -0
  37. package/package.json +5 -5
  38. package/testnet/archwaytestnet.js +68 -0
  39. package/testnet/cosmoshubtestnet.js +68 -0
  40. package/testnet/junotestnet.js +68 -0
  41. package/testnet/symphonytestnet.js +138 -0
@@ -180,6 +180,40 @@ const assets = {
180
180
  }
181
181
  }]
182
182
  },
183
+ {
184
+ description: 'The native token of Symphony',
185
+ denom_units: [{
186
+ denom: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
187
+ exponent: 0,
188
+ aliases: ['note']
189
+ }, {
190
+ denom: 'mld',
191
+ exponent: 6,
192
+ aliases: ['melody']
193
+ }],
194
+ type_asset: 'sdk.coin',
195
+ base: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
196
+ name: 'Melody',
197
+ display: 'mld',
198
+ symbol: 'MLD',
199
+ logo_URIs: {
200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
201
+ },
202
+ images: [{
203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
204
+ }],
205
+ traces: [{
206
+ type: 'ibc',
207
+ counterparty: {
208
+ channel_id: 'channel-10',
209
+ base_denom: 'note',
210
+ chain_name: 'symphonytestnet'
211
+ },
212
+ chain: {
213
+ channel_id: 'channel-495'
214
+ }
215
+ }]
216
+ },
183
217
  {
184
218
  description: 'The native token of Axelar',
185
219
  denom_units: [{
@@ -288,6 +322,40 @@ const assets = {
288
322
  channel_id: 'channel-225'
289
323
  }
290
324
  }]
325
+ },
326
+ {
327
+ description: 'The native token of Symphony',
328
+ denom_units: [{
329
+ denom: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
330
+ exponent: 0,
331
+ aliases: ['note']
332
+ }, {
333
+ denom: 'mld',
334
+ exponent: 6,
335
+ aliases: ['melody']
336
+ }],
337
+ type_asset: 'sdk.coin',
338
+ base: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
339
+ name: 'Melody',
340
+ display: 'mld',
341
+ symbol: 'MLD',
342
+ logo_URIs: {
343
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
344
+ },
345
+ images: [{
346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
347
+ }],
348
+ traces: [{
349
+ type: 'ibc',
350
+ counterparty: {
351
+ channel_id: 'channel-10',
352
+ base_denom: 'note',
353
+ chain_name: 'symphonytestnet'
354
+ },
355
+ chain: {
356
+ channel_id: 'channel-495'
357
+ }
358
+ }]
291
359
  }
292
360
  ]
293
361
  };
@@ -464,6 +464,40 @@ const assets = {
464
464
  }
465
465
  }]
466
466
  },
467
+ {
468
+ description: 'The native token of Symphony',
469
+ denom_units: [{
470
+ denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
471
+ exponent: 0,
472
+ aliases: ['note']
473
+ }, {
474
+ denom: 'mld',
475
+ exponent: 6,
476
+ aliases: ['melody']
477
+ }],
478
+ type_asset: 'sdk.coin',
479
+ base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
480
+ name: 'Melody',
481
+ display: 'mld',
482
+ symbol: 'MLD',
483
+ logo_URIs: {
484
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
485
+ },
486
+ images: [{
487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
488
+ }],
489
+ traces: [{
490
+ type: 'ibc',
491
+ counterparty: {
492
+ channel_id: 'channel-7',
493
+ base_denom: 'note',
494
+ chain_name: 'symphonytestnet'
495
+ },
496
+ chain: {
497
+ channel_id: 'channel-4300'
498
+ }
499
+ }]
500
+ },
467
501
  {
468
502
  description: 'The native token of the Titan network.',
469
503
  denom_units: [
@@ -906,6 +940,40 @@ const assets = {
906
940
  }
907
941
  }]
908
942
  },
943
+ {
944
+ description: 'The native token of Symphony',
945
+ denom_units: [{
946
+ denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
947
+ exponent: 0,
948
+ aliases: ['note']
949
+ }, {
950
+ denom: 'mld',
951
+ exponent: 6,
952
+ aliases: ['melody']
953
+ }],
954
+ type_asset: 'sdk.coin',
955
+ base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
956
+ name: 'Melody',
957
+ display: 'mld',
958
+ symbol: 'MLD',
959
+ logo_URIs: {
960
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
961
+ },
962
+ images: [{
963
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
964
+ }],
965
+ traces: [{
966
+ type: 'ibc',
967
+ counterparty: {
968
+ channel_id: 'channel-7',
969
+ base_denom: 'note',
970
+ chain_name: 'symphonytestnet'
971
+ },
972
+ chain: {
973
+ channel_id: 'channel-4300'
974
+ }
975
+ }]
976
+ },
909
977
  {
910
978
  description: 'The native token of the Titan network.',
911
979
  denom_units: [
@@ -189,6 +189,40 @@ const assets = {
189
189
  }
190
190
  }]
191
191
  },
192
+ {
193
+ description: 'The native token of Symphony',
194
+ denom_units: [{
195
+ denom: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
196
+ exponent: 0,
197
+ aliases: ['note']
198
+ }, {
199
+ denom: 'mld',
200
+ exponent: 6,
201
+ aliases: ['melody']
202
+ }],
203
+ type_asset: 'sdk.coin',
204
+ base: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
205
+ name: 'Melody',
206
+ display: 'mld',
207
+ symbol: 'MLD',
208
+ logo_URIs: {
209
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
210
+ },
211
+ images: [{
212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
213
+ }],
214
+ traces: [{
215
+ type: 'ibc',
216
+ counterparty: {
217
+ channel_id: 'channel-9',
218
+ base_denom: 'note',
219
+ chain_name: 'symphonytestnet'
220
+ },
221
+ chain: {
222
+ channel_id: 'channel-942'
223
+ }
224
+ }]
225
+ },
192
226
  {
193
227
  description: 'The native token of Nois',
194
228
  denom_units: [{
@@ -374,6 +408,40 @@ const assets = {
374
408
  channel_id: 'channel-140'
375
409
  }
376
410
  }]
411
+ },
412
+ {
413
+ description: 'The native token of Symphony',
414
+ denom_units: [{
415
+ denom: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
416
+ exponent: 0,
417
+ aliases: ['note']
418
+ }, {
419
+ denom: 'mld',
420
+ exponent: 6,
421
+ aliases: ['melody']
422
+ }],
423
+ type_asset: 'sdk.coin',
424
+ base: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
425
+ name: 'Melody',
426
+ display: 'mld',
427
+ symbol: 'MLD',
428
+ logo_URIs: {
429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
430
+ },
431
+ images: [{
432
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
433
+ }],
434
+ traces: [{
435
+ type: 'ibc',
436
+ counterparty: {
437
+ channel_id: 'channel-9',
438
+ base_denom: 'note',
439
+ chain_name: 'symphonytestnet'
440
+ },
441
+ chain: {
442
+ channel_id: 'channel-942'
443
+ }
444
+ }]
377
445
  }
378
446
  ]
379
447
  };
@@ -37,6 +37,75 @@ const assets = {
37
37
  }
38
38
  }]
39
39
  },
40
+ {
41
+ description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
42
+ denom_units: [{
43
+ denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
44
+ exponent: 0,
45
+ aliases: ['uatom']
46
+ }, {
47
+ denom: 'atom',
48
+ exponent: 6
49
+ }],
50
+ base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
51
+ name: 'Cosmos',
52
+ display: 'atom',
53
+ symbol: 'ATOM',
54
+ logo_URIs: {
55
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
56
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
57
+ },
58
+ images: [{
59
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
60
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
61
+ }],
62
+ traces: [{
63
+ type: 'ibc',
64
+ counterparty: {
65
+ channel_id: 'channel-4300',
66
+ base_denom: 'uatom',
67
+ chain_name: 'cosmoshubtestnet'
68
+ },
69
+ chain: {
70
+ channel_id: 'channel-7'
71
+ }
72
+ }]
73
+ },
74
+ {
75
+ description: 'The native token of JUNO Chain',
76
+ denom_units: [{
77
+ denom: 'ibc/276E04FA6EC9F9C2860607513D2B48C6E9267CD62FF071D8220D04A93092740D',
78
+ exponent: 0,
79
+ aliases: ['ujunox']
80
+ }, {
81
+ denom: 'junox',
82
+ exponent: 6
83
+ }],
84
+ base: 'ibc/276E04FA6EC9F9C2860607513D2B48C6E9267CD62FF071D8220D04A93092740D',
85
+ name: 'Juno Testnet',
86
+ display: 'junox',
87
+ symbol: 'JUNOX',
88
+ logo_URIs: {
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
90
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
91
+ },
92
+ coingecko_id: 'juno-network',
93
+ images: [{
94
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
95
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
96
+ }],
97
+ traces: [{
98
+ type: 'ibc',
99
+ counterparty: {
100
+ channel_id: 'channel-942',
101
+ base_denom: 'ujunox',
102
+ chain_name: 'junotestnet'
103
+ },
104
+ chain: {
105
+ channel_id: 'channel-9'
106
+ }
107
+ }]
108
+ },
40
109
  {
41
110
  description: 'The native token of Osmosis',
42
111
  denom_units: [{
@@ -178,6 +247,75 @@ const assets = {
178
247
  }
179
248
  }]
180
249
  },
250
+ {
251
+ description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
252
+ denom_units: [{
253
+ denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
254
+ exponent: 0,
255
+ aliases: ['uatom']
256
+ }, {
257
+ denom: 'atom',
258
+ exponent: 6
259
+ }],
260
+ base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
261
+ name: 'Cosmos',
262
+ display: 'atom',
263
+ symbol: 'ATOM',
264
+ logo_URIs: {
265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
266
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
267
+ },
268
+ images: [{
269
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
270
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
271
+ }],
272
+ traces: [{
273
+ type: 'ibc',
274
+ counterparty: {
275
+ channel_id: 'channel-4300',
276
+ base_denom: 'uatom',
277
+ chain_name: 'cosmoshubtestnet'
278
+ },
279
+ chain: {
280
+ channel_id: 'channel-7'
281
+ }
282
+ }]
283
+ },
284
+ {
285
+ description: 'The native token of JUNO Chain',
286
+ denom_units: [{
287
+ denom: 'ibc/276E04FA6EC9F9C2860607513D2B48C6E9267CD62FF071D8220D04A93092740D',
288
+ exponent: 0,
289
+ aliases: ['ujunox']
290
+ }, {
291
+ denom: 'junox',
292
+ exponent: 6
293
+ }],
294
+ base: 'ibc/276E04FA6EC9F9C2860607513D2B48C6E9267CD62FF071D8220D04A93092740D',
295
+ name: 'Juno Testnet',
296
+ display: 'junox',
297
+ symbol: 'JUNOX',
298
+ logo_URIs: {
299
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
300
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
301
+ },
302
+ coingecko_id: 'juno-network',
303
+ images: [{
304
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
306
+ }],
307
+ traces: [{
308
+ type: 'ibc',
309
+ counterparty: {
310
+ channel_id: 'channel-942',
311
+ base_denom: 'ujunox',
312
+ chain_name: 'junotestnet'
313
+ },
314
+ chain: {
315
+ channel_id: 'channel-9'
316
+ }
317
+ }]
318
+ },
181
319
  {
182
320
  description: 'The native token of Osmosis',
183
321
  denom_units: [{