@chain-registry/assets 1.52.0 → 1.53.0

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 (93) hide show
  1. package/esm/mainnet/agoric.js +68 -0
  2. package/esm/mainnet/archway.js +68 -0
  3. package/esm/mainnet/assets.js +2 -1
  4. package/esm/mainnet/aura.js +68 -0
  5. package/esm/mainnet/axelar.js +104 -2
  6. package/esm/mainnet/bandchain.js +4 -2
  7. package/esm/mainnet/celestia.js +68 -0
  8. package/esm/mainnet/composable.js +364 -0
  9. package/esm/mainnet/coreum.js +68 -0
  10. package/esm/mainnet/cosmoshub.js +140 -2
  11. package/esm/mainnet/crescent.js +68 -0
  12. package/esm/mainnet/doravota.js +4 -2
  13. package/esm/mainnet/dydx.js +72 -2
  14. package/esm/mainnet/dymension.js +68 -0
  15. package/esm/mainnet/evmos.js +72 -2
  16. package/esm/mainnet/furya.js +68 -0
  17. package/esm/mainnet/gravitybridge.js +4 -2
  18. package/esm/mainnet/haqq.js +68 -0
  19. package/esm/mainnet/impacthub.js +68 -0
  20. package/esm/mainnet/index.js +1 -0
  21. package/esm/mainnet/injective.js +136 -0
  22. package/esm/mainnet/juno.js +338 -0
  23. package/esm/mainnet/kava.js +4 -2
  24. package/esm/mainnet/kujira.js +72 -2
  25. package/esm/mainnet/migaloo.js +68 -0
  26. package/esm/mainnet/neutron.js +214 -0
  27. package/esm/mainnet/nibiru.js +68 -0
  28. package/esm/mainnet/noble.js +72 -2
  29. package/esm/mainnet/omniflixhub.js +68 -0
  30. package/esm/mainnet/onex.js +68 -0
  31. package/esm/mainnet/osmosis.js +148 -2
  32. package/esm/mainnet/persistence.js +68 -0
  33. package/esm/mainnet/provenance.js +68 -0
  34. package/esm/mainnet/pryzm.js +1084 -0
  35. package/esm/mainnet/saga.js +78 -0
  36. package/esm/mainnet/secretnetwork.js +72 -2
  37. package/esm/mainnet/sei.js +68 -0
  38. package/esm/mainnet/stargaze.js +68 -0
  39. package/esm/mainnet/teritori.js +68 -0
  40. package/esm/mainnet/terra2.js +136 -0
  41. package/esm/mainnet/umee.js +68 -0
  42. package/esm/noncosmos/assets.js +2 -1
  43. package/esm/noncosmos/index.js +1 -0
  44. package/esm/noncosmos/solana.js +5 -0
  45. package/mainnet/agoric.js +68 -0
  46. package/mainnet/archway.js +68 -0
  47. package/mainnet/assets.js +2 -1
  48. package/mainnet/aura.js +68 -0
  49. package/mainnet/axelar.js +104 -2
  50. package/mainnet/bandchain.js +4 -2
  51. package/mainnet/celestia.js +68 -0
  52. package/mainnet/composable.js +364 -0
  53. package/mainnet/coreum.js +68 -0
  54. package/mainnet/cosmoshub.js +140 -2
  55. package/mainnet/crescent.js +68 -0
  56. package/mainnet/doravota.js +4 -2
  57. package/mainnet/dydx.js +72 -2
  58. package/mainnet/dymension.js +68 -0
  59. package/mainnet/evmos.js +72 -2
  60. package/mainnet/furya.js +68 -0
  61. package/mainnet/gravitybridge.js +4 -2
  62. package/mainnet/haqq.js +68 -0
  63. package/mainnet/impacthub.js +68 -0
  64. package/mainnet/index.d.ts +1 -0
  65. package/mainnet/index.js +3 -2
  66. package/mainnet/injective.js +136 -0
  67. package/mainnet/juno.js +338 -0
  68. package/mainnet/kava.js +4 -2
  69. package/mainnet/kujira.js +72 -2
  70. package/mainnet/migaloo.js +68 -0
  71. package/mainnet/neutron.js +214 -0
  72. package/mainnet/nibiru.js +68 -0
  73. package/mainnet/noble.js +72 -2
  74. package/mainnet/omniflixhub.js +68 -0
  75. package/mainnet/onex.js +68 -0
  76. package/mainnet/osmosis.js +148 -2
  77. package/mainnet/persistence.js +68 -0
  78. package/mainnet/provenance.js +68 -0
  79. package/mainnet/pryzm.d.ts +3 -0
  80. package/mainnet/pryzm.js +1086 -0
  81. package/mainnet/saga.js +78 -0
  82. package/mainnet/secretnetwork.js +72 -2
  83. package/mainnet/sei.js +68 -0
  84. package/mainnet/stargaze.js +68 -0
  85. package/mainnet/teritori.js +68 -0
  86. package/mainnet/terra2.js +136 -0
  87. package/mainnet/umee.js +68 -0
  88. package/noncosmos/assets.js +2 -1
  89. package/noncosmos/index.d.ts +1 -0
  90. package/noncosmos/index.js +2 -1
  91. package/noncosmos/solana.d.ts +3 -0
  92. package/noncosmos/solana.js +7 -0
  93. package/package.json +5 -5
@@ -1376,6 +1376,40 @@ const assets = {
1376
1376
  }
1377
1377
  }]
1378
1378
  },
1379
+ {
1380
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1381
+ denom_units: [{
1382
+ denom: 'ibc/E15121C1541741E0A7BA2B96B30864C1B1052F1AD8189D81E6C97939B415D12E',
1383
+ exponent: 0,
1384
+ aliases: ['uusdlr']
1385
+ }, {
1386
+ denom: 'usdlr',
1387
+ exponent: 6
1388
+ }],
1389
+ base: 'ibc/E15121C1541741E0A7BA2B96B30864C1B1052F1AD8189D81E6C97939B415D12E',
1390
+ display: 'usdlr',
1391
+ name: 'USDLR by Stable',
1392
+ symbol: 'USDLR',
1393
+ logo_URIs: {
1394
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1395
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1396
+ },
1397
+ images: [{
1398
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1399
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1400
+ }],
1401
+ traces: [{
1402
+ type: 'ibc',
1403
+ counterparty: {
1404
+ channel_id: 'channel-31',
1405
+ base_denom: 'uusdlr',
1406
+ chain_name: 'noble'
1407
+ },
1408
+ chain: {
1409
+ channel_id: 'channel-148'
1410
+ }
1411
+ }]
1412
+ },
1379
1413
  {
1380
1414
  description: 'The native token of Nois',
1381
1415
  denom_units: [{
@@ -1687,6 +1721,40 @@ const assets = {
1687
1721
  }
1688
1722
  }]
1689
1723
  },
1724
+ {
1725
+ description: 'The native token of PRYZM',
1726
+ denom_units: [{
1727
+ denom: 'ibc/2A88907A69C27C7481E478005AAD1976F044246E0CDB4DB3367EADA4EF38373B',
1728
+ exponent: 0,
1729
+ aliases: ['upryzm']
1730
+ }, {
1731
+ denom: 'pryzm',
1732
+ exponent: 6
1733
+ }],
1734
+ base: 'ibc/2A88907A69C27C7481E478005AAD1976F044246E0CDB4DB3367EADA4EF38373B',
1735
+ name: 'Pryzm',
1736
+ display: 'pryzm',
1737
+ symbol: 'PRYZM',
1738
+ logo_URIs: {
1739
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
1740
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
1741
+ },
1742
+ images: [{
1743
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
1744
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
1745
+ }],
1746
+ traces: [{
1747
+ type: 'ibc',
1748
+ counterparty: {
1749
+ channel_id: 'channel-1',
1750
+ base_denom: 'upryzm',
1751
+ chain_name: 'pryzm'
1752
+ },
1753
+ chain: {
1754
+ channel_id: 'channel-284'
1755
+ }
1756
+ }]
1757
+ },
1690
1758
  {
1691
1759
  description: 'The native token of Secret Network',
1692
1760
  denom_units: [{
@@ -2378,6 +2446,40 @@ const assets = {
2378
2446
  }
2379
2447
  }]
2380
2448
  },
2449
+ {
2450
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
2451
+ denom_units: [{
2452
+ denom: 'ibc/E15121C1541741E0A7BA2B96B30864C1B1052F1AD8189D81E6C97939B415D12E',
2453
+ exponent: 0,
2454
+ aliases: ['uusdlr']
2455
+ }, {
2456
+ denom: 'usdlr',
2457
+ exponent: 6
2458
+ }],
2459
+ base: 'ibc/E15121C1541741E0A7BA2B96B30864C1B1052F1AD8189D81E6C97939B415D12E',
2460
+ display: 'usdlr',
2461
+ name: 'USDLR by Stable',
2462
+ symbol: 'USDLR',
2463
+ logo_URIs: {
2464
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
2465
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
2466
+ },
2467
+ images: [{
2468
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
2469
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
2470
+ }],
2471
+ traces: [{
2472
+ type: 'ibc',
2473
+ counterparty: {
2474
+ channel_id: 'channel-31',
2475
+ base_denom: 'uusdlr',
2476
+ chain_name: 'noble'
2477
+ },
2478
+ chain: {
2479
+ channel_id: 'channel-148'
2480
+ }
2481
+ }]
2482
+ },
2381
2483
  {
2382
2484
  description: 'The native token of Nois',
2383
2485
  denom_units: [{
@@ -2689,6 +2791,40 @@ const assets = {
2689
2791
  }
2690
2792
  }]
2691
2793
  },
2794
+ {
2795
+ description: 'The native token of PRYZM',
2796
+ denom_units: [{
2797
+ denom: 'ibc/2A88907A69C27C7481E478005AAD1976F044246E0CDB4DB3367EADA4EF38373B',
2798
+ exponent: 0,
2799
+ aliases: ['upryzm']
2800
+ }, {
2801
+ denom: 'pryzm',
2802
+ exponent: 6
2803
+ }],
2804
+ base: 'ibc/2A88907A69C27C7481E478005AAD1976F044246E0CDB4DB3367EADA4EF38373B',
2805
+ name: 'Pryzm',
2806
+ display: 'pryzm',
2807
+ symbol: 'PRYZM',
2808
+ logo_URIs: {
2809
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
2810
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
2811
+ },
2812
+ images: [{
2813
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
2814
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
2815
+ }],
2816
+ traces: [{
2817
+ type: 'ibc',
2818
+ counterparty: {
2819
+ channel_id: 'channel-1',
2820
+ base_denom: 'upryzm',
2821
+ chain_name: 'pryzm'
2822
+ },
2823
+ chain: {
2824
+ channel_id: 'channel-284'
2825
+ }
2826
+ }]
2827
+ },
2692
2828
  {
2693
2829
  description: 'The native token of Secret Network',
2694
2830
  denom_units: [{
@@ -1666,6 +1666,141 @@ const assets = {
1666
1666
  }
1667
1667
  }]
1668
1668
  },
1669
+ {
1670
+ description: 'The native token of Neutron chain.',
1671
+ denom_units: [{
1672
+ denom: 'ibc/8957A470C705D5E86B3DC88107862C5A6E154E65933E84F5B00EAEDD79B57BFE',
1673
+ exponent: 0,
1674
+ aliases: ['untrn']
1675
+ }, {
1676
+ denom: 'ntrn',
1677
+ exponent: 6
1678
+ }],
1679
+ base: 'ibc/8957A470C705D5E86B3DC88107862C5A6E154E65933E84F5B00EAEDD79B57BFE',
1680
+ name: 'Neutron',
1681
+ display: 'ntrn',
1682
+ symbol: 'NTRN',
1683
+ logo_URIs: {
1684
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1685
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
1686
+ },
1687
+ coingecko_id: 'neutron-3',
1688
+ images: [{
1689
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1690
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
1691
+ }],
1692
+ socials: {
1693
+ website: 'https://neutron.org/',
1694
+ twitter: 'https://twitter.com/Neutron_org'
1695
+ },
1696
+ traces: [{
1697
+ type: 'ibc',
1698
+ counterparty: {
1699
+ channel_id: 'channel-4328',
1700
+ base_denom: 'untrn',
1701
+ chain_name: 'neutron'
1702
+ },
1703
+ chain: {
1704
+ channel_id: 'channel-548'
1705
+ }
1706
+ }]
1707
+ },
1708
+ {
1709
+ description: 'BITCOSMOS',
1710
+ denom_units: [{
1711
+ denom: 'ibc/6011F5E7E7CE56FEEAEFFB361CF8A8CAC97E5124493B35416160E970CF0DCB70',
1712
+ exponent: 0,
1713
+ aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
1714
+ }, {
1715
+ denom: 'bitcosmos',
1716
+ exponent: 6
1717
+ }],
1718
+ base: 'ibc/6011F5E7E7CE56FEEAEFFB361CF8A8CAC97E5124493B35416160E970CF0DCB70',
1719
+ name: 'Bitcosmos',
1720
+ display: 'bitcosmos',
1721
+ symbol: 'BTC',
1722
+ logo_URIs: {
1723
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
1724
+ },
1725
+ images: [{
1726
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
1727
+ }],
1728
+ traces: [{
1729
+ type: 'ibc',
1730
+ counterparty: {
1731
+ channel_id: 'channel-4328',
1732
+ base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
1733
+ chain_name: 'neutron'
1734
+ },
1735
+ chain: {
1736
+ channel_id: 'channel-548'
1737
+ }
1738
+ }]
1739
+ },
1740
+ {
1741
+ description: 'What the Fuck',
1742
+ denom_units: [{
1743
+ denom: 'ibc/53567758B0AEE0A5C6801B7A5FD38166ABCCFCE96E6B41562798FE3E9ED579EB',
1744
+ exponent: 0,
1745
+ aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
1746
+ }, {
1747
+ denom: 'wtf',
1748
+ exponent: 6
1749
+ }],
1750
+ base: 'ibc/53567758B0AEE0A5C6801B7A5FD38166ABCCFCE96E6B41562798FE3E9ED579EB',
1751
+ name: 'wtf',
1752
+ display: 'wtf',
1753
+ symbol: 'WTF',
1754
+ logo_URIs: {
1755
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
1756
+ },
1757
+ images: [{
1758
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
1759
+ }],
1760
+ traces: [{
1761
+ type: 'ibc',
1762
+ counterparty: {
1763
+ channel_id: 'channel-4328',
1764
+ base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
1765
+ chain_name: 'neutron'
1766
+ },
1767
+ chain: {
1768
+ channel_id: 'channel-548'
1769
+ }
1770
+ }]
1771
+ },
1772
+ {
1773
+ description: 'Astro BOY',
1774
+ denom_units: [{
1775
+ denom: 'ibc/FC77CA3C741E7CE7EFB441E2B749AABE08789FD82A5C0FBE1EB38E739BBE12F3',
1776
+ exponent: 0,
1777
+ aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
1778
+ }, {
1779
+ denom: 'boy',
1780
+ exponent: 6
1781
+ }],
1782
+ base: 'ibc/FC77CA3C741E7CE7EFB441E2B749AABE08789FD82A5C0FBE1EB38E739BBE12F3',
1783
+ name: 'boy',
1784
+ display: 'boy',
1785
+ symbol: 'BOY',
1786
+ logo_URIs: {
1787
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
1788
+ },
1789
+ images: [{
1790
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
1791
+ }],
1792
+ traces: [{
1793
+ type: 'ibc',
1794
+ counterparty: {
1795
+ channel_id: 'channel-4328',
1796
+ base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
1797
+ chain_name: 'neutron'
1798
+ },
1799
+ chain: {
1800
+ channel_id: 'channel-548'
1801
+ }
1802
+ }]
1803
+ },
1669
1804
  {
1670
1805
  description: 'The permissioned staking asset for Noble Chain',
1671
1806
  denom_units: [{
@@ -1734,6 +1869,40 @@ const assets = {
1734
1869
  }
1735
1870
  }]
1736
1871
  },
1872
+ {
1873
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1874
+ denom_units: [{
1875
+ denom: 'ibc/628F00711737463A741F5FC3EFDAEC23008B6E16D865BAD4E311CBB5430CD11E',
1876
+ exponent: 0,
1877
+ aliases: ['uusdlr']
1878
+ }, {
1879
+ denom: 'usdlr',
1880
+ exponent: 6
1881
+ }],
1882
+ base: 'ibc/628F00711737463A741F5FC3EFDAEC23008B6E16D865BAD4E311CBB5430CD11E',
1883
+ display: 'usdlr',
1884
+ name: 'USDLR by Stable',
1885
+ symbol: 'USDLR',
1886
+ logo_URIs: {
1887
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1888
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1889
+ },
1890
+ images: [{
1891
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1892
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1893
+ }],
1894
+ traces: [{
1895
+ type: 'ibc',
1896
+ counterparty: {
1897
+ channel_id: 'channel-3',
1898
+ base_denom: 'uusdlr',
1899
+ chain_name: 'noble'
1900
+ },
1901
+ chain: {
1902
+ channel_id: 'channel-224'
1903
+ }
1904
+ }]
1905
+ },
1737
1906
  {
1738
1907
  description: 'The native token of Nois',
1739
1908
  denom_units: [{
@@ -3261,6 +3430,141 @@ const assets = {
3261
3430
  }
3262
3431
  }]
3263
3432
  },
3433
+ {
3434
+ description: 'The native token of Neutron chain.',
3435
+ denom_units: [{
3436
+ denom: 'ibc/8957A470C705D5E86B3DC88107862C5A6E154E65933E84F5B00EAEDD79B57BFE',
3437
+ exponent: 0,
3438
+ aliases: ['untrn']
3439
+ }, {
3440
+ denom: 'ntrn',
3441
+ exponent: 6
3442
+ }],
3443
+ base: 'ibc/8957A470C705D5E86B3DC88107862C5A6E154E65933E84F5B00EAEDD79B57BFE',
3444
+ name: 'Neutron',
3445
+ display: 'ntrn',
3446
+ symbol: 'NTRN',
3447
+ logo_URIs: {
3448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3449
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
3450
+ },
3451
+ coingecko_id: 'neutron-3',
3452
+ images: [{
3453
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3454
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
3455
+ }],
3456
+ socials: {
3457
+ website: 'https://neutron.org/',
3458
+ twitter: 'https://twitter.com/Neutron_org'
3459
+ },
3460
+ traces: [{
3461
+ type: 'ibc',
3462
+ counterparty: {
3463
+ channel_id: 'channel-4328',
3464
+ base_denom: 'untrn',
3465
+ chain_name: 'neutron'
3466
+ },
3467
+ chain: {
3468
+ channel_id: 'channel-548'
3469
+ }
3470
+ }]
3471
+ },
3472
+ {
3473
+ description: 'BITCOSMOS',
3474
+ denom_units: [{
3475
+ denom: 'ibc/6011F5E7E7CE56FEEAEFFB361CF8A8CAC97E5124493B35416160E970CF0DCB70',
3476
+ exponent: 0,
3477
+ aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
3478
+ }, {
3479
+ denom: 'bitcosmos',
3480
+ exponent: 6
3481
+ }],
3482
+ base: 'ibc/6011F5E7E7CE56FEEAEFFB361CF8A8CAC97E5124493B35416160E970CF0DCB70',
3483
+ name: 'Bitcosmos',
3484
+ display: 'bitcosmos',
3485
+ symbol: 'BTC',
3486
+ logo_URIs: {
3487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
3488
+ },
3489
+ images: [{
3490
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
3491
+ }],
3492
+ traces: [{
3493
+ type: 'ibc',
3494
+ counterparty: {
3495
+ channel_id: 'channel-4328',
3496
+ base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
3497
+ chain_name: 'neutron'
3498
+ },
3499
+ chain: {
3500
+ channel_id: 'channel-548'
3501
+ }
3502
+ }]
3503
+ },
3504
+ {
3505
+ description: 'What the Fuck',
3506
+ denom_units: [{
3507
+ denom: 'ibc/53567758B0AEE0A5C6801B7A5FD38166ABCCFCE96E6B41562798FE3E9ED579EB',
3508
+ exponent: 0,
3509
+ aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
3510
+ }, {
3511
+ denom: 'wtf',
3512
+ exponent: 6
3513
+ }],
3514
+ base: 'ibc/53567758B0AEE0A5C6801B7A5FD38166ABCCFCE96E6B41562798FE3E9ED579EB',
3515
+ name: 'wtf',
3516
+ display: 'wtf',
3517
+ symbol: 'WTF',
3518
+ logo_URIs: {
3519
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
3520
+ },
3521
+ images: [{
3522
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
3523
+ }],
3524
+ traces: [{
3525
+ type: 'ibc',
3526
+ counterparty: {
3527
+ channel_id: 'channel-4328',
3528
+ base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
3529
+ chain_name: 'neutron'
3530
+ },
3531
+ chain: {
3532
+ channel_id: 'channel-548'
3533
+ }
3534
+ }]
3535
+ },
3536
+ {
3537
+ description: 'Astro BOY',
3538
+ denom_units: [{
3539
+ denom: 'ibc/FC77CA3C741E7CE7EFB441E2B749AABE08789FD82A5C0FBE1EB38E739BBE12F3',
3540
+ exponent: 0,
3541
+ aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
3542
+ }, {
3543
+ denom: 'boy',
3544
+ exponent: 6
3545
+ }],
3546
+ base: 'ibc/FC77CA3C741E7CE7EFB441E2B749AABE08789FD82A5C0FBE1EB38E739BBE12F3',
3547
+ name: 'boy',
3548
+ display: 'boy',
3549
+ symbol: 'BOY',
3550
+ logo_URIs: {
3551
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
3552
+ },
3553
+ images: [{
3554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
3555
+ }],
3556
+ traces: [{
3557
+ type: 'ibc',
3558
+ counterparty: {
3559
+ channel_id: 'channel-4328',
3560
+ base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
3561
+ chain_name: 'neutron'
3562
+ },
3563
+ chain: {
3564
+ channel_id: 'channel-548'
3565
+ }
3566
+ }]
3567
+ },
3264
3568
  {
3265
3569
  description: 'The permissioned staking asset for Noble Chain',
3266
3570
  denom_units: [{
@@ -3329,6 +3633,40 @@ const assets = {
3329
3633
  }
3330
3634
  }]
3331
3635
  },
3636
+ {
3637
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
3638
+ denom_units: [{
3639
+ denom: 'ibc/628F00711737463A741F5FC3EFDAEC23008B6E16D865BAD4E311CBB5430CD11E',
3640
+ exponent: 0,
3641
+ aliases: ['uusdlr']
3642
+ }, {
3643
+ denom: 'usdlr',
3644
+ exponent: 6
3645
+ }],
3646
+ base: 'ibc/628F00711737463A741F5FC3EFDAEC23008B6E16D865BAD4E311CBB5430CD11E',
3647
+ display: 'usdlr',
3648
+ name: 'USDLR by Stable',
3649
+ symbol: 'USDLR',
3650
+ logo_URIs: {
3651
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
3652
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
3653
+ },
3654
+ images: [{
3655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
3656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
3657
+ }],
3658
+ traces: [{
3659
+ type: 'ibc',
3660
+ counterparty: {
3661
+ channel_id: 'channel-3',
3662
+ base_denom: 'uusdlr',
3663
+ chain_name: 'noble'
3664
+ },
3665
+ chain: {
3666
+ channel_id: 'channel-224'
3667
+ }
3668
+ }]
3669
+ },
3332
3670
  {
3333
3671
  description: 'The native token of Nois',
3334
3672
  denom_units: [{
@@ -99,7 +99,8 @@ const assets = {
99
99
  'staking',
100
100
  'wasm',
101
101
  'assets',
102
- 'nft'
102
+ 'nft',
103
+ 'XRPL'
103
104
  ],
104
105
  images: [{
105
106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -629,7 +630,8 @@ const assets = {
629
630
  'staking',
630
631
  'wasm',
631
632
  'assets',
632
- 'nft'
633
+ 'nft',
634
+ 'XRPL'
633
635
  ],
634
636
  images: [{
635
637
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -621,7 +621,8 @@ const assets = {
621
621
  'staking',
622
622
  'wasm',
623
623
  'assets',
624
- 'nft'
624
+ 'nft',
625
+ 'XRPL'
625
626
  ],
626
627
  images: [{
627
628
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -2099,7 +2100,8 @@ const assets = {
2099
2100
  'staking',
2100
2101
  'wasm',
2101
2102
  'assets',
2102
- 'nft'
2103
+ 'nft',
2104
+ 'XRPL'
2103
2105
  ],
2104
2106
  images: [{
2105
2107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -3234,6 +3236,40 @@ const assets = {
3234
3236
  }
3235
3237
  }]
3236
3238
  },
3239
+ {
3240
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
3241
+ denom_units: [{
3242
+ denom: 'ibc/115AE498071A9D9E66C2832AFA7569E950B75E0784AEA52BE19D6D6C865436AC',
3243
+ exponent: 0,
3244
+ aliases: ['uusdlr']
3245
+ }, {
3246
+ denom: 'usdlr',
3247
+ exponent: 6
3248
+ }],
3249
+ base: 'ibc/115AE498071A9D9E66C2832AFA7569E950B75E0784AEA52BE19D6D6C865436AC',
3250
+ display: 'usdlr',
3251
+ name: 'USDLR by Stable',
3252
+ symbol: 'USDLR',
3253
+ logo_URIs: {
3254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
3255
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
3256
+ },
3257
+ images: [{
3258
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
3259
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
3260
+ }],
3261
+ traces: [{
3262
+ type: 'ibc',
3263
+ counterparty: {
3264
+ channel_id: 'channel-2',
3265
+ base_denom: 'uusdlr',
3266
+ chain_name: 'noble'
3267
+ },
3268
+ chain: {
3269
+ channel_id: 'channel-62'
3270
+ }
3271
+ }]
3272
+ },
3237
3273
  {
3238
3274
  description: 'Nomic\'s native token.',
3239
3275
  denom_units: [{
@@ -4308,6 +4344,40 @@ const assets = {
4308
4344
  }
4309
4345
  }]
4310
4346
  },
4347
+ {
4348
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
4349
+ denom_units: [{
4350
+ denom: 'ibc/115AE498071A9D9E66C2832AFA7569E950B75E0784AEA52BE19D6D6C865436AC',
4351
+ exponent: 0,
4352
+ aliases: ['uusdlr']
4353
+ }, {
4354
+ denom: 'usdlr',
4355
+ exponent: 6
4356
+ }],
4357
+ base: 'ibc/115AE498071A9D9E66C2832AFA7569E950B75E0784AEA52BE19D6D6C865436AC',
4358
+ display: 'usdlr',
4359
+ name: 'USDLR by Stable',
4360
+ symbol: 'USDLR',
4361
+ logo_URIs: {
4362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
4363
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
4364
+ },
4365
+ images: [{
4366
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
4367
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
4368
+ }],
4369
+ traces: [{
4370
+ type: 'ibc',
4371
+ counterparty: {
4372
+ channel_id: 'channel-2',
4373
+ base_denom: 'uusdlr',
4374
+ chain_name: 'noble'
4375
+ },
4376
+ chain: {
4377
+ channel_id: 'channel-62'
4378
+ }
4379
+ }]
4380
+ },
4311
4381
  {
4312
4382
  description: 'Nomic\'s native token.',
4313
4383
  denom_units: [{