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