@chain-registry/assets 1.70.233 → 1.70.234
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.
- package/esm/mainnet/axelar.js +2595 -75
- package/esm/mainnet/celestia.js +2595 -75
- package/esm/mainnet/cosmoshub.js +2595 -75
- package/esm/mainnet/dydx.js +2595 -75
- package/esm/mainnet/injective.js +2595 -75
- package/esm/mainnet/neutron.js +2595 -75
- package/esm/mainnet/noble.js +2595 -75
- package/esm/mainnet/osmosis.js +2595 -75
- package/esm/mainnet/stride.js +2595 -75
- package/esm/mainnet/terra2.js +2595 -75
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +2595 -75
- package/mainnet/celestia.js +2595 -75
- package/mainnet/cosmoshub.js +2595 -75
- package/mainnet/dydx.js +2595 -75
- package/mainnet/injective.js +2595 -75
- package/mainnet/neutron.js +2595 -75
- package/mainnet/noble.js +2595 -75
- package/mainnet/osmosis.js +2595 -75
- package/mainnet/stride.js +2595 -75
- package/mainnet/terra2.js +2595 -75
- package/package.json +5 -5
package/mainnet/celestia.js
CHANGED
|
@@ -1333,6 +1333,76 @@ const assets = {
|
|
|
1333
1333
|
}
|
|
1334
1334
|
}]
|
|
1335
1335
|
},
|
|
1336
|
+
{
|
|
1337
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
1338
|
+
denom_units: [{
|
|
1339
|
+
denom: 'ibc/E3A697B554F5C6AD41B4C250477C0C5FE92DA6E4E267E3CC0CC8A20173942146',
|
|
1340
|
+
exponent: 0,
|
|
1341
|
+
aliases: ['p:uatom:30Jun2025']
|
|
1342
|
+
}, {
|
|
1343
|
+
denom: 'pATOM30Jun2025',
|
|
1344
|
+
exponent: 6
|
|
1345
|
+
}],
|
|
1346
|
+
base: 'ibc/E3A697B554F5C6AD41B4C250477C0C5FE92DA6E4E267E3CC0CC8A20173942146',
|
|
1347
|
+
name: 'pAtom (30Jun2025)',
|
|
1348
|
+
display: 'pATOM30Jun2025',
|
|
1349
|
+
symbol: 'pATOM-30Jun2025',
|
|
1350
|
+
logo_URIs: {
|
|
1351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1353
|
+
},
|
|
1354
|
+
images: [{
|
|
1355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1356
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1357
|
+
}],
|
|
1358
|
+
type_asset: 'sdk.coin',
|
|
1359
|
+
traces: [{
|
|
1360
|
+
type: 'ibc',
|
|
1361
|
+
counterparty: {
|
|
1362
|
+
channel_id: 'channel-3',
|
|
1363
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
1364
|
+
chain_name: 'pryzm'
|
|
1365
|
+
},
|
|
1366
|
+
chain: {
|
|
1367
|
+
channel_id: 'channel-34'
|
|
1368
|
+
}
|
|
1369
|
+
}]
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
1373
|
+
denom_units: [{
|
|
1374
|
+
denom: 'ibc/0252A3F0C9F842D0D54D28738AE7CA67F7E52390AE5F63363CEC205A4C17DA86',
|
|
1375
|
+
exponent: 0,
|
|
1376
|
+
aliases: ['p:uatom:30Sep2025']
|
|
1377
|
+
}, {
|
|
1378
|
+
denom: 'pATOM30Sep2025',
|
|
1379
|
+
exponent: 6
|
|
1380
|
+
}],
|
|
1381
|
+
base: 'ibc/0252A3F0C9F842D0D54D28738AE7CA67F7E52390AE5F63363CEC205A4C17DA86',
|
|
1382
|
+
name: 'pAtom (30Sep2025)',
|
|
1383
|
+
display: 'pATOM30Sep2025',
|
|
1384
|
+
symbol: 'pATOM-30Sep2025',
|
|
1385
|
+
logo_URIs: {
|
|
1386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1387
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1388
|
+
},
|
|
1389
|
+
images: [{
|
|
1390
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1391
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1392
|
+
}],
|
|
1393
|
+
type_asset: 'sdk.coin',
|
|
1394
|
+
traces: [{
|
|
1395
|
+
type: 'ibc',
|
|
1396
|
+
counterparty: {
|
|
1397
|
+
channel_id: 'channel-3',
|
|
1398
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
1399
|
+
chain_name: 'pryzm'
|
|
1400
|
+
},
|
|
1401
|
+
chain: {
|
|
1402
|
+
channel_id: 'channel-34'
|
|
1403
|
+
}
|
|
1404
|
+
}]
|
|
1405
|
+
},
|
|
1336
1406
|
{
|
|
1337
1407
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
1338
1408
|
denom_units: [{
|
|
@@ -1508,6 +1578,76 @@ const assets = {
|
|
|
1508
1578
|
}
|
|
1509
1579
|
}]
|
|
1510
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
1583
|
+
denom_units: [{
|
|
1584
|
+
denom: 'ibc/7EF4FCFB5A700A773BCA5A41A289805235BA9D8B8E4748A99982062E0EDF71B3',
|
|
1585
|
+
exponent: 0,
|
|
1586
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
1587
|
+
}, {
|
|
1588
|
+
denom: 'pOSMO30Jun2025',
|
|
1589
|
+
exponent: 6
|
|
1590
|
+
}],
|
|
1591
|
+
base: 'ibc/7EF4FCFB5A700A773BCA5A41A289805235BA9D8B8E4748A99982062E0EDF71B3',
|
|
1592
|
+
name: 'pOsmo (30Jun2025)',
|
|
1593
|
+
display: 'pOSMO30Jun2025',
|
|
1594
|
+
symbol: 'pOSMO-30Jun2025',
|
|
1595
|
+
logo_URIs: {
|
|
1596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1598
|
+
},
|
|
1599
|
+
images: [{
|
|
1600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1601
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1602
|
+
}],
|
|
1603
|
+
type_asset: 'sdk.coin',
|
|
1604
|
+
traces: [{
|
|
1605
|
+
type: 'ibc',
|
|
1606
|
+
counterparty: {
|
|
1607
|
+
channel_id: 'channel-3',
|
|
1608
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
1609
|
+
chain_name: 'pryzm'
|
|
1610
|
+
},
|
|
1611
|
+
chain: {
|
|
1612
|
+
channel_id: 'channel-34'
|
|
1613
|
+
}
|
|
1614
|
+
}]
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
1618
|
+
denom_units: [{
|
|
1619
|
+
denom: 'ibc/3B96965439277617F62B920169C5F714EA9F1816627B0E60C05AB8BAB7545000',
|
|
1620
|
+
exponent: 0,
|
|
1621
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
1622
|
+
}, {
|
|
1623
|
+
denom: 'pOSMO30Sep2025',
|
|
1624
|
+
exponent: 6
|
|
1625
|
+
}],
|
|
1626
|
+
base: 'ibc/3B96965439277617F62B920169C5F714EA9F1816627B0E60C05AB8BAB7545000',
|
|
1627
|
+
name: 'pOsmo (30Sep2025)',
|
|
1628
|
+
display: 'pOSMO30Sep2025',
|
|
1629
|
+
symbol: 'pOSMO-30Sep2025',
|
|
1630
|
+
logo_URIs: {
|
|
1631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1633
|
+
},
|
|
1634
|
+
images: [{
|
|
1635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1637
|
+
}],
|
|
1638
|
+
type_asset: 'sdk.coin',
|
|
1639
|
+
traces: [{
|
|
1640
|
+
type: 'ibc',
|
|
1641
|
+
counterparty: {
|
|
1642
|
+
channel_id: 'channel-3',
|
|
1643
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
1644
|
+
chain_name: 'pryzm'
|
|
1645
|
+
},
|
|
1646
|
+
chain: {
|
|
1647
|
+
channel_id: 'channel-34'
|
|
1648
|
+
}
|
|
1649
|
+
}]
|
|
1650
|
+
},
|
|
1511
1651
|
{
|
|
1512
1652
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
1513
1653
|
denom_units: [{
|
|
@@ -1683,6 +1823,76 @@ const assets = {
|
|
|
1683
1823
|
}
|
|
1684
1824
|
}]
|
|
1685
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
1828
|
+
denom_units: [{
|
|
1829
|
+
denom: 'ibc/9E2122934348BD1AD8A9BB962DF4AA0DAFE790CFE4C4BBFBA61402546363BCF8',
|
|
1830
|
+
exponent: 0,
|
|
1831
|
+
aliases: ['p:inj:30Jun2025']
|
|
1832
|
+
}, {
|
|
1833
|
+
denom: 'pINJ30Jun2025',
|
|
1834
|
+
exponent: 18
|
|
1835
|
+
}],
|
|
1836
|
+
base: 'ibc/9E2122934348BD1AD8A9BB962DF4AA0DAFE790CFE4C4BBFBA61402546363BCF8',
|
|
1837
|
+
name: 'pInj (30Jun2025)',
|
|
1838
|
+
display: 'pINJ30Jun2025',
|
|
1839
|
+
symbol: 'pINJ-30Jun2025',
|
|
1840
|
+
logo_URIs: {
|
|
1841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1843
|
+
},
|
|
1844
|
+
images: [{
|
|
1845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1847
|
+
}],
|
|
1848
|
+
type_asset: 'sdk.coin',
|
|
1849
|
+
traces: [{
|
|
1850
|
+
type: 'ibc',
|
|
1851
|
+
counterparty: {
|
|
1852
|
+
channel_id: 'channel-3',
|
|
1853
|
+
base_denom: 'p:inj:30Jun2025',
|
|
1854
|
+
chain_name: 'pryzm'
|
|
1855
|
+
},
|
|
1856
|
+
chain: {
|
|
1857
|
+
channel_id: 'channel-34'
|
|
1858
|
+
}
|
|
1859
|
+
}]
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
1863
|
+
denom_units: [{
|
|
1864
|
+
denom: 'ibc/ECA6DF301095D239A010C8F53007B19792E59B092C15CEBA981813C4CB20C285',
|
|
1865
|
+
exponent: 0,
|
|
1866
|
+
aliases: ['p:inj:30Sep2025']
|
|
1867
|
+
}, {
|
|
1868
|
+
denom: 'pINJ30Sep2025',
|
|
1869
|
+
exponent: 18
|
|
1870
|
+
}],
|
|
1871
|
+
base: 'ibc/ECA6DF301095D239A010C8F53007B19792E59B092C15CEBA981813C4CB20C285',
|
|
1872
|
+
name: 'pInj (30Sep2025)',
|
|
1873
|
+
display: 'pINJ30Sep2025',
|
|
1874
|
+
symbol: 'pINJ-30Sep2025',
|
|
1875
|
+
logo_URIs: {
|
|
1876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1878
|
+
},
|
|
1879
|
+
images: [{
|
|
1880
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1881
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1882
|
+
}],
|
|
1883
|
+
type_asset: 'sdk.coin',
|
|
1884
|
+
traces: [{
|
|
1885
|
+
type: 'ibc',
|
|
1886
|
+
counterparty: {
|
|
1887
|
+
channel_id: 'channel-3',
|
|
1888
|
+
base_denom: 'p:inj:30Sep2025',
|
|
1889
|
+
chain_name: 'pryzm'
|
|
1890
|
+
},
|
|
1891
|
+
chain: {
|
|
1892
|
+
channel_id: 'channel-34'
|
|
1893
|
+
}
|
|
1894
|
+
}]
|
|
1895
|
+
},
|
|
1686
1896
|
{
|
|
1687
1897
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
1688
1898
|
denom_units: [{
|
|
@@ -1858,6 +2068,76 @@ const assets = {
|
|
|
1858
2068
|
}
|
|
1859
2069
|
}]
|
|
1860
2070
|
},
|
|
2071
|
+
{
|
|
2072
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
2073
|
+
denom_units: [{
|
|
2074
|
+
denom: 'ibc/2EB676E6AA15A49091245B256F8ECBF900DDA4C8D2E618ADA8D342D381B9B1D8',
|
|
2075
|
+
exponent: 0,
|
|
2076
|
+
aliases: ['p:uluna:30Jun2025']
|
|
2077
|
+
}, {
|
|
2078
|
+
denom: 'pLUNA30Jun2025',
|
|
2079
|
+
exponent: 6
|
|
2080
|
+
}],
|
|
2081
|
+
base: 'ibc/2EB676E6AA15A49091245B256F8ECBF900DDA4C8D2E618ADA8D342D381B9B1D8',
|
|
2082
|
+
name: 'pLuna (30Jun2025)',
|
|
2083
|
+
display: 'pLUNA30Jun2025',
|
|
2084
|
+
symbol: 'pLUNA-30Jun2025',
|
|
2085
|
+
logo_URIs: {
|
|
2086
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2087
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2088
|
+
},
|
|
2089
|
+
images: [{
|
|
2090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2091
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2092
|
+
}],
|
|
2093
|
+
type_asset: 'sdk.coin',
|
|
2094
|
+
traces: [{
|
|
2095
|
+
type: 'ibc',
|
|
2096
|
+
counterparty: {
|
|
2097
|
+
channel_id: 'channel-3',
|
|
2098
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
2099
|
+
chain_name: 'pryzm'
|
|
2100
|
+
},
|
|
2101
|
+
chain: {
|
|
2102
|
+
channel_id: 'channel-34'
|
|
2103
|
+
}
|
|
2104
|
+
}]
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
2108
|
+
denom_units: [{
|
|
2109
|
+
denom: 'ibc/CF1BF0124842B2295DA73D48AE96A4C6A4F2A9AFFA3F2D58389EA738EBEC1302',
|
|
2110
|
+
exponent: 0,
|
|
2111
|
+
aliases: ['p:uluna:30Sep2025']
|
|
2112
|
+
}, {
|
|
2113
|
+
denom: 'pLUNA30Sep2025',
|
|
2114
|
+
exponent: 6
|
|
2115
|
+
}],
|
|
2116
|
+
base: 'ibc/CF1BF0124842B2295DA73D48AE96A4C6A4F2A9AFFA3F2D58389EA738EBEC1302',
|
|
2117
|
+
name: 'pLuna (30Sep2025)',
|
|
2118
|
+
display: 'pLUNA30Sep2025',
|
|
2119
|
+
symbol: 'pLUNA-30Sep2025',
|
|
2120
|
+
logo_URIs: {
|
|
2121
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2122
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2123
|
+
},
|
|
2124
|
+
images: [{
|
|
2125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2127
|
+
}],
|
|
2128
|
+
type_asset: 'sdk.coin',
|
|
2129
|
+
traces: [{
|
|
2130
|
+
type: 'ibc',
|
|
2131
|
+
counterparty: {
|
|
2132
|
+
channel_id: 'channel-3',
|
|
2133
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
2134
|
+
chain_name: 'pryzm'
|
|
2135
|
+
},
|
|
2136
|
+
chain: {
|
|
2137
|
+
channel_id: 'channel-34'
|
|
2138
|
+
}
|
|
2139
|
+
}]
|
|
2140
|
+
},
|
|
1861
2141
|
{
|
|
1862
2142
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
1863
2143
|
denom_units: [{
|
|
@@ -1998,6 +2278,41 @@ const assets = {
|
|
|
1998
2278
|
}
|
|
1999
2279
|
}]
|
|
2000
2280
|
},
|
|
2281
|
+
{
|
|
2282
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
2283
|
+
denom_units: [{
|
|
2284
|
+
denom: 'ibc/F302B8CBE2706D97B780478CB2DA09C1AB470D9FA92D7AB6DFE1BA75A414BBAF',
|
|
2285
|
+
exponent: 0,
|
|
2286
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
2287
|
+
}, {
|
|
2288
|
+
denom: 'pAUUU30Jun2025',
|
|
2289
|
+
exponent: 6
|
|
2290
|
+
}],
|
|
2291
|
+
base: 'ibc/F302B8CBE2706D97B780478CB2DA09C1AB470D9FA92D7AB6DFE1BA75A414BBAF',
|
|
2292
|
+
name: 'pAuuu (30Jun2025)',
|
|
2293
|
+
display: 'pAUUU30Jun2025',
|
|
2294
|
+
symbol: 'pAUUU-30Jun2025',
|
|
2295
|
+
logo_URIs: {
|
|
2296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2298
|
+
},
|
|
2299
|
+
images: [{
|
|
2300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2302
|
+
}],
|
|
2303
|
+
type_asset: 'sdk.coin',
|
|
2304
|
+
traces: [{
|
|
2305
|
+
type: 'ibc',
|
|
2306
|
+
counterparty: {
|
|
2307
|
+
channel_id: 'channel-3',
|
|
2308
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
2309
|
+
chain_name: 'pryzm'
|
|
2310
|
+
},
|
|
2311
|
+
chain: {
|
|
2312
|
+
channel_id: 'channel-34'
|
|
2313
|
+
}
|
|
2314
|
+
}]
|
|
2315
|
+
},
|
|
2001
2316
|
{
|
|
2002
2317
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
2003
2318
|
denom_units: [{
|
|
@@ -2174,19 +2489,19 @@ const assets = {
|
|
|
2174
2489
|
}]
|
|
2175
2490
|
},
|
|
2176
2491
|
{
|
|
2177
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
2492
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
2178
2493
|
denom_units: [{
|
|
2179
|
-
denom: 'ibc/
|
|
2494
|
+
denom: 'ibc/1C8A3D120D48568462184D49476E76626DDC5AF869957B2DD4FFD7248051EEB0',
|
|
2180
2495
|
exponent: 0,
|
|
2181
|
-
aliases: ['p:stutia:
|
|
2496
|
+
aliases: ['p:stutia:30Jun2025']
|
|
2182
2497
|
}, {
|
|
2183
|
-
denom: '
|
|
2498
|
+
denom: 'pstTIA30Jun2025',
|
|
2184
2499
|
exponent: 6
|
|
2185
2500
|
}],
|
|
2186
|
-
base: 'ibc/
|
|
2187
|
-
name: 'pstTia (
|
|
2188
|
-
display: '
|
|
2189
|
-
symbol: 'pstTIA-
|
|
2501
|
+
base: 'ibc/1C8A3D120D48568462184D49476E76626DDC5AF869957B2DD4FFD7248051EEB0',
|
|
2502
|
+
name: 'pstTia (30Jun2025)',
|
|
2503
|
+
display: 'pstTIA30Jun2025',
|
|
2504
|
+
symbol: 'pstTIA-30Jun2025',
|
|
2190
2505
|
logo_URIs: {
|
|
2191
2506
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2192
2507
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -2200,7 +2515,7 @@ const assets = {
|
|
|
2200
2515
|
type: 'ibc',
|
|
2201
2516
|
counterparty: {
|
|
2202
2517
|
channel_id: 'channel-3',
|
|
2203
|
-
base_denom: 'p:stutia:
|
|
2518
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
2204
2519
|
chain_name: 'pryzm'
|
|
2205
2520
|
},
|
|
2206
2521
|
chain: {
|
|
@@ -2209,20 +2524,55 @@ const assets = {
|
|
|
2209
2524
|
}]
|
|
2210
2525
|
},
|
|
2211
2526
|
{
|
|
2212
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
2527
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
2213
2528
|
denom_units: [{
|
|
2214
|
-
denom: 'ibc/
|
|
2529
|
+
denom: 'ibc/C8DF64FEB2E47F79DCE93BEE164FDA2E1C29561AD59896BEDCE16BCDD60A555D',
|
|
2215
2530
|
exponent: 0,
|
|
2216
|
-
aliases: ['p:stutia:
|
|
2531
|
+
aliases: ['p:stutia:31Dec2025']
|
|
2217
2532
|
}, {
|
|
2218
|
-
denom: '
|
|
2533
|
+
denom: 'pstTIA31Dec2025',
|
|
2219
2534
|
exponent: 6
|
|
2220
2535
|
}],
|
|
2221
|
-
base: 'ibc/
|
|
2222
|
-
name: 'pstTia (
|
|
2223
|
-
display: '
|
|
2224
|
-
symbol: 'pstTIA-
|
|
2225
|
-
logo_URIs: {
|
|
2536
|
+
base: 'ibc/C8DF64FEB2E47F79DCE93BEE164FDA2E1C29561AD59896BEDCE16BCDD60A555D',
|
|
2537
|
+
name: 'pstTia (31Dec2025)',
|
|
2538
|
+
display: 'pstTIA31Dec2025',
|
|
2539
|
+
symbol: 'pstTIA-31Dec2025',
|
|
2540
|
+
logo_URIs: {
|
|
2541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2543
|
+
},
|
|
2544
|
+
images: [{
|
|
2545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2546
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2547
|
+
}],
|
|
2548
|
+
type_asset: 'sdk.coin',
|
|
2549
|
+
traces: [{
|
|
2550
|
+
type: 'ibc',
|
|
2551
|
+
counterparty: {
|
|
2552
|
+
channel_id: 'channel-3',
|
|
2553
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
2554
|
+
chain_name: 'pryzm'
|
|
2555
|
+
},
|
|
2556
|
+
chain: {
|
|
2557
|
+
channel_id: 'channel-34'
|
|
2558
|
+
}
|
|
2559
|
+
}]
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
2563
|
+
denom_units: [{
|
|
2564
|
+
denom: 'ibc/0956A7909B7781ACC5A56A3C96DDF14949C6DACBCEBCC89E2C3E3DB1BFCE524E',
|
|
2565
|
+
exponent: 0,
|
|
2566
|
+
aliases: ['p:stutia:31Dec2026']
|
|
2567
|
+
}, {
|
|
2568
|
+
denom: 'pstTIA31Dec2026',
|
|
2569
|
+
exponent: 6
|
|
2570
|
+
}],
|
|
2571
|
+
base: 'ibc/0956A7909B7781ACC5A56A3C96DDF14949C6DACBCEBCC89E2C3E3DB1BFCE524E',
|
|
2572
|
+
name: 'pstTia (31Dec2026)',
|
|
2573
|
+
display: 'pstTIA31Dec2026',
|
|
2574
|
+
symbol: 'pstTIA-31Dec2026',
|
|
2575
|
+
logo_URIs: {
|
|
2226
2576
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2227
2577
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2228
2578
|
},
|
|
@@ -2348,6 +2698,41 @@ const assets = {
|
|
|
2348
2698
|
}
|
|
2349
2699
|
}]
|
|
2350
2700
|
},
|
|
2701
|
+
{
|
|
2702
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
2703
|
+
denom_units: [{
|
|
2704
|
+
denom: 'ibc/319441532F41730DD9597D4B04BE22B7C94FE3734501C83DB94E034BB14D3F7D',
|
|
2705
|
+
exponent: 0,
|
|
2706
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
2707
|
+
}, {
|
|
2708
|
+
denom: 'pstDYDX30Jun2025',
|
|
2709
|
+
exponent: 18
|
|
2710
|
+
}],
|
|
2711
|
+
base: 'ibc/319441532F41730DD9597D4B04BE22B7C94FE3734501C83DB94E034BB14D3F7D',
|
|
2712
|
+
name: 'pstDydx (30Jun2025)',
|
|
2713
|
+
display: 'pstDYDX30Jun2025',
|
|
2714
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
2715
|
+
logo_URIs: {
|
|
2716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2718
|
+
},
|
|
2719
|
+
images: [{
|
|
2720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2722
|
+
}],
|
|
2723
|
+
type_asset: 'sdk.coin',
|
|
2724
|
+
traces: [{
|
|
2725
|
+
type: 'ibc',
|
|
2726
|
+
counterparty: {
|
|
2727
|
+
channel_id: 'channel-3',
|
|
2728
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
2729
|
+
chain_name: 'pryzm'
|
|
2730
|
+
},
|
|
2731
|
+
chain: {
|
|
2732
|
+
channel_id: 'channel-34'
|
|
2733
|
+
}
|
|
2734
|
+
}]
|
|
2735
|
+
},
|
|
2351
2736
|
{
|
|
2352
2737
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
2353
2738
|
denom_units: [{
|
|
@@ -2663,6 +3048,76 @@ const assets = {
|
|
|
2663
3048
|
}
|
|
2664
3049
|
}]
|
|
2665
3050
|
},
|
|
3051
|
+
{
|
|
3052
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
3053
|
+
denom_units: [{
|
|
3054
|
+
denom: 'ibc/94848E1E55DDA39BE12033EE52FB8808B9B80FD5B4B45145B738B5B208C9DBC5',
|
|
3055
|
+
exponent: 0,
|
|
3056
|
+
aliases: ['p:utia:30Jun2025']
|
|
3057
|
+
}, {
|
|
3058
|
+
denom: 'pTIA30Jun2025',
|
|
3059
|
+
exponent: 6
|
|
3060
|
+
}],
|
|
3061
|
+
base: 'ibc/94848E1E55DDA39BE12033EE52FB8808B9B80FD5B4B45145B738B5B208C9DBC5',
|
|
3062
|
+
name: 'pTia (30Jun2025)',
|
|
3063
|
+
display: 'pTIA30Jun2025',
|
|
3064
|
+
symbol: 'pTIA-30Jun2025',
|
|
3065
|
+
logo_URIs: {
|
|
3066
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3067
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3068
|
+
},
|
|
3069
|
+
images: [{
|
|
3070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3071
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3072
|
+
}],
|
|
3073
|
+
type_asset: 'sdk.coin',
|
|
3074
|
+
traces: [{
|
|
3075
|
+
type: 'ibc',
|
|
3076
|
+
counterparty: {
|
|
3077
|
+
channel_id: 'channel-3',
|
|
3078
|
+
base_denom: 'p:utia:30Jun2025',
|
|
3079
|
+
chain_name: 'pryzm'
|
|
3080
|
+
},
|
|
3081
|
+
chain: {
|
|
3082
|
+
channel_id: 'channel-34'
|
|
3083
|
+
}
|
|
3084
|
+
}]
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
3088
|
+
denom_units: [{
|
|
3089
|
+
denom: 'ibc/8E0858131F41A48FD2D7CA12817FB2936B051B11666C15700FE90F5F4DE00FE5',
|
|
3090
|
+
exponent: 0,
|
|
3091
|
+
aliases: ['p:utia:30Sep2025']
|
|
3092
|
+
}, {
|
|
3093
|
+
denom: 'pTIA30Sep2025',
|
|
3094
|
+
exponent: 6
|
|
3095
|
+
}],
|
|
3096
|
+
base: 'ibc/8E0858131F41A48FD2D7CA12817FB2936B051B11666C15700FE90F5F4DE00FE5',
|
|
3097
|
+
name: 'pTia (30Sep2025)',
|
|
3098
|
+
display: 'pTIA30Sep2025',
|
|
3099
|
+
symbol: 'pTIA-30Sep2025',
|
|
3100
|
+
logo_URIs: {
|
|
3101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3103
|
+
},
|
|
3104
|
+
images: [{
|
|
3105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3107
|
+
}],
|
|
3108
|
+
type_asset: 'sdk.coin',
|
|
3109
|
+
traces: [{
|
|
3110
|
+
type: 'ibc',
|
|
3111
|
+
counterparty: {
|
|
3112
|
+
channel_id: 'channel-3',
|
|
3113
|
+
base_denom: 'p:utia:30Sep2025',
|
|
3114
|
+
chain_name: 'pryzm'
|
|
3115
|
+
},
|
|
3116
|
+
chain: {
|
|
3117
|
+
channel_id: 'channel-34'
|
|
3118
|
+
}
|
|
3119
|
+
}]
|
|
3120
|
+
},
|
|
2666
3121
|
{
|
|
2667
3122
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
2668
3123
|
denom_units: [{
|
|
@@ -2873,6 +3328,76 @@ const assets = {
|
|
|
2873
3328
|
}
|
|
2874
3329
|
}]
|
|
2875
3330
|
},
|
|
3331
|
+
{
|
|
3332
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
3333
|
+
denom_units: [{
|
|
3334
|
+
denom: 'ibc/38C076A7234EE5D31BB4C95244D2D27B97F66AE4CFF606E44B867D64A81553CB',
|
|
3335
|
+
exponent: 0,
|
|
3336
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
3337
|
+
}, {
|
|
3338
|
+
denom: 'pUSDY31Mar2026',
|
|
3339
|
+
exponent: 18
|
|
3340
|
+
}],
|
|
3341
|
+
base: 'ibc/38C076A7234EE5D31BB4C95244D2D27B97F66AE4CFF606E44B867D64A81553CB',
|
|
3342
|
+
name: 'pUsdy (31Mar2026)',
|
|
3343
|
+
display: 'pUSDY31Mar2026',
|
|
3344
|
+
symbol: 'pUSDY-31Mar2026',
|
|
3345
|
+
logo_URIs: {
|
|
3346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3348
|
+
},
|
|
3349
|
+
images: [{
|
|
3350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3352
|
+
}],
|
|
3353
|
+
type_asset: 'sdk.coin',
|
|
3354
|
+
traces: [{
|
|
3355
|
+
type: 'ibc',
|
|
3356
|
+
counterparty: {
|
|
3357
|
+
channel_id: 'channel-3',
|
|
3358
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
3359
|
+
chain_name: 'pryzm'
|
|
3360
|
+
},
|
|
3361
|
+
chain: {
|
|
3362
|
+
channel_id: 'channel-34'
|
|
3363
|
+
}
|
|
3364
|
+
}]
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
3368
|
+
denom_units: [{
|
|
3369
|
+
denom: 'ibc/D0B19EEB54521A4A5F286D83F1800BA1C2DA0775F71A761C49F7AF4F393E5E79',
|
|
3370
|
+
exponent: 0,
|
|
3371
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
3372
|
+
}, {
|
|
3373
|
+
denom: 'pUSDY30Jun2026',
|
|
3374
|
+
exponent: 18
|
|
3375
|
+
}],
|
|
3376
|
+
base: 'ibc/D0B19EEB54521A4A5F286D83F1800BA1C2DA0775F71A761C49F7AF4F393E5E79',
|
|
3377
|
+
name: 'pUsdy (30Jun2026)',
|
|
3378
|
+
display: 'pUSDY30Jun2026',
|
|
3379
|
+
symbol: 'pUSDY-30Jun2026',
|
|
3380
|
+
logo_URIs: {
|
|
3381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3382
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3383
|
+
},
|
|
3384
|
+
images: [{
|
|
3385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3387
|
+
}],
|
|
3388
|
+
type_asset: 'sdk.coin',
|
|
3389
|
+
traces: [{
|
|
3390
|
+
type: 'ibc',
|
|
3391
|
+
counterparty: {
|
|
3392
|
+
channel_id: 'channel-3',
|
|
3393
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
3394
|
+
chain_name: 'pryzm'
|
|
3395
|
+
},
|
|
3396
|
+
chain: {
|
|
3397
|
+
channel_id: 'channel-34'
|
|
3398
|
+
}
|
|
3399
|
+
}]
|
|
3400
|
+
},
|
|
2876
3401
|
{
|
|
2877
3402
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
2878
3403
|
denom_units: [{
|
|
@@ -3013,6 +3538,76 @@ const assets = {
|
|
|
3013
3538
|
}
|
|
3014
3539
|
}]
|
|
3015
3540
|
},
|
|
3541
|
+
{
|
|
3542
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
3543
|
+
denom_units: [{
|
|
3544
|
+
denom: 'ibc/A77E223EA43BC3B8D0950E8D5961DECAB19A6EF6C996EDBA156C194EEFA66710',
|
|
3545
|
+
exponent: 0,
|
|
3546
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
3547
|
+
}, {
|
|
3548
|
+
denom: 'pPRYZM31Mar2026',
|
|
3549
|
+
exponent: 6
|
|
3550
|
+
}],
|
|
3551
|
+
base: 'ibc/A77E223EA43BC3B8D0950E8D5961DECAB19A6EF6C996EDBA156C194EEFA66710',
|
|
3552
|
+
name: 'pPryzm (31Mar2026)',
|
|
3553
|
+
display: 'pPRYZM31Mar2026',
|
|
3554
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
3555
|
+
logo_URIs: {
|
|
3556
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3557
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3558
|
+
},
|
|
3559
|
+
images: [{
|
|
3560
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3561
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3562
|
+
}],
|
|
3563
|
+
type_asset: 'sdk.coin',
|
|
3564
|
+
traces: [{
|
|
3565
|
+
type: 'ibc',
|
|
3566
|
+
counterparty: {
|
|
3567
|
+
channel_id: 'channel-3',
|
|
3568
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
3569
|
+
chain_name: 'pryzm'
|
|
3570
|
+
},
|
|
3571
|
+
chain: {
|
|
3572
|
+
channel_id: 'channel-34'
|
|
3573
|
+
}
|
|
3574
|
+
}]
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
3578
|
+
denom_units: [{
|
|
3579
|
+
denom: 'ibc/5A7C5BB656D4F3C3B14913742EBEFFD2FF09EE9326F5B4920BC1A6A5600A0482',
|
|
3580
|
+
exponent: 0,
|
|
3581
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
3582
|
+
}, {
|
|
3583
|
+
denom: 'pPRYZM30Jun2026',
|
|
3584
|
+
exponent: 6
|
|
3585
|
+
}],
|
|
3586
|
+
base: 'ibc/5A7C5BB656D4F3C3B14913742EBEFFD2FF09EE9326F5B4920BC1A6A5600A0482',
|
|
3587
|
+
name: 'pPryzm (30Jun2026)',
|
|
3588
|
+
display: 'pPRYZM30Jun2026',
|
|
3589
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
3590
|
+
logo_URIs: {
|
|
3591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3593
|
+
},
|
|
3594
|
+
images: [{
|
|
3595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3597
|
+
}],
|
|
3598
|
+
type_asset: 'sdk.coin',
|
|
3599
|
+
traces: [{
|
|
3600
|
+
type: 'ibc',
|
|
3601
|
+
counterparty: {
|
|
3602
|
+
channel_id: 'channel-3',
|
|
3603
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
3604
|
+
chain_name: 'pryzm'
|
|
3605
|
+
},
|
|
3606
|
+
chain: {
|
|
3607
|
+
channel_id: 'channel-34'
|
|
3608
|
+
}
|
|
3609
|
+
}]
|
|
3610
|
+
},
|
|
3016
3611
|
{
|
|
3017
3612
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
3018
3613
|
denom_units: [{
|
|
@@ -3153,6 +3748,41 @@ const assets = {
|
|
|
3153
3748
|
}
|
|
3154
3749
|
}]
|
|
3155
3750
|
},
|
|
3751
|
+
{
|
|
3752
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
3753
|
+
denom_units: [{
|
|
3754
|
+
denom: 'ibc/920494813F154D53CCABB13170FE162F06DA6F8E937730741E9178FF3DFFDE76',
|
|
3755
|
+
exponent: 0,
|
|
3756
|
+
aliases: ['p:asusds:30Jun2026']
|
|
3757
|
+
}, {
|
|
3758
|
+
denom: 'psUSDS30Jun2026',
|
|
3759
|
+
exponent: 18
|
|
3760
|
+
}],
|
|
3761
|
+
base: 'ibc/920494813F154D53CCABB13170FE162F06DA6F8E937730741E9178FF3DFFDE76',
|
|
3762
|
+
name: 'psUsds (30Jun2026)',
|
|
3763
|
+
display: 'psUSDS30Jun2026',
|
|
3764
|
+
symbol: 'psUSDS-30Jun2026',
|
|
3765
|
+
logo_URIs: {
|
|
3766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
3767
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
3768
|
+
},
|
|
3769
|
+
images: [{
|
|
3770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
3771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
3772
|
+
}],
|
|
3773
|
+
type_asset: 'sdk.coin',
|
|
3774
|
+
traces: [{
|
|
3775
|
+
type: 'ibc',
|
|
3776
|
+
counterparty: {
|
|
3777
|
+
channel_id: 'channel-3',
|
|
3778
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
3779
|
+
chain_name: 'pryzm'
|
|
3780
|
+
},
|
|
3781
|
+
chain: {
|
|
3782
|
+
channel_id: 'channel-34'
|
|
3783
|
+
}
|
|
3784
|
+
}]
|
|
3785
|
+
},
|
|
3156
3786
|
{
|
|
3157
3787
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
3158
3788
|
denom_units: [{
|
|
@@ -3259,19 +3889,89 @@ const assets = {
|
|
|
3259
3889
|
}]
|
|
3260
3890
|
},
|
|
3261
3891
|
{
|
|
3262
|
-
description: 'Pryzm\'s refracted yield token for ATOM with maturity of
|
|
3892
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
3263
3893
|
denom_units: [{
|
|
3264
|
-
denom: 'ibc/
|
|
3894
|
+
denom: 'ibc/AFA11A1ABFED706197E184095F7537630172EF1891E64EBD35798F46B1822730',
|
|
3265
3895
|
exponent: 0,
|
|
3266
|
-
aliases: ['y:uatom:
|
|
3896
|
+
aliases: ['y:uatom:30Jun2025']
|
|
3267
3897
|
}, {
|
|
3268
|
-
denom: '
|
|
3898
|
+
denom: 'yATOM30Jun2025',
|
|
3269
3899
|
exponent: 6
|
|
3270
3900
|
}],
|
|
3271
|
-
base: 'ibc/
|
|
3272
|
-
name: 'yAtom (
|
|
3273
|
-
display: '
|
|
3274
|
-
symbol: 'yATOM-
|
|
3901
|
+
base: 'ibc/AFA11A1ABFED706197E184095F7537630172EF1891E64EBD35798F46B1822730',
|
|
3902
|
+
name: 'yAtom (30Jun2025)',
|
|
3903
|
+
display: 'yATOM30Jun2025',
|
|
3904
|
+
symbol: 'yATOM-30Jun2025',
|
|
3905
|
+
logo_URIs: {
|
|
3906
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3907
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3908
|
+
},
|
|
3909
|
+
images: [{
|
|
3910
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3911
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3912
|
+
}],
|
|
3913
|
+
type_asset: 'sdk.coin',
|
|
3914
|
+
traces: [{
|
|
3915
|
+
type: 'ibc',
|
|
3916
|
+
counterparty: {
|
|
3917
|
+
channel_id: 'channel-3',
|
|
3918
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
3919
|
+
chain_name: 'pryzm'
|
|
3920
|
+
},
|
|
3921
|
+
chain: {
|
|
3922
|
+
channel_id: 'channel-34'
|
|
3923
|
+
}
|
|
3924
|
+
}]
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
3928
|
+
denom_units: [{
|
|
3929
|
+
denom: 'ibc/2D32B8AE84C6D783DD9C6B78D9B6D4A38EA246215CE1BB7EF4760CB33A4B4E4B',
|
|
3930
|
+
exponent: 0,
|
|
3931
|
+
aliases: ['y:uatom:30Sep2025']
|
|
3932
|
+
}, {
|
|
3933
|
+
denom: 'yATOM30Sep2025',
|
|
3934
|
+
exponent: 6
|
|
3935
|
+
}],
|
|
3936
|
+
base: 'ibc/2D32B8AE84C6D783DD9C6B78D9B6D4A38EA246215CE1BB7EF4760CB33A4B4E4B',
|
|
3937
|
+
name: 'yAtom (30Sep2025)',
|
|
3938
|
+
display: 'yATOM30Sep2025',
|
|
3939
|
+
symbol: 'yATOM-30Sep2025',
|
|
3940
|
+
logo_URIs: {
|
|
3941
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3942
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3943
|
+
},
|
|
3944
|
+
images: [{
|
|
3945
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3946
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3947
|
+
}],
|
|
3948
|
+
type_asset: 'sdk.coin',
|
|
3949
|
+
traces: [{
|
|
3950
|
+
type: 'ibc',
|
|
3951
|
+
counterparty: {
|
|
3952
|
+
channel_id: 'channel-3',
|
|
3953
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
3954
|
+
chain_name: 'pryzm'
|
|
3955
|
+
},
|
|
3956
|
+
chain: {
|
|
3957
|
+
channel_id: 'channel-34'
|
|
3958
|
+
}
|
|
3959
|
+
}]
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
3963
|
+
denom_units: [{
|
|
3964
|
+
denom: 'ibc/F7E38A4605AEDAB9504ECA50E2588E5C57149E3B8700FB4FF941196B25654CA6',
|
|
3965
|
+
exponent: 0,
|
|
3966
|
+
aliases: ['y:uatom:31Dec2025']
|
|
3967
|
+
}, {
|
|
3968
|
+
denom: 'yATOM31Dec2025',
|
|
3969
|
+
exponent: 6
|
|
3970
|
+
}],
|
|
3971
|
+
base: 'ibc/F7E38A4605AEDAB9504ECA50E2588E5C57149E3B8700FB4FF941196B25654CA6',
|
|
3972
|
+
name: 'yAtom (31Dec2025)',
|
|
3973
|
+
display: 'yATOM31Dec2025',
|
|
3974
|
+
symbol: 'yATOM-31Dec2025',
|
|
3275
3975
|
logo_URIs: {
|
|
3276
3976
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3277
3977
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -3433,6 +4133,76 @@ const assets = {
|
|
|
3433
4133
|
}
|
|
3434
4134
|
}]
|
|
3435
4135
|
},
|
|
4136
|
+
{
|
|
4137
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
4138
|
+
denom_units: [{
|
|
4139
|
+
denom: 'ibc/FB9EC70EF677FE74DE663074DDC199446EFA9DE407AC8809F92C5F96C73A5F96',
|
|
4140
|
+
exponent: 0,
|
|
4141
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
4142
|
+
}, {
|
|
4143
|
+
denom: 'yOSMO30Jun2025',
|
|
4144
|
+
exponent: 6
|
|
4145
|
+
}],
|
|
4146
|
+
base: 'ibc/FB9EC70EF677FE74DE663074DDC199446EFA9DE407AC8809F92C5F96C73A5F96',
|
|
4147
|
+
name: 'yOsmo (30Jun2025)',
|
|
4148
|
+
display: 'yOSMO30Jun2025',
|
|
4149
|
+
symbol: 'yOSMO-30Jun2025',
|
|
4150
|
+
logo_URIs: {
|
|
4151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4153
|
+
},
|
|
4154
|
+
images: [{
|
|
4155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4157
|
+
}],
|
|
4158
|
+
type_asset: 'sdk.coin',
|
|
4159
|
+
traces: [{
|
|
4160
|
+
type: 'ibc',
|
|
4161
|
+
counterparty: {
|
|
4162
|
+
channel_id: 'channel-3',
|
|
4163
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
4164
|
+
chain_name: 'pryzm'
|
|
4165
|
+
},
|
|
4166
|
+
chain: {
|
|
4167
|
+
channel_id: 'channel-34'
|
|
4168
|
+
}
|
|
4169
|
+
}]
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
4173
|
+
denom_units: [{
|
|
4174
|
+
denom: 'ibc/966EFC8167B74B0BB8D1E1A04DF66A008FB32CBDDFC8C462EF8F43C1F7D1F6DA',
|
|
4175
|
+
exponent: 0,
|
|
4176
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
4177
|
+
}, {
|
|
4178
|
+
denom: 'yOSMO30Sep2025',
|
|
4179
|
+
exponent: 6
|
|
4180
|
+
}],
|
|
4181
|
+
base: 'ibc/966EFC8167B74B0BB8D1E1A04DF66A008FB32CBDDFC8C462EF8F43C1F7D1F6DA',
|
|
4182
|
+
name: 'yOsmo (30Sep2025)',
|
|
4183
|
+
display: 'yOSMO30Sep2025',
|
|
4184
|
+
symbol: 'yOSMO-30Sep2025',
|
|
4185
|
+
logo_URIs: {
|
|
4186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4188
|
+
},
|
|
4189
|
+
images: [{
|
|
4190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4191
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4192
|
+
}],
|
|
4193
|
+
type_asset: 'sdk.coin',
|
|
4194
|
+
traces: [{
|
|
4195
|
+
type: 'ibc',
|
|
4196
|
+
counterparty: {
|
|
4197
|
+
channel_id: 'channel-3',
|
|
4198
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
4199
|
+
chain_name: 'pryzm'
|
|
4200
|
+
},
|
|
4201
|
+
chain: {
|
|
4202
|
+
channel_id: 'channel-34'
|
|
4203
|
+
}
|
|
4204
|
+
}]
|
|
4205
|
+
},
|
|
3436
4206
|
{
|
|
3437
4207
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
3438
4208
|
denom_units: [{
|
|
@@ -3608,6 +4378,76 @@ const assets = {
|
|
|
3608
4378
|
}
|
|
3609
4379
|
}]
|
|
3610
4380
|
},
|
|
4381
|
+
{
|
|
4382
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
4383
|
+
denom_units: [{
|
|
4384
|
+
denom: 'ibc/19794191FAEE83897264845EDDA2BD73283B7FAE2089798D3B1993B39ADAC168',
|
|
4385
|
+
exponent: 0,
|
|
4386
|
+
aliases: ['y:inj:30Jun2025']
|
|
4387
|
+
}, {
|
|
4388
|
+
denom: 'yINJ30Jun2025',
|
|
4389
|
+
exponent: 18
|
|
4390
|
+
}],
|
|
4391
|
+
base: 'ibc/19794191FAEE83897264845EDDA2BD73283B7FAE2089798D3B1993B39ADAC168',
|
|
4392
|
+
name: 'yInj (30Jun2025)',
|
|
4393
|
+
display: 'yINJ30Jun2025',
|
|
4394
|
+
symbol: 'yINJ-30Jun2025',
|
|
4395
|
+
logo_URIs: {
|
|
4396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4398
|
+
},
|
|
4399
|
+
images: [{
|
|
4400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4402
|
+
}],
|
|
4403
|
+
type_asset: 'sdk.coin',
|
|
4404
|
+
traces: [{
|
|
4405
|
+
type: 'ibc',
|
|
4406
|
+
counterparty: {
|
|
4407
|
+
channel_id: 'channel-3',
|
|
4408
|
+
base_denom: 'y:inj:30Jun2025',
|
|
4409
|
+
chain_name: 'pryzm'
|
|
4410
|
+
},
|
|
4411
|
+
chain: {
|
|
4412
|
+
channel_id: 'channel-34'
|
|
4413
|
+
}
|
|
4414
|
+
}]
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
4418
|
+
denom_units: [{
|
|
4419
|
+
denom: 'ibc/06ADF9A8090478A19A8B6A8FC228C3C6257A91D081D6BD9D94D8E0A3992C6FB7',
|
|
4420
|
+
exponent: 0,
|
|
4421
|
+
aliases: ['y:inj:30Sep2025']
|
|
4422
|
+
}, {
|
|
4423
|
+
denom: 'yINJ30Sep2025',
|
|
4424
|
+
exponent: 18
|
|
4425
|
+
}],
|
|
4426
|
+
base: 'ibc/06ADF9A8090478A19A8B6A8FC228C3C6257A91D081D6BD9D94D8E0A3992C6FB7',
|
|
4427
|
+
name: 'yInj (30Sep2025)',
|
|
4428
|
+
display: 'yINJ30Sep2025',
|
|
4429
|
+
symbol: 'yINJ-30Sep2025',
|
|
4430
|
+
logo_URIs: {
|
|
4431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4433
|
+
},
|
|
4434
|
+
images: [{
|
|
4435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4437
|
+
}],
|
|
4438
|
+
type_asset: 'sdk.coin',
|
|
4439
|
+
traces: [{
|
|
4440
|
+
type: 'ibc',
|
|
4441
|
+
counterparty: {
|
|
4442
|
+
channel_id: 'channel-3',
|
|
4443
|
+
base_denom: 'y:inj:30Sep2025',
|
|
4444
|
+
chain_name: 'pryzm'
|
|
4445
|
+
},
|
|
4446
|
+
chain: {
|
|
4447
|
+
channel_id: 'channel-34'
|
|
4448
|
+
}
|
|
4449
|
+
}]
|
|
4450
|
+
},
|
|
3611
4451
|
{
|
|
3612
4452
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
3613
4453
|
denom_units: [{
|
|
@@ -3783,6 +4623,76 @@ const assets = {
|
|
|
3783
4623
|
}
|
|
3784
4624
|
}]
|
|
3785
4625
|
},
|
|
4626
|
+
{
|
|
4627
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
4628
|
+
denom_units: [{
|
|
4629
|
+
denom: 'ibc/B480A19B4073C1E4457ED61FD7E8A5E4A2A2DF3B7C65ED16C758BDEE93145D48',
|
|
4630
|
+
exponent: 0,
|
|
4631
|
+
aliases: ['y:uluna:30Jun2025']
|
|
4632
|
+
}, {
|
|
4633
|
+
denom: 'yLUNA30Jun2025',
|
|
4634
|
+
exponent: 6
|
|
4635
|
+
}],
|
|
4636
|
+
base: 'ibc/B480A19B4073C1E4457ED61FD7E8A5E4A2A2DF3B7C65ED16C758BDEE93145D48',
|
|
4637
|
+
name: 'yLuna (30Jun2025)',
|
|
4638
|
+
display: 'yLUNA30Jun2025',
|
|
4639
|
+
symbol: 'yLUNA-30Jun2025',
|
|
4640
|
+
logo_URIs: {
|
|
4641
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4642
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4643
|
+
},
|
|
4644
|
+
images: [{
|
|
4645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4646
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4647
|
+
}],
|
|
4648
|
+
type_asset: 'sdk.coin',
|
|
4649
|
+
traces: [{
|
|
4650
|
+
type: 'ibc',
|
|
4651
|
+
counterparty: {
|
|
4652
|
+
channel_id: 'channel-3',
|
|
4653
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
4654
|
+
chain_name: 'pryzm'
|
|
4655
|
+
},
|
|
4656
|
+
chain: {
|
|
4657
|
+
channel_id: 'channel-34'
|
|
4658
|
+
}
|
|
4659
|
+
}]
|
|
4660
|
+
},
|
|
4661
|
+
{
|
|
4662
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
4663
|
+
denom_units: [{
|
|
4664
|
+
denom: 'ibc/9FFC986467C5785658C69ABE84184F026D351C3319F056A9A377338F723224FA',
|
|
4665
|
+
exponent: 0,
|
|
4666
|
+
aliases: ['y:uluna:30Sep2025']
|
|
4667
|
+
}, {
|
|
4668
|
+
denom: 'yLUNA30Sep2025',
|
|
4669
|
+
exponent: 6
|
|
4670
|
+
}],
|
|
4671
|
+
base: 'ibc/9FFC986467C5785658C69ABE84184F026D351C3319F056A9A377338F723224FA',
|
|
4672
|
+
name: 'yLuna (30Sep2025)',
|
|
4673
|
+
display: 'yLUNA30Sep2025',
|
|
4674
|
+
symbol: 'yLUNA-30Sep2025',
|
|
4675
|
+
logo_URIs: {
|
|
4676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4678
|
+
},
|
|
4679
|
+
images: [{
|
|
4680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4681
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4682
|
+
}],
|
|
4683
|
+
type_asset: 'sdk.coin',
|
|
4684
|
+
traces: [{
|
|
4685
|
+
type: 'ibc',
|
|
4686
|
+
counterparty: {
|
|
4687
|
+
channel_id: 'channel-3',
|
|
4688
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
4689
|
+
chain_name: 'pryzm'
|
|
4690
|
+
},
|
|
4691
|
+
chain: {
|
|
4692
|
+
channel_id: 'channel-34'
|
|
4693
|
+
}
|
|
4694
|
+
}]
|
|
4695
|
+
},
|
|
3786
4696
|
{
|
|
3787
4697
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
3788
4698
|
denom_units: [{
|
|
@@ -3923,6 +4833,41 @@ const assets = {
|
|
|
3923
4833
|
}
|
|
3924
4834
|
}]
|
|
3925
4835
|
},
|
|
4836
|
+
{
|
|
4837
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
4838
|
+
denom_units: [{
|
|
4839
|
+
denom: 'ibc/2906280A1842C35C41E4A9B27D33C31F9113AC1B5460FE712650641D4FB50BF9',
|
|
4840
|
+
exponent: 0,
|
|
4841
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
4842
|
+
}, {
|
|
4843
|
+
denom: 'yAUUU30Jun2025',
|
|
4844
|
+
exponent: 6
|
|
4845
|
+
}],
|
|
4846
|
+
base: 'ibc/2906280A1842C35C41E4A9B27D33C31F9113AC1B5460FE712650641D4FB50BF9',
|
|
4847
|
+
name: 'yAuuu (30Jun2025)',
|
|
4848
|
+
display: 'yAUUU30Jun2025',
|
|
4849
|
+
symbol: 'yAUUU-30Jun2025',
|
|
4850
|
+
logo_URIs: {
|
|
4851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
4852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4853
|
+
},
|
|
4854
|
+
images: [{
|
|
4855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
4856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4857
|
+
}],
|
|
4858
|
+
type_asset: 'sdk.coin',
|
|
4859
|
+
traces: [{
|
|
4860
|
+
type: 'ibc',
|
|
4861
|
+
counterparty: {
|
|
4862
|
+
channel_id: 'channel-3',
|
|
4863
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
4864
|
+
chain_name: 'pryzm'
|
|
4865
|
+
},
|
|
4866
|
+
chain: {
|
|
4867
|
+
channel_id: 'channel-34'
|
|
4868
|
+
}
|
|
4869
|
+
}]
|
|
4870
|
+
},
|
|
3926
4871
|
{
|
|
3927
4872
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2025',
|
|
3928
4873
|
denom_units: [{
|
|
@@ -4099,19 +5044,19 @@ const assets = {
|
|
|
4099
5044
|
}]
|
|
4100
5045
|
},
|
|
4101
5046
|
{
|
|
4102
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
5047
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
4103
5048
|
denom_units: [{
|
|
4104
|
-
denom: 'ibc/
|
|
5049
|
+
denom: 'ibc/47A9C08C3D046538AC25C308A350A13EB84060EFC349C9C76FF065993C79AD58',
|
|
4105
5050
|
exponent: 0,
|
|
4106
|
-
aliases: ['y:stutia:
|
|
5051
|
+
aliases: ['y:stutia:30Jun2025']
|
|
4107
5052
|
}, {
|
|
4108
|
-
denom: '
|
|
5053
|
+
denom: 'ystTIA30Jun2025',
|
|
4109
5054
|
exponent: 6
|
|
4110
5055
|
}],
|
|
4111
|
-
base: 'ibc/
|
|
4112
|
-
name: 'ystTia (
|
|
4113
|
-
display: '
|
|
4114
|
-
symbol: 'ystTIA-
|
|
5056
|
+
base: 'ibc/47A9C08C3D046538AC25C308A350A13EB84060EFC349C9C76FF065993C79AD58',
|
|
5057
|
+
name: 'ystTia (30Jun2025)',
|
|
5058
|
+
display: 'ystTIA30Jun2025',
|
|
5059
|
+
symbol: 'ystTIA-30Jun2025',
|
|
4115
5060
|
logo_URIs: {
|
|
4116
5061
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4117
5062
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
@@ -4125,7 +5070,7 @@ const assets = {
|
|
|
4125
5070
|
type: 'ibc',
|
|
4126
5071
|
counterparty: {
|
|
4127
5072
|
channel_id: 'channel-3',
|
|
4128
|
-
base_denom: 'y:stutia:
|
|
5073
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
4129
5074
|
chain_name: 'pryzm'
|
|
4130
5075
|
},
|
|
4131
5076
|
chain: {
|
|
@@ -4134,11 +5079,46 @@ const assets = {
|
|
|
4134
5079
|
}]
|
|
4135
5080
|
},
|
|
4136
5081
|
{
|
|
4137
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
5082
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
4138
5083
|
denom_units: [{
|
|
4139
|
-
denom: 'ibc/
|
|
5084
|
+
denom: 'ibc/E02390901C8701E44ACF61C3B9FBB99D1AAAB98326D07289BE8DFE657DCEB0B1',
|
|
4140
5085
|
exponent: 0,
|
|
4141
|
-
aliases: ['y:stutia:
|
|
5086
|
+
aliases: ['y:stutia:31Dec2025']
|
|
5087
|
+
}, {
|
|
5088
|
+
denom: 'ystTIA31Dec2025',
|
|
5089
|
+
exponent: 6
|
|
5090
|
+
}],
|
|
5091
|
+
base: 'ibc/E02390901C8701E44ACF61C3B9FBB99D1AAAB98326D07289BE8DFE657DCEB0B1',
|
|
5092
|
+
name: 'ystTia (31Dec2025)',
|
|
5093
|
+
display: 'ystTIA31Dec2025',
|
|
5094
|
+
symbol: 'ystTIA-31Dec2025',
|
|
5095
|
+
logo_URIs: {
|
|
5096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
5097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
5098
|
+
},
|
|
5099
|
+
images: [{
|
|
5100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
5101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
5102
|
+
}],
|
|
5103
|
+
type_asset: 'sdk.coin',
|
|
5104
|
+
traces: [{
|
|
5105
|
+
type: 'ibc',
|
|
5106
|
+
counterparty: {
|
|
5107
|
+
channel_id: 'channel-3',
|
|
5108
|
+
base_denom: 'y:stutia:31Dec2025',
|
|
5109
|
+
chain_name: 'pryzm'
|
|
5110
|
+
},
|
|
5111
|
+
chain: {
|
|
5112
|
+
channel_id: 'channel-34'
|
|
5113
|
+
}
|
|
5114
|
+
}]
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
5118
|
+
denom_units: [{
|
|
5119
|
+
denom: 'ibc/9C8D48491531BF7F96C478395106C37FE5443929B2C8E29F64927B862EDF8F13',
|
|
5120
|
+
exponent: 0,
|
|
5121
|
+
aliases: ['y:stutia:31Dec2026']
|
|
4142
5122
|
}, {
|
|
4143
5123
|
denom: 'ystTIA31Dec2026',
|
|
4144
5124
|
exponent: 6
|
|
@@ -4273,6 +5253,41 @@ const assets = {
|
|
|
4273
5253
|
}
|
|
4274
5254
|
}]
|
|
4275
5255
|
},
|
|
5256
|
+
{
|
|
5257
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
5258
|
+
denom_units: [{
|
|
5259
|
+
denom: 'ibc/2EB0E5717EB9A602372522B85BFDA19605A1F973AEC1B6B6D526F092A5C73613',
|
|
5260
|
+
exponent: 0,
|
|
5261
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
5262
|
+
}, {
|
|
5263
|
+
denom: 'ystDYDX30Jun2025',
|
|
5264
|
+
exponent: 6
|
|
5265
|
+
}],
|
|
5266
|
+
base: 'ibc/2EB0E5717EB9A602372522B85BFDA19605A1F973AEC1B6B6D526F092A5C73613',
|
|
5267
|
+
name: 'ystDydx (30Jun2025)',
|
|
5268
|
+
display: 'ystDYDX30Jun2025',
|
|
5269
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
5270
|
+
logo_URIs: {
|
|
5271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
5272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
5273
|
+
},
|
|
5274
|
+
images: [{
|
|
5275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
5276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
5277
|
+
}],
|
|
5278
|
+
type_asset: 'sdk.coin',
|
|
5279
|
+
traces: [{
|
|
5280
|
+
type: 'ibc',
|
|
5281
|
+
counterparty: {
|
|
5282
|
+
channel_id: 'channel-3',
|
|
5283
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
5284
|
+
chain_name: 'pryzm'
|
|
5285
|
+
},
|
|
5286
|
+
chain: {
|
|
5287
|
+
channel_id: 'channel-34'
|
|
5288
|
+
}
|
|
5289
|
+
}]
|
|
5290
|
+
},
|
|
4276
5291
|
{
|
|
4277
5292
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
4278
5293
|
denom_units: [{
|
|
@@ -4588,6 +5603,76 @@ const assets = {
|
|
|
4588
5603
|
}
|
|
4589
5604
|
}]
|
|
4590
5605
|
},
|
|
5606
|
+
{
|
|
5607
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
5608
|
+
denom_units: [{
|
|
5609
|
+
denom: 'ibc/140684DEF7694CFE7A57E2F848D0E3E246C3E1BA19D276062D949EFCE1F52CFC',
|
|
5610
|
+
exponent: 0,
|
|
5611
|
+
aliases: ['y:utia:30Jun2025']
|
|
5612
|
+
}, {
|
|
5613
|
+
denom: 'yTIA30Jun2025',
|
|
5614
|
+
exponent: 6
|
|
5615
|
+
}],
|
|
5616
|
+
base: 'ibc/140684DEF7694CFE7A57E2F848D0E3E246C3E1BA19D276062D949EFCE1F52CFC',
|
|
5617
|
+
name: 'yTia (30Jun2025)',
|
|
5618
|
+
display: 'yTIA30Jun2025',
|
|
5619
|
+
symbol: 'yTIA-30Jun2025',
|
|
5620
|
+
logo_URIs: {
|
|
5621
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5622
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5623
|
+
},
|
|
5624
|
+
images: [{
|
|
5625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5627
|
+
}],
|
|
5628
|
+
type_asset: 'sdk.coin',
|
|
5629
|
+
traces: [{
|
|
5630
|
+
type: 'ibc',
|
|
5631
|
+
counterparty: {
|
|
5632
|
+
channel_id: 'channel-3',
|
|
5633
|
+
base_denom: 'y:utia:30Jun2025',
|
|
5634
|
+
chain_name: 'pryzm'
|
|
5635
|
+
},
|
|
5636
|
+
chain: {
|
|
5637
|
+
channel_id: 'channel-34'
|
|
5638
|
+
}
|
|
5639
|
+
}]
|
|
5640
|
+
},
|
|
5641
|
+
{
|
|
5642
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
5643
|
+
denom_units: [{
|
|
5644
|
+
denom: 'ibc/E0EC350FBF2613B9DE01D45D6E06F198E732B2C0668EC88C097BC17B99872437',
|
|
5645
|
+
exponent: 0,
|
|
5646
|
+
aliases: ['y:utia:30Sep2025']
|
|
5647
|
+
}, {
|
|
5648
|
+
denom: 'yTIA30Sep2025',
|
|
5649
|
+
exponent: 6
|
|
5650
|
+
}],
|
|
5651
|
+
base: 'ibc/E0EC350FBF2613B9DE01D45D6E06F198E732B2C0668EC88C097BC17B99872437',
|
|
5652
|
+
name: 'yTia (30Sep2025)',
|
|
5653
|
+
display: 'yTIA30Sep2025',
|
|
5654
|
+
symbol: 'yTIA-30Sep2025',
|
|
5655
|
+
logo_URIs: {
|
|
5656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5657
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5658
|
+
},
|
|
5659
|
+
images: [{
|
|
5660
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5661
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5662
|
+
}],
|
|
5663
|
+
type_asset: 'sdk.coin',
|
|
5664
|
+
traces: [{
|
|
5665
|
+
type: 'ibc',
|
|
5666
|
+
counterparty: {
|
|
5667
|
+
channel_id: 'channel-3',
|
|
5668
|
+
base_denom: 'y:utia:30Sep2025',
|
|
5669
|
+
chain_name: 'pryzm'
|
|
5670
|
+
},
|
|
5671
|
+
chain: {
|
|
5672
|
+
channel_id: 'channel-34'
|
|
5673
|
+
}
|
|
5674
|
+
}]
|
|
5675
|
+
},
|
|
4591
5676
|
{
|
|
4592
5677
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
4593
5678
|
denom_units: [{
|
|
@@ -4798,6 +5883,76 @@ const assets = {
|
|
|
4798
5883
|
}
|
|
4799
5884
|
}]
|
|
4800
5885
|
},
|
|
5886
|
+
{
|
|
5887
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
5888
|
+
denom_units: [{
|
|
5889
|
+
denom: 'ibc/04277985E1CAACD5C1D06C5F272FD70C6C41F4EA6D136ADF1FB5B5F35FB0DB69',
|
|
5890
|
+
exponent: 0,
|
|
5891
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
5892
|
+
}, {
|
|
5893
|
+
denom: 'yUSDY31Mar2026',
|
|
5894
|
+
exponent: 18
|
|
5895
|
+
}],
|
|
5896
|
+
base: 'ibc/04277985E1CAACD5C1D06C5F272FD70C6C41F4EA6D136ADF1FB5B5F35FB0DB69',
|
|
5897
|
+
name: 'yUsdy (31Mar2026)',
|
|
5898
|
+
display: 'yUSDY31Mar2026',
|
|
5899
|
+
symbol: 'yUSDY-31Mar2026',
|
|
5900
|
+
logo_URIs: {
|
|
5901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5903
|
+
},
|
|
5904
|
+
images: [{
|
|
5905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5906
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5907
|
+
}],
|
|
5908
|
+
type_asset: 'sdk.coin',
|
|
5909
|
+
traces: [{
|
|
5910
|
+
type: 'ibc',
|
|
5911
|
+
counterparty: {
|
|
5912
|
+
channel_id: 'channel-3',
|
|
5913
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
5914
|
+
chain_name: 'pryzm'
|
|
5915
|
+
},
|
|
5916
|
+
chain: {
|
|
5917
|
+
channel_id: 'channel-34'
|
|
5918
|
+
}
|
|
5919
|
+
}]
|
|
5920
|
+
},
|
|
5921
|
+
{
|
|
5922
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
5923
|
+
denom_units: [{
|
|
5924
|
+
denom: 'ibc/BF2D1800DF4A1C751FDDD0B430115B78A11E44714F9FBE0F9FEE2106E9E439A3',
|
|
5925
|
+
exponent: 0,
|
|
5926
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
5927
|
+
}, {
|
|
5928
|
+
denom: 'yUSDY30Jun2026',
|
|
5929
|
+
exponent: 18
|
|
5930
|
+
}],
|
|
5931
|
+
base: 'ibc/BF2D1800DF4A1C751FDDD0B430115B78A11E44714F9FBE0F9FEE2106E9E439A3',
|
|
5932
|
+
name: 'yUsdy (30Jun2026)',
|
|
5933
|
+
display: 'yUSDY30Jun2026',
|
|
5934
|
+
symbol: 'yUSDY-30Jun2026',
|
|
5935
|
+
logo_URIs: {
|
|
5936
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5937
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5938
|
+
},
|
|
5939
|
+
images: [{
|
|
5940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
5941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
5942
|
+
}],
|
|
5943
|
+
type_asset: 'sdk.coin',
|
|
5944
|
+
traces: [{
|
|
5945
|
+
type: 'ibc',
|
|
5946
|
+
counterparty: {
|
|
5947
|
+
channel_id: 'channel-3',
|
|
5948
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
5949
|
+
chain_name: 'pryzm'
|
|
5950
|
+
},
|
|
5951
|
+
chain: {
|
|
5952
|
+
channel_id: 'channel-34'
|
|
5953
|
+
}
|
|
5954
|
+
}]
|
|
5955
|
+
},
|
|
4801
5956
|
{
|
|
4802
5957
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
4803
5958
|
denom_units: [{
|
|
@@ -4938,6 +6093,76 @@ const assets = {
|
|
|
4938
6093
|
}
|
|
4939
6094
|
}]
|
|
4940
6095
|
},
|
|
6096
|
+
{
|
|
6097
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
6098
|
+
denom_units: [{
|
|
6099
|
+
denom: 'ibc/FF4EF81628D72E031448CC45085AACA9F843CAA4131DB80413BB37B4A21C7A48',
|
|
6100
|
+
exponent: 0,
|
|
6101
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
6102
|
+
}, {
|
|
6103
|
+
denom: 'yPRYZM31Mar2026',
|
|
6104
|
+
exponent: 6
|
|
6105
|
+
}],
|
|
6106
|
+
base: 'ibc/FF4EF81628D72E031448CC45085AACA9F843CAA4131DB80413BB37B4A21C7A48',
|
|
6107
|
+
name: 'yPryzm (31Mar2026)',
|
|
6108
|
+
display: 'yPRYZM31Mar2026',
|
|
6109
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
6110
|
+
logo_URIs: {
|
|
6111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
6112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
6113
|
+
},
|
|
6114
|
+
images: [{
|
|
6115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
6116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
6117
|
+
}],
|
|
6118
|
+
type_asset: 'sdk.coin',
|
|
6119
|
+
traces: [{
|
|
6120
|
+
type: 'ibc',
|
|
6121
|
+
counterparty: {
|
|
6122
|
+
channel_id: 'channel-3',
|
|
6123
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
6124
|
+
chain_name: 'pryzm'
|
|
6125
|
+
},
|
|
6126
|
+
chain: {
|
|
6127
|
+
channel_id: 'channel-34'
|
|
6128
|
+
}
|
|
6129
|
+
}]
|
|
6130
|
+
},
|
|
6131
|
+
{
|
|
6132
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
6133
|
+
denom_units: [{
|
|
6134
|
+
denom: 'ibc/958141742D8684D55DBC854911B67B1E78031A6944BA9C95CB2E40789DA02336',
|
|
6135
|
+
exponent: 0,
|
|
6136
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
6137
|
+
}, {
|
|
6138
|
+
denom: 'yPRYZM30Jun2026',
|
|
6139
|
+
exponent: 6
|
|
6140
|
+
}],
|
|
6141
|
+
base: 'ibc/958141742D8684D55DBC854911B67B1E78031A6944BA9C95CB2E40789DA02336',
|
|
6142
|
+
name: 'yPryzm (30Jun2026)',
|
|
6143
|
+
display: 'yPRYZM30Jun2026',
|
|
6144
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
6145
|
+
logo_URIs: {
|
|
6146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
6147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
6148
|
+
},
|
|
6149
|
+
images: [{
|
|
6150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
6151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
6152
|
+
}],
|
|
6153
|
+
type_asset: 'sdk.coin',
|
|
6154
|
+
traces: [{
|
|
6155
|
+
type: 'ibc',
|
|
6156
|
+
counterparty: {
|
|
6157
|
+
channel_id: 'channel-3',
|
|
6158
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
6159
|
+
chain_name: 'pryzm'
|
|
6160
|
+
},
|
|
6161
|
+
chain: {
|
|
6162
|
+
channel_id: 'channel-34'
|
|
6163
|
+
}
|
|
6164
|
+
}]
|
|
6165
|
+
},
|
|
4941
6166
|
{
|
|
4942
6167
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
4943
6168
|
denom_units: [{
|
|
@@ -5078,6 +6303,41 @@ const assets = {
|
|
|
5078
6303
|
}
|
|
5079
6304
|
}]
|
|
5080
6305
|
},
|
|
6306
|
+
{
|
|
6307
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
6308
|
+
denom_units: [{
|
|
6309
|
+
denom: 'ibc/4A49CF5354260F4DF47F926CAE94FCB41335C5EF34FDC712FBB789A216B8165B',
|
|
6310
|
+
exponent: 0,
|
|
6311
|
+
aliases: ['y:asusds:30Jun2026']
|
|
6312
|
+
}, {
|
|
6313
|
+
denom: 'ysUSDS30Jun2026',
|
|
6314
|
+
exponent: 18
|
|
6315
|
+
}],
|
|
6316
|
+
base: 'ibc/4A49CF5354260F4DF47F926CAE94FCB41335C5EF34FDC712FBB789A216B8165B',
|
|
6317
|
+
name: 'ysUsds (30Jun2026)',
|
|
6318
|
+
display: 'ysUSDS30Jun2026',
|
|
6319
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
6320
|
+
logo_URIs: {
|
|
6321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6322
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6323
|
+
},
|
|
6324
|
+
images: [{
|
|
6325
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6326
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6327
|
+
}],
|
|
6328
|
+
type_asset: 'sdk.coin',
|
|
6329
|
+
traces: [{
|
|
6330
|
+
type: 'ibc',
|
|
6331
|
+
counterparty: {
|
|
6332
|
+
channel_id: 'channel-3',
|
|
6333
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
6334
|
+
chain_name: 'pryzm'
|
|
6335
|
+
},
|
|
6336
|
+
chain: {
|
|
6337
|
+
channel_id: 'channel-34'
|
|
6338
|
+
}
|
|
6339
|
+
}]
|
|
6340
|
+
},
|
|
5081
6341
|
{
|
|
5082
6342
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5083
6343
|
denom_units: [{
|
|
@@ -7658,19 +8918,19 @@ const assets = {
|
|
|
7658
8918
|
}]
|
|
7659
8919
|
},
|
|
7660
8920
|
{
|
|
7661
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
8921
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
7662
8922
|
denom_units: [{
|
|
7663
|
-
denom: 'ibc/
|
|
8923
|
+
denom: 'ibc/E3A697B554F5C6AD41B4C250477C0C5FE92DA6E4E267E3CC0CC8A20173942146',
|
|
7664
8924
|
exponent: 0,
|
|
7665
|
-
aliases: ['p:uatom:
|
|
8925
|
+
aliases: ['p:uatom:30Jun2025']
|
|
7666
8926
|
}, {
|
|
7667
|
-
denom: '
|
|
8927
|
+
denom: 'pATOM30Jun2025',
|
|
7668
8928
|
exponent: 6
|
|
7669
8929
|
}],
|
|
7670
|
-
base: 'ibc/
|
|
7671
|
-
name: 'pAtom (
|
|
7672
|
-
display: '
|
|
7673
|
-
symbol: 'pATOM-
|
|
8930
|
+
base: 'ibc/E3A697B554F5C6AD41B4C250477C0C5FE92DA6E4E267E3CC0CC8A20173942146',
|
|
8931
|
+
name: 'pAtom (30Jun2025)',
|
|
8932
|
+
display: 'pATOM30Jun2025',
|
|
8933
|
+
symbol: 'pATOM-30Jun2025',
|
|
7674
8934
|
logo_URIs: {
|
|
7675
8935
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
7676
8936
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
@@ -7684,7 +8944,7 @@ const assets = {
|
|
|
7684
8944
|
type: 'ibc',
|
|
7685
8945
|
counterparty: {
|
|
7686
8946
|
channel_id: 'channel-3',
|
|
7687
|
-
base_denom: 'p:uatom:
|
|
8947
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
7688
8948
|
chain_name: 'pryzm'
|
|
7689
8949
|
},
|
|
7690
8950
|
chain: {
|
|
@@ -7693,11 +8953,81 @@ const assets = {
|
|
|
7693
8953
|
}]
|
|
7694
8954
|
},
|
|
7695
8955
|
{
|
|
7696
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
8956
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
7697
8957
|
denom_units: [{
|
|
7698
|
-
denom: 'ibc/
|
|
8958
|
+
denom: 'ibc/0252A3F0C9F842D0D54D28738AE7CA67F7E52390AE5F63363CEC205A4C17DA86',
|
|
7699
8959
|
exponent: 0,
|
|
7700
|
-
aliases: ['p:uatom:
|
|
8960
|
+
aliases: ['p:uatom:30Sep2025']
|
|
8961
|
+
}, {
|
|
8962
|
+
denom: 'pATOM30Sep2025',
|
|
8963
|
+
exponent: 6
|
|
8964
|
+
}],
|
|
8965
|
+
base: 'ibc/0252A3F0C9F842D0D54D28738AE7CA67F7E52390AE5F63363CEC205A4C17DA86',
|
|
8966
|
+
name: 'pAtom (30Sep2025)',
|
|
8967
|
+
display: 'pATOM30Sep2025',
|
|
8968
|
+
symbol: 'pATOM-30Sep2025',
|
|
8969
|
+
logo_URIs: {
|
|
8970
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8971
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8972
|
+
},
|
|
8973
|
+
images: [{
|
|
8974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8975
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8976
|
+
}],
|
|
8977
|
+
type_asset: 'sdk.coin',
|
|
8978
|
+
traces: [{
|
|
8979
|
+
type: 'ibc',
|
|
8980
|
+
counterparty: {
|
|
8981
|
+
channel_id: 'channel-3',
|
|
8982
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
8983
|
+
chain_name: 'pryzm'
|
|
8984
|
+
},
|
|
8985
|
+
chain: {
|
|
8986
|
+
channel_id: 'channel-34'
|
|
8987
|
+
}
|
|
8988
|
+
}]
|
|
8989
|
+
},
|
|
8990
|
+
{
|
|
8991
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
8992
|
+
denom_units: [{
|
|
8993
|
+
denom: 'ibc/DB7BC9BA86226D6DD2963CFF32E149DF7B03226A16D354B0E777F9AF1F4C7721',
|
|
8994
|
+
exponent: 0,
|
|
8995
|
+
aliases: ['p:uatom:31Dec2025']
|
|
8996
|
+
}, {
|
|
8997
|
+
denom: 'pATOM31Dec2025',
|
|
8998
|
+
exponent: 6
|
|
8999
|
+
}],
|
|
9000
|
+
base: 'ibc/DB7BC9BA86226D6DD2963CFF32E149DF7B03226A16D354B0E777F9AF1F4C7721',
|
|
9001
|
+
name: 'pAtom (31Dec2025)',
|
|
9002
|
+
display: 'pATOM31Dec2025',
|
|
9003
|
+
symbol: 'pATOM-31Dec2025',
|
|
9004
|
+
logo_URIs: {
|
|
9005
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9006
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
9007
|
+
},
|
|
9008
|
+
images: [{
|
|
9009
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9010
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
9011
|
+
}],
|
|
9012
|
+
type_asset: 'sdk.coin',
|
|
9013
|
+
traces: [{
|
|
9014
|
+
type: 'ibc',
|
|
9015
|
+
counterparty: {
|
|
9016
|
+
channel_id: 'channel-3',
|
|
9017
|
+
base_denom: 'p:uatom:31Dec2025',
|
|
9018
|
+
chain_name: 'pryzm'
|
|
9019
|
+
},
|
|
9020
|
+
chain: {
|
|
9021
|
+
channel_id: 'channel-34'
|
|
9022
|
+
}
|
|
9023
|
+
}]
|
|
9024
|
+
},
|
|
9025
|
+
{
|
|
9026
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
9027
|
+
denom_units: [{
|
|
9028
|
+
denom: 'ibc/BE069093469E2384A9A4491BF0B5EF70667101AE9D2CF1CFAB192F77434E0D84',
|
|
9029
|
+
exponent: 0,
|
|
9030
|
+
aliases: ['p:uatom:31Dec2026']
|
|
7701
9031
|
}, {
|
|
7702
9032
|
denom: 'pATOM31Dec2026',
|
|
7703
9033
|
exponent: 6
|
|
@@ -7832,6 +9162,76 @@ const assets = {
|
|
|
7832
9162
|
}
|
|
7833
9163
|
}]
|
|
7834
9164
|
},
|
|
9165
|
+
{
|
|
9166
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
9167
|
+
denom_units: [{
|
|
9168
|
+
denom: 'ibc/7EF4FCFB5A700A773BCA5A41A289805235BA9D8B8E4748A99982062E0EDF71B3',
|
|
9169
|
+
exponent: 0,
|
|
9170
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
9171
|
+
}, {
|
|
9172
|
+
denom: 'pOSMO30Jun2025',
|
|
9173
|
+
exponent: 6
|
|
9174
|
+
}],
|
|
9175
|
+
base: 'ibc/7EF4FCFB5A700A773BCA5A41A289805235BA9D8B8E4748A99982062E0EDF71B3',
|
|
9176
|
+
name: 'pOsmo (30Jun2025)',
|
|
9177
|
+
display: 'pOSMO30Jun2025',
|
|
9178
|
+
symbol: 'pOSMO-30Jun2025',
|
|
9179
|
+
logo_URIs: {
|
|
9180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9182
|
+
},
|
|
9183
|
+
images: [{
|
|
9184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9186
|
+
}],
|
|
9187
|
+
type_asset: 'sdk.coin',
|
|
9188
|
+
traces: [{
|
|
9189
|
+
type: 'ibc',
|
|
9190
|
+
counterparty: {
|
|
9191
|
+
channel_id: 'channel-3',
|
|
9192
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
9193
|
+
chain_name: 'pryzm'
|
|
9194
|
+
},
|
|
9195
|
+
chain: {
|
|
9196
|
+
channel_id: 'channel-34'
|
|
9197
|
+
}
|
|
9198
|
+
}]
|
|
9199
|
+
},
|
|
9200
|
+
{
|
|
9201
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
9202
|
+
denom_units: [{
|
|
9203
|
+
denom: 'ibc/3B96965439277617F62B920169C5F714EA9F1816627B0E60C05AB8BAB7545000',
|
|
9204
|
+
exponent: 0,
|
|
9205
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
9206
|
+
}, {
|
|
9207
|
+
denom: 'pOSMO30Sep2025',
|
|
9208
|
+
exponent: 6
|
|
9209
|
+
}],
|
|
9210
|
+
base: 'ibc/3B96965439277617F62B920169C5F714EA9F1816627B0E60C05AB8BAB7545000',
|
|
9211
|
+
name: 'pOsmo (30Sep2025)',
|
|
9212
|
+
display: 'pOSMO30Sep2025',
|
|
9213
|
+
symbol: 'pOSMO-30Sep2025',
|
|
9214
|
+
logo_URIs: {
|
|
9215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9216
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9217
|
+
},
|
|
9218
|
+
images: [{
|
|
9219
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9220
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9221
|
+
}],
|
|
9222
|
+
type_asset: 'sdk.coin',
|
|
9223
|
+
traces: [{
|
|
9224
|
+
type: 'ibc',
|
|
9225
|
+
counterparty: {
|
|
9226
|
+
channel_id: 'channel-3',
|
|
9227
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
9228
|
+
chain_name: 'pryzm'
|
|
9229
|
+
},
|
|
9230
|
+
chain: {
|
|
9231
|
+
channel_id: 'channel-34'
|
|
9232
|
+
}
|
|
9233
|
+
}]
|
|
9234
|
+
},
|
|
7835
9235
|
{
|
|
7836
9236
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
7837
9237
|
denom_units: [{
|
|
@@ -8007,6 +9407,76 @@ const assets = {
|
|
|
8007
9407
|
}
|
|
8008
9408
|
}]
|
|
8009
9409
|
},
|
|
9410
|
+
{
|
|
9411
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
9412
|
+
denom_units: [{
|
|
9413
|
+
denom: 'ibc/9E2122934348BD1AD8A9BB962DF4AA0DAFE790CFE4C4BBFBA61402546363BCF8',
|
|
9414
|
+
exponent: 0,
|
|
9415
|
+
aliases: ['p:inj:30Jun2025']
|
|
9416
|
+
}, {
|
|
9417
|
+
denom: 'pINJ30Jun2025',
|
|
9418
|
+
exponent: 18
|
|
9419
|
+
}],
|
|
9420
|
+
base: 'ibc/9E2122934348BD1AD8A9BB962DF4AA0DAFE790CFE4C4BBFBA61402546363BCF8',
|
|
9421
|
+
name: 'pInj (30Jun2025)',
|
|
9422
|
+
display: 'pINJ30Jun2025',
|
|
9423
|
+
symbol: 'pINJ-30Jun2025',
|
|
9424
|
+
logo_URIs: {
|
|
9425
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9427
|
+
},
|
|
9428
|
+
images: [{
|
|
9429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9431
|
+
}],
|
|
9432
|
+
type_asset: 'sdk.coin',
|
|
9433
|
+
traces: [{
|
|
9434
|
+
type: 'ibc',
|
|
9435
|
+
counterparty: {
|
|
9436
|
+
channel_id: 'channel-3',
|
|
9437
|
+
base_denom: 'p:inj:30Jun2025',
|
|
9438
|
+
chain_name: 'pryzm'
|
|
9439
|
+
},
|
|
9440
|
+
chain: {
|
|
9441
|
+
channel_id: 'channel-34'
|
|
9442
|
+
}
|
|
9443
|
+
}]
|
|
9444
|
+
},
|
|
9445
|
+
{
|
|
9446
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
9447
|
+
denom_units: [{
|
|
9448
|
+
denom: 'ibc/ECA6DF301095D239A010C8F53007B19792E59B092C15CEBA981813C4CB20C285',
|
|
9449
|
+
exponent: 0,
|
|
9450
|
+
aliases: ['p:inj:30Sep2025']
|
|
9451
|
+
}, {
|
|
9452
|
+
denom: 'pINJ30Sep2025',
|
|
9453
|
+
exponent: 18
|
|
9454
|
+
}],
|
|
9455
|
+
base: 'ibc/ECA6DF301095D239A010C8F53007B19792E59B092C15CEBA981813C4CB20C285',
|
|
9456
|
+
name: 'pInj (30Sep2025)',
|
|
9457
|
+
display: 'pINJ30Sep2025',
|
|
9458
|
+
symbol: 'pINJ-30Sep2025',
|
|
9459
|
+
logo_URIs: {
|
|
9460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9461
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9462
|
+
},
|
|
9463
|
+
images: [{
|
|
9464
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9466
|
+
}],
|
|
9467
|
+
type_asset: 'sdk.coin',
|
|
9468
|
+
traces: [{
|
|
9469
|
+
type: 'ibc',
|
|
9470
|
+
counterparty: {
|
|
9471
|
+
channel_id: 'channel-3',
|
|
9472
|
+
base_denom: 'p:inj:30Sep2025',
|
|
9473
|
+
chain_name: 'pryzm'
|
|
9474
|
+
},
|
|
9475
|
+
chain: {
|
|
9476
|
+
channel_id: 'channel-34'
|
|
9477
|
+
}
|
|
9478
|
+
}]
|
|
9479
|
+
},
|
|
8010
9480
|
{
|
|
8011
9481
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
8012
9482
|
denom_units: [{
|
|
@@ -8182,6 +9652,76 @@ const assets = {
|
|
|
8182
9652
|
}
|
|
8183
9653
|
}]
|
|
8184
9654
|
},
|
|
9655
|
+
{
|
|
9656
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
9657
|
+
denom_units: [{
|
|
9658
|
+
denom: 'ibc/2EB676E6AA15A49091245B256F8ECBF900DDA4C8D2E618ADA8D342D381B9B1D8',
|
|
9659
|
+
exponent: 0,
|
|
9660
|
+
aliases: ['p:uluna:30Jun2025']
|
|
9661
|
+
}, {
|
|
9662
|
+
denom: 'pLUNA30Jun2025',
|
|
9663
|
+
exponent: 6
|
|
9664
|
+
}],
|
|
9665
|
+
base: 'ibc/2EB676E6AA15A49091245B256F8ECBF900DDA4C8D2E618ADA8D342D381B9B1D8',
|
|
9666
|
+
name: 'pLuna (30Jun2025)',
|
|
9667
|
+
display: 'pLUNA30Jun2025',
|
|
9668
|
+
symbol: 'pLUNA-30Jun2025',
|
|
9669
|
+
logo_URIs: {
|
|
9670
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9671
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9672
|
+
},
|
|
9673
|
+
images: [{
|
|
9674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9676
|
+
}],
|
|
9677
|
+
type_asset: 'sdk.coin',
|
|
9678
|
+
traces: [{
|
|
9679
|
+
type: 'ibc',
|
|
9680
|
+
counterparty: {
|
|
9681
|
+
channel_id: 'channel-3',
|
|
9682
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
9683
|
+
chain_name: 'pryzm'
|
|
9684
|
+
},
|
|
9685
|
+
chain: {
|
|
9686
|
+
channel_id: 'channel-34'
|
|
9687
|
+
}
|
|
9688
|
+
}]
|
|
9689
|
+
},
|
|
9690
|
+
{
|
|
9691
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
9692
|
+
denom_units: [{
|
|
9693
|
+
denom: 'ibc/CF1BF0124842B2295DA73D48AE96A4C6A4F2A9AFFA3F2D58389EA738EBEC1302',
|
|
9694
|
+
exponent: 0,
|
|
9695
|
+
aliases: ['p:uluna:30Sep2025']
|
|
9696
|
+
}, {
|
|
9697
|
+
denom: 'pLUNA30Sep2025',
|
|
9698
|
+
exponent: 6
|
|
9699
|
+
}],
|
|
9700
|
+
base: 'ibc/CF1BF0124842B2295DA73D48AE96A4C6A4F2A9AFFA3F2D58389EA738EBEC1302',
|
|
9701
|
+
name: 'pLuna (30Sep2025)',
|
|
9702
|
+
display: 'pLUNA30Sep2025',
|
|
9703
|
+
symbol: 'pLUNA-30Sep2025',
|
|
9704
|
+
logo_URIs: {
|
|
9705
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9706
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9707
|
+
},
|
|
9708
|
+
images: [{
|
|
9709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9711
|
+
}],
|
|
9712
|
+
type_asset: 'sdk.coin',
|
|
9713
|
+
traces: [{
|
|
9714
|
+
type: 'ibc',
|
|
9715
|
+
counterparty: {
|
|
9716
|
+
channel_id: 'channel-3',
|
|
9717
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
9718
|
+
chain_name: 'pryzm'
|
|
9719
|
+
},
|
|
9720
|
+
chain: {
|
|
9721
|
+
channel_id: 'channel-34'
|
|
9722
|
+
}
|
|
9723
|
+
}]
|
|
9724
|
+
},
|
|
8185
9725
|
{
|
|
8186
9726
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
8187
9727
|
denom_units: [{
|
|
@@ -8322,6 +9862,41 @@ const assets = {
|
|
|
8322
9862
|
}
|
|
8323
9863
|
}]
|
|
8324
9864
|
},
|
|
9865
|
+
{
|
|
9866
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
9867
|
+
denom_units: [{
|
|
9868
|
+
denom: 'ibc/F302B8CBE2706D97B780478CB2DA09C1AB470D9FA92D7AB6DFE1BA75A414BBAF',
|
|
9869
|
+
exponent: 0,
|
|
9870
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
9871
|
+
}, {
|
|
9872
|
+
denom: 'pAUUU30Jun2025',
|
|
9873
|
+
exponent: 6
|
|
9874
|
+
}],
|
|
9875
|
+
base: 'ibc/F302B8CBE2706D97B780478CB2DA09C1AB470D9FA92D7AB6DFE1BA75A414BBAF',
|
|
9876
|
+
name: 'pAuuu (30Jun2025)',
|
|
9877
|
+
display: 'pAUUU30Jun2025',
|
|
9878
|
+
symbol: 'pAUUU-30Jun2025',
|
|
9879
|
+
logo_URIs: {
|
|
9880
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
9881
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9882
|
+
},
|
|
9883
|
+
images: [{
|
|
9884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
9885
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9886
|
+
}],
|
|
9887
|
+
type_asset: 'sdk.coin',
|
|
9888
|
+
traces: [{
|
|
9889
|
+
type: 'ibc',
|
|
9890
|
+
counterparty: {
|
|
9891
|
+
channel_id: 'channel-3',
|
|
9892
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
9893
|
+
chain_name: 'pryzm'
|
|
9894
|
+
},
|
|
9895
|
+
chain: {
|
|
9896
|
+
channel_id: 'channel-34'
|
|
9897
|
+
}
|
|
9898
|
+
}]
|
|
9899
|
+
},
|
|
8325
9900
|
{
|
|
8326
9901
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
8327
9902
|
denom_units: [{
|
|
@@ -8498,19 +10073,19 @@ const assets = {
|
|
|
8498
10073
|
}]
|
|
8499
10074
|
},
|
|
8500
10075
|
{
|
|
8501
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
10076
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
8502
10077
|
denom_units: [{
|
|
8503
|
-
denom: 'ibc/
|
|
10078
|
+
denom: 'ibc/1C8A3D120D48568462184D49476E76626DDC5AF869957B2DD4FFD7248051EEB0',
|
|
8504
10079
|
exponent: 0,
|
|
8505
|
-
aliases: ['p:stutia:
|
|
10080
|
+
aliases: ['p:stutia:30Jun2025']
|
|
8506
10081
|
}, {
|
|
8507
|
-
denom: '
|
|
10082
|
+
denom: 'pstTIA30Jun2025',
|
|
8508
10083
|
exponent: 6
|
|
8509
10084
|
}],
|
|
8510
|
-
base: 'ibc/
|
|
8511
|
-
name: 'pstTia (
|
|
8512
|
-
display: '
|
|
8513
|
-
symbol: 'pstTIA-
|
|
10085
|
+
base: 'ibc/1C8A3D120D48568462184D49476E76626DDC5AF869957B2DD4FFD7248051EEB0',
|
|
10086
|
+
name: 'pstTia (30Jun2025)',
|
|
10087
|
+
display: 'pstTIA30Jun2025',
|
|
10088
|
+
symbol: 'pstTIA-30Jun2025',
|
|
8514
10089
|
logo_URIs: {
|
|
8515
10090
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
8516
10091
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -8524,7 +10099,7 @@ const assets = {
|
|
|
8524
10099
|
type: 'ibc',
|
|
8525
10100
|
counterparty: {
|
|
8526
10101
|
channel_id: 'channel-3',
|
|
8527
|
-
base_denom: 'p:stutia:
|
|
10102
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
8528
10103
|
chain_name: 'pryzm'
|
|
8529
10104
|
},
|
|
8530
10105
|
chain: {
|
|
@@ -8533,7 +10108,42 @@ const assets = {
|
|
|
8533
10108
|
}]
|
|
8534
10109
|
},
|
|
8535
10110
|
{
|
|
8536
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
10111
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
10112
|
+
denom_units: [{
|
|
10113
|
+
denom: 'ibc/C8DF64FEB2E47F79DCE93BEE164FDA2E1C29561AD59896BEDCE16BCDD60A555D',
|
|
10114
|
+
exponent: 0,
|
|
10115
|
+
aliases: ['p:stutia:31Dec2025']
|
|
10116
|
+
}, {
|
|
10117
|
+
denom: 'pstTIA31Dec2025',
|
|
10118
|
+
exponent: 6
|
|
10119
|
+
}],
|
|
10120
|
+
base: 'ibc/C8DF64FEB2E47F79DCE93BEE164FDA2E1C29561AD59896BEDCE16BCDD60A555D',
|
|
10121
|
+
name: 'pstTia (31Dec2025)',
|
|
10122
|
+
display: 'pstTIA31Dec2025',
|
|
10123
|
+
symbol: 'pstTIA-31Dec2025',
|
|
10124
|
+
logo_URIs: {
|
|
10125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
10126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
10127
|
+
},
|
|
10128
|
+
images: [{
|
|
10129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
10130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
10131
|
+
}],
|
|
10132
|
+
type_asset: 'sdk.coin',
|
|
10133
|
+
traces: [{
|
|
10134
|
+
type: 'ibc',
|
|
10135
|
+
counterparty: {
|
|
10136
|
+
channel_id: 'channel-3',
|
|
10137
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
10138
|
+
chain_name: 'pryzm'
|
|
10139
|
+
},
|
|
10140
|
+
chain: {
|
|
10141
|
+
channel_id: 'channel-34'
|
|
10142
|
+
}
|
|
10143
|
+
}]
|
|
10144
|
+
},
|
|
10145
|
+
{
|
|
10146
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
8537
10147
|
denom_units: [{
|
|
8538
10148
|
denom: 'ibc/0956A7909B7781ACC5A56A3C96DDF14949C6DACBCEBCC89E2C3E3DB1BFCE524E',
|
|
8539
10149
|
exponent: 0,
|
|
@@ -8672,6 +10282,41 @@ const assets = {
|
|
|
8672
10282
|
}
|
|
8673
10283
|
}]
|
|
8674
10284
|
},
|
|
10285
|
+
{
|
|
10286
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
10287
|
+
denom_units: [{
|
|
10288
|
+
denom: 'ibc/319441532F41730DD9597D4B04BE22B7C94FE3734501C83DB94E034BB14D3F7D',
|
|
10289
|
+
exponent: 0,
|
|
10290
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
10291
|
+
}, {
|
|
10292
|
+
denom: 'pstDYDX30Jun2025',
|
|
10293
|
+
exponent: 18
|
|
10294
|
+
}],
|
|
10295
|
+
base: 'ibc/319441532F41730DD9597D4B04BE22B7C94FE3734501C83DB94E034BB14D3F7D',
|
|
10296
|
+
name: 'pstDydx (30Jun2025)',
|
|
10297
|
+
display: 'pstDYDX30Jun2025',
|
|
10298
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
10299
|
+
logo_URIs: {
|
|
10300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10302
|
+
},
|
|
10303
|
+
images: [{
|
|
10304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10306
|
+
}],
|
|
10307
|
+
type_asset: 'sdk.coin',
|
|
10308
|
+
traces: [{
|
|
10309
|
+
type: 'ibc',
|
|
10310
|
+
counterparty: {
|
|
10311
|
+
channel_id: 'channel-3',
|
|
10312
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
10313
|
+
chain_name: 'pryzm'
|
|
10314
|
+
},
|
|
10315
|
+
chain: {
|
|
10316
|
+
channel_id: 'channel-34'
|
|
10317
|
+
}
|
|
10318
|
+
}]
|
|
10319
|
+
},
|
|
8675
10320
|
{
|
|
8676
10321
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
8677
10322
|
denom_units: [{
|
|
@@ -8987,6 +10632,76 @@ const assets = {
|
|
|
8987
10632
|
}
|
|
8988
10633
|
}]
|
|
8989
10634
|
},
|
|
10635
|
+
{
|
|
10636
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
10637
|
+
denom_units: [{
|
|
10638
|
+
denom: 'ibc/94848E1E55DDA39BE12033EE52FB8808B9B80FD5B4B45145B738B5B208C9DBC5',
|
|
10639
|
+
exponent: 0,
|
|
10640
|
+
aliases: ['p:utia:30Jun2025']
|
|
10641
|
+
}, {
|
|
10642
|
+
denom: 'pTIA30Jun2025',
|
|
10643
|
+
exponent: 6
|
|
10644
|
+
}],
|
|
10645
|
+
base: 'ibc/94848E1E55DDA39BE12033EE52FB8808B9B80FD5B4B45145B738B5B208C9DBC5',
|
|
10646
|
+
name: 'pTia (30Jun2025)',
|
|
10647
|
+
display: 'pTIA30Jun2025',
|
|
10648
|
+
symbol: 'pTIA-30Jun2025',
|
|
10649
|
+
logo_URIs: {
|
|
10650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10651
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10652
|
+
},
|
|
10653
|
+
images: [{
|
|
10654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10655
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10656
|
+
}],
|
|
10657
|
+
type_asset: 'sdk.coin',
|
|
10658
|
+
traces: [{
|
|
10659
|
+
type: 'ibc',
|
|
10660
|
+
counterparty: {
|
|
10661
|
+
channel_id: 'channel-3',
|
|
10662
|
+
base_denom: 'p:utia:30Jun2025',
|
|
10663
|
+
chain_name: 'pryzm'
|
|
10664
|
+
},
|
|
10665
|
+
chain: {
|
|
10666
|
+
channel_id: 'channel-34'
|
|
10667
|
+
}
|
|
10668
|
+
}]
|
|
10669
|
+
},
|
|
10670
|
+
{
|
|
10671
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
10672
|
+
denom_units: [{
|
|
10673
|
+
denom: 'ibc/8E0858131F41A48FD2D7CA12817FB2936B051B11666C15700FE90F5F4DE00FE5',
|
|
10674
|
+
exponent: 0,
|
|
10675
|
+
aliases: ['p:utia:30Sep2025']
|
|
10676
|
+
}, {
|
|
10677
|
+
denom: 'pTIA30Sep2025',
|
|
10678
|
+
exponent: 6
|
|
10679
|
+
}],
|
|
10680
|
+
base: 'ibc/8E0858131F41A48FD2D7CA12817FB2936B051B11666C15700FE90F5F4DE00FE5',
|
|
10681
|
+
name: 'pTia (30Sep2025)',
|
|
10682
|
+
display: 'pTIA30Sep2025',
|
|
10683
|
+
symbol: 'pTIA-30Sep2025',
|
|
10684
|
+
logo_URIs: {
|
|
10685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10686
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10687
|
+
},
|
|
10688
|
+
images: [{
|
|
10689
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10690
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10691
|
+
}],
|
|
10692
|
+
type_asset: 'sdk.coin',
|
|
10693
|
+
traces: [{
|
|
10694
|
+
type: 'ibc',
|
|
10695
|
+
counterparty: {
|
|
10696
|
+
channel_id: 'channel-3',
|
|
10697
|
+
base_denom: 'p:utia:30Sep2025',
|
|
10698
|
+
chain_name: 'pryzm'
|
|
10699
|
+
},
|
|
10700
|
+
chain: {
|
|
10701
|
+
channel_id: 'channel-34'
|
|
10702
|
+
}
|
|
10703
|
+
}]
|
|
10704
|
+
},
|
|
8990
10705
|
{
|
|
8991
10706
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
8992
10707
|
denom_units: [{
|
|
@@ -9197,6 +10912,76 @@ const assets = {
|
|
|
9197
10912
|
}
|
|
9198
10913
|
}]
|
|
9199
10914
|
},
|
|
10915
|
+
{
|
|
10916
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
10917
|
+
denom_units: [{
|
|
10918
|
+
denom: 'ibc/38C076A7234EE5D31BB4C95244D2D27B97F66AE4CFF606E44B867D64A81553CB',
|
|
10919
|
+
exponent: 0,
|
|
10920
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
10921
|
+
}, {
|
|
10922
|
+
denom: 'pUSDY31Mar2026',
|
|
10923
|
+
exponent: 18
|
|
10924
|
+
}],
|
|
10925
|
+
base: 'ibc/38C076A7234EE5D31BB4C95244D2D27B97F66AE4CFF606E44B867D64A81553CB',
|
|
10926
|
+
name: 'pUsdy (31Mar2026)',
|
|
10927
|
+
display: 'pUSDY31Mar2026',
|
|
10928
|
+
symbol: 'pUSDY-31Mar2026',
|
|
10929
|
+
logo_URIs: {
|
|
10930
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
10931
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
10932
|
+
},
|
|
10933
|
+
images: [{
|
|
10934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
10935
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
10936
|
+
}],
|
|
10937
|
+
type_asset: 'sdk.coin',
|
|
10938
|
+
traces: [{
|
|
10939
|
+
type: 'ibc',
|
|
10940
|
+
counterparty: {
|
|
10941
|
+
channel_id: 'channel-3',
|
|
10942
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
10943
|
+
chain_name: 'pryzm'
|
|
10944
|
+
},
|
|
10945
|
+
chain: {
|
|
10946
|
+
channel_id: 'channel-34'
|
|
10947
|
+
}
|
|
10948
|
+
}]
|
|
10949
|
+
},
|
|
10950
|
+
{
|
|
10951
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
10952
|
+
denom_units: [{
|
|
10953
|
+
denom: 'ibc/D0B19EEB54521A4A5F286D83F1800BA1C2DA0775F71A761C49F7AF4F393E5E79',
|
|
10954
|
+
exponent: 0,
|
|
10955
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
10956
|
+
}, {
|
|
10957
|
+
denom: 'pUSDY30Jun2026',
|
|
10958
|
+
exponent: 18
|
|
10959
|
+
}],
|
|
10960
|
+
base: 'ibc/D0B19EEB54521A4A5F286D83F1800BA1C2DA0775F71A761C49F7AF4F393E5E79',
|
|
10961
|
+
name: 'pUsdy (30Jun2026)',
|
|
10962
|
+
display: 'pUSDY30Jun2026',
|
|
10963
|
+
symbol: 'pUSDY-30Jun2026',
|
|
10964
|
+
logo_URIs: {
|
|
10965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
10966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
10967
|
+
},
|
|
10968
|
+
images: [{
|
|
10969
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
10970
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
10971
|
+
}],
|
|
10972
|
+
type_asset: 'sdk.coin',
|
|
10973
|
+
traces: [{
|
|
10974
|
+
type: 'ibc',
|
|
10975
|
+
counterparty: {
|
|
10976
|
+
channel_id: 'channel-3',
|
|
10977
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
10978
|
+
chain_name: 'pryzm'
|
|
10979
|
+
},
|
|
10980
|
+
chain: {
|
|
10981
|
+
channel_id: 'channel-34'
|
|
10982
|
+
}
|
|
10983
|
+
}]
|
|
10984
|
+
},
|
|
9200
10985
|
{
|
|
9201
10986
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
9202
10987
|
denom_units: [{
|
|
@@ -9337,6 +11122,76 @@ const assets = {
|
|
|
9337
11122
|
}
|
|
9338
11123
|
}]
|
|
9339
11124
|
},
|
|
11125
|
+
{
|
|
11126
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
11127
|
+
denom_units: [{
|
|
11128
|
+
denom: 'ibc/A77E223EA43BC3B8D0950E8D5961DECAB19A6EF6C996EDBA156C194EEFA66710',
|
|
11129
|
+
exponent: 0,
|
|
11130
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
11131
|
+
}, {
|
|
11132
|
+
denom: 'pPRYZM31Mar2026',
|
|
11133
|
+
exponent: 6
|
|
11134
|
+
}],
|
|
11135
|
+
base: 'ibc/A77E223EA43BC3B8D0950E8D5961DECAB19A6EF6C996EDBA156C194EEFA66710',
|
|
11136
|
+
name: 'pPryzm (31Mar2026)',
|
|
11137
|
+
display: 'pPRYZM31Mar2026',
|
|
11138
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
11139
|
+
logo_URIs: {
|
|
11140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11142
|
+
},
|
|
11143
|
+
images: [{
|
|
11144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11146
|
+
}],
|
|
11147
|
+
type_asset: 'sdk.coin',
|
|
11148
|
+
traces: [{
|
|
11149
|
+
type: 'ibc',
|
|
11150
|
+
counterparty: {
|
|
11151
|
+
channel_id: 'channel-3',
|
|
11152
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
11153
|
+
chain_name: 'pryzm'
|
|
11154
|
+
},
|
|
11155
|
+
chain: {
|
|
11156
|
+
channel_id: 'channel-34'
|
|
11157
|
+
}
|
|
11158
|
+
}]
|
|
11159
|
+
},
|
|
11160
|
+
{
|
|
11161
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
11162
|
+
denom_units: [{
|
|
11163
|
+
denom: 'ibc/5A7C5BB656D4F3C3B14913742EBEFFD2FF09EE9326F5B4920BC1A6A5600A0482',
|
|
11164
|
+
exponent: 0,
|
|
11165
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
11166
|
+
}, {
|
|
11167
|
+
denom: 'pPRYZM30Jun2026',
|
|
11168
|
+
exponent: 6
|
|
11169
|
+
}],
|
|
11170
|
+
base: 'ibc/5A7C5BB656D4F3C3B14913742EBEFFD2FF09EE9326F5B4920BC1A6A5600A0482',
|
|
11171
|
+
name: 'pPryzm (30Jun2026)',
|
|
11172
|
+
display: 'pPRYZM30Jun2026',
|
|
11173
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
11174
|
+
logo_URIs: {
|
|
11175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11177
|
+
},
|
|
11178
|
+
images: [{
|
|
11179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11181
|
+
}],
|
|
11182
|
+
type_asset: 'sdk.coin',
|
|
11183
|
+
traces: [{
|
|
11184
|
+
type: 'ibc',
|
|
11185
|
+
counterparty: {
|
|
11186
|
+
channel_id: 'channel-3',
|
|
11187
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
11188
|
+
chain_name: 'pryzm'
|
|
11189
|
+
},
|
|
11190
|
+
chain: {
|
|
11191
|
+
channel_id: 'channel-34'
|
|
11192
|
+
}
|
|
11193
|
+
}]
|
|
11194
|
+
},
|
|
9340
11195
|
{
|
|
9341
11196
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
9342
11197
|
denom_units: [{
|
|
@@ -9477,6 +11332,41 @@ const assets = {
|
|
|
9477
11332
|
}
|
|
9478
11333
|
}]
|
|
9479
11334
|
},
|
|
11335
|
+
{
|
|
11336
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
11337
|
+
denom_units: [{
|
|
11338
|
+
denom: 'ibc/920494813F154D53CCABB13170FE162F06DA6F8E937730741E9178FF3DFFDE76',
|
|
11339
|
+
exponent: 0,
|
|
11340
|
+
aliases: ['p:asusds:30Jun2026']
|
|
11341
|
+
}, {
|
|
11342
|
+
denom: 'psUSDS30Jun2026',
|
|
11343
|
+
exponent: 18
|
|
11344
|
+
}],
|
|
11345
|
+
base: 'ibc/920494813F154D53CCABB13170FE162F06DA6F8E937730741E9178FF3DFFDE76',
|
|
11346
|
+
name: 'psUsds (30Jun2026)',
|
|
11347
|
+
display: 'psUSDS30Jun2026',
|
|
11348
|
+
symbol: 'psUSDS-30Jun2026',
|
|
11349
|
+
logo_URIs: {
|
|
11350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
11351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
11352
|
+
},
|
|
11353
|
+
images: [{
|
|
11354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
11355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
11356
|
+
}],
|
|
11357
|
+
type_asset: 'sdk.coin',
|
|
11358
|
+
traces: [{
|
|
11359
|
+
type: 'ibc',
|
|
11360
|
+
counterparty: {
|
|
11361
|
+
channel_id: 'channel-3',
|
|
11362
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
11363
|
+
chain_name: 'pryzm'
|
|
11364
|
+
},
|
|
11365
|
+
chain: {
|
|
11366
|
+
channel_id: 'channel-34'
|
|
11367
|
+
}
|
|
11368
|
+
}]
|
|
11369
|
+
},
|
|
9480
11370
|
{
|
|
9481
11371
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
9482
11372
|
denom_units: [{
|
|
@@ -9582,6 +11472,76 @@ const assets = {
|
|
|
9582
11472
|
}
|
|
9583
11473
|
}]
|
|
9584
11474
|
},
|
|
11475
|
+
{
|
|
11476
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
11477
|
+
denom_units: [{
|
|
11478
|
+
denom: 'ibc/AFA11A1ABFED706197E184095F7537630172EF1891E64EBD35798F46B1822730',
|
|
11479
|
+
exponent: 0,
|
|
11480
|
+
aliases: ['y:uatom:30Jun2025']
|
|
11481
|
+
}, {
|
|
11482
|
+
denom: 'yATOM30Jun2025',
|
|
11483
|
+
exponent: 6
|
|
11484
|
+
}],
|
|
11485
|
+
base: 'ibc/AFA11A1ABFED706197E184095F7537630172EF1891E64EBD35798F46B1822730',
|
|
11486
|
+
name: 'yAtom (30Jun2025)',
|
|
11487
|
+
display: 'yATOM30Jun2025',
|
|
11488
|
+
symbol: 'yATOM-30Jun2025',
|
|
11489
|
+
logo_URIs: {
|
|
11490
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11491
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11492
|
+
},
|
|
11493
|
+
images: [{
|
|
11494
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11496
|
+
}],
|
|
11497
|
+
type_asset: 'sdk.coin',
|
|
11498
|
+
traces: [{
|
|
11499
|
+
type: 'ibc',
|
|
11500
|
+
counterparty: {
|
|
11501
|
+
channel_id: 'channel-3',
|
|
11502
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
11503
|
+
chain_name: 'pryzm'
|
|
11504
|
+
},
|
|
11505
|
+
chain: {
|
|
11506
|
+
channel_id: 'channel-34'
|
|
11507
|
+
}
|
|
11508
|
+
}]
|
|
11509
|
+
},
|
|
11510
|
+
{
|
|
11511
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
11512
|
+
denom_units: [{
|
|
11513
|
+
denom: 'ibc/2D32B8AE84C6D783DD9C6B78D9B6D4A38EA246215CE1BB7EF4760CB33A4B4E4B',
|
|
11514
|
+
exponent: 0,
|
|
11515
|
+
aliases: ['y:uatom:30Sep2025']
|
|
11516
|
+
}, {
|
|
11517
|
+
denom: 'yATOM30Sep2025',
|
|
11518
|
+
exponent: 6
|
|
11519
|
+
}],
|
|
11520
|
+
base: 'ibc/2D32B8AE84C6D783DD9C6B78D9B6D4A38EA246215CE1BB7EF4760CB33A4B4E4B',
|
|
11521
|
+
name: 'yAtom (30Sep2025)',
|
|
11522
|
+
display: 'yATOM30Sep2025',
|
|
11523
|
+
symbol: 'yATOM-30Sep2025',
|
|
11524
|
+
logo_URIs: {
|
|
11525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11527
|
+
},
|
|
11528
|
+
images: [{
|
|
11529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11530
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11531
|
+
}],
|
|
11532
|
+
type_asset: 'sdk.coin',
|
|
11533
|
+
traces: [{
|
|
11534
|
+
type: 'ibc',
|
|
11535
|
+
counterparty: {
|
|
11536
|
+
channel_id: 'channel-3',
|
|
11537
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
11538
|
+
chain_name: 'pryzm'
|
|
11539
|
+
},
|
|
11540
|
+
chain: {
|
|
11541
|
+
channel_id: 'channel-34'
|
|
11542
|
+
}
|
|
11543
|
+
}]
|
|
11544
|
+
},
|
|
9585
11545
|
{
|
|
9586
11546
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
9587
11547
|
denom_units: [{
|
|
@@ -9757,6 +11717,76 @@ const assets = {
|
|
|
9757
11717
|
}
|
|
9758
11718
|
}]
|
|
9759
11719
|
},
|
|
11720
|
+
{
|
|
11721
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
11722
|
+
denom_units: [{
|
|
11723
|
+
denom: 'ibc/FB9EC70EF677FE74DE663074DDC199446EFA9DE407AC8809F92C5F96C73A5F96',
|
|
11724
|
+
exponent: 0,
|
|
11725
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
11726
|
+
}, {
|
|
11727
|
+
denom: 'yOSMO30Jun2025',
|
|
11728
|
+
exponent: 6
|
|
11729
|
+
}],
|
|
11730
|
+
base: 'ibc/FB9EC70EF677FE74DE663074DDC199446EFA9DE407AC8809F92C5F96C73A5F96',
|
|
11731
|
+
name: 'yOsmo (30Jun2025)',
|
|
11732
|
+
display: 'yOSMO30Jun2025',
|
|
11733
|
+
symbol: 'yOSMO-30Jun2025',
|
|
11734
|
+
logo_URIs: {
|
|
11735
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11736
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11737
|
+
},
|
|
11738
|
+
images: [{
|
|
11739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11740
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11741
|
+
}],
|
|
11742
|
+
type_asset: 'sdk.coin',
|
|
11743
|
+
traces: [{
|
|
11744
|
+
type: 'ibc',
|
|
11745
|
+
counterparty: {
|
|
11746
|
+
channel_id: 'channel-3',
|
|
11747
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
11748
|
+
chain_name: 'pryzm'
|
|
11749
|
+
},
|
|
11750
|
+
chain: {
|
|
11751
|
+
channel_id: 'channel-34'
|
|
11752
|
+
}
|
|
11753
|
+
}]
|
|
11754
|
+
},
|
|
11755
|
+
{
|
|
11756
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
11757
|
+
denom_units: [{
|
|
11758
|
+
denom: 'ibc/966EFC8167B74B0BB8D1E1A04DF66A008FB32CBDDFC8C462EF8F43C1F7D1F6DA',
|
|
11759
|
+
exponent: 0,
|
|
11760
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
11761
|
+
}, {
|
|
11762
|
+
denom: 'yOSMO30Sep2025',
|
|
11763
|
+
exponent: 6
|
|
11764
|
+
}],
|
|
11765
|
+
base: 'ibc/966EFC8167B74B0BB8D1E1A04DF66A008FB32CBDDFC8C462EF8F43C1F7D1F6DA',
|
|
11766
|
+
name: 'yOsmo (30Sep2025)',
|
|
11767
|
+
display: 'yOSMO30Sep2025',
|
|
11768
|
+
symbol: 'yOSMO-30Sep2025',
|
|
11769
|
+
logo_URIs: {
|
|
11770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11772
|
+
},
|
|
11773
|
+
images: [{
|
|
11774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11776
|
+
}],
|
|
11777
|
+
type_asset: 'sdk.coin',
|
|
11778
|
+
traces: [{
|
|
11779
|
+
type: 'ibc',
|
|
11780
|
+
counterparty: {
|
|
11781
|
+
channel_id: 'channel-3',
|
|
11782
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
11783
|
+
chain_name: 'pryzm'
|
|
11784
|
+
},
|
|
11785
|
+
chain: {
|
|
11786
|
+
channel_id: 'channel-34'
|
|
11787
|
+
}
|
|
11788
|
+
}]
|
|
11789
|
+
},
|
|
9760
11790
|
{
|
|
9761
11791
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
9762
11792
|
denom_units: [{
|
|
@@ -9932,6 +11962,76 @@ const assets = {
|
|
|
9932
11962
|
}
|
|
9933
11963
|
}]
|
|
9934
11964
|
},
|
|
11965
|
+
{
|
|
11966
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
11967
|
+
denom_units: [{
|
|
11968
|
+
denom: 'ibc/19794191FAEE83897264845EDDA2BD73283B7FAE2089798D3B1993B39ADAC168',
|
|
11969
|
+
exponent: 0,
|
|
11970
|
+
aliases: ['y:inj:30Jun2025']
|
|
11971
|
+
}, {
|
|
11972
|
+
denom: 'yINJ30Jun2025',
|
|
11973
|
+
exponent: 18
|
|
11974
|
+
}],
|
|
11975
|
+
base: 'ibc/19794191FAEE83897264845EDDA2BD73283B7FAE2089798D3B1993B39ADAC168',
|
|
11976
|
+
name: 'yInj (30Jun2025)',
|
|
11977
|
+
display: 'yINJ30Jun2025',
|
|
11978
|
+
symbol: 'yINJ-30Jun2025',
|
|
11979
|
+
logo_URIs: {
|
|
11980
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11981
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11982
|
+
},
|
|
11983
|
+
images: [{
|
|
11984
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11985
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11986
|
+
}],
|
|
11987
|
+
type_asset: 'sdk.coin',
|
|
11988
|
+
traces: [{
|
|
11989
|
+
type: 'ibc',
|
|
11990
|
+
counterparty: {
|
|
11991
|
+
channel_id: 'channel-3',
|
|
11992
|
+
base_denom: 'y:inj:30Jun2025',
|
|
11993
|
+
chain_name: 'pryzm'
|
|
11994
|
+
},
|
|
11995
|
+
chain: {
|
|
11996
|
+
channel_id: 'channel-34'
|
|
11997
|
+
}
|
|
11998
|
+
}]
|
|
11999
|
+
},
|
|
12000
|
+
{
|
|
12001
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
12002
|
+
denom_units: [{
|
|
12003
|
+
denom: 'ibc/06ADF9A8090478A19A8B6A8FC228C3C6257A91D081D6BD9D94D8E0A3992C6FB7',
|
|
12004
|
+
exponent: 0,
|
|
12005
|
+
aliases: ['y:inj:30Sep2025']
|
|
12006
|
+
}, {
|
|
12007
|
+
denom: 'yINJ30Sep2025',
|
|
12008
|
+
exponent: 18
|
|
12009
|
+
}],
|
|
12010
|
+
base: 'ibc/06ADF9A8090478A19A8B6A8FC228C3C6257A91D081D6BD9D94D8E0A3992C6FB7',
|
|
12011
|
+
name: 'yInj (30Sep2025)',
|
|
12012
|
+
display: 'yINJ30Sep2025',
|
|
12013
|
+
symbol: 'yINJ-30Sep2025',
|
|
12014
|
+
logo_URIs: {
|
|
12015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
12016
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
12017
|
+
},
|
|
12018
|
+
images: [{
|
|
12019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
12020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
12021
|
+
}],
|
|
12022
|
+
type_asset: 'sdk.coin',
|
|
12023
|
+
traces: [{
|
|
12024
|
+
type: 'ibc',
|
|
12025
|
+
counterparty: {
|
|
12026
|
+
channel_id: 'channel-3',
|
|
12027
|
+
base_denom: 'y:inj:30Sep2025',
|
|
12028
|
+
chain_name: 'pryzm'
|
|
12029
|
+
},
|
|
12030
|
+
chain: {
|
|
12031
|
+
channel_id: 'channel-34'
|
|
12032
|
+
}
|
|
12033
|
+
}]
|
|
12034
|
+
},
|
|
9935
12035
|
{
|
|
9936
12036
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
9937
12037
|
denom_units: [{
|
|
@@ -10107,6 +12207,76 @@ const assets = {
|
|
|
10107
12207
|
}
|
|
10108
12208
|
}]
|
|
10109
12209
|
},
|
|
12210
|
+
{
|
|
12211
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
12212
|
+
denom_units: [{
|
|
12213
|
+
denom: 'ibc/B480A19B4073C1E4457ED61FD7E8A5E4A2A2DF3B7C65ED16C758BDEE93145D48',
|
|
12214
|
+
exponent: 0,
|
|
12215
|
+
aliases: ['y:uluna:30Jun2025']
|
|
12216
|
+
}, {
|
|
12217
|
+
denom: 'yLUNA30Jun2025',
|
|
12218
|
+
exponent: 6
|
|
12219
|
+
}],
|
|
12220
|
+
base: 'ibc/B480A19B4073C1E4457ED61FD7E8A5E4A2A2DF3B7C65ED16C758BDEE93145D48',
|
|
12221
|
+
name: 'yLuna (30Jun2025)',
|
|
12222
|
+
display: 'yLUNA30Jun2025',
|
|
12223
|
+
symbol: 'yLUNA-30Jun2025',
|
|
12224
|
+
logo_URIs: {
|
|
12225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12227
|
+
},
|
|
12228
|
+
images: [{
|
|
12229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12231
|
+
}],
|
|
12232
|
+
type_asset: 'sdk.coin',
|
|
12233
|
+
traces: [{
|
|
12234
|
+
type: 'ibc',
|
|
12235
|
+
counterparty: {
|
|
12236
|
+
channel_id: 'channel-3',
|
|
12237
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
12238
|
+
chain_name: 'pryzm'
|
|
12239
|
+
},
|
|
12240
|
+
chain: {
|
|
12241
|
+
channel_id: 'channel-34'
|
|
12242
|
+
}
|
|
12243
|
+
}]
|
|
12244
|
+
},
|
|
12245
|
+
{
|
|
12246
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
12247
|
+
denom_units: [{
|
|
12248
|
+
denom: 'ibc/9FFC986467C5785658C69ABE84184F026D351C3319F056A9A377338F723224FA',
|
|
12249
|
+
exponent: 0,
|
|
12250
|
+
aliases: ['y:uluna:30Sep2025']
|
|
12251
|
+
}, {
|
|
12252
|
+
denom: 'yLUNA30Sep2025',
|
|
12253
|
+
exponent: 6
|
|
12254
|
+
}],
|
|
12255
|
+
base: 'ibc/9FFC986467C5785658C69ABE84184F026D351C3319F056A9A377338F723224FA',
|
|
12256
|
+
name: 'yLuna (30Sep2025)',
|
|
12257
|
+
display: 'yLUNA30Sep2025',
|
|
12258
|
+
symbol: 'yLUNA-30Sep2025',
|
|
12259
|
+
logo_URIs: {
|
|
12260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12262
|
+
},
|
|
12263
|
+
images: [{
|
|
12264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12266
|
+
}],
|
|
12267
|
+
type_asset: 'sdk.coin',
|
|
12268
|
+
traces: [{
|
|
12269
|
+
type: 'ibc',
|
|
12270
|
+
counterparty: {
|
|
12271
|
+
channel_id: 'channel-3',
|
|
12272
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
12273
|
+
chain_name: 'pryzm'
|
|
12274
|
+
},
|
|
12275
|
+
chain: {
|
|
12276
|
+
channel_id: 'channel-34'
|
|
12277
|
+
}
|
|
12278
|
+
}]
|
|
12279
|
+
},
|
|
10110
12280
|
{
|
|
10111
12281
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
10112
12282
|
denom_units: [{
|
|
@@ -10184,13 +12354,48 @@ const assets = {
|
|
|
10184
12354
|
exponent: 0,
|
|
10185
12355
|
aliases: ['y:uauuu:30Sep2024']
|
|
10186
12356
|
}, {
|
|
10187
|
-
denom: 'yAUUU30Sep2024',
|
|
12357
|
+
denom: 'yAUUU30Sep2024',
|
|
12358
|
+
exponent: 6
|
|
12359
|
+
}],
|
|
12360
|
+
base: 'ibc/6C05B03AE729FE61F996056BC89A9BAB2104F578177AE1A08BC9C795A801A665',
|
|
12361
|
+
name: 'yAuuu (30Sep2024)',
|
|
12362
|
+
display: 'yAUUU30Sep2024',
|
|
12363
|
+
symbol: 'yAUUU-30Sep2024',
|
|
12364
|
+
logo_URIs: {
|
|
12365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
12366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12367
|
+
},
|
|
12368
|
+
images: [{
|
|
12369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
12370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12371
|
+
}],
|
|
12372
|
+
type_asset: 'sdk.coin',
|
|
12373
|
+
traces: [{
|
|
12374
|
+
type: 'ibc',
|
|
12375
|
+
counterparty: {
|
|
12376
|
+
channel_id: 'channel-3',
|
|
12377
|
+
base_denom: 'y:uauuu:30Sep2024',
|
|
12378
|
+
chain_name: 'pryzm'
|
|
12379
|
+
},
|
|
12380
|
+
chain: {
|
|
12381
|
+
channel_id: 'channel-34'
|
|
12382
|
+
}
|
|
12383
|
+
}]
|
|
12384
|
+
},
|
|
12385
|
+
{
|
|
12386
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2024',
|
|
12387
|
+
denom_units: [{
|
|
12388
|
+
denom: 'ibc/145C26D7710EF2B74EDE4437DEEC5461804BF544663DA7CA1C1992C8EBCC0F34',
|
|
12389
|
+
exponent: 0,
|
|
12390
|
+
aliases: ['y:uauuu:31Dec2024']
|
|
12391
|
+
}, {
|
|
12392
|
+
denom: 'yAUUU31Dec2024',
|
|
10188
12393
|
exponent: 6
|
|
10189
12394
|
}],
|
|
10190
|
-
base: 'ibc/
|
|
10191
|
-
name: 'yAuuu (
|
|
10192
|
-
display: '
|
|
10193
|
-
symbol: 'yAUUU-
|
|
12395
|
+
base: 'ibc/145C26D7710EF2B74EDE4437DEEC5461804BF544663DA7CA1C1992C8EBCC0F34',
|
|
12396
|
+
name: 'yAuuu (31Dec2024)',
|
|
12397
|
+
display: 'yAUUU31Dec2024',
|
|
12398
|
+
symbol: 'yAUUU-31Dec2024',
|
|
10194
12399
|
logo_URIs: {
|
|
10195
12400
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
10196
12401
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -10204,7 +12409,7 @@ const assets = {
|
|
|
10204
12409
|
type: 'ibc',
|
|
10205
12410
|
counterparty: {
|
|
10206
12411
|
channel_id: 'channel-3',
|
|
10207
|
-
base_denom: 'y:uauuu:
|
|
12412
|
+
base_denom: 'y:uauuu:31Dec2024',
|
|
10208
12413
|
chain_name: 'pryzm'
|
|
10209
12414
|
},
|
|
10210
12415
|
chain: {
|
|
@@ -10213,19 +12418,19 @@ const assets = {
|
|
|
10213
12418
|
}]
|
|
10214
12419
|
},
|
|
10215
12420
|
{
|
|
10216
|
-
description: 'Pryzm\'s refracted yield token for AUUU with maturity of
|
|
12421
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
10217
12422
|
denom_units: [{
|
|
10218
|
-
denom: 'ibc/
|
|
12423
|
+
denom: 'ibc/2906280A1842C35C41E4A9B27D33C31F9113AC1B5460FE712650641D4FB50BF9',
|
|
10219
12424
|
exponent: 0,
|
|
10220
|
-
aliases: ['y:uauuu:
|
|
12425
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
10221
12426
|
}, {
|
|
10222
|
-
denom: '
|
|
12427
|
+
denom: 'yAUUU30Jun2025',
|
|
10223
12428
|
exponent: 6
|
|
10224
12429
|
}],
|
|
10225
|
-
base: 'ibc/
|
|
10226
|
-
name: 'yAuuu (
|
|
10227
|
-
display: '
|
|
10228
|
-
symbol: 'yAUUU-
|
|
12430
|
+
base: 'ibc/2906280A1842C35C41E4A9B27D33C31F9113AC1B5460FE712650641D4FB50BF9',
|
|
12431
|
+
name: 'yAuuu (30Jun2025)',
|
|
12432
|
+
display: 'yAUUU30Jun2025',
|
|
12433
|
+
symbol: 'yAUUU-30Jun2025',
|
|
10229
12434
|
logo_URIs: {
|
|
10230
12435
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
10231
12436
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -10239,7 +12444,7 @@ const assets = {
|
|
|
10239
12444
|
type: 'ibc',
|
|
10240
12445
|
counterparty: {
|
|
10241
12446
|
channel_id: 'channel-3',
|
|
10242
|
-
base_denom: 'y:uauuu:
|
|
12447
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
10243
12448
|
chain_name: 'pryzm'
|
|
10244
12449
|
},
|
|
10245
12450
|
chain: {
|
|
@@ -10422,6 +12627,41 @@ const assets = {
|
|
|
10422
12627
|
}
|
|
10423
12628
|
}]
|
|
10424
12629
|
},
|
|
12630
|
+
{
|
|
12631
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
12632
|
+
denom_units: [{
|
|
12633
|
+
denom: 'ibc/47A9C08C3D046538AC25C308A350A13EB84060EFC349C9C76FF065993C79AD58',
|
|
12634
|
+
exponent: 0,
|
|
12635
|
+
aliases: ['y:stutia:30Jun2025']
|
|
12636
|
+
}, {
|
|
12637
|
+
denom: 'ystTIA30Jun2025',
|
|
12638
|
+
exponent: 6
|
|
12639
|
+
}],
|
|
12640
|
+
base: 'ibc/47A9C08C3D046538AC25C308A350A13EB84060EFC349C9C76FF065993C79AD58',
|
|
12641
|
+
name: 'ystTia (30Jun2025)',
|
|
12642
|
+
display: 'ystTIA30Jun2025',
|
|
12643
|
+
symbol: 'ystTIA-30Jun2025',
|
|
12644
|
+
logo_URIs: {
|
|
12645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
12646
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
12647
|
+
},
|
|
12648
|
+
images: [{
|
|
12649
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
12650
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
12651
|
+
}],
|
|
12652
|
+
type_asset: 'sdk.coin',
|
|
12653
|
+
traces: [{
|
|
12654
|
+
type: 'ibc',
|
|
12655
|
+
counterparty: {
|
|
12656
|
+
channel_id: 'channel-3',
|
|
12657
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
12658
|
+
chain_name: 'pryzm'
|
|
12659
|
+
},
|
|
12660
|
+
chain: {
|
|
12661
|
+
channel_id: 'channel-34'
|
|
12662
|
+
}
|
|
12663
|
+
}]
|
|
12664
|
+
},
|
|
10425
12665
|
{
|
|
10426
12666
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
10427
12667
|
denom_units: [{
|
|
@@ -10597,6 +12837,41 @@ const assets = {
|
|
|
10597
12837
|
}
|
|
10598
12838
|
}]
|
|
10599
12839
|
},
|
|
12840
|
+
{
|
|
12841
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
12842
|
+
denom_units: [{
|
|
12843
|
+
denom: 'ibc/2EB0E5717EB9A602372522B85BFDA19605A1F973AEC1B6B6D526F092A5C73613',
|
|
12844
|
+
exponent: 0,
|
|
12845
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
12846
|
+
}, {
|
|
12847
|
+
denom: 'ystDYDX30Jun2025',
|
|
12848
|
+
exponent: 6
|
|
12849
|
+
}],
|
|
12850
|
+
base: 'ibc/2EB0E5717EB9A602372522B85BFDA19605A1F973AEC1B6B6D526F092A5C73613',
|
|
12851
|
+
name: 'ystDydx (30Jun2025)',
|
|
12852
|
+
display: 'ystDYDX30Jun2025',
|
|
12853
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
12854
|
+
logo_URIs: {
|
|
12855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
12856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
12857
|
+
},
|
|
12858
|
+
images: [{
|
|
12859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
12860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
12861
|
+
}],
|
|
12862
|
+
type_asset: 'sdk.coin',
|
|
12863
|
+
traces: [{
|
|
12864
|
+
type: 'ibc',
|
|
12865
|
+
counterparty: {
|
|
12866
|
+
channel_id: 'channel-3',
|
|
12867
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
12868
|
+
chain_name: 'pryzm'
|
|
12869
|
+
},
|
|
12870
|
+
chain: {
|
|
12871
|
+
channel_id: 'channel-34'
|
|
12872
|
+
}
|
|
12873
|
+
}]
|
|
12874
|
+
},
|
|
10600
12875
|
{
|
|
10601
12876
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
10602
12877
|
denom_units: [{
|
|
@@ -10912,6 +13187,76 @@ const assets = {
|
|
|
10912
13187
|
}
|
|
10913
13188
|
}]
|
|
10914
13189
|
},
|
|
13190
|
+
{
|
|
13191
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
13192
|
+
denom_units: [{
|
|
13193
|
+
denom: 'ibc/140684DEF7694CFE7A57E2F848D0E3E246C3E1BA19D276062D949EFCE1F52CFC',
|
|
13194
|
+
exponent: 0,
|
|
13195
|
+
aliases: ['y:utia:30Jun2025']
|
|
13196
|
+
}, {
|
|
13197
|
+
denom: 'yTIA30Jun2025',
|
|
13198
|
+
exponent: 6
|
|
13199
|
+
}],
|
|
13200
|
+
base: 'ibc/140684DEF7694CFE7A57E2F848D0E3E246C3E1BA19D276062D949EFCE1F52CFC',
|
|
13201
|
+
name: 'yTia (30Jun2025)',
|
|
13202
|
+
display: 'yTIA30Jun2025',
|
|
13203
|
+
symbol: 'yTIA-30Jun2025',
|
|
13204
|
+
logo_URIs: {
|
|
13205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13207
|
+
},
|
|
13208
|
+
images: [{
|
|
13209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13211
|
+
}],
|
|
13212
|
+
type_asset: 'sdk.coin',
|
|
13213
|
+
traces: [{
|
|
13214
|
+
type: 'ibc',
|
|
13215
|
+
counterparty: {
|
|
13216
|
+
channel_id: 'channel-3',
|
|
13217
|
+
base_denom: 'y:utia:30Jun2025',
|
|
13218
|
+
chain_name: 'pryzm'
|
|
13219
|
+
},
|
|
13220
|
+
chain: {
|
|
13221
|
+
channel_id: 'channel-34'
|
|
13222
|
+
}
|
|
13223
|
+
}]
|
|
13224
|
+
},
|
|
13225
|
+
{
|
|
13226
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
13227
|
+
denom_units: [{
|
|
13228
|
+
denom: 'ibc/E0EC350FBF2613B9DE01D45D6E06F198E732B2C0668EC88C097BC17B99872437',
|
|
13229
|
+
exponent: 0,
|
|
13230
|
+
aliases: ['y:utia:30Sep2025']
|
|
13231
|
+
}, {
|
|
13232
|
+
denom: 'yTIA30Sep2025',
|
|
13233
|
+
exponent: 6
|
|
13234
|
+
}],
|
|
13235
|
+
base: 'ibc/E0EC350FBF2613B9DE01D45D6E06F198E732B2C0668EC88C097BC17B99872437',
|
|
13236
|
+
name: 'yTia (30Sep2025)',
|
|
13237
|
+
display: 'yTIA30Sep2025',
|
|
13238
|
+
symbol: 'yTIA-30Sep2025',
|
|
13239
|
+
logo_URIs: {
|
|
13240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13242
|
+
},
|
|
13243
|
+
images: [{
|
|
13244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13246
|
+
}],
|
|
13247
|
+
type_asset: 'sdk.coin',
|
|
13248
|
+
traces: [{
|
|
13249
|
+
type: 'ibc',
|
|
13250
|
+
counterparty: {
|
|
13251
|
+
channel_id: 'channel-3',
|
|
13252
|
+
base_denom: 'y:utia:30Sep2025',
|
|
13253
|
+
chain_name: 'pryzm'
|
|
13254
|
+
},
|
|
13255
|
+
chain: {
|
|
13256
|
+
channel_id: 'channel-34'
|
|
13257
|
+
}
|
|
13258
|
+
}]
|
|
13259
|
+
},
|
|
10915
13260
|
{
|
|
10916
13261
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
10917
13262
|
denom_units: [{
|
|
@@ -11122,6 +13467,76 @@ const assets = {
|
|
|
11122
13467
|
}
|
|
11123
13468
|
}]
|
|
11124
13469
|
},
|
|
13470
|
+
{
|
|
13471
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
13472
|
+
denom_units: [{
|
|
13473
|
+
denom: 'ibc/04277985E1CAACD5C1D06C5F272FD70C6C41F4EA6D136ADF1FB5B5F35FB0DB69',
|
|
13474
|
+
exponent: 0,
|
|
13475
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
13476
|
+
}, {
|
|
13477
|
+
denom: 'yUSDY31Mar2026',
|
|
13478
|
+
exponent: 18
|
|
13479
|
+
}],
|
|
13480
|
+
base: 'ibc/04277985E1CAACD5C1D06C5F272FD70C6C41F4EA6D136ADF1FB5B5F35FB0DB69',
|
|
13481
|
+
name: 'yUsdy (31Mar2026)',
|
|
13482
|
+
display: 'yUSDY31Mar2026',
|
|
13483
|
+
symbol: 'yUSDY-31Mar2026',
|
|
13484
|
+
logo_URIs: {
|
|
13485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13487
|
+
},
|
|
13488
|
+
images: [{
|
|
13489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13491
|
+
}],
|
|
13492
|
+
type_asset: 'sdk.coin',
|
|
13493
|
+
traces: [{
|
|
13494
|
+
type: 'ibc',
|
|
13495
|
+
counterparty: {
|
|
13496
|
+
channel_id: 'channel-3',
|
|
13497
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
13498
|
+
chain_name: 'pryzm'
|
|
13499
|
+
},
|
|
13500
|
+
chain: {
|
|
13501
|
+
channel_id: 'channel-34'
|
|
13502
|
+
}
|
|
13503
|
+
}]
|
|
13504
|
+
},
|
|
13505
|
+
{
|
|
13506
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
13507
|
+
denom_units: [{
|
|
13508
|
+
denom: 'ibc/BF2D1800DF4A1C751FDDD0B430115B78A11E44714F9FBE0F9FEE2106E9E439A3',
|
|
13509
|
+
exponent: 0,
|
|
13510
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
13511
|
+
}, {
|
|
13512
|
+
denom: 'yUSDY30Jun2026',
|
|
13513
|
+
exponent: 18
|
|
13514
|
+
}],
|
|
13515
|
+
base: 'ibc/BF2D1800DF4A1C751FDDD0B430115B78A11E44714F9FBE0F9FEE2106E9E439A3',
|
|
13516
|
+
name: 'yUsdy (30Jun2026)',
|
|
13517
|
+
display: 'yUSDY30Jun2026',
|
|
13518
|
+
symbol: 'yUSDY-30Jun2026',
|
|
13519
|
+
logo_URIs: {
|
|
13520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13522
|
+
},
|
|
13523
|
+
images: [{
|
|
13524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13526
|
+
}],
|
|
13527
|
+
type_asset: 'sdk.coin',
|
|
13528
|
+
traces: [{
|
|
13529
|
+
type: 'ibc',
|
|
13530
|
+
counterparty: {
|
|
13531
|
+
channel_id: 'channel-3',
|
|
13532
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
13533
|
+
chain_name: 'pryzm'
|
|
13534
|
+
},
|
|
13535
|
+
chain: {
|
|
13536
|
+
channel_id: 'channel-34'
|
|
13537
|
+
}
|
|
13538
|
+
}]
|
|
13539
|
+
},
|
|
11125
13540
|
{
|
|
11126
13541
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
11127
13542
|
denom_units: [{
|
|
@@ -11262,6 +13677,76 @@ const assets = {
|
|
|
11262
13677
|
}
|
|
11263
13678
|
}]
|
|
11264
13679
|
},
|
|
13680
|
+
{
|
|
13681
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
13682
|
+
denom_units: [{
|
|
13683
|
+
denom: 'ibc/FF4EF81628D72E031448CC45085AACA9F843CAA4131DB80413BB37B4A21C7A48',
|
|
13684
|
+
exponent: 0,
|
|
13685
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
13686
|
+
}, {
|
|
13687
|
+
denom: 'yPRYZM31Mar2026',
|
|
13688
|
+
exponent: 6
|
|
13689
|
+
}],
|
|
13690
|
+
base: 'ibc/FF4EF81628D72E031448CC45085AACA9F843CAA4131DB80413BB37B4A21C7A48',
|
|
13691
|
+
name: 'yPryzm (31Mar2026)',
|
|
13692
|
+
display: 'yPRYZM31Mar2026',
|
|
13693
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
13694
|
+
logo_URIs: {
|
|
13695
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13696
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13697
|
+
},
|
|
13698
|
+
images: [{
|
|
13699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13700
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13701
|
+
}],
|
|
13702
|
+
type_asset: 'sdk.coin',
|
|
13703
|
+
traces: [{
|
|
13704
|
+
type: 'ibc',
|
|
13705
|
+
counterparty: {
|
|
13706
|
+
channel_id: 'channel-3',
|
|
13707
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
13708
|
+
chain_name: 'pryzm'
|
|
13709
|
+
},
|
|
13710
|
+
chain: {
|
|
13711
|
+
channel_id: 'channel-34'
|
|
13712
|
+
}
|
|
13713
|
+
}]
|
|
13714
|
+
},
|
|
13715
|
+
{
|
|
13716
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
13717
|
+
denom_units: [{
|
|
13718
|
+
denom: 'ibc/958141742D8684D55DBC854911B67B1E78031A6944BA9C95CB2E40789DA02336',
|
|
13719
|
+
exponent: 0,
|
|
13720
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
13721
|
+
}, {
|
|
13722
|
+
denom: 'yPRYZM30Jun2026',
|
|
13723
|
+
exponent: 6
|
|
13724
|
+
}],
|
|
13725
|
+
base: 'ibc/958141742D8684D55DBC854911B67B1E78031A6944BA9C95CB2E40789DA02336',
|
|
13726
|
+
name: 'yPryzm (30Jun2026)',
|
|
13727
|
+
display: 'yPRYZM30Jun2026',
|
|
13728
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
13729
|
+
logo_URIs: {
|
|
13730
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13731
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13732
|
+
},
|
|
13733
|
+
images: [{
|
|
13734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13736
|
+
}],
|
|
13737
|
+
type_asset: 'sdk.coin',
|
|
13738
|
+
traces: [{
|
|
13739
|
+
type: 'ibc',
|
|
13740
|
+
counterparty: {
|
|
13741
|
+
channel_id: 'channel-3',
|
|
13742
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
13743
|
+
chain_name: 'pryzm'
|
|
13744
|
+
},
|
|
13745
|
+
chain: {
|
|
13746
|
+
channel_id: 'channel-34'
|
|
13747
|
+
}
|
|
13748
|
+
}]
|
|
13749
|
+
},
|
|
11265
13750
|
{
|
|
11266
13751
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
11267
13752
|
denom_units: [{
|
|
@@ -11402,6 +13887,41 @@ const assets = {
|
|
|
11402
13887
|
}
|
|
11403
13888
|
}]
|
|
11404
13889
|
},
|
|
13890
|
+
{
|
|
13891
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
13892
|
+
denom_units: [{
|
|
13893
|
+
denom: 'ibc/4A49CF5354260F4DF47F926CAE94FCB41335C5EF34FDC712FBB789A216B8165B',
|
|
13894
|
+
exponent: 0,
|
|
13895
|
+
aliases: ['y:asusds:30Jun2026']
|
|
13896
|
+
}, {
|
|
13897
|
+
denom: 'ysUSDS30Jun2026',
|
|
13898
|
+
exponent: 18
|
|
13899
|
+
}],
|
|
13900
|
+
base: 'ibc/4A49CF5354260F4DF47F926CAE94FCB41335C5EF34FDC712FBB789A216B8165B',
|
|
13901
|
+
name: 'ysUsds (30Jun2026)',
|
|
13902
|
+
display: 'ysUSDS30Jun2026',
|
|
13903
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
13904
|
+
logo_URIs: {
|
|
13905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
13906
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
13907
|
+
},
|
|
13908
|
+
images: [{
|
|
13909
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
13910
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
13911
|
+
}],
|
|
13912
|
+
type_asset: 'sdk.coin',
|
|
13913
|
+
traces: [{
|
|
13914
|
+
type: 'ibc',
|
|
13915
|
+
counterparty: {
|
|
13916
|
+
channel_id: 'channel-3',
|
|
13917
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
13918
|
+
chain_name: 'pryzm'
|
|
13919
|
+
},
|
|
13920
|
+
chain: {
|
|
13921
|
+
channel_id: 'channel-34'
|
|
13922
|
+
}
|
|
13923
|
+
}]
|
|
13924
|
+
},
|
|
11405
13925
|
{
|
|
11406
13926
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
11407
13927
|
denom_units: [{
|