@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
package/mainnet/canto.js CHANGED
@@ -209,6 +209,56 @@ const assets = {
209
209
  }
210
210
  }]
211
211
  },
212
+ {
213
+ description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
214
+ denom_units: [
215
+ {
216
+ denom: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
217
+ exponent: 0,
218
+ aliases: ['usomm']
219
+ },
220
+ {
221
+ denom: 'msomm',
222
+ exponent: 3,
223
+ aliases: ['millisomm']
224
+ },
225
+ {
226
+ denom: 'somm',
227
+ exponent: 6
228
+ }
229
+ ],
230
+ base: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
231
+ name: 'Sommelier',
232
+ display: 'somm',
233
+ symbol: 'SOMM',
234
+ logo_URIs: {
235
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
236
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
237
+ },
238
+ coingecko_id: 'sommelier',
239
+ images: [{
240
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
241
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg',
242
+ theme: {
243
+ primary_color_hex: '#f36353'
244
+ }
245
+ }],
246
+ socials: {
247
+ website: 'https://www.sommelier.finance/',
248
+ twitter: 'https://twitter.com/sommfinance'
249
+ },
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-2',
254
+ base_denom: 'usomm',
255
+ chain_name: 'sommelier'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-10'
259
+ }
260
+ }]
261
+ },
212
262
  {
213
263
  description: 'The native governance token of Carbon',
214
264
  denom_units: [{
@@ -414,6 +464,56 @@ const assets = {
414
464
  channel_id: 'channel-5'
415
465
  }
416
466
  }]
467
+ },
468
+ {
469
+ description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
470
+ denom_units: [
471
+ {
472
+ denom: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
473
+ exponent: 0,
474
+ aliases: ['usomm']
475
+ },
476
+ {
477
+ denom: 'msomm',
478
+ exponent: 3,
479
+ aliases: ['millisomm']
480
+ },
481
+ {
482
+ denom: 'somm',
483
+ exponent: 6
484
+ }
485
+ ],
486
+ base: 'ibc/E341F178AB30AC89CF18B9559D90EF830419B5A4B50945EF800FD68DE840A91E',
487
+ name: 'Sommelier',
488
+ display: 'somm',
489
+ symbol: 'SOMM',
490
+ logo_URIs: {
491
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
492
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
493
+ },
494
+ coingecko_id: 'sommelier',
495
+ images: [{
496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg',
498
+ theme: {
499
+ primary_color_hex: '#f36353'
500
+ }
501
+ }],
502
+ socials: {
503
+ website: 'https://www.sommelier.finance/',
504
+ twitter: 'https://twitter.com/sommfinance'
505
+ },
506
+ traces: [{
507
+ type: 'ibc',
508
+ counterparty: {
509
+ channel_id: 'channel-2',
510
+ base_denom: 'usomm',
511
+ chain_name: 'sommelier'
512
+ },
513
+ chain: {
514
+ channel_id: 'channel-10'
515
+ }
516
+ }]
417
517
  }
418
518
  ]
419
519
  };