@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
@@ -1151,6 +1151,40 @@ const assets = {
1151
1151
  }
1152
1152
  }]
1153
1153
  },
1154
+ {
1155
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1156
+ denom_units: [{
1157
+ denom: 'ibc/D83CF0E6C3DEF8050C3055BEBA385B3400436F3B18E3238D797609CB6791DE71',
1158
+ exponent: 0,
1159
+ aliases: ['uusdlr']
1160
+ }, {
1161
+ denom: 'usdlr',
1162
+ exponent: 6
1163
+ }],
1164
+ base: 'ibc/D83CF0E6C3DEF8050C3055BEBA385B3400436F3B18E3238D797609CB6791DE71',
1165
+ display: 'usdlr',
1166
+ name: 'USDLR by Stable',
1167
+ symbol: 'USDLR',
1168
+ logo_URIs: {
1169
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1170
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1171
+ },
1172
+ images: [{
1173
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1174
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1175
+ }],
1176
+ traces: [{
1177
+ type: 'ibc',
1178
+ counterparty: {
1179
+ channel_id: 'channel-14',
1180
+ base_denom: 'uusdlr',
1181
+ chain_name: 'noble'
1182
+ },
1183
+ chain: {
1184
+ channel_id: 'channel-60'
1185
+ }
1186
+ }]
1187
+ },
1154
1188
  {
1155
1189
  description: 'The native token of Osmosis',
1156
1190
  denom_units: [{
@@ -1524,6 +1558,40 @@ const assets = {
1524
1558
  }
1525
1559
  }]
1526
1560
  },
1561
+ {
1562
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1563
+ denom_units: [{
1564
+ denom: 'ibc/D83CF0E6C3DEF8050C3055BEBA385B3400436F3B18E3238D797609CB6791DE71',
1565
+ exponent: 0,
1566
+ aliases: ['uusdlr']
1567
+ }, {
1568
+ denom: 'usdlr',
1569
+ exponent: 6
1570
+ }],
1571
+ base: 'ibc/D83CF0E6C3DEF8050C3055BEBA385B3400436F3B18E3238D797609CB6791DE71',
1572
+ display: 'usdlr',
1573
+ name: 'USDLR by Stable',
1574
+ symbol: 'USDLR',
1575
+ logo_URIs: {
1576
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1577
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1578
+ },
1579
+ images: [{
1580
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1581
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1582
+ }],
1583
+ traces: [{
1584
+ type: 'ibc',
1585
+ counterparty: {
1586
+ channel_id: 'channel-14',
1587
+ base_denom: 'uusdlr',
1588
+ chain_name: 'noble'
1589
+ },
1590
+ chain: {
1591
+ channel_id: 'channel-60'
1592
+ }
1593
+ }]
1594
+ },
1527
1595
  {
1528
1596
  description: 'The native token of Osmosis',
1529
1597
  denom_units: [{
@@ -388,6 +388,45 @@ const assets = {
388
388
  }
389
389
  }]
390
390
  },
391
+ {
392
+ description: 'The native token of JUNO Chain',
393
+ denom_units: [{
394
+ denom: 'ibc/AB73A0D964FCE74EA9D7695553A1EA4B3D8E332571B049E8CC0ADEBFB4931503',
395
+ exponent: 0,
396
+ aliases: ['ujuno']
397
+ }, {
398
+ denom: 'juno',
399
+ exponent: 6
400
+ }],
401
+ base: 'ibc/AB73A0D964FCE74EA9D7695553A1EA4B3D8E332571B049E8CC0ADEBFB4931503',
402
+ name: 'Juno',
403
+ display: 'juno',
404
+ symbol: 'JUNO',
405
+ logo_URIs: {
406
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
407
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
408
+ },
409
+ coingecko_id: 'juno-network',
410
+ images: [{
411
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
412
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
413
+ }],
414
+ socials: {
415
+ website: 'https://junonetwork.io/',
416
+ twitter: 'https://twitter.com/JunoNetwork'
417
+ },
418
+ traces: [{
419
+ type: 'ibc',
420
+ counterparty: {
421
+ channel_id: 'channel-548',
422
+ base_denom: 'ujuno',
423
+ chain_name: 'juno'
424
+ },
425
+ chain: {
426
+ channel_id: 'channel-4328'
427
+ }
428
+ }]
429
+ },
391
430
  {
392
431
  description: 'The native staking and governance token of Kava',
393
432
  denom_units: [{
@@ -1031,6 +1070,45 @@ const assets = {
1031
1070
  }
1032
1071
  }]
1033
1072
  },
1073
+ {
1074
+ description: 'The native token of JUNO Chain',
1075
+ denom_units: [{
1076
+ denom: 'ibc/AB73A0D964FCE74EA9D7695553A1EA4B3D8E332571B049E8CC0ADEBFB4931503',
1077
+ exponent: 0,
1078
+ aliases: ['ujuno']
1079
+ }, {
1080
+ denom: 'juno',
1081
+ exponent: 6
1082
+ }],
1083
+ base: 'ibc/AB73A0D964FCE74EA9D7695553A1EA4B3D8E332571B049E8CC0ADEBFB4931503',
1084
+ name: 'Juno',
1085
+ display: 'juno',
1086
+ symbol: 'JUNO',
1087
+ logo_URIs: {
1088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
1089
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1090
+ },
1091
+ coingecko_id: 'juno-network',
1092
+ images: [{
1093
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
1094
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
1095
+ }],
1096
+ socials: {
1097
+ website: 'https://junonetwork.io/',
1098
+ twitter: 'https://twitter.com/JunoNetwork'
1099
+ },
1100
+ traces: [{
1101
+ type: 'ibc',
1102
+ counterparty: {
1103
+ channel_id: 'channel-548',
1104
+ base_denom: 'ujuno',
1105
+ chain_name: 'juno'
1106
+ },
1107
+ chain: {
1108
+ channel_id: 'channel-4328'
1109
+ }
1110
+ }]
1111
+ },
1034
1112
  {
1035
1113
  description: 'The native staking and governance token of Kava',
1036
1114
  denom_units: [{
@@ -1357,6 +1435,40 @@ const assets = {
1357
1435
  }
1358
1436
  }]
1359
1437
  },
1438
+ {
1439
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
1440
+ denom_units: [{
1441
+ denom: 'ibc/52DFA9ED74512048DBC9B13FEADB2FD4C8687C035C9CCEC667D1ED43661026F4',
1442
+ exponent: 0,
1443
+ aliases: ['uusdlr']
1444
+ }, {
1445
+ denom: 'usdlr',
1446
+ exponent: 6
1447
+ }],
1448
+ base: 'ibc/52DFA9ED74512048DBC9B13FEADB2FD4C8687C035C9CCEC667D1ED43661026F4',
1449
+ display: 'usdlr',
1450
+ name: 'USDLR by Stable',
1451
+ symbol: 'USDLR',
1452
+ logo_URIs: {
1453
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1454
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1455
+ },
1456
+ images: [{
1457
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
1458
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
1459
+ }],
1460
+ traces: [{
1461
+ type: 'ibc',
1462
+ counterparty: {
1463
+ channel_id: 'channel-18',
1464
+ base_denom: 'uusdlr',
1465
+ chain_name: 'noble'
1466
+ },
1467
+ chain: {
1468
+ channel_id: 'channel-30'
1469
+ }
1470
+ }]
1471
+ },
1360
1472
  {
1361
1473
  description: 'The native token of Nois',
1362
1474
  denom_units: [{
@@ -1591,6 +1703,40 @@ const assets = {
1591
1703
  }
1592
1704
  }]
1593
1705
  },
1706
+ {
1707
+ description: 'The native token of PRYZM',
1708
+ denom_units: [{
1709
+ denom: 'ibc/E67D49D7F361750487844054310EA5D787EDEC21F951CD8E605699097E65A3EC',
1710
+ exponent: 0,
1711
+ aliases: ['upryzm']
1712
+ }, {
1713
+ denom: 'pryzm',
1714
+ exponent: 6
1715
+ }],
1716
+ base: 'ibc/E67D49D7F361750487844054310EA5D787EDEC21F951CD8E605699097E65A3EC',
1717
+ name: 'Pryzm',
1718
+ display: 'pryzm',
1719
+ symbol: 'PRYZM',
1720
+ logo_URIs: {
1721
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
1722
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
1723
+ },
1724
+ images: [{
1725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
1726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
1727
+ }],
1728
+ traces: [{
1729
+ type: 'ibc',
1730
+ counterparty: {
1731
+ channel_id: 'channel-6',
1732
+ base_denom: 'upryzm',
1733
+ chain_name: 'pryzm'
1734
+ },
1735
+ chain: {
1736
+ channel_id: 'channel-4329'
1737
+ }
1738
+ }]
1739
+ },
1594
1740
  {
1595
1741
  description: 'The native staking and governance token of Saga.',
1596
1742
  denom_units: [{
@@ -1936,6 +2082,40 @@ const assets = {
1936
2082
  }
1937
2083
  }]
1938
2084
  },
2085
+ {
2086
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
2087
+ denom_units: [{
2088
+ denom: 'ibc/52DFA9ED74512048DBC9B13FEADB2FD4C8687C035C9CCEC667D1ED43661026F4',
2089
+ exponent: 0,
2090
+ aliases: ['uusdlr']
2091
+ }, {
2092
+ denom: 'usdlr',
2093
+ exponent: 6
2094
+ }],
2095
+ base: 'ibc/52DFA9ED74512048DBC9B13FEADB2FD4C8687C035C9CCEC667D1ED43661026F4',
2096
+ display: 'usdlr',
2097
+ name: 'USDLR by Stable',
2098
+ symbol: 'USDLR',
2099
+ logo_URIs: {
2100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
2101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
2102
+ },
2103
+ images: [{
2104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
2105
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
2106
+ }],
2107
+ traces: [{
2108
+ type: 'ibc',
2109
+ counterparty: {
2110
+ channel_id: 'channel-18',
2111
+ base_denom: 'uusdlr',
2112
+ chain_name: 'noble'
2113
+ },
2114
+ chain: {
2115
+ channel_id: 'channel-30'
2116
+ }
2117
+ }]
2118
+ },
1939
2119
  {
1940
2120
  description: 'The native token of Nois',
1941
2121
  denom_units: [{
@@ -2170,6 +2350,40 @@ const assets = {
2170
2350
  }
2171
2351
  }]
2172
2352
  },
2353
+ {
2354
+ description: 'The native token of PRYZM',
2355
+ denom_units: [{
2356
+ denom: 'ibc/E67D49D7F361750487844054310EA5D787EDEC21F951CD8E605699097E65A3EC',
2357
+ exponent: 0,
2358
+ aliases: ['upryzm']
2359
+ }, {
2360
+ denom: 'pryzm',
2361
+ exponent: 6
2362
+ }],
2363
+ base: 'ibc/E67D49D7F361750487844054310EA5D787EDEC21F951CD8E605699097E65A3EC',
2364
+ name: 'Pryzm',
2365
+ display: 'pryzm',
2366
+ symbol: 'PRYZM',
2367
+ logo_URIs: {
2368
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
2369
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
2370
+ },
2371
+ images: [{
2372
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
2373
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
2374
+ }],
2375
+ traces: [{
2376
+ type: 'ibc',
2377
+ counterparty: {
2378
+ channel_id: 'channel-6',
2379
+ base_denom: 'upryzm',
2380
+ chain_name: 'pryzm'
2381
+ },
2382
+ chain: {
2383
+ channel_id: 'channel-4329'
2384
+ }
2385
+ }]
2386
+ },
2173
2387
  {
2174
2388
  description: 'The native staking and governance token of Saga.',
2175
2389
  denom_units: [{
package/mainnet/nibiru.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/AA95C99B6B42BD6B7B4562A38B33CD172AF1B934019E6986DAADF99374CF7C35',
156
+ exponent: 0,
157
+ aliases: ['uusdlr']
158
+ }, {
159
+ denom: 'usdlr',
160
+ exponent: 6
161
+ }],
162
+ base: 'ibc/AA95C99B6B42BD6B7B4562A38B33CD172AF1B934019E6986DAADF99374CF7C35',
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-67',
178
+ base_denom: 'uusdlr',
179
+ chain_name: 'noble'
180
+ },
181
+ chain: {
182
+ channel_id: 'channel-2'
183
+ }
184
+ }]
185
+ },
152
186
  {
153
187
  description: 'The native token of Osmosis',
154
188
  denom_units: [{
@@ -299,6 +333,40 @@ const assets = {
299
333
  }
300
334
  }]
301
335
  },
336
+ {
337
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
338
+ denom_units: [{
339
+ denom: 'ibc/AA95C99B6B42BD6B7B4562A38B33CD172AF1B934019E6986DAADF99374CF7C35',
340
+ exponent: 0,
341
+ aliases: ['uusdlr']
342
+ }, {
343
+ denom: 'usdlr',
344
+ exponent: 6
345
+ }],
346
+ base: 'ibc/AA95C99B6B42BD6B7B4562A38B33CD172AF1B934019E6986DAADF99374CF7C35',
347
+ display: 'usdlr',
348
+ name: 'USDLR by Stable',
349
+ symbol: 'USDLR',
350
+ logo_URIs: {
351
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
352
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
353
+ },
354
+ images: [{
355
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
356
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
357
+ }],
358
+ traces: [{
359
+ type: 'ibc',
360
+ counterparty: {
361
+ channel_id: 'channel-67',
362
+ base_denom: 'uusdlr',
363
+ chain_name: 'noble'
364
+ },
365
+ chain: {
366
+ channel_id: 'channel-2'
367
+ }
368
+ }]
369
+ },
302
370
  {
303
371
  description: 'The native token of Osmosis',
304
372
  denom_units: [{
package/mainnet/noble.js CHANGED
@@ -182,7 +182,8 @@ const assets = {
182
182
  'staking',
183
183
  'wasm',
184
184
  'assets',
185
- 'nft'
185
+ 'nft',
186
+ 'XRPL'
186
187
  ],
187
188
  images: [{
188
189
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -1292,7 +1293,8 @@ const assets = {
1292
1293
  'staking',
1293
1294
  'wasm',
1294
1295
  'assets',
1295
- 'nft'
1296
+ 'nft',
1297
+ 'XRPL'
1296
1298
  ],
1297
1299
  images: [{
1298
1300
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
@@ -2453,6 +2455,40 @@ const assets = {
2453
2455
  }
2454
2456
  }]
2455
2457
  },
2458
+ {
2459
+ description: 'The native token of PRYZM',
2460
+ denom_units: [{
2461
+ denom: 'ibc/6385B292245A2B716ED52A43E1D3266033560834BC9C3AB708E676FF49E73EEE',
2462
+ exponent: 0,
2463
+ aliases: ['upryzm']
2464
+ }, {
2465
+ denom: 'pryzm',
2466
+ exponent: 6
2467
+ }],
2468
+ base: 'ibc/6385B292245A2B716ED52A43E1D3266033560834BC9C3AB708E676FF49E73EEE',
2469
+ name: 'Pryzm',
2470
+ display: 'pryzm',
2471
+ symbol: 'PRYZM',
2472
+ logo_URIs: {
2473
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
2474
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
2475
+ },
2476
+ images: [{
2477
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
2478
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
2479
+ }],
2480
+ traces: [{
2481
+ type: 'ibc',
2482
+ counterparty: {
2483
+ channel_id: 'channel-5',
2484
+ base_denom: 'upryzm',
2485
+ chain_name: 'pryzm'
2486
+ },
2487
+ chain: {
2488
+ channel_id: 'channel-79'
2489
+ }
2490
+ }]
2491
+ },
2456
2492
  {
2457
2493
  description: 'The native token of Secret Network',
2458
2494
  denom_units: [{
@@ -2941,6 +2977,40 @@ const assets = {
2941
2977
  }
2942
2978
  }]
2943
2979
  },
2980
+ {
2981
+ description: 'The native token of PRYZM',
2982
+ denom_units: [{
2983
+ denom: 'ibc/6385B292245A2B716ED52A43E1D3266033560834BC9C3AB708E676FF49E73EEE',
2984
+ exponent: 0,
2985
+ aliases: ['upryzm']
2986
+ }, {
2987
+ denom: 'pryzm',
2988
+ exponent: 6
2989
+ }],
2990
+ base: 'ibc/6385B292245A2B716ED52A43E1D3266033560834BC9C3AB708E676FF49E73EEE',
2991
+ name: 'Pryzm',
2992
+ display: 'pryzm',
2993
+ symbol: 'PRYZM',
2994
+ logo_URIs: {
2995
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
2996
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
2997
+ },
2998
+ images: [{
2999
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
3000
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
3001
+ }],
3002
+ traces: [{
3003
+ type: 'ibc',
3004
+ counterparty: {
3005
+ channel_id: 'channel-5',
3006
+ base_denom: 'upryzm',
3007
+ chain_name: 'pryzm'
3008
+ },
3009
+ chain: {
3010
+ channel_id: 'channel-79'
3011
+ }
3012
+ }]
3013
+ },
2944
3014
  {
2945
3015
  description: 'The native token of Secret Network',
2946
3016
  denom_units: [{
@@ -347,6 +347,40 @@ const assets = {
347
347
  }
348
348
  }]
349
349
  },
350
+ {
351
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
352
+ denom_units: [{
353
+ denom: 'ibc/9A94F750ECF9F75418F6261BDC3777781D713DBE96B07B87FB2CF0D1A32135E7',
354
+ exponent: 0,
355
+ aliases: ['uusdlr']
356
+ }, {
357
+ denom: 'usdlr',
358
+ exponent: 6
359
+ }],
360
+ base: 'ibc/9A94F750ECF9F75418F6261BDC3777781D713DBE96B07B87FB2CF0D1A32135E7',
361
+ display: 'usdlr',
362
+ name: 'USDLR by Stable',
363
+ symbol: 'USDLR',
364
+ logo_URIs: {
365
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
366
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
367
+ },
368
+ images: [{
369
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
370
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
371
+ }],
372
+ traces: [{
373
+ type: 'ibc',
374
+ counterparty: {
375
+ channel_id: 'channel-44',
376
+ base_denom: 'uusdlr',
377
+ chain_name: 'noble'
378
+ },
379
+ chain: {
380
+ channel_id: 'channel-38'
381
+ }
382
+ }]
383
+ },
350
384
  {
351
385
  description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
352
386
  denom_units: [{
@@ -691,6 +725,40 @@ const assets = {
691
725
  }
692
726
  }]
693
727
  },
728
+ {
729
+ description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
730
+ denom_units: [{
731
+ denom: 'ibc/9A94F750ECF9F75418F6261BDC3777781D713DBE96B07B87FB2CF0D1A32135E7',
732
+ exponent: 0,
733
+ aliases: ['uusdlr']
734
+ }, {
735
+ denom: 'usdlr',
736
+ exponent: 6
737
+ }],
738
+ base: 'ibc/9A94F750ECF9F75418F6261BDC3777781D713DBE96B07B87FB2CF0D1A32135E7',
739
+ display: 'usdlr',
740
+ name: 'USDLR by Stable',
741
+ symbol: 'USDLR',
742
+ logo_URIs: {
743
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
744
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
745
+ },
746
+ images: [{
747
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
748
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
749
+ }],
750
+ traces: [{
751
+ type: 'ibc',
752
+ counterparty: {
753
+ channel_id: 'channel-44',
754
+ base_denom: 'uusdlr',
755
+ chain_name: 'noble'
756
+ },
757
+ chain: {
758
+ channel_id: 'channel-38'
759
+ }
760
+ }]
761
+ },
694
762
  {
695
763
  description: 'The native token of Osmosis',
696
764
  denom_units: [{