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