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