@chain-registry/assets 1.52.0 → 1.52.1

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
@@ -1178,6 +1178,40 @@ const assets = {
1178
1178
  }
1179
1179
  }]
1180
1180
  },
1181
+ {
1182
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1183
+ denom_units: [{
1184
+ denom: 'ibc/9A94F750ECF9F75418F6261BDC3777781D713DBE96B07B87FB2CF0D1A32135E7',
1185
+ exponent: 0,
1186
+ aliases: ['uusdlr']
1187
+ }, {
1188
+ denom: 'usdlr',
1189
+ exponent: 6
1190
+ }],
1191
+ base: 'ibc/9A94F750ECF9F75418F6261BDC3777781D713DBE96B07B87FB2CF0D1A32135E7',
1192
+ display: 'usdlr',
1193
+ name: 'USDLR by Stable',
1194
+ symbol: 'USDLR',
1195
+ logo_URIs: {
1196
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1198
+ },
1199
+ images: [{
1200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1201
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1202
+ }],
1203
+ traces: [{
1204
+ type: 'ibc',
1205
+ counterparty: {
1206
+ channel_id: 'channel-0',
1207
+ base_denom: 'uusdlr',
1208
+ chain_name: 'noble'
1209
+ },
1210
+ chain: {
1211
+ channel_id: 'channel-38'
1212
+ }
1213
+ }]
1214
+ },
1181
1215
  {
1182
1216
  description: 'The native token of OKExChain',
1183
1217
  denom_units: [{
@@ -3099,6 +3133,40 @@ const assets = {
3099
3133
  }
3100
3134
  }]
3101
3135
  },
3136
+ {
3137
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
3138
+ denom_units: [{
3139
+ denom: 'ibc/9A94F750ECF9F75418F6261BDC3777781D713DBE96B07B87FB2CF0D1A32135E7',
3140
+ exponent: 0,
3141
+ aliases: ['uusdlr']
3142
+ }, {
3143
+ denom: 'usdlr',
3144
+ exponent: 6
3145
+ }],
3146
+ base: 'ibc/9A94F750ECF9F75418F6261BDC3777781D713DBE96B07B87FB2CF0D1A32135E7',
3147
+ display: 'usdlr',
3148
+ name: 'USDLR by Stable',
3149
+ symbol: 'USDLR',
3150
+ logo_URIs: {
3151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
3152
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
3153
+ },
3154
+ images: [{
3155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
3156
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
3157
+ }],
3158
+ traces: [{
3159
+ type: 'ibc',
3160
+ counterparty: {
3161
+ channel_id: 'channel-0',
3162
+ base_denom: 'uusdlr',
3163
+ chain_name: 'noble'
3164
+ },
3165
+ chain: {
3166
+ channel_id: 'channel-38'
3167
+ }
3168
+ }]
3169
+ },
3102
3170
  {
3103
3171
  description: 'The native token of OKExChain',
3104
3172
  denom_units: [{
@@ -110,7 +110,8 @@ const assets = {
110
110
  'staking',
111
111
  'wasm',
112
112
  'assets',
113
- 'nft'
113
+ 'nft',
114
+ 'XRPL'
114
115
  ],
115
116
  images: [{
116
117
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -280,7 +281,8 @@ const assets = {
280
281
  'staking',
281
282
  'wasm',
282
283
  'assets',
283
- 'nft'
284
+ 'nft',
285
+ 'XRPL'
284
286
  ],
285
287
  images: [{
286
288
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -25,7 +25,8 @@ const assets = {
25
25
  'staking',
26
26
  'wasm',
27
27
  'assets',
28
- 'nft'
28
+ 'nft',
29
+ 'XRPL'
29
30
  ],
30
31
  images: [{
31
32
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -105,7 +106,8 @@ const assets = {
105
106
  'staking',
106
107
  'wasm',
107
108
  'assets',
108
- 'nft'
109
+ 'nft',
110
+ 'XRPL'
109
111
  ],
110
112
  images: [{
111
113
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -732,6 +734,40 @@ const assets = {
732
734
  }
733
735
  }]
734
736
  },
737
+ {
738
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
739
+ denom_units: [{
740
+ denom: 'ibc/402DED773693C547FB1191B71654184CF8003E227036DF5234AEB3210E80C124',
741
+ exponent: 0,
742
+ aliases: ['uusdlr']
743
+ }, {
744
+ denom: 'usdlr',
745
+ exponent: 6
746
+ }],
747
+ base: 'ibc/402DED773693C547FB1191B71654184CF8003E227036DF5234AEB3210E80C124',
748
+ display: 'usdlr',
749
+ name: 'USDLR by Stable',
750
+ symbol: 'USDLR',
751
+ logo_URIs: {
752
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
753
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
754
+ },
755
+ images: [{
756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
757
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
758
+ }],
759
+ traces: [{
760
+ type: 'ibc',
761
+ counterparty: {
762
+ channel_id: 'channel-33',
763
+ base_denom: 'uusdlr',
764
+ chain_name: 'noble'
765
+ },
766
+ chain: {
767
+ channel_id: 'channel-0'
768
+ }
769
+ }]
770
+ },
735
771
  {
736
772
  description: 'The native token of Osmosis',
737
773
  denom_units: [{
@@ -1537,6 +1573,40 @@ const assets = {
1537
1573
  }
1538
1574
  }]
1539
1575
  },
1576
+ {
1577
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1578
+ denom_units: [{
1579
+ denom: 'ibc/402DED773693C547FB1191B71654184CF8003E227036DF5234AEB3210E80C124',
1580
+ exponent: 0,
1581
+ aliases: ['uusdlr']
1582
+ }, {
1583
+ denom: 'usdlr',
1584
+ exponent: 6
1585
+ }],
1586
+ base: 'ibc/402DED773693C547FB1191B71654184CF8003E227036DF5234AEB3210E80C124',
1587
+ display: 'usdlr',
1588
+ name: 'USDLR by Stable',
1589
+ symbol: 'USDLR',
1590
+ logo_URIs: {
1591
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1592
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1593
+ },
1594
+ images: [{
1595
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1596
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1597
+ }],
1598
+ traces: [{
1599
+ type: 'ibc',
1600
+ counterparty: {
1601
+ channel_id: 'channel-33',
1602
+ base_denom: 'uusdlr',
1603
+ chain_name: 'noble'
1604
+ },
1605
+ chain: {
1606
+ channel_id: 'channel-0'
1607
+ }
1608
+ }]
1609
+ },
1540
1610
  {
1541
1611
  description: 'The native token of Osmosis',
1542
1612
  denom_units: [{
@@ -938,6 +938,40 @@ const assets = {
938
938
  }
939
939
  }]
940
940
  },
941
+ {
942
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
943
+ denom_units: [{
944
+ denom: 'ibc/568B30D82ADB97B50F565029614C7BD94CAD4CDF8A67710FFE333F8FE10DD066',
945
+ exponent: 0,
946
+ aliases: ['uusdlr']
947
+ }, {
948
+ denom: 'usdlr',
949
+ exponent: 6
950
+ }],
951
+ base: 'ibc/568B30D82ADB97B50F565029614C7BD94CAD4CDF8A67710FFE333F8FE10DD066',
952
+ display: 'usdlr',
953
+ name: 'USDLR by Stable',
954
+ symbol: 'USDLR',
955
+ logo_URIs: {
956
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
957
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
958
+ },
959
+ images: [{
960
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
961
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
962
+ }],
963
+ traces: [{
964
+ type: 'ibc',
965
+ counterparty: {
966
+ channel_id: 'channel-62',
967
+ base_denom: 'uusdlr',
968
+ chain_name: 'noble'
969
+ },
970
+ chain: {
971
+ channel_id: 'channel-6'
972
+ }
973
+ }]
974
+ },
941
975
  {
942
976
  description: 'The native token of Osmosis',
943
977
  denom_units: [{
@@ -1709,6 +1743,40 @@ const assets = {
1709
1743
  }
1710
1744
  }]
1711
1745
  },
1746
+ {
1747
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1748
+ denom_units: [{
1749
+ denom: 'ibc/568B30D82ADB97B50F565029614C7BD94CAD4CDF8A67710FFE333F8FE10DD066',
1750
+ exponent: 0,
1751
+ aliases: ['uusdlr']
1752
+ }, {
1753
+ denom: 'usdlr',
1754
+ exponent: 6
1755
+ }],
1756
+ base: 'ibc/568B30D82ADB97B50F565029614C7BD94CAD4CDF8A67710FFE333F8FE10DD066',
1757
+ display: 'usdlr',
1758
+ name: 'USDLR by Stable',
1759
+ symbol: 'USDLR',
1760
+ logo_URIs: {
1761
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1762
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1763
+ },
1764
+ images: [{
1765
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1766
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1767
+ }],
1768
+ traces: [{
1769
+ type: 'ibc',
1770
+ counterparty: {
1771
+ channel_id: 'channel-62',
1772
+ base_denom: 'uusdlr',
1773
+ chain_name: 'noble'
1774
+ },
1775
+ chain: {
1776
+ channel_id: 'channel-6'
1777
+ }
1778
+ }]
1779
+ },
1712
1780
  {
1713
1781
  description: 'The native token of Osmosis',
1714
1782
  denom_units: [{
@@ -398,7 +398,8 @@ const assets = {
398
398
  'staking',
399
399
  'wasm',
400
400
  'assets',
401
- 'nft'
401
+ 'nft',
402
+ 'XRPL'
402
403
  ],
403
404
  images: [{
404
405
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -1049,7 +1050,8 @@ const assets = {
1049
1050
  'staking',
1050
1051
  'wasm',
1051
1052
  'assets',
1052
- 'nft'
1053
+ 'nft',
1054
+ 'XRPL'
1053
1055
  ],
1054
1056
  images: [{
1055
1057
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -1788,6 +1790,40 @@ const assets = {
1788
1790
  }
1789
1791
  }]
1790
1792
  },
1793
+ {
1794
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1795
+ denom_units: [{
1796
+ denom: 'ibc/5360B9CFE94B978F3BA8DD35F4E5D5359F6415A1C2664AB321E54F466E97D103',
1797
+ exponent: 0,
1798
+ aliases: ['uusdlr']
1799
+ }, {
1800
+ denom: 'usdlr',
1801
+ exponent: 6
1802
+ }],
1803
+ base: 'ibc/5360B9CFE94B978F3BA8DD35F4E5D5359F6415A1C2664AB321E54F466E97D103',
1804
+ display: 'usdlr',
1805
+ name: 'USDLR by Stable',
1806
+ symbol: 'USDLR',
1807
+ logo_URIs: {
1808
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1809
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1810
+ },
1811
+ images: [{
1812
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1813
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1814
+ }],
1815
+ traces: [{
1816
+ type: 'ibc',
1817
+ counterparty: {
1818
+ channel_id: 'channel-7',
1819
+ base_denom: 'uusdlr',
1820
+ chain_name: 'noble'
1821
+ },
1822
+ chain: {
1823
+ channel_id: 'channel-64'
1824
+ }
1825
+ }]
1826
+ },
1791
1827
  {
1792
1828
  description: 'The native token of Osmosis',
1793
1829
  denom_units: [{
@@ -2507,6 +2543,40 @@ const assets = {
2507
2543
  }
2508
2544
  }]
2509
2545
  },
2546
+ {
2547
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
2548
+ denom_units: [{
2549
+ denom: 'ibc/5360B9CFE94B978F3BA8DD35F4E5D5359F6415A1C2664AB321E54F466E97D103',
2550
+ exponent: 0,
2551
+ aliases: ['uusdlr']
2552
+ }, {
2553
+ denom: 'usdlr',
2554
+ exponent: 6
2555
+ }],
2556
+ base: 'ibc/5360B9CFE94B978F3BA8DD35F4E5D5359F6415A1C2664AB321E54F466E97D103',
2557
+ display: 'usdlr',
2558
+ name: 'USDLR by Stable',
2559
+ symbol: 'USDLR',
2560
+ logo_URIs: {
2561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
2562
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
2563
+ },
2564
+ images: [{
2565
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
2566
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
2567
+ }],
2568
+ traces: [{
2569
+ type: 'ibc',
2570
+ counterparty: {
2571
+ channel_id: 'channel-7',
2572
+ base_denom: 'uusdlr',
2573
+ chain_name: 'noble'
2574
+ },
2575
+ chain: {
2576
+ channel_id: 'channel-64'
2577
+ }
2578
+ }]
2579
+ },
2510
2580
  {
2511
2581
  description: 'The native token of Osmosis',
2512
2582
  denom_units: [{
@@ -147,6 +147,40 @@ const assets = {
147
147
  }
148
148
  }]
149
149
  },
150
+ {
151
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
152
+ denom_units: [{
153
+ denom: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
154
+ exponent: 0,
155
+ aliases: ['uusdlr']
156
+ }, {
157
+ denom: 'usdlr',
158
+ exponent: 6
159
+ }],
160
+ base: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
161
+ display: 'usdlr',
162
+ name: 'USDLR by Stable',
163
+ symbol: 'USDLR',
164
+ logo_URIs: {
165
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
166
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
167
+ },
168
+ images: [{
169
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
170
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
171
+ }],
172
+ traces: [{
173
+ type: 'ibc',
174
+ counterparty: {
175
+ channel_id: 'channel-42',
176
+ base_denom: 'uusdlr',
177
+ chain_name: 'noble'
178
+ },
179
+ chain: {
180
+ channel_id: 'channel-4'
181
+ }
182
+ }]
183
+ },
150
184
  {
151
185
  description: 'The native token of Osmosis',
152
186
  denom_units: [{
@@ -414,6 +448,40 @@ const assets = {
414
448
  }
415
449
  }]
416
450
  },
451
+ {
452
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
453
+ denom_units: [{
454
+ denom: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
455
+ exponent: 0,
456
+ aliases: ['uusdlr']
457
+ }, {
458
+ denom: 'usdlr',
459
+ exponent: 6
460
+ }],
461
+ base: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
462
+ display: 'usdlr',
463
+ name: 'USDLR by Stable',
464
+ symbol: 'USDLR',
465
+ logo_URIs: {
466
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
467
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
468
+ },
469
+ images: [{
470
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
471
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
472
+ }],
473
+ traces: [{
474
+ type: 'ibc',
475
+ counterparty: {
476
+ channel_id: 'channel-42',
477
+ base_denom: 'uusdlr',
478
+ chain_name: 'noble'
479
+ },
480
+ chain: {
481
+ channel_id: 'channel-4'
482
+ }
483
+ }]
484
+ },
417
485
  {
418
486
  description: 'The native token of Osmosis',
419
487
  denom_units: [{
@@ -292,7 +292,8 @@ const assets = {
292
292
  'staking',
293
293
  'wasm',
294
294
  'assets',
295
- 'nft'
295
+ 'nft',
296
+ 'XRPL'
296
297
  ],
297
298
  images: [{
298
299
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -824,7 +825,8 @@ const assets = {
824
825
  'staking',
825
826
  'wasm',
826
827
  'assets',
827
- 'nft'
828
+ 'nft',
829
+ 'XRPL'
828
830
  ],
829
831
  images: [{
830
832
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -483,6 +483,40 @@ const assets = {
483
483
  }
484
484
  }]
485
485
  },
486
+ {
487
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
488
+ denom_units: [{
489
+ denom: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
490
+ exponent: 0,
491
+ aliases: ['uusdlr']
492
+ }, {
493
+ denom: 'usdlr',
494
+ exponent: 6
495
+ }],
496
+ base: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
497
+ display: 'usdlr',
498
+ name: 'USDLR by Stable',
499
+ symbol: 'USDLR',
500
+ logo_URIs: {
501
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
502
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
503
+ },
504
+ images: [{
505
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
506
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
507
+ }],
508
+ traces: [{
509
+ type: 'ibc',
510
+ counterparty: {
511
+ channel_id: 'channel-32',
512
+ base_denom: 'uusdlr',
513
+ chain_name: 'noble'
514
+ },
515
+ chain: {
516
+ channel_id: 'channel-4'
517
+ }
518
+ }]
519
+ },
486
520
  {
487
521
  description: 'The native token of Osmosis',
488
522
  denom_units: [{
@@ -813,6 +847,40 @@ const assets = {
813
847
  }
814
848
  }]
815
849
  },
850
+ {
851
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
852
+ denom_units: [{
853
+ denom: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
854
+ exponent: 0,
855
+ aliases: ['uusdlr']
856
+ }, {
857
+ denom: 'usdlr',
858
+ exponent: 6
859
+ }],
860
+ base: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
861
+ display: 'usdlr',
862
+ name: 'USDLR by Stable',
863
+ symbol: 'USDLR',
864
+ logo_URIs: {
865
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
866
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
867
+ },
868
+ images: [{
869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
870
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
871
+ }],
872
+ traces: [{
873
+ type: 'ibc',
874
+ counterparty: {
875
+ channel_id: 'channel-32',
876
+ base_denom: 'uusdlr',
877
+ chain_name: 'noble'
878
+ },
879
+ chain: {
880
+ channel_id: 'channel-4'
881
+ }
882
+ }]
883
+ },
816
884
  {
817
885
  description: 'The native token of Osmosis',
818
886
  denom_units: [{
@@ -225,6 +225,40 @@ const assets = {
225
225
  }
226
226
  }]
227
227
  },
228
+ {
229
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
230
+ denom_units: [{
231
+ denom: 'ibc/614E4169C2CCB5CEA2B145F6330D5B30C98ABDD03E61429F38859FD2C9270BB9',
232
+ exponent: 0,
233
+ aliases: ['uusdlr']
234
+ }, {
235
+ denom: 'usdlr',
236
+ exponent: 6
237
+ }],
238
+ base: 'ibc/614E4169C2CCB5CEA2B145F6330D5B30C98ABDD03E61429F38859FD2C9270BB9',
239
+ display: 'usdlr',
240
+ name: 'USDLR by Stable',
241
+ symbol: 'USDLR',
242
+ logo_URIs: {
243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
244
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
245
+ },
246
+ images: [{
247
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
248
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
249
+ }],
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-15',
254
+ base_denom: 'uusdlr',
255
+ chain_name: 'noble'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-26'
259
+ }
260
+ }]
261
+ },
228
262
  {
229
263
  description: 'The native token of Osmosis',
230
264
  denom_units: [{
@@ -410,6 +444,40 @@ const assets = {
410
444
  }
411
445
  }]
412
446
  },
447
+ {
448
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
449
+ denom_units: [{
450
+ denom: 'ibc/614E4169C2CCB5CEA2B145F6330D5B30C98ABDD03E61429F38859FD2C9270BB9',
451
+ exponent: 0,
452
+ aliases: ['uusdlr']
453
+ }, {
454
+ denom: 'usdlr',
455
+ exponent: 6
456
+ }],
457
+ base: 'ibc/614E4169C2CCB5CEA2B145F6330D5B30C98ABDD03E61429F38859FD2C9270BB9',
458
+ display: 'usdlr',
459
+ name: 'USDLR by Stable',
460
+ symbol: 'USDLR',
461
+ logo_URIs: {
462
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
463
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
464
+ },
465
+ images: [{
466
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
467
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
468
+ }],
469
+ traces: [{
470
+ type: 'ibc',
471
+ counterparty: {
472
+ channel_id: 'channel-15',
473
+ base_denom: 'uusdlr',
474
+ chain_name: 'noble'
475
+ },
476
+ chain: {
477
+ channel_id: 'channel-26'
478
+ }
479
+ }]
480
+ },
413
481
  {
414
482
  description: 'The native token of Osmosis',
415
483
  denom_units: [{
@@ -95,6 +95,7 @@ export * as persistence from './persistence';
95
95
  export * as planq from './planq';
96
96
  export * as point from './point';
97
97
  export * as provenance from './provenance';
98
+ export * as pryzm from './pryzm';
98
99
  export * as pundix from './pundix';
99
100
  export * as pylons from './pylons';
100
101
  export * as quasar from './quasar';