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