@chain-registry/assets 1.70.50 → 1.70.52

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 (94) hide show
  1. package/esm/mainnet/agoric.js +2 -8
  2. package/esm/mainnet/akash.js +2 -8
  3. package/esm/mainnet/andromeda.js +2 -8
  4. package/esm/mainnet/archway.js +2 -8
  5. package/esm/mainnet/assets.js +2 -1
  6. package/esm/mainnet/axelar.js +1288 -34
  7. package/esm/mainnet/canto.js +86 -0
  8. package/esm/mainnet/celestia.js +1385 -45
  9. package/esm/mainnet/cheqd.js +2 -8
  10. package/esm/mainnet/chihuahua.js +2 -8
  11. package/esm/mainnet/comdex.js +2 -8
  12. package/esm/mainnet/composable.js +2 -8
  13. package/esm/mainnet/coreum.js +2 -8
  14. package/esm/mainnet/cosmoshub.js +1364 -24
  15. package/esm/mainnet/crescent.js +2 -8
  16. package/esm/mainnet/dungeon.js +164 -0
  17. package/esm/mainnet/dydx.js +1286 -26
  18. package/esm/mainnet/dymension.js +2 -8
  19. package/esm/mainnet/evmos.js +2 -8
  20. package/esm/mainnet/gravitybridge.js +2 -8
  21. package/esm/mainnet/index.js +1 -0
  22. package/esm/mainnet/injective.js +1288 -34
  23. package/esm/mainnet/jackal.js +2 -8
  24. package/esm/mainnet/juno.js +2 -8
  25. package/esm/mainnet/kujira.js +2 -8
  26. package/esm/mainnet/migaloo.js +84 -8
  27. package/esm/mainnet/milkyway.js +268 -0
  28. package/esm/mainnet/neutron.js +1288 -34
  29. package/esm/mainnet/noble.js +1288 -34
  30. package/esm/mainnet/nolus.js +2 -8
  31. package/esm/mainnet/nyx.js +80 -0
  32. package/esm/mainnet/oraichain.js +2 -8
  33. package/esm/mainnet/osmosis.js +1364 -24
  34. package/esm/mainnet/persistence.js +2 -8
  35. package/esm/mainnet/quicksilver.js +2 -8
  36. package/esm/mainnet/saga.js +2 -8
  37. package/esm/mainnet/secretnetwork.js +170 -0
  38. package/esm/mainnet/sentinel.js +2 -8
  39. package/esm/mainnet/sifchain.js +2 -8
  40. package/esm/mainnet/stargaze.js +2 -8
  41. package/esm/mainnet/stride.js +1288 -34
  42. package/esm/mainnet/teritori.js +2 -8
  43. package/esm/mainnet/terra.js +2 -8
  44. package/esm/mainnet/terra2.js +1387 -51
  45. package/esm/mainnet/umee.js +2 -8
  46. package/index.d.ts +1 -1
  47. package/mainnet/agoric.js +2 -8
  48. package/mainnet/akash.js +2 -8
  49. package/mainnet/andromeda.js +2 -8
  50. package/mainnet/archway.js +2 -8
  51. package/mainnet/assets.js +2 -1
  52. package/mainnet/axelar.js +1288 -34
  53. package/mainnet/canto.js +86 -0
  54. package/mainnet/celestia.js +1385 -45
  55. package/mainnet/cheqd.js +2 -8
  56. package/mainnet/chihuahua.js +2 -8
  57. package/mainnet/comdex.js +2 -8
  58. package/mainnet/composable.js +2 -8
  59. package/mainnet/coreum.js +2 -8
  60. package/mainnet/cosmoshub.js +1364 -24
  61. package/mainnet/crescent.js +2 -8
  62. package/mainnet/dungeon.js +164 -0
  63. package/mainnet/dydx.js +1286 -26
  64. package/mainnet/dymension.js +2 -8
  65. package/mainnet/evmos.js +2 -8
  66. package/mainnet/gravitybridge.js +2 -8
  67. package/mainnet/index.d.ts +1 -0
  68. package/mainnet/index.js +3 -2
  69. package/mainnet/injective.js +1288 -34
  70. package/mainnet/jackal.js +2 -8
  71. package/mainnet/juno.js +2 -8
  72. package/mainnet/kujira.js +2 -8
  73. package/mainnet/migaloo.js +84 -8
  74. package/mainnet/milkyway.d.ts +3 -0
  75. package/mainnet/milkyway.js +270 -0
  76. package/mainnet/neutron.js +1288 -34
  77. package/mainnet/noble.js +1288 -34
  78. package/mainnet/nolus.js +2 -8
  79. package/mainnet/nyx.js +80 -0
  80. package/mainnet/oraichain.js +2 -8
  81. package/mainnet/osmosis.js +1364 -24
  82. package/mainnet/persistence.js +2 -8
  83. package/mainnet/quicksilver.js +2 -8
  84. package/mainnet/saga.js +2 -8
  85. package/mainnet/secretnetwork.js +170 -0
  86. package/mainnet/sentinel.js +2 -8
  87. package/mainnet/sifchain.js +2 -8
  88. package/mainnet/stargaze.js +2 -8
  89. package/mainnet/stride.js +1288 -34
  90. package/mainnet/teritori.js +2 -8
  91. package/mainnet/terra.js +2 -8
  92. package/mainnet/terra2.js +1387 -51
  93. package/mainnet/umee.js +2 -8
  94. package/package.json +5 -5
@@ -777,6 +777,49 @@ const assets = {
777
777
  },
778
778
  type_asset: 'sdk.coin'
779
779
  },
780
+ {
781
+ description: 'The native token of MilkyWay',
782
+ denom_units: [{
783
+ denom: 'ibc/240AC0896FEBBE3E063DD1BF21698A8767001D7BAE6F9FB0FA34448E9F663327',
784
+ exponent: 0,
785
+ aliases: ['umilk']
786
+ }, {
787
+ denom: 'milk',
788
+ exponent: 6
789
+ }],
790
+ type_asset: 'sdk.coin',
791
+ base: 'ibc/240AC0896FEBBE3E063DD1BF21698A8767001D7BAE6F9FB0FA34448E9F663327',
792
+ name: 'Milk',
793
+ display: 'milk',
794
+ symbol: 'MILK',
795
+ logo_URIs: {
796
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
797
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
798
+ },
799
+ images: [{
800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
801
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg',
802
+ theme: {
803
+ primary_color_hex: '#760dbb'
804
+ }
805
+ }],
806
+ keywords: ['liquid staking', 'restaking'],
807
+ socials: {
808
+ website: 'https://milkyway.zone',
809
+ twitter: 'https://x.com/milky_way_zone'
810
+ },
811
+ traces: [{
812
+ type: 'ibc',
813
+ counterparty: {
814
+ channel_id: 'channel-1',
815
+ base_denom: 'umilk',
816
+ chain_name: 'milkyway'
817
+ },
818
+ chain: {
819
+ channel_id: 'channel-49'
820
+ }
821
+ }]
822
+ },
780
823
  {
781
824
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
782
825
  denom_units: [{
@@ -1161,6 +1204,41 @@ const assets = {
1161
1204
  }
1162
1205
  }]
1163
1206
  },
1207
+ {
1208
+ description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
1209
+ denom_units: [{
1210
+ denom: 'ibc/BE069093469E2384A9A4491BF0B5EF70667101AE9D2CF1CFAB192F77434E0D84',
1211
+ exponent: 0,
1212
+ aliases: ['p:uatom:31Dec2026']
1213
+ }, {
1214
+ denom: 'pATOM31Dec2026',
1215
+ exponent: 6
1216
+ }],
1217
+ base: 'ibc/BE069093469E2384A9A4491BF0B5EF70667101AE9D2CF1CFAB192F77434E0D84',
1218
+ name: 'pAtom (31Dec2026)',
1219
+ display: 'pATOM31Dec2026',
1220
+ symbol: 'pATOM-31Dec2026',
1221
+ logo_URIs: {
1222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1223
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1224
+ },
1225
+ images: [{
1226
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1227
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1228
+ }],
1229
+ type_asset: 'sdk.coin',
1230
+ traces: [{
1231
+ type: 'ibc',
1232
+ counterparty: {
1233
+ channel_id: 'channel-3',
1234
+ base_denom: 'p:uatom:31Dec2026',
1235
+ chain_name: 'pryzm'
1236
+ },
1237
+ chain: {
1238
+ channel_id: 'channel-34'
1239
+ }
1240
+ }]
1241
+ },
1164
1242
  {
1165
1243
  description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
1166
1244
  denom_units: [{
@@ -1266,6 +1344,41 @@ const assets = {
1266
1344
  }
1267
1345
  }]
1268
1346
  },
1347
+ {
1348
+ description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
1349
+ denom_units: [{
1350
+ denom: 'ibc/94367B0E6CCAC6AC911C0976B9333172C532840CC14DF89C5AF8F30E665AED5A',
1351
+ exponent: 0,
1352
+ aliases: ['p:uosmo:31Dec2026']
1353
+ }, {
1354
+ denom: 'pOSMO31Dec2026',
1355
+ exponent: 6
1356
+ }],
1357
+ base: 'ibc/94367B0E6CCAC6AC911C0976B9333172C532840CC14DF89C5AF8F30E665AED5A',
1358
+ name: 'pOsmo (31Dec2026)',
1359
+ display: 'pOSMO31Dec2026',
1360
+ symbol: 'pOSMO-31Dec2026',
1361
+ logo_URIs: {
1362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1363
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1364
+ },
1365
+ images: [{
1366
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1367
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1368
+ }],
1369
+ type_asset: 'sdk.coin',
1370
+ traces: [{
1371
+ type: 'ibc',
1372
+ counterparty: {
1373
+ channel_id: 'channel-3',
1374
+ base_denom: 'p:uosmo:31Dec2026',
1375
+ chain_name: 'pryzm'
1376
+ },
1377
+ chain: {
1378
+ channel_id: 'channel-34'
1379
+ }
1380
+ }]
1381
+ },
1269
1382
  {
1270
1383
  description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
1271
1384
  denom_units: [{
@@ -1371,6 +1484,41 @@ const assets = {
1371
1484
  }
1372
1485
  }]
1373
1486
  },
1487
+ {
1488
+ description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
1489
+ denom_units: [{
1490
+ denom: 'ibc/439E6ECAA4229A8040F20776B09EC55EE2A33CC273FAB40ACAF92ED03BAD99F0',
1491
+ exponent: 0,
1492
+ aliases: ['p:inj:31Dec2026']
1493
+ }, {
1494
+ denom: 'pINJ31Dec2026',
1495
+ exponent: 18
1496
+ }],
1497
+ base: 'ibc/439E6ECAA4229A8040F20776B09EC55EE2A33CC273FAB40ACAF92ED03BAD99F0',
1498
+ name: 'pInj (31Dec2026)',
1499
+ display: 'pINJ31Dec2026',
1500
+ symbol: 'pINJ-31Dec2026',
1501
+ logo_URIs: {
1502
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1503
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1504
+ },
1505
+ images: [{
1506
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1507
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1508
+ }],
1509
+ type_asset: 'sdk.coin',
1510
+ traces: [{
1511
+ type: 'ibc',
1512
+ counterparty: {
1513
+ channel_id: 'channel-3',
1514
+ base_denom: 'p:inj:31Dec2026',
1515
+ chain_name: 'pryzm'
1516
+ },
1517
+ chain: {
1518
+ channel_id: 'channel-34'
1519
+ }
1520
+ }]
1521
+ },
1374
1522
  {
1375
1523
  description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
1376
1524
  denom_units: [{
@@ -1441,6 +1589,41 @@ const assets = {
1441
1589
  }
1442
1590
  }]
1443
1591
  },
1592
+ {
1593
+ description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
1594
+ denom_units: [{
1595
+ denom: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D',
1596
+ exponent: 0,
1597
+ aliases: ['p:uluna:31Dec2026']
1598
+ }, {
1599
+ denom: 'pLUNA31Dec2026',
1600
+ exponent: 6
1601
+ }],
1602
+ base: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D',
1603
+ name: 'pLuna (31Dec2026)',
1604
+ display: 'pLUNA31Dec2026',
1605
+ symbol: 'pLUNA-31Dec2026',
1606
+ logo_URIs: {
1607
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1608
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1609
+ },
1610
+ images: [{
1611
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1612
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1613
+ }],
1614
+ type_asset: 'sdk.coin',
1615
+ traces: [{
1616
+ type: 'ibc',
1617
+ counterparty: {
1618
+ channel_id: 'channel-3',
1619
+ base_denom: 'p:uluna:31Dec2026',
1620
+ chain_name: 'pryzm'
1621
+ },
1622
+ chain: {
1623
+ channel_id: 'channel-34'
1624
+ }
1625
+ }]
1626
+ },
1444
1627
  {
1445
1628
  description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
1446
1629
  denom_units: [{
@@ -1581,6 +1764,41 @@ const assets = {
1581
1764
  }
1582
1765
  }]
1583
1766
  },
1767
+ {
1768
+ description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
1769
+ denom_units: [{
1770
+ denom: 'ibc/31B1E37085E5793851D79087934322E5AD9D47DAB4647FFA72F40B17A1289228',
1771
+ exponent: 0,
1772
+ aliases: ['p:uauuu:31Dec2026']
1773
+ }, {
1774
+ denom: 'pAUUU31Dec2026',
1775
+ exponent: 6
1776
+ }],
1777
+ base: 'ibc/31B1E37085E5793851D79087934322E5AD9D47DAB4647FFA72F40B17A1289228',
1778
+ name: 'pAuuu (31Dec2026)',
1779
+ display: 'pAUUU31Dec2026',
1780
+ symbol: 'pAUUU-31Dec2026',
1781
+ logo_URIs: {
1782
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1783
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1784
+ },
1785
+ images: [{
1786
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1787
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1788
+ }],
1789
+ type_asset: 'sdk.coin',
1790
+ traces: [{
1791
+ type: 'ibc',
1792
+ counterparty: {
1793
+ channel_id: 'channel-3',
1794
+ base_denom: 'p:uauuu:31Dec2026',
1795
+ chain_name: 'pryzm'
1796
+ },
1797
+ chain: {
1798
+ channel_id: 'channel-34'
1799
+ }
1800
+ }]
1801
+ },
1584
1802
  {
1585
1803
  description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
1586
1804
  denom_units: [{
@@ -1686,6 +1904,41 @@ const assets = {
1686
1904
  }
1687
1905
  }]
1688
1906
  },
1907
+ {
1908
+ description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
1909
+ denom_units: [{
1910
+ denom: 'ibc/0956A7909B7781ACC5A56A3C96DDF14949C6DACBCEBCC89E2C3E3DB1BFCE524E',
1911
+ exponent: 0,
1912
+ aliases: ['p:stutia:31Dec2026']
1913
+ }, {
1914
+ denom: 'pstTIA31Dec2026',
1915
+ exponent: 6
1916
+ }],
1917
+ base: 'ibc/0956A7909B7781ACC5A56A3C96DDF14949C6DACBCEBCC89E2C3E3DB1BFCE524E',
1918
+ name: 'pstTia (31Dec2026)',
1919
+ display: 'pstTIA31Dec2026',
1920
+ symbol: 'pstTIA-31Dec2026',
1921
+ logo_URIs: {
1922
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1923
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1924
+ },
1925
+ images: [{
1926
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1927
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1928
+ }],
1929
+ type_asset: 'sdk.coin',
1930
+ traces: [{
1931
+ type: 'ibc',
1932
+ counterparty: {
1933
+ channel_id: 'channel-3',
1934
+ base_denom: 'p:stutia:31Dec2026',
1935
+ chain_name: 'pryzm'
1936
+ },
1937
+ chain: {
1938
+ channel_id: 'channel-34'
1939
+ }
1940
+ }]
1941
+ },
1689
1942
  {
1690
1943
  description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
1691
1944
  denom_units: [{
@@ -1791,6 +2044,41 @@ const assets = {
1791
2044
  }
1792
2045
  }]
1793
2046
  },
2047
+ {
2048
+ description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
2049
+ denom_units: [{
2050
+ denom: 'ibc/2B8D7E5CF03D0C471F9A12DC566CAB773541DB802B0D8D79F23DE5A67AB7A5D4',
2051
+ exponent: 0,
2052
+ aliases: ['p:stadydx:31Dec2026']
2053
+ }, {
2054
+ denom: 'pstDYDX31Dec2026',
2055
+ exponent: 18
2056
+ }],
2057
+ base: 'ibc/2B8D7E5CF03D0C471F9A12DC566CAB773541DB802B0D8D79F23DE5A67AB7A5D4',
2058
+ name: 'pstDydx (31Dec2026)',
2059
+ display: 'pstDYDX31Dec2026',
2060
+ symbol: 'pstDYDX-31Dec2026',
2061
+ logo_URIs: {
2062
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2063
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2064
+ },
2065
+ images: [{
2066
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2067
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2068
+ }],
2069
+ type_asset: 'sdk.coin',
2070
+ traces: [{
2071
+ type: 'ibc',
2072
+ counterparty: {
2073
+ channel_id: 'channel-3',
2074
+ base_denom: 'p:stadydx:31Dec2026',
2075
+ chain_name: 'pryzm'
2076
+ },
2077
+ chain: {
2078
+ channel_id: 'channel-34'
2079
+ }
2080
+ }]
2081
+ },
1794
2082
  {
1795
2083
  description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
1796
2084
  denom_units: [{
@@ -1896,6 +2184,41 @@ const assets = {
1896
2184
  }
1897
2185
  }]
1898
2186
  },
2187
+ {
2188
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
2189
+ denom_units: [{
2190
+ denom: 'ibc/4460B944526BFDEB3843E05E6F3F487A0CA4C423A6203A1CDF3E91C6093354EF',
2191
+ exponent: 0,
2192
+ aliases: ['p:udatom:31Dec2026']
2193
+ }, {
2194
+ denom: 'pdATOM31Dec2026',
2195
+ exponent: 6
2196
+ }],
2197
+ base: 'ibc/4460B944526BFDEB3843E05E6F3F487A0CA4C423A6203A1CDF3E91C6093354EF',
2198
+ name: 'pdAtom (31Dec2026)',
2199
+ display: 'pdATOM31Dec2026',
2200
+ symbol: 'pdATOM-31Dec2026',
2201
+ logo_URIs: {
2202
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2203
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2204
+ },
2205
+ images: [{
2206
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2207
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2208
+ }],
2209
+ type_asset: 'sdk.coin',
2210
+ traces: [{
2211
+ type: 'ibc',
2212
+ counterparty: {
2213
+ channel_id: 'channel-3',
2214
+ base_denom: 'p:udatom:31Dec2026',
2215
+ chain_name: 'pryzm'
2216
+ },
2217
+ chain: {
2218
+ channel_id: 'channel-34'
2219
+ }
2220
+ }]
2221
+ },
1899
2222
  {
1900
2223
  description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
1901
2224
  denom_units: [{
@@ -1967,33 +2290,33 @@ const assets = {
1967
2290
  }]
1968
2291
  },
1969
2292
  {
1970
- description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
2293
+ description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
1971
2294
  denom_units: [{
1972
- denom: 'ibc/EB878B1AE82DB5A4D2C172B0C9971605DFF88FA6F3303BA7360643C13DC44E1D',
2295
+ denom: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634',
1973
2296
  exponent: 0,
1974
- aliases: ['y:uatom:30Sep2024']
2297
+ aliases: ['p:utia:31Dec2026']
1975
2298
  }, {
1976
- denom: 'yATOM30Sep2024',
2299
+ denom: 'pTIA31Dec2026',
1977
2300
  exponent: 6
1978
2301
  }],
1979
- base: 'ibc/EB878B1AE82DB5A4D2C172B0C9971605DFF88FA6F3303BA7360643C13DC44E1D',
1980
- name: 'yAtom (30Sep2024)',
1981
- display: 'yATOM30Sep2024',
1982
- symbol: 'yATOM-30Sep2024',
2302
+ base: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634',
2303
+ name: 'pTia (31Dec2026)',
2304
+ display: 'pTIA31Dec2026',
2305
+ symbol: 'pTIA-31Dec2026',
1983
2306
  logo_URIs: {
1984
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1985
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2307
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
2308
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
1986
2309
  },
1987
2310
  images: [{
1988
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1989
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2311
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
2312
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
1990
2313
  }],
1991
2314
  type_asset: 'sdk.coin',
1992
2315
  traces: [{
1993
2316
  type: 'ibc',
1994
2317
  counterparty: {
1995
2318
  channel_id: 'channel-3',
1996
- base_denom: 'y:uatom:30Sep2024',
2319
+ base_denom: 'p:utia:31Dec2026',
1997
2320
  chain_name: 'pryzm'
1998
2321
  },
1999
2322
  chain: {
@@ -2002,13 +2325,48 @@ const assets = {
2002
2325
  }]
2003
2326
  },
2004
2327
  {
2005
- description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2024',
2328
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
2006
2329
  denom_units: [{
2007
- denom: 'ibc/258EE91F810A967CC4F7360C2A8C08FBFA36F0A098101EA6C689D5C740590AB2',
2330
+ denom: 'ibc/EB878B1AE82DB5A4D2C172B0C9971605DFF88FA6F3303BA7360643C13DC44E1D',
2008
2331
  exponent: 0,
2009
- aliases: ['y:uatom:31Dec2024']
2332
+ aliases: ['y:uatom:30Sep2024']
2010
2333
  }, {
2011
- denom: 'yATOM31Dec2024',
2334
+ denom: 'yATOM30Sep2024',
2335
+ exponent: 6
2336
+ }],
2337
+ base: 'ibc/EB878B1AE82DB5A4D2C172B0C9971605DFF88FA6F3303BA7360643C13DC44E1D',
2338
+ name: 'yAtom (30Sep2024)',
2339
+ display: 'yATOM30Sep2024',
2340
+ symbol: 'yATOM-30Sep2024',
2341
+ logo_URIs: {
2342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2343
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2344
+ },
2345
+ images: [{
2346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2347
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2348
+ }],
2349
+ type_asset: 'sdk.coin',
2350
+ traces: [{
2351
+ type: 'ibc',
2352
+ counterparty: {
2353
+ channel_id: 'channel-3',
2354
+ base_denom: 'y:uatom:30Sep2024',
2355
+ chain_name: 'pryzm'
2356
+ },
2357
+ chain: {
2358
+ channel_id: 'channel-34'
2359
+ }
2360
+ }]
2361
+ },
2362
+ {
2363
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2024',
2364
+ denom_units: [{
2365
+ denom: 'ibc/258EE91F810A967CC4F7360C2A8C08FBFA36F0A098101EA6C689D5C740590AB2',
2366
+ exponent: 0,
2367
+ aliases: ['y:uatom:31Dec2024']
2368
+ }, {
2369
+ denom: 'yATOM31Dec2024',
2012
2370
  exponent: 6
2013
2371
  }],
2014
2372
  base: 'ibc/258EE91F810A967CC4F7360C2A8C08FBFA36F0A098101EA6C689D5C740590AB2',
@@ -2071,6 +2429,41 @@ const assets = {
2071
2429
  }
2072
2430
  }]
2073
2431
  },
2432
+ {
2433
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
2434
+ denom_units: [{
2435
+ denom: 'ibc/C2A25327C9D8405A1CFA431A38B3C2F0A8B73B0FB7A48A7BB75D4F19B1D11B70',
2436
+ exponent: 0,
2437
+ aliases: ['y:uatom:31Dec2026']
2438
+ }, {
2439
+ denom: 'yATOM31Dec2026',
2440
+ exponent: 6
2441
+ }],
2442
+ base: 'ibc/C2A25327C9D8405A1CFA431A38B3C2F0A8B73B0FB7A48A7BB75D4F19B1D11B70',
2443
+ name: 'yAtom (31Dec2026)',
2444
+ display: 'yATOM31Dec2026',
2445
+ symbol: 'yATOM-31Dec2026',
2446
+ logo_URIs: {
2447
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2448
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2449
+ },
2450
+ images: [{
2451
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2452
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2453
+ }],
2454
+ type_asset: 'sdk.coin',
2455
+ traces: [{
2456
+ type: 'ibc',
2457
+ counterparty: {
2458
+ channel_id: 'channel-3',
2459
+ base_denom: 'y:uatom:31Dec2026',
2460
+ chain_name: 'pryzm'
2461
+ },
2462
+ chain: {
2463
+ channel_id: 'channel-34'
2464
+ }
2465
+ }]
2466
+ },
2074
2467
  {
2075
2468
  description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
2076
2469
  denom_units: [{
@@ -2176,6 +2569,41 @@ const assets = {
2176
2569
  }
2177
2570
  }]
2178
2571
  },
2572
+ {
2573
+ description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
2574
+ denom_units: [{
2575
+ denom: 'ibc/75EA0F635B7E4B616182659C217E446967DF08FC7889AFB4E199ED75D466D498',
2576
+ exponent: 0,
2577
+ aliases: ['y:uosmo:31Dec2026']
2578
+ }, {
2579
+ denom: 'yOSMO31Dec2026',
2580
+ exponent: 6
2581
+ }],
2582
+ base: 'ibc/75EA0F635B7E4B616182659C217E446967DF08FC7889AFB4E199ED75D466D498',
2583
+ name: 'yOsmo (31Dec2026)',
2584
+ display: 'yOSMO31Dec2026',
2585
+ symbol: 'yOSMO-31Dec2026',
2586
+ logo_URIs: {
2587
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2588
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2589
+ },
2590
+ images: [{
2591
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2592
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2593
+ }],
2594
+ type_asset: 'sdk.coin',
2595
+ traces: [{
2596
+ type: 'ibc',
2597
+ counterparty: {
2598
+ channel_id: 'channel-3',
2599
+ base_denom: 'y:uosmo:31Dec2026',
2600
+ chain_name: 'pryzm'
2601
+ },
2602
+ chain: {
2603
+ channel_id: 'channel-34'
2604
+ }
2605
+ }]
2606
+ },
2179
2607
  {
2180
2608
  description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
2181
2609
  denom_units: [{
@@ -2281,6 +2709,41 @@ const assets = {
2281
2709
  }
2282
2710
  }]
2283
2711
  },
2712
+ {
2713
+ description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
2714
+ denom_units: [{
2715
+ denom: 'ibc/A5AFF9B44EEF010B17A62750B1C780F0D20CCB9FD603CCF2DBB883770BDE3CBC',
2716
+ exponent: 0,
2717
+ aliases: ['y:inj:31Dec2026']
2718
+ }, {
2719
+ denom: 'yINJ31Dec2026',
2720
+ exponent: 18
2721
+ }],
2722
+ base: 'ibc/A5AFF9B44EEF010B17A62750B1C780F0D20CCB9FD603CCF2DBB883770BDE3CBC',
2723
+ name: 'yInj (31Dec2026)',
2724
+ display: 'yINJ31Dec2026',
2725
+ symbol: 'yINJ-31Dec2026',
2726
+ logo_URIs: {
2727
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2728
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2729
+ },
2730
+ images: [{
2731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2733
+ }],
2734
+ type_asset: 'sdk.coin',
2735
+ traces: [{
2736
+ type: 'ibc',
2737
+ counterparty: {
2738
+ channel_id: 'channel-3',
2739
+ base_denom: 'y:inj:31Dec2026',
2740
+ chain_name: 'pryzm'
2741
+ },
2742
+ chain: {
2743
+ channel_id: 'channel-34'
2744
+ }
2745
+ }]
2746
+ },
2284
2747
  {
2285
2748
  description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
2286
2749
  denom_units: [{
@@ -2386,6 +2849,41 @@ const assets = {
2386
2849
  }
2387
2850
  }]
2388
2851
  },
2852
+ {
2853
+ description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
2854
+ denom_units: [{
2855
+ denom: 'ibc/C27A50AC2D0EAFF33EA232421C8B12A7C48125EA4D8FF00906DCCC44922101AF',
2856
+ exponent: 0,
2857
+ aliases: ['y:uluna:31Dec2026']
2858
+ }, {
2859
+ denom: 'yLUNA31Dec2026',
2860
+ exponent: 6
2861
+ }],
2862
+ base: 'ibc/C27A50AC2D0EAFF33EA232421C8B12A7C48125EA4D8FF00906DCCC44922101AF',
2863
+ name: 'yLuna (31Dec2026)',
2864
+ display: 'yLUNA31Dec2026',
2865
+ symbol: 'yLUNA-31Dec2026',
2866
+ logo_URIs: {
2867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2869
+ },
2870
+ images: [{
2871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2872
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2873
+ }],
2874
+ type_asset: 'sdk.coin',
2875
+ traces: [{
2876
+ type: 'ibc',
2877
+ counterparty: {
2878
+ channel_id: 'channel-3',
2879
+ base_denom: 'y:uluna:31Dec2026',
2880
+ chain_name: 'pryzm'
2881
+ },
2882
+ chain: {
2883
+ channel_id: 'channel-34'
2884
+ }
2885
+ }]
2886
+ },
2389
2887
  {
2390
2888
  description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
2391
2889
  denom_units: [{
@@ -2491,6 +2989,41 @@ const assets = {
2491
2989
  }
2492
2990
  }]
2493
2991
  },
2992
+ {
2993
+ description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
2994
+ denom_units: [{
2995
+ denom: 'ibc/31B45D9FAA140FF12C292BB8E7052B9ECB5C16B64CCB5B4962179F4127F8E8C3',
2996
+ exponent: 0,
2997
+ aliases: ['y:uauuu:31Dec2026']
2998
+ }, {
2999
+ denom: 'yAUUU31Dec2026',
3000
+ exponent: 6
3001
+ }],
3002
+ base: 'ibc/31B45D9FAA140FF12C292BB8E7052B9ECB5C16B64CCB5B4962179F4127F8E8C3',
3003
+ name: 'yAuuu (31Dec2026)',
3004
+ display: 'yAUUU31Dec2026',
3005
+ symbol: 'yAUUU-31Dec2026',
3006
+ logo_URIs: {
3007
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3008
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3009
+ },
3010
+ images: [{
3011
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3012
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3013
+ }],
3014
+ type_asset: 'sdk.coin',
3015
+ traces: [{
3016
+ type: 'ibc',
3017
+ counterparty: {
3018
+ channel_id: 'channel-3',
3019
+ base_denom: 'y:uauuu:31Dec2026',
3020
+ chain_name: 'pryzm'
3021
+ },
3022
+ chain: {
3023
+ channel_id: 'channel-34'
3024
+ }
3025
+ }]
3026
+ },
2494
3027
  {
2495
3028
  description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
2496
3029
  denom_units: [{
@@ -2596,6 +3129,41 @@ const assets = {
2596
3129
  }
2597
3130
  }]
2598
3131
  },
3132
+ {
3133
+ description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
3134
+ denom_units: [{
3135
+ denom: 'ibc/9C8D48491531BF7F96C478395106C37FE5443929B2C8E29F64927B862EDF8F13',
3136
+ exponent: 0,
3137
+ aliases: ['y:stutia:31Dec2026']
3138
+ }, {
3139
+ denom: 'ystTIA31Dec2026',
3140
+ exponent: 6
3141
+ }],
3142
+ base: 'ibc/9C8D48491531BF7F96C478395106C37FE5443929B2C8E29F64927B862EDF8F13',
3143
+ name: 'ystTia (31Dec2026)',
3144
+ display: 'ystTIA31Dec2026',
3145
+ symbol: 'ystTIA-31Dec2026',
3146
+ logo_URIs: {
3147
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3148
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3149
+ },
3150
+ images: [{
3151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3152
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3153
+ }],
3154
+ type_asset: 'sdk.coin',
3155
+ traces: [{
3156
+ type: 'ibc',
3157
+ counterparty: {
3158
+ channel_id: 'channel-3',
3159
+ base_denom: 'y:stutia:31Dec2026',
3160
+ chain_name: 'pryzm'
3161
+ },
3162
+ chain: {
3163
+ channel_id: 'channel-34'
3164
+ }
3165
+ }]
3166
+ },
2599
3167
  {
2600
3168
  description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
2601
3169
  denom_units: [{
@@ -2604,7 +3172,7 @@ const assets = {
2604
3172
  aliases: ['y:stadydx:30Sep2024']
2605
3173
  }, {
2606
3174
  denom: 'ystDYDX30Sep2024',
2607
- exponent: 6
3175
+ exponent: 18
2608
3176
  }],
2609
3177
  base: 'ibc/8616EEBE00E4DB3338D2E2989CFC7F924B7FEAB88B474421174FFFF56AE99B2D',
2610
3178
  name: 'ystDydx (30Sep2024)',
@@ -2639,7 +3207,7 @@ const assets = {
2639
3207
  aliases: ['y:stadydx:31Dec2024']
2640
3208
  }, {
2641
3209
  denom: 'ystDYDX31Dec2024',
2642
- exponent: 6
3210
+ exponent: 18
2643
3211
  }],
2644
3212
  base: 'ibc/065A6E43A89CD158BF8781CA532D1FCB6F48C47C291185EA27EA29C5E5ACC188',
2645
3213
  name: 'ystDydx (31Dec2024)',
@@ -2674,7 +3242,7 @@ const assets = {
2674
3242
  aliases: ['y:stadydx:31Dec2025']
2675
3243
  }, {
2676
3244
  denom: 'ystDYDX31Dec2025',
2677
- exponent: 6
3245
+ exponent: 18
2678
3246
  }],
2679
3247
  base: 'ibc/9B565C3318CBFCC862C64A75EDAC0489A1DE13726A37E2E99E58F90760720B78',
2680
3248
  name: 'ystDydx (31Dec2025)',
@@ -2701,6 +3269,41 @@ const assets = {
2701
3269
  }
2702
3270
  }]
2703
3271
  },
3272
+ {
3273
+ description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
3274
+ denom_units: [{
3275
+ denom: 'ibc/A96D5FF919B4891C7B90AFCCB33CAE03F317D263C65D24FD59F6E310577E5285',
3276
+ exponent: 0,
3277
+ aliases: ['y:stadydx:31Dec2026']
3278
+ }, {
3279
+ denom: 'ystDYDX31Dec2026',
3280
+ exponent: 18
3281
+ }],
3282
+ base: 'ibc/A96D5FF919B4891C7B90AFCCB33CAE03F317D263C65D24FD59F6E310577E5285',
3283
+ name: 'ystDydx (31Dec2026)',
3284
+ display: 'ystDYDX31Dec2026',
3285
+ symbol: 'ystDYDX-31Dec2026',
3286
+ logo_URIs: {
3287
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3288
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3289
+ },
3290
+ images: [{
3291
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3292
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3293
+ }],
3294
+ type_asset: 'sdk.coin',
3295
+ traces: [{
3296
+ type: 'ibc',
3297
+ counterparty: {
3298
+ channel_id: 'channel-3',
3299
+ base_denom: 'y:stadydx:31Dec2026',
3300
+ chain_name: 'pryzm'
3301
+ },
3302
+ chain: {
3303
+ channel_id: 'channel-34'
3304
+ }
3305
+ }]
3306
+ },
2704
3307
  {
2705
3308
  description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
2706
3309
  denom_units: [{
@@ -2806,6 +3409,41 @@ const assets = {
2806
3409
  }
2807
3410
  }]
2808
3411
  },
3412
+ {
3413
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
3414
+ denom_units: [{
3415
+ denom: 'ibc/0535FD7A86C71EFADF46E676EB1F3FBCB241466387E1886D0B5ACD60E78F30C1',
3416
+ exponent: 0,
3417
+ aliases: ['y:udatom:31Dec2026']
3418
+ }, {
3419
+ denom: 'ydATOM31Dec2026',
3420
+ exponent: 6
3421
+ }],
3422
+ base: 'ibc/0535FD7A86C71EFADF46E676EB1F3FBCB241466387E1886D0B5ACD60E78F30C1',
3423
+ name: 'ydAtom (31Dec2026)',
3424
+ display: 'ydATOM31Dec2026',
3425
+ symbol: 'ydATOM-31Dec2026',
3426
+ logo_URIs: {
3427
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3428
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3429
+ },
3430
+ images: [{
3431
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3432
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3433
+ }],
3434
+ type_asset: 'sdk.coin',
3435
+ traces: [{
3436
+ type: 'ibc',
3437
+ counterparty: {
3438
+ channel_id: 'channel-3',
3439
+ base_denom: 'y:udatom:31Dec2026',
3440
+ chain_name: 'pryzm'
3441
+ },
3442
+ chain: {
3443
+ channel_id: 'channel-34'
3444
+ }
3445
+ }]
3446
+ },
2809
3447
  {
2810
3448
  description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
2811
3449
  denom_units: [{
@@ -2876,6 +3514,41 @@ const assets = {
2876
3514
  }
2877
3515
  }]
2878
3516
  },
3517
+ {
3518
+ description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
3519
+ denom_units: [{
3520
+ denom: 'ibc/17D9D14B40D333EBCD3F8983449C8FDBDEA22012CE6CFAB931604856C356A591',
3521
+ exponent: 0,
3522
+ aliases: ['y:utia:31Dec2026']
3523
+ }, {
3524
+ denom: 'yTIA31Dec2026',
3525
+ exponent: 6
3526
+ }],
3527
+ base: 'ibc/17D9D14B40D333EBCD3F8983449C8FDBDEA22012CE6CFAB931604856C356A591',
3528
+ name: 'yTia (31Dec2026)',
3529
+ display: 'yTIA31Dec2026',
3530
+ symbol: 'yTIA-31Dec2026',
3531
+ logo_URIs: {
3532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
3533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
3534
+ },
3535
+ images: [{
3536
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
3537
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
3538
+ }],
3539
+ type_asset: 'sdk.coin',
3540
+ traces: [{
3541
+ type: 'ibc',
3542
+ counterparty: {
3543
+ channel_id: 'channel-3',
3544
+ base_denom: 'y:utia:31Dec2026',
3545
+ chain_name: 'pryzm'
3546
+ },
3547
+ chain: {
3548
+ channel_id: 'channel-34'
3549
+ }
3550
+ }]
3551
+ },
2879
3552
  {
2880
3553
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
2881
3554
  denom_units: [{
@@ -3807,10 +4480,7 @@ const assets = {
3807
4480
  coingecko_id: 'secret',
3808
4481
  images: [{
3809
4482
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
3810
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
3811
- theme: {
3812
- primary_color_hex: '#040404'
3813
- }
4483
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
3814
4484
  }],
3815
4485
  socials: {
3816
4486
  website: 'https://scrt.network/',
@@ -4681,11 +5351,54 @@ const assets = {
4681
5351
  background_color_hex: '#009393'
4682
5352
  }
4683
5353
  }],
4684
- logo_URIs: {
4685
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
4686
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
5354
+ logo_URIs: {
5355
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
5356
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
5357
+ },
5358
+ type_asset: 'sdk.coin'
5359
+ },
5360
+ {
5361
+ description: 'The native token of MilkyWay',
5362
+ denom_units: [{
5363
+ denom: 'ibc/240AC0896FEBBE3E063DD1BF21698A8767001D7BAE6F9FB0FA34448E9F663327',
5364
+ exponent: 0,
5365
+ aliases: ['umilk']
5366
+ }, {
5367
+ denom: 'milk',
5368
+ exponent: 6
5369
+ }],
5370
+ type_asset: 'sdk.coin',
5371
+ base: 'ibc/240AC0896FEBBE3E063DD1BF21698A8767001D7BAE6F9FB0FA34448E9F663327',
5372
+ name: 'Milk',
5373
+ display: 'milk',
5374
+ symbol: 'MILK',
5375
+ logo_URIs: {
5376
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
5377
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
5378
+ },
5379
+ images: [{
5380
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
5381
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg',
5382
+ theme: {
5383
+ primary_color_hex: '#760dbb'
5384
+ }
5385
+ }],
5386
+ keywords: ['liquid staking', 'restaking'],
5387
+ socials: {
5388
+ website: 'https://milkyway.zone',
5389
+ twitter: 'https://x.com/milky_way_zone'
4687
5390
  },
4688
- type_asset: 'sdk.coin'
5391
+ traces: [{
5392
+ type: 'ibc',
5393
+ counterparty: {
5394
+ channel_id: 'channel-1',
5395
+ base_denom: 'umilk',
5396
+ chain_name: 'milkyway'
5397
+ },
5398
+ chain: {
5399
+ channel_id: 'channel-49'
5400
+ }
5401
+ }]
4689
5402
  },
4690
5403
  {
4691
5404
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
@@ -5071,6 +5784,41 @@ const assets = {
5071
5784
  }
5072
5785
  }]
5073
5786
  },
5787
+ {
5788
+ description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
5789
+ denom_units: [{
5790
+ denom: 'ibc/BE069093469E2384A9A4491BF0B5EF70667101AE9D2CF1CFAB192F77434E0D84',
5791
+ exponent: 0,
5792
+ aliases: ['p:uatom:31Dec2026']
5793
+ }, {
5794
+ denom: 'pATOM31Dec2026',
5795
+ exponent: 6
5796
+ }],
5797
+ base: 'ibc/BE069093469E2384A9A4491BF0B5EF70667101AE9D2CF1CFAB192F77434E0D84',
5798
+ name: 'pAtom (31Dec2026)',
5799
+ display: 'pATOM31Dec2026',
5800
+ symbol: 'pATOM-31Dec2026',
5801
+ logo_URIs: {
5802
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5803
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5804
+ },
5805
+ images: [{
5806
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5807
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5808
+ }],
5809
+ type_asset: 'sdk.coin',
5810
+ traces: [{
5811
+ type: 'ibc',
5812
+ counterparty: {
5813
+ channel_id: 'channel-3',
5814
+ base_denom: 'p:uatom:31Dec2026',
5815
+ chain_name: 'pryzm'
5816
+ },
5817
+ chain: {
5818
+ channel_id: 'channel-34'
5819
+ }
5820
+ }]
5821
+ },
5074
5822
  {
5075
5823
  description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
5076
5824
  denom_units: [{
@@ -5176,6 +5924,41 @@ const assets = {
5176
5924
  }
5177
5925
  }]
5178
5926
  },
5927
+ {
5928
+ description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
5929
+ denom_units: [{
5930
+ denom: 'ibc/94367B0E6CCAC6AC911C0976B9333172C532840CC14DF89C5AF8F30E665AED5A',
5931
+ exponent: 0,
5932
+ aliases: ['p:uosmo:31Dec2026']
5933
+ }, {
5934
+ denom: 'pOSMO31Dec2026',
5935
+ exponent: 6
5936
+ }],
5937
+ base: 'ibc/94367B0E6CCAC6AC911C0976B9333172C532840CC14DF89C5AF8F30E665AED5A',
5938
+ name: 'pOsmo (31Dec2026)',
5939
+ display: 'pOSMO31Dec2026',
5940
+ symbol: 'pOSMO-31Dec2026',
5941
+ logo_URIs: {
5942
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5943
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5944
+ },
5945
+ images: [{
5946
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5947
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5948
+ }],
5949
+ type_asset: 'sdk.coin',
5950
+ traces: [{
5951
+ type: 'ibc',
5952
+ counterparty: {
5953
+ channel_id: 'channel-3',
5954
+ base_denom: 'p:uosmo:31Dec2026',
5955
+ chain_name: 'pryzm'
5956
+ },
5957
+ chain: {
5958
+ channel_id: 'channel-34'
5959
+ }
5960
+ }]
5961
+ },
5179
5962
  {
5180
5963
  description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
5181
5964
  denom_units: [{
@@ -5281,6 +6064,41 @@ const assets = {
5281
6064
  }
5282
6065
  }]
5283
6066
  },
6067
+ {
6068
+ description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
6069
+ denom_units: [{
6070
+ denom: 'ibc/439E6ECAA4229A8040F20776B09EC55EE2A33CC273FAB40ACAF92ED03BAD99F0',
6071
+ exponent: 0,
6072
+ aliases: ['p:inj:31Dec2026']
6073
+ }, {
6074
+ denom: 'pINJ31Dec2026',
6075
+ exponent: 18
6076
+ }],
6077
+ base: 'ibc/439E6ECAA4229A8040F20776B09EC55EE2A33CC273FAB40ACAF92ED03BAD99F0',
6078
+ name: 'pInj (31Dec2026)',
6079
+ display: 'pINJ31Dec2026',
6080
+ symbol: 'pINJ-31Dec2026',
6081
+ logo_URIs: {
6082
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
6083
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
6084
+ },
6085
+ images: [{
6086
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
6087
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
6088
+ }],
6089
+ type_asset: 'sdk.coin',
6090
+ traces: [{
6091
+ type: 'ibc',
6092
+ counterparty: {
6093
+ channel_id: 'channel-3',
6094
+ base_denom: 'p:inj:31Dec2026',
6095
+ chain_name: 'pryzm'
6096
+ },
6097
+ chain: {
6098
+ channel_id: 'channel-34'
6099
+ }
6100
+ }]
6101
+ },
5284
6102
  {
5285
6103
  description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
5286
6104
  denom_units: [{
@@ -5351,6 +6169,41 @@ const assets = {
5351
6169
  }
5352
6170
  }]
5353
6171
  },
6172
+ {
6173
+ description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
6174
+ denom_units: [{
6175
+ denom: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D',
6176
+ exponent: 0,
6177
+ aliases: ['p:uluna:31Dec2026']
6178
+ }, {
6179
+ denom: 'pLUNA31Dec2026',
6180
+ exponent: 6
6181
+ }],
6182
+ base: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D',
6183
+ name: 'pLuna (31Dec2026)',
6184
+ display: 'pLUNA31Dec2026',
6185
+ symbol: 'pLUNA-31Dec2026',
6186
+ logo_URIs: {
6187
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
6188
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
6189
+ },
6190
+ images: [{
6191
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
6192
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
6193
+ }],
6194
+ type_asset: 'sdk.coin',
6195
+ traces: [{
6196
+ type: 'ibc',
6197
+ counterparty: {
6198
+ channel_id: 'channel-3',
6199
+ base_denom: 'p:uluna:31Dec2026',
6200
+ chain_name: 'pryzm'
6201
+ },
6202
+ chain: {
6203
+ channel_id: 'channel-34'
6204
+ }
6205
+ }]
6206
+ },
5354
6207
  {
5355
6208
  description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
5356
6209
  denom_units: [{
@@ -5491,6 +6344,41 @@ const assets = {
5491
6344
  }
5492
6345
  }]
5493
6346
  },
6347
+ {
6348
+ description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
6349
+ denom_units: [{
6350
+ denom: 'ibc/31B1E37085E5793851D79087934322E5AD9D47DAB4647FFA72F40B17A1289228',
6351
+ exponent: 0,
6352
+ aliases: ['p:uauuu:31Dec2026']
6353
+ }, {
6354
+ denom: 'pAUUU31Dec2026',
6355
+ exponent: 6
6356
+ }],
6357
+ base: 'ibc/31B1E37085E5793851D79087934322E5AD9D47DAB4647FFA72F40B17A1289228',
6358
+ name: 'pAuuu (31Dec2026)',
6359
+ display: 'pAUUU31Dec2026',
6360
+ symbol: 'pAUUU-31Dec2026',
6361
+ logo_URIs: {
6362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6363
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6364
+ },
6365
+ images: [{
6366
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6367
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6368
+ }],
6369
+ type_asset: 'sdk.coin',
6370
+ traces: [{
6371
+ type: 'ibc',
6372
+ counterparty: {
6373
+ channel_id: 'channel-3',
6374
+ base_denom: 'p:uauuu:31Dec2026',
6375
+ chain_name: 'pryzm'
6376
+ },
6377
+ chain: {
6378
+ channel_id: 'channel-34'
6379
+ }
6380
+ }]
6381
+ },
5494
6382
  {
5495
6383
  description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
5496
6384
  denom_units: [{
@@ -5596,6 +6484,41 @@ const assets = {
5596
6484
  }
5597
6485
  }]
5598
6486
  },
6487
+ {
6488
+ description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
6489
+ denom_units: [{
6490
+ denom: 'ibc/0956A7909B7781ACC5A56A3C96DDF14949C6DACBCEBCC89E2C3E3DB1BFCE524E',
6491
+ exponent: 0,
6492
+ aliases: ['p:stutia:31Dec2026']
6493
+ }, {
6494
+ denom: 'pstTIA31Dec2026',
6495
+ exponent: 6
6496
+ }],
6497
+ base: 'ibc/0956A7909B7781ACC5A56A3C96DDF14949C6DACBCEBCC89E2C3E3DB1BFCE524E',
6498
+ name: 'pstTia (31Dec2026)',
6499
+ display: 'pstTIA31Dec2026',
6500
+ symbol: 'pstTIA-31Dec2026',
6501
+ logo_URIs: {
6502
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6503
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6504
+ },
6505
+ images: [{
6506
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6507
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6508
+ }],
6509
+ type_asset: 'sdk.coin',
6510
+ traces: [{
6511
+ type: 'ibc',
6512
+ counterparty: {
6513
+ channel_id: 'channel-3',
6514
+ base_denom: 'p:stutia:31Dec2026',
6515
+ chain_name: 'pryzm'
6516
+ },
6517
+ chain: {
6518
+ channel_id: 'channel-34'
6519
+ }
6520
+ }]
6521
+ },
5599
6522
  {
5600
6523
  description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
5601
6524
  denom_units: [{
@@ -5701,6 +6624,41 @@ const assets = {
5701
6624
  }
5702
6625
  }]
5703
6626
  },
6627
+ {
6628
+ description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
6629
+ denom_units: [{
6630
+ denom: 'ibc/2B8D7E5CF03D0C471F9A12DC566CAB773541DB802B0D8D79F23DE5A67AB7A5D4',
6631
+ exponent: 0,
6632
+ aliases: ['p:stadydx:31Dec2026']
6633
+ }, {
6634
+ denom: 'pstDYDX31Dec2026',
6635
+ exponent: 18
6636
+ }],
6637
+ base: 'ibc/2B8D7E5CF03D0C471F9A12DC566CAB773541DB802B0D8D79F23DE5A67AB7A5D4',
6638
+ name: 'pstDydx (31Dec2026)',
6639
+ display: 'pstDYDX31Dec2026',
6640
+ symbol: 'pstDYDX-31Dec2026',
6641
+ logo_URIs: {
6642
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6643
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6644
+ },
6645
+ images: [{
6646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6647
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6648
+ }],
6649
+ type_asset: 'sdk.coin',
6650
+ traces: [{
6651
+ type: 'ibc',
6652
+ counterparty: {
6653
+ channel_id: 'channel-3',
6654
+ base_denom: 'p:stadydx:31Dec2026',
6655
+ chain_name: 'pryzm'
6656
+ },
6657
+ chain: {
6658
+ channel_id: 'channel-34'
6659
+ }
6660
+ }]
6661
+ },
5704
6662
  {
5705
6663
  description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
5706
6664
  denom_units: [{
@@ -5806,6 +6764,41 @@ const assets = {
5806
6764
  }
5807
6765
  }]
5808
6766
  },
6767
+ {
6768
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
6769
+ denom_units: [{
6770
+ denom: 'ibc/4460B944526BFDEB3843E05E6F3F487A0CA4C423A6203A1CDF3E91C6093354EF',
6771
+ exponent: 0,
6772
+ aliases: ['p:udatom:31Dec2026']
6773
+ }, {
6774
+ denom: 'pdATOM31Dec2026',
6775
+ exponent: 6
6776
+ }],
6777
+ base: 'ibc/4460B944526BFDEB3843E05E6F3F487A0CA4C423A6203A1CDF3E91C6093354EF',
6778
+ name: 'pdAtom (31Dec2026)',
6779
+ display: 'pdATOM31Dec2026',
6780
+ symbol: 'pdATOM-31Dec2026',
6781
+ logo_URIs: {
6782
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6783
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6784
+ },
6785
+ images: [{
6786
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6787
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6788
+ }],
6789
+ type_asset: 'sdk.coin',
6790
+ traces: [{
6791
+ type: 'ibc',
6792
+ counterparty: {
6793
+ channel_id: 'channel-3',
6794
+ base_denom: 'p:udatom:31Dec2026',
6795
+ chain_name: 'pryzm'
6796
+ },
6797
+ chain: {
6798
+ channel_id: 'channel-34'
6799
+ }
6800
+ }]
6801
+ },
5809
6802
  {
5810
6803
  description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
5811
6804
  denom_units: [{
@@ -5833,7 +6826,42 @@ const assets = {
5833
6826
  type: 'ibc',
5834
6827
  counterparty: {
5835
6828
  channel_id: 'channel-3',
5836
- base_denom: 'p:utia:31Dec2024',
6829
+ base_denom: 'p:utia:31Dec2024',
6830
+ chain_name: 'pryzm'
6831
+ },
6832
+ chain: {
6833
+ channel_id: 'channel-34'
6834
+ }
6835
+ }]
6836
+ },
6837
+ {
6838
+ description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
6839
+ denom_units: [{
6840
+ denom: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
6841
+ exponent: 0,
6842
+ aliases: ['p:utia:31Dec2025']
6843
+ }, {
6844
+ denom: 'pTIA31Dec2025',
6845
+ exponent: 6
6846
+ }],
6847
+ base: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
6848
+ name: 'pTia (31Dec2025)',
6849
+ display: 'pTIA31Dec2025',
6850
+ symbol: 'pTIA-31Dec2025',
6851
+ logo_URIs: {
6852
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
6853
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
6854
+ },
6855
+ images: [{
6856
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
6857
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
6858
+ }],
6859
+ type_asset: 'sdk.coin',
6860
+ traces: [{
6861
+ type: 'ibc',
6862
+ counterparty: {
6863
+ channel_id: 'channel-3',
6864
+ base_denom: 'p:utia:31Dec2025',
5837
6865
  chain_name: 'pryzm'
5838
6866
  },
5839
6867
  chain: {
@@ -5842,19 +6870,19 @@ const assets = {
5842
6870
  }]
5843
6871
  },
5844
6872
  {
5845
- description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
6873
+ description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
5846
6874
  denom_units: [{
5847
- denom: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
6875
+ denom: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634',
5848
6876
  exponent: 0,
5849
- aliases: ['p:utia:31Dec2025']
6877
+ aliases: ['p:utia:31Dec2026']
5850
6878
  }, {
5851
- denom: 'pTIA31Dec2025',
6879
+ denom: 'pTIA31Dec2026',
5852
6880
  exponent: 6
5853
6881
  }],
5854
- base: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
5855
- name: 'pTia (31Dec2025)',
5856
- display: 'pTIA31Dec2025',
5857
- symbol: 'pTIA-31Dec2025',
6882
+ base: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634',
6883
+ name: 'pTia (31Dec2026)',
6884
+ display: 'pTIA31Dec2026',
6885
+ symbol: 'pTIA-31Dec2026',
5858
6886
  logo_URIs: {
5859
6887
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
5860
6888
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
@@ -5868,7 +6896,7 @@ const assets = {
5868
6896
  type: 'ibc',
5869
6897
  counterparty: {
5870
6898
  channel_id: 'channel-3',
5871
- base_denom: 'p:utia:31Dec2025',
6899
+ base_denom: 'p:utia:31Dec2026',
5872
6900
  chain_name: 'pryzm'
5873
6901
  },
5874
6902
  chain: {
@@ -5981,6 +7009,41 @@ const assets = {
5981
7009
  }
5982
7010
  }]
5983
7011
  },
7012
+ {
7013
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
7014
+ denom_units: [{
7015
+ denom: 'ibc/C2A25327C9D8405A1CFA431A38B3C2F0A8B73B0FB7A48A7BB75D4F19B1D11B70',
7016
+ exponent: 0,
7017
+ aliases: ['y:uatom:31Dec2026']
7018
+ }, {
7019
+ denom: 'yATOM31Dec2026',
7020
+ exponent: 6
7021
+ }],
7022
+ base: 'ibc/C2A25327C9D8405A1CFA431A38B3C2F0A8B73B0FB7A48A7BB75D4F19B1D11B70',
7023
+ name: 'yAtom (31Dec2026)',
7024
+ display: 'yATOM31Dec2026',
7025
+ symbol: 'yATOM-31Dec2026',
7026
+ logo_URIs: {
7027
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
7028
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
7029
+ },
7030
+ images: [{
7031
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
7032
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
7033
+ }],
7034
+ type_asset: 'sdk.coin',
7035
+ traces: [{
7036
+ type: 'ibc',
7037
+ counterparty: {
7038
+ channel_id: 'channel-3',
7039
+ base_denom: 'y:uatom:31Dec2026',
7040
+ chain_name: 'pryzm'
7041
+ },
7042
+ chain: {
7043
+ channel_id: 'channel-34'
7044
+ }
7045
+ }]
7046
+ },
5984
7047
  {
5985
7048
  description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
5986
7049
  denom_units: [{
@@ -6086,6 +7149,41 @@ const assets = {
6086
7149
  }
6087
7150
  }]
6088
7151
  },
7152
+ {
7153
+ description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
7154
+ denom_units: [{
7155
+ denom: 'ibc/75EA0F635B7E4B616182659C217E446967DF08FC7889AFB4E199ED75D466D498',
7156
+ exponent: 0,
7157
+ aliases: ['y:uosmo:31Dec2026']
7158
+ }, {
7159
+ denom: 'yOSMO31Dec2026',
7160
+ exponent: 6
7161
+ }],
7162
+ base: 'ibc/75EA0F635B7E4B616182659C217E446967DF08FC7889AFB4E199ED75D466D498',
7163
+ name: 'yOsmo (31Dec2026)',
7164
+ display: 'yOSMO31Dec2026',
7165
+ symbol: 'yOSMO-31Dec2026',
7166
+ logo_URIs: {
7167
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7168
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7169
+ },
7170
+ images: [{
7171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7172
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7173
+ }],
7174
+ type_asset: 'sdk.coin',
7175
+ traces: [{
7176
+ type: 'ibc',
7177
+ counterparty: {
7178
+ channel_id: 'channel-3',
7179
+ base_denom: 'y:uosmo:31Dec2026',
7180
+ chain_name: 'pryzm'
7181
+ },
7182
+ chain: {
7183
+ channel_id: 'channel-34'
7184
+ }
7185
+ }]
7186
+ },
6089
7187
  {
6090
7188
  description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
6091
7189
  denom_units: [{
@@ -6191,6 +7289,41 @@ const assets = {
6191
7289
  }
6192
7290
  }]
6193
7291
  },
7292
+ {
7293
+ description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
7294
+ denom_units: [{
7295
+ denom: 'ibc/A5AFF9B44EEF010B17A62750B1C780F0D20CCB9FD603CCF2DBB883770BDE3CBC',
7296
+ exponent: 0,
7297
+ aliases: ['y:inj:31Dec2026']
7298
+ }, {
7299
+ denom: 'yINJ31Dec2026',
7300
+ exponent: 18
7301
+ }],
7302
+ base: 'ibc/A5AFF9B44EEF010B17A62750B1C780F0D20CCB9FD603CCF2DBB883770BDE3CBC',
7303
+ name: 'yInj (31Dec2026)',
7304
+ display: 'yINJ31Dec2026',
7305
+ symbol: 'yINJ-31Dec2026',
7306
+ logo_URIs: {
7307
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
7308
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
7309
+ },
7310
+ images: [{
7311
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
7312
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
7313
+ }],
7314
+ type_asset: 'sdk.coin',
7315
+ traces: [{
7316
+ type: 'ibc',
7317
+ counterparty: {
7318
+ channel_id: 'channel-3',
7319
+ base_denom: 'y:inj:31Dec2026',
7320
+ chain_name: 'pryzm'
7321
+ },
7322
+ chain: {
7323
+ channel_id: 'channel-34'
7324
+ }
7325
+ }]
7326
+ },
6194
7327
  {
6195
7328
  description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
6196
7329
  denom_units: [{
@@ -6296,6 +7429,41 @@ const assets = {
6296
7429
  }
6297
7430
  }]
6298
7431
  },
7432
+ {
7433
+ description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
7434
+ denom_units: [{
7435
+ denom: 'ibc/C27A50AC2D0EAFF33EA232421C8B12A7C48125EA4D8FF00906DCCC44922101AF',
7436
+ exponent: 0,
7437
+ aliases: ['y:uluna:31Dec2026']
7438
+ }, {
7439
+ denom: 'yLUNA31Dec2026',
7440
+ exponent: 6
7441
+ }],
7442
+ base: 'ibc/C27A50AC2D0EAFF33EA232421C8B12A7C48125EA4D8FF00906DCCC44922101AF',
7443
+ name: 'yLuna (31Dec2026)',
7444
+ display: 'yLUNA31Dec2026',
7445
+ symbol: 'yLUNA-31Dec2026',
7446
+ logo_URIs: {
7447
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
7448
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
7449
+ },
7450
+ images: [{
7451
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
7452
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
7453
+ }],
7454
+ type_asset: 'sdk.coin',
7455
+ traces: [{
7456
+ type: 'ibc',
7457
+ counterparty: {
7458
+ channel_id: 'channel-3',
7459
+ base_denom: 'y:uluna:31Dec2026',
7460
+ chain_name: 'pryzm'
7461
+ },
7462
+ chain: {
7463
+ channel_id: 'channel-34'
7464
+ }
7465
+ }]
7466
+ },
6299
7467
  {
6300
7468
  description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
6301
7469
  denom_units: [{
@@ -6401,6 +7569,41 @@ const assets = {
6401
7569
  }
6402
7570
  }]
6403
7571
  },
7572
+ {
7573
+ description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
7574
+ denom_units: [{
7575
+ denom: 'ibc/31B45D9FAA140FF12C292BB8E7052B9ECB5C16B64CCB5B4962179F4127F8E8C3',
7576
+ exponent: 0,
7577
+ aliases: ['y:uauuu:31Dec2026']
7578
+ }, {
7579
+ denom: 'yAUUU31Dec2026',
7580
+ exponent: 6
7581
+ }],
7582
+ base: 'ibc/31B45D9FAA140FF12C292BB8E7052B9ECB5C16B64CCB5B4962179F4127F8E8C3',
7583
+ name: 'yAuuu (31Dec2026)',
7584
+ display: 'yAUUU31Dec2026',
7585
+ symbol: 'yAUUU-31Dec2026',
7586
+ logo_URIs: {
7587
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
7588
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
7589
+ },
7590
+ images: [{
7591
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
7592
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
7593
+ }],
7594
+ type_asset: 'sdk.coin',
7595
+ traces: [{
7596
+ type: 'ibc',
7597
+ counterparty: {
7598
+ channel_id: 'channel-3',
7599
+ base_denom: 'y:uauuu:31Dec2026',
7600
+ chain_name: 'pryzm'
7601
+ },
7602
+ chain: {
7603
+ channel_id: 'channel-34'
7604
+ }
7605
+ }]
7606
+ },
6404
7607
  {
6405
7608
  description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
6406
7609
  denom_units: [{
@@ -6506,6 +7709,41 @@ const assets = {
6506
7709
  }
6507
7710
  }]
6508
7711
  },
7712
+ {
7713
+ description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
7714
+ denom_units: [{
7715
+ denom: 'ibc/9C8D48491531BF7F96C478395106C37FE5443929B2C8E29F64927B862EDF8F13',
7716
+ exponent: 0,
7717
+ aliases: ['y:stutia:31Dec2026']
7718
+ }, {
7719
+ denom: 'ystTIA31Dec2026',
7720
+ exponent: 6
7721
+ }],
7722
+ base: 'ibc/9C8D48491531BF7F96C478395106C37FE5443929B2C8E29F64927B862EDF8F13',
7723
+ name: 'ystTia (31Dec2026)',
7724
+ display: 'ystTIA31Dec2026',
7725
+ symbol: 'ystTIA-31Dec2026',
7726
+ logo_URIs: {
7727
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
7728
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
7729
+ },
7730
+ images: [{
7731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
7732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
7733
+ }],
7734
+ type_asset: 'sdk.coin',
7735
+ traces: [{
7736
+ type: 'ibc',
7737
+ counterparty: {
7738
+ channel_id: 'channel-3',
7739
+ base_denom: 'y:stutia:31Dec2026',
7740
+ chain_name: 'pryzm'
7741
+ },
7742
+ chain: {
7743
+ channel_id: 'channel-34'
7744
+ }
7745
+ }]
7746
+ },
6509
7747
  {
6510
7748
  description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
6511
7749
  denom_units: [{
@@ -6514,7 +7752,7 @@ const assets = {
6514
7752
  aliases: ['y:stadydx:30Sep2024']
6515
7753
  }, {
6516
7754
  denom: 'ystDYDX30Sep2024',
6517
- exponent: 6
7755
+ exponent: 18
6518
7756
  }],
6519
7757
  base: 'ibc/8616EEBE00E4DB3338D2E2989CFC7F924B7FEAB88B474421174FFFF56AE99B2D',
6520
7758
  name: 'ystDydx (30Sep2024)',
@@ -6549,7 +7787,7 @@ const assets = {
6549
7787
  aliases: ['y:stadydx:31Dec2024']
6550
7788
  }, {
6551
7789
  denom: 'ystDYDX31Dec2024',
6552
- exponent: 6
7790
+ exponent: 18
6553
7791
  }],
6554
7792
  base: 'ibc/065A6E43A89CD158BF8781CA532D1FCB6F48C47C291185EA27EA29C5E5ACC188',
6555
7793
  name: 'ystDydx (31Dec2024)',
@@ -6584,7 +7822,7 @@ const assets = {
6584
7822
  aliases: ['y:stadydx:31Dec2025']
6585
7823
  }, {
6586
7824
  denom: 'ystDYDX31Dec2025',
6587
- exponent: 6
7825
+ exponent: 18
6588
7826
  }],
6589
7827
  base: 'ibc/9B565C3318CBFCC862C64A75EDAC0489A1DE13726A37E2E99E58F90760720B78',
6590
7828
  name: 'ystDydx (31Dec2025)',
@@ -6611,6 +7849,41 @@ const assets = {
6611
7849
  }
6612
7850
  }]
6613
7851
  },
7852
+ {
7853
+ description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
7854
+ denom_units: [{
7855
+ denom: 'ibc/A96D5FF919B4891C7B90AFCCB33CAE03F317D263C65D24FD59F6E310577E5285',
7856
+ exponent: 0,
7857
+ aliases: ['y:stadydx:31Dec2026']
7858
+ }, {
7859
+ denom: 'ystDYDX31Dec2026',
7860
+ exponent: 18
7861
+ }],
7862
+ base: 'ibc/A96D5FF919B4891C7B90AFCCB33CAE03F317D263C65D24FD59F6E310577E5285',
7863
+ name: 'ystDydx (31Dec2026)',
7864
+ display: 'ystDYDX31Dec2026',
7865
+ symbol: 'ystDYDX-31Dec2026',
7866
+ logo_URIs: {
7867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7869
+ },
7870
+ images: [{
7871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7872
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7873
+ }],
7874
+ type_asset: 'sdk.coin',
7875
+ traces: [{
7876
+ type: 'ibc',
7877
+ counterparty: {
7878
+ channel_id: 'channel-3',
7879
+ base_denom: 'y:stadydx:31Dec2026',
7880
+ chain_name: 'pryzm'
7881
+ },
7882
+ chain: {
7883
+ channel_id: 'channel-34'
7884
+ }
7885
+ }]
7886
+ },
6614
7887
  {
6615
7888
  description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
6616
7889
  denom_units: [{
@@ -6716,6 +7989,41 @@ const assets = {
6716
7989
  }
6717
7990
  }]
6718
7991
  },
7992
+ {
7993
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
7994
+ denom_units: [{
7995
+ denom: 'ibc/0535FD7A86C71EFADF46E676EB1F3FBCB241466387E1886D0B5ACD60E78F30C1',
7996
+ exponent: 0,
7997
+ aliases: ['y:udatom:31Dec2026']
7998
+ }, {
7999
+ denom: 'ydATOM31Dec2026',
8000
+ exponent: 6
8001
+ }],
8002
+ base: 'ibc/0535FD7A86C71EFADF46E676EB1F3FBCB241466387E1886D0B5ACD60E78F30C1',
8003
+ name: 'ydAtom (31Dec2026)',
8004
+ display: 'ydATOM31Dec2026',
8005
+ symbol: 'ydATOM-31Dec2026',
8006
+ logo_URIs: {
8007
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8008
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8009
+ },
8010
+ images: [{
8011
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8012
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8013
+ }],
8014
+ type_asset: 'sdk.coin',
8015
+ traces: [{
8016
+ type: 'ibc',
8017
+ counterparty: {
8018
+ channel_id: 'channel-3',
8019
+ base_denom: 'y:udatom:31Dec2026',
8020
+ chain_name: 'pryzm'
8021
+ },
8022
+ chain: {
8023
+ channel_id: 'channel-34'
8024
+ }
8025
+ }]
8026
+ },
6719
8027
  {
6720
8028
  description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
6721
8029
  denom_units: [{
@@ -6786,6 +8094,41 @@ const assets = {
6786
8094
  }
6787
8095
  }]
6788
8096
  },
8097
+ {
8098
+ description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
8099
+ denom_units: [{
8100
+ denom: 'ibc/17D9D14B40D333EBCD3F8983449C8FDBDEA22012CE6CFAB931604856C356A591',
8101
+ exponent: 0,
8102
+ aliases: ['y:utia:31Dec2026']
8103
+ }, {
8104
+ denom: 'yTIA31Dec2026',
8105
+ exponent: 6
8106
+ }],
8107
+ base: 'ibc/17D9D14B40D333EBCD3F8983449C8FDBDEA22012CE6CFAB931604856C356A591',
8108
+ name: 'yTia (31Dec2026)',
8109
+ display: 'yTIA31Dec2026',
8110
+ symbol: 'yTIA-31Dec2026',
8111
+ logo_URIs: {
8112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
8113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
8114
+ },
8115
+ images: [{
8116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
8117
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
8118
+ }],
8119
+ type_asset: 'sdk.coin',
8120
+ traces: [{
8121
+ type: 'ibc',
8122
+ counterparty: {
8123
+ channel_id: 'channel-3',
8124
+ base_denom: 'y:utia:31Dec2026',
8125
+ chain_name: 'pryzm'
8126
+ },
8127
+ chain: {
8128
+ channel_id: 'channel-34'
8129
+ }
8130
+ }]
8131
+ },
6789
8132
  {
6790
8133
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
6791
8134
  denom_units: [{
@@ -7717,10 +9060,7 @@ const assets = {
7717
9060
  coingecko_id: 'secret',
7718
9061
  images: [{
7719
9062
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
7720
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
7721
- theme: {
7722
- primary_color_hex: '#040404'
7723
- }
9063
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
7724
9064
  }],
7725
9065
  socials: {
7726
9066
  website: 'https://scrt.network/',