@chain-registry/assets 1.70.232 → 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/esm/mainnet/dydx.js
CHANGED
|
@@ -1451,6 +1451,76 @@ const assets = {
|
|
|
1451
1451
|
}
|
|
1452
1452
|
}]
|
|
1453
1453
|
},
|
|
1454
|
+
{
|
|
1455
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
1456
|
+
denom_units: [{
|
|
1457
|
+
denom: 'ibc/04DDE9CAC4EC8C5468FE5A8D18B75F77593B6C9DC33258BFD2175486B729C90D',
|
|
1458
|
+
exponent: 0,
|
|
1459
|
+
aliases: ['p:uatom:30Jun2025']
|
|
1460
|
+
}, {
|
|
1461
|
+
denom: 'pATOM30Jun2025',
|
|
1462
|
+
exponent: 6
|
|
1463
|
+
}],
|
|
1464
|
+
base: 'ibc/04DDE9CAC4EC8C5468FE5A8D18B75F77593B6C9DC33258BFD2175486B729C90D',
|
|
1465
|
+
name: 'pAtom (30Jun2025)',
|
|
1466
|
+
display: 'pATOM30Jun2025',
|
|
1467
|
+
symbol: 'pATOM-30Jun2025',
|
|
1468
|
+
logo_URIs: {
|
|
1469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1471
|
+
},
|
|
1472
|
+
images: [{
|
|
1473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1475
|
+
}],
|
|
1476
|
+
type_asset: 'sdk.coin',
|
|
1477
|
+
traces: [{
|
|
1478
|
+
type: 'ibc',
|
|
1479
|
+
counterparty: {
|
|
1480
|
+
channel_id: 'channel-24',
|
|
1481
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
1482
|
+
chain_name: 'pryzm'
|
|
1483
|
+
},
|
|
1484
|
+
chain: {
|
|
1485
|
+
channel_id: 'channel-71'
|
|
1486
|
+
}
|
|
1487
|
+
}]
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
1491
|
+
denom_units: [{
|
|
1492
|
+
denom: 'ibc/6CB0CDD676B9D7AAEA0AC7E29DD23CF77AD4A835F904C5C9113A9941BEC68B76',
|
|
1493
|
+
exponent: 0,
|
|
1494
|
+
aliases: ['p:uatom:30Sep2025']
|
|
1495
|
+
}, {
|
|
1496
|
+
denom: 'pATOM30Sep2025',
|
|
1497
|
+
exponent: 6
|
|
1498
|
+
}],
|
|
1499
|
+
base: 'ibc/6CB0CDD676B9D7AAEA0AC7E29DD23CF77AD4A835F904C5C9113A9941BEC68B76',
|
|
1500
|
+
name: 'pAtom (30Sep2025)',
|
|
1501
|
+
display: 'pATOM30Sep2025',
|
|
1502
|
+
symbol: 'pATOM-30Sep2025',
|
|
1503
|
+
logo_URIs: {
|
|
1504
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1505
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1506
|
+
},
|
|
1507
|
+
images: [{
|
|
1508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1509
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1510
|
+
}],
|
|
1511
|
+
type_asset: 'sdk.coin',
|
|
1512
|
+
traces: [{
|
|
1513
|
+
type: 'ibc',
|
|
1514
|
+
counterparty: {
|
|
1515
|
+
channel_id: 'channel-24',
|
|
1516
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
1517
|
+
chain_name: 'pryzm'
|
|
1518
|
+
},
|
|
1519
|
+
chain: {
|
|
1520
|
+
channel_id: 'channel-71'
|
|
1521
|
+
}
|
|
1522
|
+
}]
|
|
1523
|
+
},
|
|
1454
1524
|
{
|
|
1455
1525
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
1456
1526
|
denom_units: [{
|
|
@@ -1626,6 +1696,76 @@ const assets = {
|
|
|
1626
1696
|
}
|
|
1627
1697
|
}]
|
|
1628
1698
|
},
|
|
1699
|
+
{
|
|
1700
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
1701
|
+
denom_units: [{
|
|
1702
|
+
denom: 'ibc/D1EEFEC50C378B38993D54DF67BF0FA1AEC3FBAF989CDC09DB7EA2FF7866988C',
|
|
1703
|
+
exponent: 0,
|
|
1704
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
1705
|
+
}, {
|
|
1706
|
+
denom: 'pOSMO30Jun2025',
|
|
1707
|
+
exponent: 6
|
|
1708
|
+
}],
|
|
1709
|
+
base: 'ibc/D1EEFEC50C378B38993D54DF67BF0FA1AEC3FBAF989CDC09DB7EA2FF7866988C',
|
|
1710
|
+
name: 'pOsmo (30Jun2025)',
|
|
1711
|
+
display: 'pOSMO30Jun2025',
|
|
1712
|
+
symbol: 'pOSMO-30Jun2025',
|
|
1713
|
+
logo_URIs: {
|
|
1714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1716
|
+
},
|
|
1717
|
+
images: [{
|
|
1718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1720
|
+
}],
|
|
1721
|
+
type_asset: 'sdk.coin',
|
|
1722
|
+
traces: [{
|
|
1723
|
+
type: 'ibc',
|
|
1724
|
+
counterparty: {
|
|
1725
|
+
channel_id: 'channel-24',
|
|
1726
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
1727
|
+
chain_name: 'pryzm'
|
|
1728
|
+
},
|
|
1729
|
+
chain: {
|
|
1730
|
+
channel_id: 'channel-71'
|
|
1731
|
+
}
|
|
1732
|
+
}]
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
1736
|
+
denom_units: [{
|
|
1737
|
+
denom: 'ibc/1193C846464EA0590ADB7AAEC44316F0F172CC63D0B4EEAF28C6567C4A00C9DA',
|
|
1738
|
+
exponent: 0,
|
|
1739
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
1740
|
+
}, {
|
|
1741
|
+
denom: 'pOSMO30Sep2025',
|
|
1742
|
+
exponent: 6
|
|
1743
|
+
}],
|
|
1744
|
+
base: 'ibc/1193C846464EA0590ADB7AAEC44316F0F172CC63D0B4EEAF28C6567C4A00C9DA',
|
|
1745
|
+
name: 'pOsmo (30Sep2025)',
|
|
1746
|
+
display: 'pOSMO30Sep2025',
|
|
1747
|
+
symbol: 'pOSMO-30Sep2025',
|
|
1748
|
+
logo_URIs: {
|
|
1749
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1750
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1751
|
+
},
|
|
1752
|
+
images: [{
|
|
1753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1755
|
+
}],
|
|
1756
|
+
type_asset: 'sdk.coin',
|
|
1757
|
+
traces: [{
|
|
1758
|
+
type: 'ibc',
|
|
1759
|
+
counterparty: {
|
|
1760
|
+
channel_id: 'channel-24',
|
|
1761
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
1762
|
+
chain_name: 'pryzm'
|
|
1763
|
+
},
|
|
1764
|
+
chain: {
|
|
1765
|
+
channel_id: 'channel-71'
|
|
1766
|
+
}
|
|
1767
|
+
}]
|
|
1768
|
+
},
|
|
1629
1769
|
{
|
|
1630
1770
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
1631
1771
|
denom_units: [{
|
|
@@ -1801,6 +1941,76 @@ const assets = {
|
|
|
1801
1941
|
}
|
|
1802
1942
|
}]
|
|
1803
1943
|
},
|
|
1944
|
+
{
|
|
1945
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
1946
|
+
denom_units: [{
|
|
1947
|
+
denom: 'ibc/529B5A5F979996327EEA05D739E127A3F9FCA937170B0A440CE3FE956BC464A3',
|
|
1948
|
+
exponent: 0,
|
|
1949
|
+
aliases: ['p:inj:30Jun2025']
|
|
1950
|
+
}, {
|
|
1951
|
+
denom: 'pINJ30Jun2025',
|
|
1952
|
+
exponent: 18
|
|
1953
|
+
}],
|
|
1954
|
+
base: 'ibc/529B5A5F979996327EEA05D739E127A3F9FCA937170B0A440CE3FE956BC464A3',
|
|
1955
|
+
name: 'pInj (30Jun2025)',
|
|
1956
|
+
display: 'pINJ30Jun2025',
|
|
1957
|
+
symbol: 'pINJ-30Jun2025',
|
|
1958
|
+
logo_URIs: {
|
|
1959
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1961
|
+
},
|
|
1962
|
+
images: [{
|
|
1963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1964
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1965
|
+
}],
|
|
1966
|
+
type_asset: 'sdk.coin',
|
|
1967
|
+
traces: [{
|
|
1968
|
+
type: 'ibc',
|
|
1969
|
+
counterparty: {
|
|
1970
|
+
channel_id: 'channel-24',
|
|
1971
|
+
base_denom: 'p:inj:30Jun2025',
|
|
1972
|
+
chain_name: 'pryzm'
|
|
1973
|
+
},
|
|
1974
|
+
chain: {
|
|
1975
|
+
channel_id: 'channel-71'
|
|
1976
|
+
}
|
|
1977
|
+
}]
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
1981
|
+
denom_units: [{
|
|
1982
|
+
denom: 'ibc/05E3442F7540C1CD49A30A85D2DB25804D62D57640C484EAEA4BD674D1EA2E66',
|
|
1983
|
+
exponent: 0,
|
|
1984
|
+
aliases: ['p:inj:30Sep2025']
|
|
1985
|
+
}, {
|
|
1986
|
+
denom: 'pINJ30Sep2025',
|
|
1987
|
+
exponent: 18
|
|
1988
|
+
}],
|
|
1989
|
+
base: 'ibc/05E3442F7540C1CD49A30A85D2DB25804D62D57640C484EAEA4BD674D1EA2E66',
|
|
1990
|
+
name: 'pInj (30Sep2025)',
|
|
1991
|
+
display: 'pINJ30Sep2025',
|
|
1992
|
+
symbol: 'pINJ-30Sep2025',
|
|
1993
|
+
logo_URIs: {
|
|
1994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1996
|
+
},
|
|
1997
|
+
images: [{
|
|
1998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1999
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2000
|
+
}],
|
|
2001
|
+
type_asset: 'sdk.coin',
|
|
2002
|
+
traces: [{
|
|
2003
|
+
type: 'ibc',
|
|
2004
|
+
counterparty: {
|
|
2005
|
+
channel_id: 'channel-24',
|
|
2006
|
+
base_denom: 'p:inj:30Sep2025',
|
|
2007
|
+
chain_name: 'pryzm'
|
|
2008
|
+
},
|
|
2009
|
+
chain: {
|
|
2010
|
+
channel_id: 'channel-71'
|
|
2011
|
+
}
|
|
2012
|
+
}]
|
|
2013
|
+
},
|
|
1804
2014
|
{
|
|
1805
2015
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
1806
2016
|
denom_units: [{
|
|
@@ -1976,6 +2186,76 @@ const assets = {
|
|
|
1976
2186
|
}
|
|
1977
2187
|
}]
|
|
1978
2188
|
},
|
|
2189
|
+
{
|
|
2190
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
2191
|
+
denom_units: [{
|
|
2192
|
+
denom: 'ibc/FB9EDA393F031A7CA81385CDEF2A13445F29B3E7FDD444CF1F7C8842DE2A3F7B',
|
|
2193
|
+
exponent: 0,
|
|
2194
|
+
aliases: ['p:uluna:30Jun2025']
|
|
2195
|
+
}, {
|
|
2196
|
+
denom: 'pLUNA30Jun2025',
|
|
2197
|
+
exponent: 6
|
|
2198
|
+
}],
|
|
2199
|
+
base: 'ibc/FB9EDA393F031A7CA81385CDEF2A13445F29B3E7FDD444CF1F7C8842DE2A3F7B',
|
|
2200
|
+
name: 'pLuna (30Jun2025)',
|
|
2201
|
+
display: 'pLUNA30Jun2025',
|
|
2202
|
+
symbol: 'pLUNA-30Jun2025',
|
|
2203
|
+
logo_URIs: {
|
|
2204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2206
|
+
},
|
|
2207
|
+
images: [{
|
|
2208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2210
|
+
}],
|
|
2211
|
+
type_asset: 'sdk.coin',
|
|
2212
|
+
traces: [{
|
|
2213
|
+
type: 'ibc',
|
|
2214
|
+
counterparty: {
|
|
2215
|
+
channel_id: 'channel-24',
|
|
2216
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
2217
|
+
chain_name: 'pryzm'
|
|
2218
|
+
},
|
|
2219
|
+
chain: {
|
|
2220
|
+
channel_id: 'channel-71'
|
|
2221
|
+
}
|
|
2222
|
+
}]
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
2226
|
+
denom_units: [{
|
|
2227
|
+
denom: 'ibc/99C822039C4E3DF394FBEE282860B9CBAC43034828B28A23EA6FE8FA54C630CA',
|
|
2228
|
+
exponent: 0,
|
|
2229
|
+
aliases: ['p:uluna:30Sep2025']
|
|
2230
|
+
}, {
|
|
2231
|
+
denom: 'pLUNA30Sep2025',
|
|
2232
|
+
exponent: 6
|
|
2233
|
+
}],
|
|
2234
|
+
base: 'ibc/99C822039C4E3DF394FBEE282860B9CBAC43034828B28A23EA6FE8FA54C630CA',
|
|
2235
|
+
name: 'pLuna (30Sep2025)',
|
|
2236
|
+
display: 'pLUNA30Sep2025',
|
|
2237
|
+
symbol: 'pLUNA-30Sep2025',
|
|
2238
|
+
logo_URIs: {
|
|
2239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2240
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2241
|
+
},
|
|
2242
|
+
images: [{
|
|
2243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2244
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2245
|
+
}],
|
|
2246
|
+
type_asset: 'sdk.coin',
|
|
2247
|
+
traces: [{
|
|
2248
|
+
type: 'ibc',
|
|
2249
|
+
counterparty: {
|
|
2250
|
+
channel_id: 'channel-24',
|
|
2251
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
2252
|
+
chain_name: 'pryzm'
|
|
2253
|
+
},
|
|
2254
|
+
chain: {
|
|
2255
|
+
channel_id: 'channel-71'
|
|
2256
|
+
}
|
|
2257
|
+
}]
|
|
2258
|
+
},
|
|
1979
2259
|
{
|
|
1980
2260
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
1981
2261
|
denom_units: [{
|
|
@@ -2116,6 +2396,41 @@ const assets = {
|
|
|
2116
2396
|
}
|
|
2117
2397
|
}]
|
|
2118
2398
|
},
|
|
2399
|
+
{
|
|
2400
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
2401
|
+
denom_units: [{
|
|
2402
|
+
denom: 'ibc/A1CA6D26A9A91074F485426AB714859E6F83F8E688FFBDB5D3B584F7AE13A9EB',
|
|
2403
|
+
exponent: 0,
|
|
2404
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
2405
|
+
}, {
|
|
2406
|
+
denom: 'pAUUU30Jun2025',
|
|
2407
|
+
exponent: 6
|
|
2408
|
+
}],
|
|
2409
|
+
base: 'ibc/A1CA6D26A9A91074F485426AB714859E6F83F8E688FFBDB5D3B584F7AE13A9EB',
|
|
2410
|
+
name: 'pAuuu (30Jun2025)',
|
|
2411
|
+
display: 'pAUUU30Jun2025',
|
|
2412
|
+
symbol: 'pAUUU-30Jun2025',
|
|
2413
|
+
logo_URIs: {
|
|
2414
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2415
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2416
|
+
},
|
|
2417
|
+
images: [{
|
|
2418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2420
|
+
}],
|
|
2421
|
+
type_asset: 'sdk.coin',
|
|
2422
|
+
traces: [{
|
|
2423
|
+
type: 'ibc',
|
|
2424
|
+
counterparty: {
|
|
2425
|
+
channel_id: 'channel-24',
|
|
2426
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
2427
|
+
chain_name: 'pryzm'
|
|
2428
|
+
},
|
|
2429
|
+
chain: {
|
|
2430
|
+
channel_id: 'channel-71'
|
|
2431
|
+
}
|
|
2432
|
+
}]
|
|
2433
|
+
},
|
|
2119
2434
|
{
|
|
2120
2435
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
2121
2436
|
denom_units: [{
|
|
@@ -2292,19 +2607,19 @@ const assets = {
|
|
|
2292
2607
|
}]
|
|
2293
2608
|
},
|
|
2294
2609
|
{
|
|
2295
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
2610
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
2296
2611
|
denom_units: [{
|
|
2297
|
-
denom: 'ibc/
|
|
2612
|
+
denom: 'ibc/A3CBC5A6F59EA7E684DDA23EAA8DCFBDFEEA2362FA8A7E525BC4E76D3A914410',
|
|
2298
2613
|
exponent: 0,
|
|
2299
|
-
aliases: ['p:stutia:
|
|
2614
|
+
aliases: ['p:stutia:30Jun2025']
|
|
2300
2615
|
}, {
|
|
2301
|
-
denom: '
|
|
2616
|
+
denom: 'pstTIA30Jun2025',
|
|
2302
2617
|
exponent: 6
|
|
2303
2618
|
}],
|
|
2304
|
-
base: 'ibc/
|
|
2305
|
-
name: 'pstTia (
|
|
2306
|
-
display: '
|
|
2307
|
-
symbol: 'pstTIA-
|
|
2619
|
+
base: 'ibc/A3CBC5A6F59EA7E684DDA23EAA8DCFBDFEEA2362FA8A7E525BC4E76D3A914410',
|
|
2620
|
+
name: 'pstTia (30Jun2025)',
|
|
2621
|
+
display: 'pstTIA30Jun2025',
|
|
2622
|
+
symbol: 'pstTIA-30Jun2025',
|
|
2308
2623
|
logo_URIs: {
|
|
2309
2624
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2310
2625
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -2318,7 +2633,7 @@ const assets = {
|
|
|
2318
2633
|
type: 'ibc',
|
|
2319
2634
|
counterparty: {
|
|
2320
2635
|
channel_id: 'channel-24',
|
|
2321
|
-
base_denom: 'p:stutia:
|
|
2636
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
2322
2637
|
chain_name: 'pryzm'
|
|
2323
2638
|
},
|
|
2324
2639
|
chain: {
|
|
@@ -2327,20 +2642,55 @@ const assets = {
|
|
|
2327
2642
|
}]
|
|
2328
2643
|
},
|
|
2329
2644
|
{
|
|
2330
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
2645
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
2331
2646
|
denom_units: [{
|
|
2332
|
-
denom: 'ibc/
|
|
2647
|
+
denom: 'ibc/D2C71ADD8472CCA0A88C97BF28949CBAC99990AEEC523EE567FB706816BF5F82',
|
|
2333
2648
|
exponent: 0,
|
|
2334
|
-
aliases: ['p:stutia:
|
|
2649
|
+
aliases: ['p:stutia:31Dec2025']
|
|
2335
2650
|
}, {
|
|
2336
|
-
denom: '
|
|
2651
|
+
denom: 'pstTIA31Dec2025',
|
|
2337
2652
|
exponent: 6
|
|
2338
2653
|
}],
|
|
2339
|
-
base: 'ibc/
|
|
2340
|
-
name: 'pstTia (
|
|
2341
|
-
display: '
|
|
2342
|
-
symbol: 'pstTIA-
|
|
2343
|
-
logo_URIs: {
|
|
2654
|
+
base: 'ibc/D2C71ADD8472CCA0A88C97BF28949CBAC99990AEEC523EE567FB706816BF5F82',
|
|
2655
|
+
name: 'pstTia (31Dec2025)',
|
|
2656
|
+
display: 'pstTIA31Dec2025',
|
|
2657
|
+
symbol: 'pstTIA-31Dec2025',
|
|
2658
|
+
logo_URIs: {
|
|
2659
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2660
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2661
|
+
},
|
|
2662
|
+
images: [{
|
|
2663
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2664
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2665
|
+
}],
|
|
2666
|
+
type_asset: 'sdk.coin',
|
|
2667
|
+
traces: [{
|
|
2668
|
+
type: 'ibc',
|
|
2669
|
+
counterparty: {
|
|
2670
|
+
channel_id: 'channel-24',
|
|
2671
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
2672
|
+
chain_name: 'pryzm'
|
|
2673
|
+
},
|
|
2674
|
+
chain: {
|
|
2675
|
+
channel_id: 'channel-71'
|
|
2676
|
+
}
|
|
2677
|
+
}]
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
2681
|
+
denom_units: [{
|
|
2682
|
+
denom: 'ibc/3C1F6416E99739CA85BE245097C587D1629853F29DF6110D6EB33E4E2E225684',
|
|
2683
|
+
exponent: 0,
|
|
2684
|
+
aliases: ['p:stutia:31Dec2026']
|
|
2685
|
+
}, {
|
|
2686
|
+
denom: 'pstTIA31Dec2026',
|
|
2687
|
+
exponent: 6
|
|
2688
|
+
}],
|
|
2689
|
+
base: 'ibc/3C1F6416E99739CA85BE245097C587D1629853F29DF6110D6EB33E4E2E225684',
|
|
2690
|
+
name: 'pstTia (31Dec2026)',
|
|
2691
|
+
display: 'pstTIA31Dec2026',
|
|
2692
|
+
symbol: 'pstTIA-31Dec2026',
|
|
2693
|
+
logo_URIs: {
|
|
2344
2694
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2345
2695
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2346
2696
|
},
|
|
@@ -2466,6 +2816,41 @@ const assets = {
|
|
|
2466
2816
|
}
|
|
2467
2817
|
}]
|
|
2468
2818
|
},
|
|
2819
|
+
{
|
|
2820
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
2821
|
+
denom_units: [{
|
|
2822
|
+
denom: 'ibc/2CB21198C4D94946E7CE94CA8224DDEF8BC26BE5C0F5879F142522D69F4E93DA',
|
|
2823
|
+
exponent: 0,
|
|
2824
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
2825
|
+
}, {
|
|
2826
|
+
denom: 'pstDYDX30Jun2025',
|
|
2827
|
+
exponent: 18
|
|
2828
|
+
}],
|
|
2829
|
+
base: 'ibc/2CB21198C4D94946E7CE94CA8224DDEF8BC26BE5C0F5879F142522D69F4E93DA',
|
|
2830
|
+
name: 'pstDydx (30Jun2025)',
|
|
2831
|
+
display: 'pstDYDX30Jun2025',
|
|
2832
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
2833
|
+
logo_URIs: {
|
|
2834
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2835
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2836
|
+
},
|
|
2837
|
+
images: [{
|
|
2838
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2839
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2840
|
+
}],
|
|
2841
|
+
type_asset: 'sdk.coin',
|
|
2842
|
+
traces: [{
|
|
2843
|
+
type: 'ibc',
|
|
2844
|
+
counterparty: {
|
|
2845
|
+
channel_id: 'channel-24',
|
|
2846
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
2847
|
+
chain_name: 'pryzm'
|
|
2848
|
+
},
|
|
2849
|
+
chain: {
|
|
2850
|
+
channel_id: 'channel-71'
|
|
2851
|
+
}
|
|
2852
|
+
}]
|
|
2853
|
+
},
|
|
2469
2854
|
{
|
|
2470
2855
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
2471
2856
|
denom_units: [{
|
|
@@ -2781,6 +3166,76 @@ const assets = {
|
|
|
2781
3166
|
}
|
|
2782
3167
|
}]
|
|
2783
3168
|
},
|
|
3169
|
+
{
|
|
3170
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
3171
|
+
denom_units: [{
|
|
3172
|
+
denom: 'ibc/2ADBC1D8CE33BFAE9FD6AF33D1CCE0AA42069D6D7B86A65600E49933FB84CC99',
|
|
3173
|
+
exponent: 0,
|
|
3174
|
+
aliases: ['p:utia:30Jun2025']
|
|
3175
|
+
}, {
|
|
3176
|
+
denom: 'pTIA30Jun2025',
|
|
3177
|
+
exponent: 6
|
|
3178
|
+
}],
|
|
3179
|
+
base: 'ibc/2ADBC1D8CE33BFAE9FD6AF33D1CCE0AA42069D6D7B86A65600E49933FB84CC99',
|
|
3180
|
+
name: 'pTia (30Jun2025)',
|
|
3181
|
+
display: 'pTIA30Jun2025',
|
|
3182
|
+
symbol: 'pTIA-30Jun2025',
|
|
3183
|
+
logo_URIs: {
|
|
3184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3186
|
+
},
|
|
3187
|
+
images: [{
|
|
3188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3190
|
+
}],
|
|
3191
|
+
type_asset: 'sdk.coin',
|
|
3192
|
+
traces: [{
|
|
3193
|
+
type: 'ibc',
|
|
3194
|
+
counterparty: {
|
|
3195
|
+
channel_id: 'channel-24',
|
|
3196
|
+
base_denom: 'p:utia:30Jun2025',
|
|
3197
|
+
chain_name: 'pryzm'
|
|
3198
|
+
},
|
|
3199
|
+
chain: {
|
|
3200
|
+
channel_id: 'channel-71'
|
|
3201
|
+
}
|
|
3202
|
+
}]
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
3206
|
+
denom_units: [{
|
|
3207
|
+
denom: 'ibc/B12CFB9DED948CD188EDCBB4DFDDF8D1F6F3595DCB3FFDBCEE0EFC73307C42DE',
|
|
3208
|
+
exponent: 0,
|
|
3209
|
+
aliases: ['p:utia:30Sep2025']
|
|
3210
|
+
}, {
|
|
3211
|
+
denom: 'pTIA30Sep2025',
|
|
3212
|
+
exponent: 6
|
|
3213
|
+
}],
|
|
3214
|
+
base: 'ibc/B12CFB9DED948CD188EDCBB4DFDDF8D1F6F3595DCB3FFDBCEE0EFC73307C42DE',
|
|
3215
|
+
name: 'pTia (30Sep2025)',
|
|
3216
|
+
display: 'pTIA30Sep2025',
|
|
3217
|
+
symbol: 'pTIA-30Sep2025',
|
|
3218
|
+
logo_URIs: {
|
|
3219
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3220
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3221
|
+
},
|
|
3222
|
+
images: [{
|
|
3223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3225
|
+
}],
|
|
3226
|
+
type_asset: 'sdk.coin',
|
|
3227
|
+
traces: [{
|
|
3228
|
+
type: 'ibc',
|
|
3229
|
+
counterparty: {
|
|
3230
|
+
channel_id: 'channel-24',
|
|
3231
|
+
base_denom: 'p:utia:30Sep2025',
|
|
3232
|
+
chain_name: 'pryzm'
|
|
3233
|
+
},
|
|
3234
|
+
chain: {
|
|
3235
|
+
channel_id: 'channel-71'
|
|
3236
|
+
}
|
|
3237
|
+
}]
|
|
3238
|
+
},
|
|
2784
3239
|
{
|
|
2785
3240
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
2786
3241
|
denom_units: [{
|
|
@@ -2991,6 +3446,76 @@ const assets = {
|
|
|
2991
3446
|
}
|
|
2992
3447
|
}]
|
|
2993
3448
|
},
|
|
3449
|
+
{
|
|
3450
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
3451
|
+
denom_units: [{
|
|
3452
|
+
denom: 'ibc/B29DF737CC71EAF48A4EFF76053B55B25CB5A1B5FE74B1508CAC543557E68C8F',
|
|
3453
|
+
exponent: 0,
|
|
3454
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
3455
|
+
}, {
|
|
3456
|
+
denom: 'pUSDY31Mar2026',
|
|
3457
|
+
exponent: 18
|
|
3458
|
+
}],
|
|
3459
|
+
base: 'ibc/B29DF737CC71EAF48A4EFF76053B55B25CB5A1B5FE74B1508CAC543557E68C8F',
|
|
3460
|
+
name: 'pUsdy (31Mar2026)',
|
|
3461
|
+
display: 'pUSDY31Mar2026',
|
|
3462
|
+
symbol: 'pUSDY-31Mar2026',
|
|
3463
|
+
logo_URIs: {
|
|
3464
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3466
|
+
},
|
|
3467
|
+
images: [{
|
|
3468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3469
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3470
|
+
}],
|
|
3471
|
+
type_asset: 'sdk.coin',
|
|
3472
|
+
traces: [{
|
|
3473
|
+
type: 'ibc',
|
|
3474
|
+
counterparty: {
|
|
3475
|
+
channel_id: 'channel-24',
|
|
3476
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
3477
|
+
chain_name: 'pryzm'
|
|
3478
|
+
},
|
|
3479
|
+
chain: {
|
|
3480
|
+
channel_id: 'channel-71'
|
|
3481
|
+
}
|
|
3482
|
+
}]
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
3486
|
+
denom_units: [{
|
|
3487
|
+
denom: 'ibc/31996EDE5186A04981A576A76BDEA3724E6C08292EAF95C227494DB755C474E1',
|
|
3488
|
+
exponent: 0,
|
|
3489
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
3490
|
+
}, {
|
|
3491
|
+
denom: 'pUSDY30Jun2026',
|
|
3492
|
+
exponent: 18
|
|
3493
|
+
}],
|
|
3494
|
+
base: 'ibc/31996EDE5186A04981A576A76BDEA3724E6C08292EAF95C227494DB755C474E1',
|
|
3495
|
+
name: 'pUsdy (30Jun2026)',
|
|
3496
|
+
display: 'pUSDY30Jun2026',
|
|
3497
|
+
symbol: 'pUSDY-30Jun2026',
|
|
3498
|
+
logo_URIs: {
|
|
3499
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3500
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3501
|
+
},
|
|
3502
|
+
images: [{
|
|
3503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
3504
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
3505
|
+
}],
|
|
3506
|
+
type_asset: 'sdk.coin',
|
|
3507
|
+
traces: [{
|
|
3508
|
+
type: 'ibc',
|
|
3509
|
+
counterparty: {
|
|
3510
|
+
channel_id: 'channel-24',
|
|
3511
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
3512
|
+
chain_name: 'pryzm'
|
|
3513
|
+
},
|
|
3514
|
+
chain: {
|
|
3515
|
+
channel_id: 'channel-71'
|
|
3516
|
+
}
|
|
3517
|
+
}]
|
|
3518
|
+
},
|
|
2994
3519
|
{
|
|
2995
3520
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
2996
3521
|
denom_units: [{
|
|
@@ -3131,6 +3656,76 @@ const assets = {
|
|
|
3131
3656
|
}
|
|
3132
3657
|
}]
|
|
3133
3658
|
},
|
|
3659
|
+
{
|
|
3660
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
3661
|
+
denom_units: [{
|
|
3662
|
+
denom: 'ibc/32DA27BE2D4FD47D9B57EE4C6DD82B570F36935ECC003C7F9F07FB79DB614741',
|
|
3663
|
+
exponent: 0,
|
|
3664
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
3665
|
+
}, {
|
|
3666
|
+
denom: 'pPRYZM31Mar2026',
|
|
3667
|
+
exponent: 6
|
|
3668
|
+
}],
|
|
3669
|
+
base: 'ibc/32DA27BE2D4FD47D9B57EE4C6DD82B570F36935ECC003C7F9F07FB79DB614741',
|
|
3670
|
+
name: 'pPryzm (31Mar2026)',
|
|
3671
|
+
display: 'pPRYZM31Mar2026',
|
|
3672
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
3673
|
+
logo_URIs: {
|
|
3674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3676
|
+
},
|
|
3677
|
+
images: [{
|
|
3678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3680
|
+
}],
|
|
3681
|
+
type_asset: 'sdk.coin',
|
|
3682
|
+
traces: [{
|
|
3683
|
+
type: 'ibc',
|
|
3684
|
+
counterparty: {
|
|
3685
|
+
channel_id: 'channel-24',
|
|
3686
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
3687
|
+
chain_name: 'pryzm'
|
|
3688
|
+
},
|
|
3689
|
+
chain: {
|
|
3690
|
+
channel_id: 'channel-71'
|
|
3691
|
+
}
|
|
3692
|
+
}]
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
3696
|
+
denom_units: [{
|
|
3697
|
+
denom: 'ibc/B5CD055ADF8C12642D581C42B1B9F6BF7FF2FAFBBF85B40C86E356BF6B95C8CD',
|
|
3698
|
+
exponent: 0,
|
|
3699
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
3700
|
+
}, {
|
|
3701
|
+
denom: 'pPRYZM30Jun2026',
|
|
3702
|
+
exponent: 6
|
|
3703
|
+
}],
|
|
3704
|
+
base: 'ibc/B5CD055ADF8C12642D581C42B1B9F6BF7FF2FAFBBF85B40C86E356BF6B95C8CD',
|
|
3705
|
+
name: 'pPryzm (30Jun2026)',
|
|
3706
|
+
display: 'pPRYZM30Jun2026',
|
|
3707
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
3708
|
+
logo_URIs: {
|
|
3709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3711
|
+
},
|
|
3712
|
+
images: [{
|
|
3713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3715
|
+
}],
|
|
3716
|
+
type_asset: 'sdk.coin',
|
|
3717
|
+
traces: [{
|
|
3718
|
+
type: 'ibc',
|
|
3719
|
+
counterparty: {
|
|
3720
|
+
channel_id: 'channel-24',
|
|
3721
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
3722
|
+
chain_name: 'pryzm'
|
|
3723
|
+
},
|
|
3724
|
+
chain: {
|
|
3725
|
+
channel_id: 'channel-71'
|
|
3726
|
+
}
|
|
3727
|
+
}]
|
|
3728
|
+
},
|
|
3134
3729
|
{
|
|
3135
3730
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
3136
3731
|
denom_units: [{
|
|
@@ -3271,6 +3866,41 @@ const assets = {
|
|
|
3271
3866
|
}
|
|
3272
3867
|
}]
|
|
3273
3868
|
},
|
|
3869
|
+
{
|
|
3870
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
3871
|
+
denom_units: [{
|
|
3872
|
+
denom: 'ibc/D2A1FBB664D6CB69C3D0CD6776A8B2FEC583210A8729F9296F8E41F02DD0DE95',
|
|
3873
|
+
exponent: 0,
|
|
3874
|
+
aliases: ['p:asusds:30Jun2026']
|
|
3875
|
+
}, {
|
|
3876
|
+
denom: 'psUSDS30Jun2026',
|
|
3877
|
+
exponent: 18
|
|
3878
|
+
}],
|
|
3879
|
+
base: 'ibc/D2A1FBB664D6CB69C3D0CD6776A8B2FEC583210A8729F9296F8E41F02DD0DE95',
|
|
3880
|
+
name: 'psUsds (30Jun2026)',
|
|
3881
|
+
display: 'psUSDS30Jun2026',
|
|
3882
|
+
symbol: 'psUSDS-30Jun2026',
|
|
3883
|
+
logo_URIs: {
|
|
3884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
3885
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
3886
|
+
},
|
|
3887
|
+
images: [{
|
|
3888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
3889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
3890
|
+
}],
|
|
3891
|
+
type_asset: 'sdk.coin',
|
|
3892
|
+
traces: [{
|
|
3893
|
+
type: 'ibc',
|
|
3894
|
+
counterparty: {
|
|
3895
|
+
channel_id: 'channel-24',
|
|
3896
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
3897
|
+
chain_name: 'pryzm'
|
|
3898
|
+
},
|
|
3899
|
+
chain: {
|
|
3900
|
+
channel_id: 'channel-71'
|
|
3901
|
+
}
|
|
3902
|
+
}]
|
|
3903
|
+
},
|
|
3274
3904
|
{
|
|
3275
3905
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
3276
3906
|
denom_units: [{
|
|
@@ -3377,19 +4007,89 @@ const assets = {
|
|
|
3377
4007
|
}]
|
|
3378
4008
|
},
|
|
3379
4009
|
{
|
|
3380
|
-
description: 'Pryzm\'s refracted yield token for ATOM with maturity of
|
|
4010
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
3381
4011
|
denom_units: [{
|
|
3382
|
-
denom: 'ibc/
|
|
4012
|
+
denom: 'ibc/AAF94B10A347365A57A792FE62593D7A6972A67D84B0E03AB646281C4089A086',
|
|
3383
4013
|
exponent: 0,
|
|
3384
|
-
aliases: ['y:uatom:
|
|
4014
|
+
aliases: ['y:uatom:30Jun2025']
|
|
3385
4015
|
}, {
|
|
3386
|
-
denom: '
|
|
4016
|
+
denom: 'yATOM30Jun2025',
|
|
3387
4017
|
exponent: 6
|
|
3388
4018
|
}],
|
|
3389
|
-
base: 'ibc/
|
|
3390
|
-
name: 'yAtom (
|
|
3391
|
-
display: '
|
|
3392
|
-
symbol: 'yATOM-
|
|
4019
|
+
base: 'ibc/AAF94B10A347365A57A792FE62593D7A6972A67D84B0E03AB646281C4089A086',
|
|
4020
|
+
name: 'yAtom (30Jun2025)',
|
|
4021
|
+
display: 'yATOM30Jun2025',
|
|
4022
|
+
symbol: 'yATOM-30Jun2025',
|
|
4023
|
+
logo_URIs: {
|
|
4024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4026
|
+
},
|
|
4027
|
+
images: [{
|
|
4028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4029
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4030
|
+
}],
|
|
4031
|
+
type_asset: 'sdk.coin',
|
|
4032
|
+
traces: [{
|
|
4033
|
+
type: 'ibc',
|
|
4034
|
+
counterparty: {
|
|
4035
|
+
channel_id: 'channel-24',
|
|
4036
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
4037
|
+
chain_name: 'pryzm'
|
|
4038
|
+
},
|
|
4039
|
+
chain: {
|
|
4040
|
+
channel_id: 'channel-71'
|
|
4041
|
+
}
|
|
4042
|
+
}]
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
4046
|
+
denom_units: [{
|
|
4047
|
+
denom: 'ibc/5153EB806403C351107E8C8F58B03B452EBA8A3717F8856DBC85BAD1860076F7',
|
|
4048
|
+
exponent: 0,
|
|
4049
|
+
aliases: ['y:uatom:30Sep2025']
|
|
4050
|
+
}, {
|
|
4051
|
+
denom: 'yATOM30Sep2025',
|
|
4052
|
+
exponent: 6
|
|
4053
|
+
}],
|
|
4054
|
+
base: 'ibc/5153EB806403C351107E8C8F58B03B452EBA8A3717F8856DBC85BAD1860076F7',
|
|
4055
|
+
name: 'yAtom (30Sep2025)',
|
|
4056
|
+
display: 'yATOM30Sep2025',
|
|
4057
|
+
symbol: 'yATOM-30Sep2025',
|
|
4058
|
+
logo_URIs: {
|
|
4059
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4060
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4061
|
+
},
|
|
4062
|
+
images: [{
|
|
4063
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4064
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4065
|
+
}],
|
|
4066
|
+
type_asset: 'sdk.coin',
|
|
4067
|
+
traces: [{
|
|
4068
|
+
type: 'ibc',
|
|
4069
|
+
counterparty: {
|
|
4070
|
+
channel_id: 'channel-24',
|
|
4071
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
4072
|
+
chain_name: 'pryzm'
|
|
4073
|
+
},
|
|
4074
|
+
chain: {
|
|
4075
|
+
channel_id: 'channel-71'
|
|
4076
|
+
}
|
|
4077
|
+
}]
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
4081
|
+
denom_units: [{
|
|
4082
|
+
denom: 'ibc/E9CCB17D8ED4EFDA5F008B5F43C6456F0F6F42B28535CE2730EF02EBD4153CA2',
|
|
4083
|
+
exponent: 0,
|
|
4084
|
+
aliases: ['y:uatom:31Dec2025']
|
|
4085
|
+
}, {
|
|
4086
|
+
denom: 'yATOM31Dec2025',
|
|
4087
|
+
exponent: 6
|
|
4088
|
+
}],
|
|
4089
|
+
base: 'ibc/E9CCB17D8ED4EFDA5F008B5F43C6456F0F6F42B28535CE2730EF02EBD4153CA2',
|
|
4090
|
+
name: 'yAtom (31Dec2025)',
|
|
4091
|
+
display: 'yATOM31Dec2025',
|
|
4092
|
+
symbol: 'yATOM-31Dec2025',
|
|
3393
4093
|
logo_URIs: {
|
|
3394
4094
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3395
4095
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -3551,6 +4251,76 @@ const assets = {
|
|
|
3551
4251
|
}
|
|
3552
4252
|
}]
|
|
3553
4253
|
},
|
|
4254
|
+
{
|
|
4255
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
4256
|
+
denom_units: [{
|
|
4257
|
+
denom: 'ibc/B6BBAA099BA67832E94E1C88E4B404D0EC7EDE0D1E6A07FA559872EE90B2771D',
|
|
4258
|
+
exponent: 0,
|
|
4259
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
4260
|
+
}, {
|
|
4261
|
+
denom: 'yOSMO30Jun2025',
|
|
4262
|
+
exponent: 6
|
|
4263
|
+
}],
|
|
4264
|
+
base: 'ibc/B6BBAA099BA67832E94E1C88E4B404D0EC7EDE0D1E6A07FA559872EE90B2771D',
|
|
4265
|
+
name: 'yOsmo (30Jun2025)',
|
|
4266
|
+
display: 'yOSMO30Jun2025',
|
|
4267
|
+
symbol: 'yOSMO-30Jun2025',
|
|
4268
|
+
logo_URIs: {
|
|
4269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4271
|
+
},
|
|
4272
|
+
images: [{
|
|
4273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4275
|
+
}],
|
|
4276
|
+
type_asset: 'sdk.coin',
|
|
4277
|
+
traces: [{
|
|
4278
|
+
type: 'ibc',
|
|
4279
|
+
counterparty: {
|
|
4280
|
+
channel_id: 'channel-24',
|
|
4281
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
4282
|
+
chain_name: 'pryzm'
|
|
4283
|
+
},
|
|
4284
|
+
chain: {
|
|
4285
|
+
channel_id: 'channel-71'
|
|
4286
|
+
}
|
|
4287
|
+
}]
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
4291
|
+
denom_units: [{
|
|
4292
|
+
denom: 'ibc/1F71777E4E063BADB6FB9455F7F1ABC66EDCA27DA4AAECDD7CF1D2F38DFD9E4C',
|
|
4293
|
+
exponent: 0,
|
|
4294
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
4295
|
+
}, {
|
|
4296
|
+
denom: 'yOSMO30Sep2025',
|
|
4297
|
+
exponent: 6
|
|
4298
|
+
}],
|
|
4299
|
+
base: 'ibc/1F71777E4E063BADB6FB9455F7F1ABC66EDCA27DA4AAECDD7CF1D2F38DFD9E4C',
|
|
4300
|
+
name: 'yOsmo (30Sep2025)',
|
|
4301
|
+
display: 'yOSMO30Sep2025',
|
|
4302
|
+
symbol: 'yOSMO-30Sep2025',
|
|
4303
|
+
logo_URIs: {
|
|
4304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4306
|
+
},
|
|
4307
|
+
images: [{
|
|
4308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4310
|
+
}],
|
|
4311
|
+
type_asset: 'sdk.coin',
|
|
4312
|
+
traces: [{
|
|
4313
|
+
type: 'ibc',
|
|
4314
|
+
counterparty: {
|
|
4315
|
+
channel_id: 'channel-24',
|
|
4316
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
4317
|
+
chain_name: 'pryzm'
|
|
4318
|
+
},
|
|
4319
|
+
chain: {
|
|
4320
|
+
channel_id: 'channel-71'
|
|
4321
|
+
}
|
|
4322
|
+
}]
|
|
4323
|
+
},
|
|
3554
4324
|
{
|
|
3555
4325
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
3556
4326
|
denom_units: [{
|
|
@@ -3726,6 +4496,76 @@ const assets = {
|
|
|
3726
4496
|
}
|
|
3727
4497
|
}]
|
|
3728
4498
|
},
|
|
4499
|
+
{
|
|
4500
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
4501
|
+
denom_units: [{
|
|
4502
|
+
denom: 'ibc/B638283E854654AB43ACDD9001FAF5310163B3805BD066795BE2020887B38CAE',
|
|
4503
|
+
exponent: 0,
|
|
4504
|
+
aliases: ['y:inj:30Jun2025']
|
|
4505
|
+
}, {
|
|
4506
|
+
denom: 'yINJ30Jun2025',
|
|
4507
|
+
exponent: 18
|
|
4508
|
+
}],
|
|
4509
|
+
base: 'ibc/B638283E854654AB43ACDD9001FAF5310163B3805BD066795BE2020887B38CAE',
|
|
4510
|
+
name: 'yInj (30Jun2025)',
|
|
4511
|
+
display: 'yINJ30Jun2025',
|
|
4512
|
+
symbol: 'yINJ-30Jun2025',
|
|
4513
|
+
logo_URIs: {
|
|
4514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4516
|
+
},
|
|
4517
|
+
images: [{
|
|
4518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4519
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4520
|
+
}],
|
|
4521
|
+
type_asset: 'sdk.coin',
|
|
4522
|
+
traces: [{
|
|
4523
|
+
type: 'ibc',
|
|
4524
|
+
counterparty: {
|
|
4525
|
+
channel_id: 'channel-24',
|
|
4526
|
+
base_denom: 'y:inj:30Jun2025',
|
|
4527
|
+
chain_name: 'pryzm'
|
|
4528
|
+
},
|
|
4529
|
+
chain: {
|
|
4530
|
+
channel_id: 'channel-71'
|
|
4531
|
+
}
|
|
4532
|
+
}]
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
4536
|
+
denom_units: [{
|
|
4537
|
+
denom: 'ibc/039F67452422AB3E63C71F25875B22FA059A0CF351D61914F42CF6F2FCDC7160',
|
|
4538
|
+
exponent: 0,
|
|
4539
|
+
aliases: ['y:inj:30Sep2025']
|
|
4540
|
+
}, {
|
|
4541
|
+
denom: 'yINJ30Sep2025',
|
|
4542
|
+
exponent: 18
|
|
4543
|
+
}],
|
|
4544
|
+
base: 'ibc/039F67452422AB3E63C71F25875B22FA059A0CF351D61914F42CF6F2FCDC7160',
|
|
4545
|
+
name: 'yInj (30Sep2025)',
|
|
4546
|
+
display: 'yINJ30Sep2025',
|
|
4547
|
+
symbol: 'yINJ-30Sep2025',
|
|
4548
|
+
logo_URIs: {
|
|
4549
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4551
|
+
},
|
|
4552
|
+
images: [{
|
|
4553
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4555
|
+
}],
|
|
4556
|
+
type_asset: 'sdk.coin',
|
|
4557
|
+
traces: [{
|
|
4558
|
+
type: 'ibc',
|
|
4559
|
+
counterparty: {
|
|
4560
|
+
channel_id: 'channel-24',
|
|
4561
|
+
base_denom: 'y:inj:30Sep2025',
|
|
4562
|
+
chain_name: 'pryzm'
|
|
4563
|
+
},
|
|
4564
|
+
chain: {
|
|
4565
|
+
channel_id: 'channel-71'
|
|
4566
|
+
}
|
|
4567
|
+
}]
|
|
4568
|
+
},
|
|
3729
4569
|
{
|
|
3730
4570
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
3731
4571
|
denom_units: [{
|
|
@@ -3901,6 +4741,76 @@ const assets = {
|
|
|
3901
4741
|
}
|
|
3902
4742
|
}]
|
|
3903
4743
|
},
|
|
4744
|
+
{
|
|
4745
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
4746
|
+
denom_units: [{
|
|
4747
|
+
denom: 'ibc/AA7205B6CFB370EAE7C6BA2B0ED1AA08615409BF1E990EFFFA601ECAF91850D8',
|
|
4748
|
+
exponent: 0,
|
|
4749
|
+
aliases: ['y:uluna:30Jun2025']
|
|
4750
|
+
}, {
|
|
4751
|
+
denom: 'yLUNA30Jun2025',
|
|
4752
|
+
exponent: 6
|
|
4753
|
+
}],
|
|
4754
|
+
base: 'ibc/AA7205B6CFB370EAE7C6BA2B0ED1AA08615409BF1E990EFFFA601ECAF91850D8',
|
|
4755
|
+
name: 'yLuna (30Jun2025)',
|
|
4756
|
+
display: 'yLUNA30Jun2025',
|
|
4757
|
+
symbol: 'yLUNA-30Jun2025',
|
|
4758
|
+
logo_URIs: {
|
|
4759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4761
|
+
},
|
|
4762
|
+
images: [{
|
|
4763
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4764
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4765
|
+
}],
|
|
4766
|
+
type_asset: 'sdk.coin',
|
|
4767
|
+
traces: [{
|
|
4768
|
+
type: 'ibc',
|
|
4769
|
+
counterparty: {
|
|
4770
|
+
channel_id: 'channel-24',
|
|
4771
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
4772
|
+
chain_name: 'pryzm'
|
|
4773
|
+
},
|
|
4774
|
+
chain: {
|
|
4775
|
+
channel_id: 'channel-71'
|
|
4776
|
+
}
|
|
4777
|
+
}]
|
|
4778
|
+
},
|
|
4779
|
+
{
|
|
4780
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
4781
|
+
denom_units: [{
|
|
4782
|
+
denom: 'ibc/413C30996D6D502B918449462C1AD9DDD90F24808BD464A69823322BE9C1254C',
|
|
4783
|
+
exponent: 0,
|
|
4784
|
+
aliases: ['y:uluna:30Sep2025']
|
|
4785
|
+
}, {
|
|
4786
|
+
denom: 'yLUNA30Sep2025',
|
|
4787
|
+
exponent: 6
|
|
4788
|
+
}],
|
|
4789
|
+
base: 'ibc/413C30996D6D502B918449462C1AD9DDD90F24808BD464A69823322BE9C1254C',
|
|
4790
|
+
name: 'yLuna (30Sep2025)',
|
|
4791
|
+
display: 'yLUNA30Sep2025',
|
|
4792
|
+
symbol: 'yLUNA-30Sep2025',
|
|
4793
|
+
logo_URIs: {
|
|
4794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4796
|
+
},
|
|
4797
|
+
images: [{
|
|
4798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4799
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4800
|
+
}],
|
|
4801
|
+
type_asset: 'sdk.coin',
|
|
4802
|
+
traces: [{
|
|
4803
|
+
type: 'ibc',
|
|
4804
|
+
counterparty: {
|
|
4805
|
+
channel_id: 'channel-24',
|
|
4806
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
4807
|
+
chain_name: 'pryzm'
|
|
4808
|
+
},
|
|
4809
|
+
chain: {
|
|
4810
|
+
channel_id: 'channel-71'
|
|
4811
|
+
}
|
|
4812
|
+
}]
|
|
4813
|
+
},
|
|
3904
4814
|
{
|
|
3905
4815
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
3906
4816
|
denom_units: [{
|
|
@@ -4041,6 +4951,41 @@ const assets = {
|
|
|
4041
4951
|
}
|
|
4042
4952
|
}]
|
|
4043
4953
|
},
|
|
4954
|
+
{
|
|
4955
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
4956
|
+
denom_units: [{
|
|
4957
|
+
denom: 'ibc/980B6F8985291D37CED60EA77FDC90457BB689A630828B4E962622FD9D93977E',
|
|
4958
|
+
exponent: 0,
|
|
4959
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
4960
|
+
}, {
|
|
4961
|
+
denom: 'yAUUU30Jun2025',
|
|
4962
|
+
exponent: 6
|
|
4963
|
+
}],
|
|
4964
|
+
base: 'ibc/980B6F8985291D37CED60EA77FDC90457BB689A630828B4E962622FD9D93977E',
|
|
4965
|
+
name: 'yAuuu (30Jun2025)',
|
|
4966
|
+
display: 'yAUUU30Jun2025',
|
|
4967
|
+
symbol: 'yAUUU-30Jun2025',
|
|
4968
|
+
logo_URIs: {
|
|
4969
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
4970
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4971
|
+
},
|
|
4972
|
+
images: [{
|
|
4973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
4974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4975
|
+
}],
|
|
4976
|
+
type_asset: 'sdk.coin',
|
|
4977
|
+
traces: [{
|
|
4978
|
+
type: 'ibc',
|
|
4979
|
+
counterparty: {
|
|
4980
|
+
channel_id: 'channel-24',
|
|
4981
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
4982
|
+
chain_name: 'pryzm'
|
|
4983
|
+
},
|
|
4984
|
+
chain: {
|
|
4985
|
+
channel_id: 'channel-71'
|
|
4986
|
+
}
|
|
4987
|
+
}]
|
|
4988
|
+
},
|
|
4044
4989
|
{
|
|
4045
4990
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2025',
|
|
4046
4991
|
denom_units: [{
|
|
@@ -4217,19 +5162,19 @@ const assets = {
|
|
|
4217
5162
|
}]
|
|
4218
5163
|
},
|
|
4219
5164
|
{
|
|
4220
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
5165
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
4221
5166
|
denom_units: [{
|
|
4222
|
-
denom: 'ibc/
|
|
5167
|
+
denom: 'ibc/19EAB74C5A0A8C94222936B61CE4A9BBFF0981A77A65326EB7DA7E24B3A5412D',
|
|
4223
5168
|
exponent: 0,
|
|
4224
|
-
aliases: ['y:stutia:
|
|
5169
|
+
aliases: ['y:stutia:30Jun2025']
|
|
4225
5170
|
}, {
|
|
4226
|
-
denom: '
|
|
5171
|
+
denom: 'ystTIA30Jun2025',
|
|
4227
5172
|
exponent: 6
|
|
4228
5173
|
}],
|
|
4229
|
-
base: 'ibc/
|
|
4230
|
-
name: 'ystTia (
|
|
4231
|
-
display: '
|
|
4232
|
-
symbol: 'ystTIA-
|
|
5174
|
+
base: 'ibc/19EAB74C5A0A8C94222936B61CE4A9BBFF0981A77A65326EB7DA7E24B3A5412D',
|
|
5175
|
+
name: 'ystTia (30Jun2025)',
|
|
5176
|
+
display: 'ystTIA30Jun2025',
|
|
5177
|
+
symbol: 'ystTIA-30Jun2025',
|
|
4233
5178
|
logo_URIs: {
|
|
4234
5179
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4235
5180
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
@@ -4243,7 +5188,7 @@ const assets = {
|
|
|
4243
5188
|
type: 'ibc',
|
|
4244
5189
|
counterparty: {
|
|
4245
5190
|
channel_id: 'channel-24',
|
|
4246
|
-
base_denom: 'y:stutia:
|
|
5191
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
4247
5192
|
chain_name: 'pryzm'
|
|
4248
5193
|
},
|
|
4249
5194
|
chain: {
|
|
@@ -4252,11 +5197,46 @@ const assets = {
|
|
|
4252
5197
|
}]
|
|
4253
5198
|
},
|
|
4254
5199
|
{
|
|
4255
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
5200
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
4256
5201
|
denom_units: [{
|
|
4257
|
-
denom: 'ibc/
|
|
5202
|
+
denom: 'ibc/39C0A204C1D38D1FDD3B4C3476E021EB63301AD297EAFE71C94F346A07F57E8B',
|
|
4258
5203
|
exponent: 0,
|
|
4259
|
-
aliases: ['y:stutia:
|
|
5204
|
+
aliases: ['y:stutia:31Dec2025']
|
|
5205
|
+
}, {
|
|
5206
|
+
denom: 'ystTIA31Dec2025',
|
|
5207
|
+
exponent: 6
|
|
5208
|
+
}],
|
|
5209
|
+
base: 'ibc/39C0A204C1D38D1FDD3B4C3476E021EB63301AD297EAFE71C94F346A07F57E8B',
|
|
5210
|
+
name: 'ystTia (31Dec2025)',
|
|
5211
|
+
display: 'ystTIA31Dec2025',
|
|
5212
|
+
symbol: 'ystTIA-31Dec2025',
|
|
5213
|
+
logo_URIs: {
|
|
5214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
5215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
5216
|
+
},
|
|
5217
|
+
images: [{
|
|
5218
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
5219
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
5220
|
+
}],
|
|
5221
|
+
type_asset: 'sdk.coin',
|
|
5222
|
+
traces: [{
|
|
5223
|
+
type: 'ibc',
|
|
5224
|
+
counterparty: {
|
|
5225
|
+
channel_id: 'channel-24',
|
|
5226
|
+
base_denom: 'y:stutia:31Dec2025',
|
|
5227
|
+
chain_name: 'pryzm'
|
|
5228
|
+
},
|
|
5229
|
+
chain: {
|
|
5230
|
+
channel_id: 'channel-71'
|
|
5231
|
+
}
|
|
5232
|
+
}]
|
|
5233
|
+
},
|
|
5234
|
+
{
|
|
5235
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
5236
|
+
denom_units: [{
|
|
5237
|
+
denom: 'ibc/70682F830D1CA9114D839BA31A93B8EF1285F1939AF53F4A6DE3806533CA0E22',
|
|
5238
|
+
exponent: 0,
|
|
5239
|
+
aliases: ['y:stutia:31Dec2026']
|
|
4260
5240
|
}, {
|
|
4261
5241
|
denom: 'ystTIA31Dec2026',
|
|
4262
5242
|
exponent: 6
|
|
@@ -4391,6 +5371,41 @@ const assets = {
|
|
|
4391
5371
|
}
|
|
4392
5372
|
}]
|
|
4393
5373
|
},
|
|
5374
|
+
{
|
|
5375
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
5376
|
+
denom_units: [{
|
|
5377
|
+
denom: 'ibc/5131D3A8E64FD055189ACB935B6C846E3EA3E02A4791EC6D826D96553163E839',
|
|
5378
|
+
exponent: 0,
|
|
5379
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
5380
|
+
}, {
|
|
5381
|
+
denom: 'ystDYDX30Jun2025',
|
|
5382
|
+
exponent: 6
|
|
5383
|
+
}],
|
|
5384
|
+
base: 'ibc/5131D3A8E64FD055189ACB935B6C846E3EA3E02A4791EC6D826D96553163E839',
|
|
5385
|
+
name: 'ystDydx (30Jun2025)',
|
|
5386
|
+
display: 'ystDYDX30Jun2025',
|
|
5387
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
5388
|
+
logo_URIs: {
|
|
5389
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
5390
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
5391
|
+
},
|
|
5392
|
+
images: [{
|
|
5393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
5394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
5395
|
+
}],
|
|
5396
|
+
type_asset: 'sdk.coin',
|
|
5397
|
+
traces: [{
|
|
5398
|
+
type: 'ibc',
|
|
5399
|
+
counterparty: {
|
|
5400
|
+
channel_id: 'channel-24',
|
|
5401
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
5402
|
+
chain_name: 'pryzm'
|
|
5403
|
+
},
|
|
5404
|
+
chain: {
|
|
5405
|
+
channel_id: 'channel-71'
|
|
5406
|
+
}
|
|
5407
|
+
}]
|
|
5408
|
+
},
|
|
4394
5409
|
{
|
|
4395
5410
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
4396
5411
|
denom_units: [{
|
|
@@ -4706,6 +5721,76 @@ const assets = {
|
|
|
4706
5721
|
}
|
|
4707
5722
|
}]
|
|
4708
5723
|
},
|
|
5724
|
+
{
|
|
5725
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
5726
|
+
denom_units: [{
|
|
5727
|
+
denom: 'ibc/00629710ADFF50B6BD626614713D92BC4B3AD7B9C267ACFAA2295DF81B592732',
|
|
5728
|
+
exponent: 0,
|
|
5729
|
+
aliases: ['y:utia:30Jun2025']
|
|
5730
|
+
}, {
|
|
5731
|
+
denom: 'yTIA30Jun2025',
|
|
5732
|
+
exponent: 6
|
|
5733
|
+
}],
|
|
5734
|
+
base: 'ibc/00629710ADFF50B6BD626614713D92BC4B3AD7B9C267ACFAA2295DF81B592732',
|
|
5735
|
+
name: 'yTia (30Jun2025)',
|
|
5736
|
+
display: 'yTIA30Jun2025',
|
|
5737
|
+
symbol: 'yTIA-30Jun2025',
|
|
5738
|
+
logo_URIs: {
|
|
5739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5740
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5741
|
+
},
|
|
5742
|
+
images: [{
|
|
5743
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5744
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5745
|
+
}],
|
|
5746
|
+
type_asset: 'sdk.coin',
|
|
5747
|
+
traces: [{
|
|
5748
|
+
type: 'ibc',
|
|
5749
|
+
counterparty: {
|
|
5750
|
+
channel_id: 'channel-24',
|
|
5751
|
+
base_denom: 'y:utia:30Jun2025',
|
|
5752
|
+
chain_name: 'pryzm'
|
|
5753
|
+
},
|
|
5754
|
+
chain: {
|
|
5755
|
+
channel_id: 'channel-71'
|
|
5756
|
+
}
|
|
5757
|
+
}]
|
|
5758
|
+
},
|
|
5759
|
+
{
|
|
5760
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
5761
|
+
denom_units: [{
|
|
5762
|
+
denom: 'ibc/4C92748AEAC0DEF5D3D75A43372BE49091F8F9D86A324A095CC02F7D676900E2',
|
|
5763
|
+
exponent: 0,
|
|
5764
|
+
aliases: ['y:utia:30Sep2025']
|
|
5765
|
+
}, {
|
|
5766
|
+
denom: 'yTIA30Sep2025',
|
|
5767
|
+
exponent: 6
|
|
5768
|
+
}],
|
|
5769
|
+
base: 'ibc/4C92748AEAC0DEF5D3D75A43372BE49091F8F9D86A324A095CC02F7D676900E2',
|
|
5770
|
+
name: 'yTia (30Sep2025)',
|
|
5771
|
+
display: 'yTIA30Sep2025',
|
|
5772
|
+
symbol: 'yTIA-30Sep2025',
|
|
5773
|
+
logo_URIs: {
|
|
5774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5776
|
+
},
|
|
5777
|
+
images: [{
|
|
5778
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5779
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5780
|
+
}],
|
|
5781
|
+
type_asset: 'sdk.coin',
|
|
5782
|
+
traces: [{
|
|
5783
|
+
type: 'ibc',
|
|
5784
|
+
counterparty: {
|
|
5785
|
+
channel_id: 'channel-24',
|
|
5786
|
+
base_denom: 'y:utia:30Sep2025',
|
|
5787
|
+
chain_name: 'pryzm'
|
|
5788
|
+
},
|
|
5789
|
+
chain: {
|
|
5790
|
+
channel_id: 'channel-71'
|
|
5791
|
+
}
|
|
5792
|
+
}]
|
|
5793
|
+
},
|
|
4709
5794
|
{
|
|
4710
5795
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
4711
5796
|
denom_units: [{
|
|
@@ -4916,6 +6001,76 @@ const assets = {
|
|
|
4916
6001
|
}
|
|
4917
6002
|
}]
|
|
4918
6003
|
},
|
|
6004
|
+
{
|
|
6005
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
6006
|
+
denom_units: [{
|
|
6007
|
+
denom: 'ibc/7A8629DC68B7798EA4CFBCDE8A433C98304481EAA61A8B10265460E67FC46D38',
|
|
6008
|
+
exponent: 0,
|
|
6009
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
6010
|
+
}, {
|
|
6011
|
+
denom: 'yUSDY31Mar2026',
|
|
6012
|
+
exponent: 18
|
|
6013
|
+
}],
|
|
6014
|
+
base: 'ibc/7A8629DC68B7798EA4CFBCDE8A433C98304481EAA61A8B10265460E67FC46D38',
|
|
6015
|
+
name: 'yUsdy (31Mar2026)',
|
|
6016
|
+
display: 'yUSDY31Mar2026',
|
|
6017
|
+
symbol: 'yUSDY-31Mar2026',
|
|
6018
|
+
logo_URIs: {
|
|
6019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6021
|
+
},
|
|
6022
|
+
images: [{
|
|
6023
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6024
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6025
|
+
}],
|
|
6026
|
+
type_asset: 'sdk.coin',
|
|
6027
|
+
traces: [{
|
|
6028
|
+
type: 'ibc',
|
|
6029
|
+
counterparty: {
|
|
6030
|
+
channel_id: 'channel-24',
|
|
6031
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
6032
|
+
chain_name: 'pryzm'
|
|
6033
|
+
},
|
|
6034
|
+
chain: {
|
|
6035
|
+
channel_id: 'channel-71'
|
|
6036
|
+
}
|
|
6037
|
+
}]
|
|
6038
|
+
},
|
|
6039
|
+
{
|
|
6040
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
6041
|
+
denom_units: [{
|
|
6042
|
+
denom: 'ibc/7EB4ED659334C4E1CDDE03FCBBA794DE7FAA48E70ABE558F347013EC23418BA9',
|
|
6043
|
+
exponent: 0,
|
|
6044
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
6045
|
+
}, {
|
|
6046
|
+
denom: 'yUSDY30Jun2026',
|
|
6047
|
+
exponent: 18
|
|
6048
|
+
}],
|
|
6049
|
+
base: 'ibc/7EB4ED659334C4E1CDDE03FCBBA794DE7FAA48E70ABE558F347013EC23418BA9',
|
|
6050
|
+
name: 'yUsdy (30Jun2026)',
|
|
6051
|
+
display: 'yUSDY30Jun2026',
|
|
6052
|
+
symbol: 'yUSDY-30Jun2026',
|
|
6053
|
+
logo_URIs: {
|
|
6054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6056
|
+
},
|
|
6057
|
+
images: [{
|
|
6058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6059
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6060
|
+
}],
|
|
6061
|
+
type_asset: 'sdk.coin',
|
|
6062
|
+
traces: [{
|
|
6063
|
+
type: 'ibc',
|
|
6064
|
+
counterparty: {
|
|
6065
|
+
channel_id: 'channel-24',
|
|
6066
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
6067
|
+
chain_name: 'pryzm'
|
|
6068
|
+
},
|
|
6069
|
+
chain: {
|
|
6070
|
+
channel_id: 'channel-71'
|
|
6071
|
+
}
|
|
6072
|
+
}]
|
|
6073
|
+
},
|
|
4919
6074
|
{
|
|
4920
6075
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
4921
6076
|
denom_units: [{
|
|
@@ -5056,6 +6211,76 @@ const assets = {
|
|
|
5056
6211
|
}
|
|
5057
6212
|
}]
|
|
5058
6213
|
},
|
|
6214
|
+
{
|
|
6215
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
6216
|
+
denom_units: [{
|
|
6217
|
+
denom: 'ibc/21050169D1C72351A8B22137D1DFEE62BFA226F14C9D02F620EAE4B78C63FC53',
|
|
6218
|
+
exponent: 0,
|
|
6219
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
6220
|
+
}, {
|
|
6221
|
+
denom: 'yPRYZM31Mar2026',
|
|
6222
|
+
exponent: 6
|
|
6223
|
+
}],
|
|
6224
|
+
base: 'ibc/21050169D1C72351A8B22137D1DFEE62BFA226F14C9D02F620EAE4B78C63FC53',
|
|
6225
|
+
name: 'yPryzm (31Mar2026)',
|
|
6226
|
+
display: 'yPRYZM31Mar2026',
|
|
6227
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
6228
|
+
logo_URIs: {
|
|
6229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
6230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
6231
|
+
},
|
|
6232
|
+
images: [{
|
|
6233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
6234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
6235
|
+
}],
|
|
6236
|
+
type_asset: 'sdk.coin',
|
|
6237
|
+
traces: [{
|
|
6238
|
+
type: 'ibc',
|
|
6239
|
+
counterparty: {
|
|
6240
|
+
channel_id: 'channel-24',
|
|
6241
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
6242
|
+
chain_name: 'pryzm'
|
|
6243
|
+
},
|
|
6244
|
+
chain: {
|
|
6245
|
+
channel_id: 'channel-71'
|
|
6246
|
+
}
|
|
6247
|
+
}]
|
|
6248
|
+
},
|
|
6249
|
+
{
|
|
6250
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
6251
|
+
denom_units: [{
|
|
6252
|
+
denom: 'ibc/B534C206F8E64255421CA10AFD4867E337E0AF8FD81ACB592FE4E5517267C2E8',
|
|
6253
|
+
exponent: 0,
|
|
6254
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
6255
|
+
}, {
|
|
6256
|
+
denom: 'yPRYZM30Jun2026',
|
|
6257
|
+
exponent: 6
|
|
6258
|
+
}],
|
|
6259
|
+
base: 'ibc/B534C206F8E64255421CA10AFD4867E337E0AF8FD81ACB592FE4E5517267C2E8',
|
|
6260
|
+
name: 'yPryzm (30Jun2026)',
|
|
6261
|
+
display: 'yPRYZM30Jun2026',
|
|
6262
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
6263
|
+
logo_URIs: {
|
|
6264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
6265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
6266
|
+
},
|
|
6267
|
+
images: [{
|
|
6268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
6269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
6270
|
+
}],
|
|
6271
|
+
type_asset: 'sdk.coin',
|
|
6272
|
+
traces: [{
|
|
6273
|
+
type: 'ibc',
|
|
6274
|
+
counterparty: {
|
|
6275
|
+
channel_id: 'channel-24',
|
|
6276
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
6277
|
+
chain_name: 'pryzm'
|
|
6278
|
+
},
|
|
6279
|
+
chain: {
|
|
6280
|
+
channel_id: 'channel-71'
|
|
6281
|
+
}
|
|
6282
|
+
}]
|
|
6283
|
+
},
|
|
5059
6284
|
{
|
|
5060
6285
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
5061
6286
|
denom_units: [{
|
|
@@ -5196,6 +6421,41 @@ const assets = {
|
|
|
5196
6421
|
}
|
|
5197
6422
|
}]
|
|
5198
6423
|
},
|
|
6424
|
+
{
|
|
6425
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
6426
|
+
denom_units: [{
|
|
6427
|
+
denom: 'ibc/81BC40D751059612A492FAE2342F3B9F296FD14B4EC86E8967960EAA07ACD973',
|
|
6428
|
+
exponent: 0,
|
|
6429
|
+
aliases: ['y:asusds:30Jun2026']
|
|
6430
|
+
}, {
|
|
6431
|
+
denom: 'ysUSDS30Jun2026',
|
|
6432
|
+
exponent: 18
|
|
6433
|
+
}],
|
|
6434
|
+
base: 'ibc/81BC40D751059612A492FAE2342F3B9F296FD14B4EC86E8967960EAA07ACD973',
|
|
6435
|
+
name: 'ysUsds (30Jun2026)',
|
|
6436
|
+
display: 'ysUSDS30Jun2026',
|
|
6437
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
6438
|
+
logo_URIs: {
|
|
6439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6441
|
+
},
|
|
6442
|
+
images: [{
|
|
6443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
6444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
6445
|
+
}],
|
|
6446
|
+
type_asset: 'sdk.coin',
|
|
6447
|
+
traces: [{
|
|
6448
|
+
type: 'ibc',
|
|
6449
|
+
counterparty: {
|
|
6450
|
+
channel_id: 'channel-24',
|
|
6451
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
6452
|
+
chain_name: 'pryzm'
|
|
6453
|
+
},
|
|
6454
|
+
chain: {
|
|
6455
|
+
channel_id: 'channel-71'
|
|
6456
|
+
}
|
|
6457
|
+
}]
|
|
6458
|
+
},
|
|
5199
6459
|
{
|
|
5200
6460
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5201
6461
|
denom_units: [{
|
|
@@ -7445,19 +8705,19 @@ const assets = {
|
|
|
7445
8705
|
}]
|
|
7446
8706
|
},
|
|
7447
8707
|
{
|
|
7448
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
8708
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
7449
8709
|
denom_units: [{
|
|
7450
|
-
denom: 'ibc/
|
|
8710
|
+
denom: 'ibc/04DDE9CAC4EC8C5468FE5A8D18B75F77593B6C9DC33258BFD2175486B729C90D',
|
|
7451
8711
|
exponent: 0,
|
|
7452
|
-
aliases: ['p:uatom:
|
|
8712
|
+
aliases: ['p:uatom:30Jun2025']
|
|
7453
8713
|
}, {
|
|
7454
|
-
denom: '
|
|
8714
|
+
denom: 'pATOM30Jun2025',
|
|
7455
8715
|
exponent: 6
|
|
7456
8716
|
}],
|
|
7457
|
-
base: 'ibc/
|
|
7458
|
-
name: 'pAtom (
|
|
7459
|
-
display: '
|
|
7460
|
-
symbol: 'pATOM-
|
|
8717
|
+
base: 'ibc/04DDE9CAC4EC8C5468FE5A8D18B75F77593B6C9DC33258BFD2175486B729C90D',
|
|
8718
|
+
name: 'pAtom (30Jun2025)',
|
|
8719
|
+
display: 'pATOM30Jun2025',
|
|
8720
|
+
symbol: 'pATOM-30Jun2025',
|
|
7461
8721
|
logo_URIs: {
|
|
7462
8722
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
7463
8723
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
@@ -7471,7 +8731,7 @@ const assets = {
|
|
|
7471
8731
|
type: 'ibc',
|
|
7472
8732
|
counterparty: {
|
|
7473
8733
|
channel_id: 'channel-24',
|
|
7474
|
-
base_denom: 'p:uatom:
|
|
8734
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
7475
8735
|
chain_name: 'pryzm'
|
|
7476
8736
|
},
|
|
7477
8737
|
chain: {
|
|
@@ -7480,11 +8740,81 @@ const assets = {
|
|
|
7480
8740
|
}]
|
|
7481
8741
|
},
|
|
7482
8742
|
{
|
|
7483
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
8743
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
7484
8744
|
denom_units: [{
|
|
7485
|
-
denom: 'ibc/
|
|
8745
|
+
denom: 'ibc/6CB0CDD676B9D7AAEA0AC7E29DD23CF77AD4A835F904C5C9113A9941BEC68B76',
|
|
7486
8746
|
exponent: 0,
|
|
7487
|
-
aliases: ['p:uatom:
|
|
8747
|
+
aliases: ['p:uatom:30Sep2025']
|
|
8748
|
+
}, {
|
|
8749
|
+
denom: 'pATOM30Sep2025',
|
|
8750
|
+
exponent: 6
|
|
8751
|
+
}],
|
|
8752
|
+
base: 'ibc/6CB0CDD676B9D7AAEA0AC7E29DD23CF77AD4A835F904C5C9113A9941BEC68B76',
|
|
8753
|
+
name: 'pAtom (30Sep2025)',
|
|
8754
|
+
display: 'pATOM30Sep2025',
|
|
8755
|
+
symbol: 'pATOM-30Sep2025',
|
|
8756
|
+
logo_URIs: {
|
|
8757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8759
|
+
},
|
|
8760
|
+
images: [{
|
|
8761
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8762
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8763
|
+
}],
|
|
8764
|
+
type_asset: 'sdk.coin',
|
|
8765
|
+
traces: [{
|
|
8766
|
+
type: 'ibc',
|
|
8767
|
+
counterparty: {
|
|
8768
|
+
channel_id: 'channel-24',
|
|
8769
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
8770
|
+
chain_name: 'pryzm'
|
|
8771
|
+
},
|
|
8772
|
+
chain: {
|
|
8773
|
+
channel_id: 'channel-71'
|
|
8774
|
+
}
|
|
8775
|
+
}]
|
|
8776
|
+
},
|
|
8777
|
+
{
|
|
8778
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
8779
|
+
denom_units: [{
|
|
8780
|
+
denom: 'ibc/BF4C0935F5337422E57F772776FC099B26F153B8207BDA609EEEB3D00B9BA002',
|
|
8781
|
+
exponent: 0,
|
|
8782
|
+
aliases: ['p:uatom:31Dec2025']
|
|
8783
|
+
}, {
|
|
8784
|
+
denom: 'pATOM31Dec2025',
|
|
8785
|
+
exponent: 6
|
|
8786
|
+
}],
|
|
8787
|
+
base: 'ibc/BF4C0935F5337422E57F772776FC099B26F153B8207BDA609EEEB3D00B9BA002',
|
|
8788
|
+
name: 'pAtom (31Dec2025)',
|
|
8789
|
+
display: 'pATOM31Dec2025',
|
|
8790
|
+
symbol: 'pATOM-31Dec2025',
|
|
8791
|
+
logo_URIs: {
|
|
8792
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8793
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8794
|
+
},
|
|
8795
|
+
images: [{
|
|
8796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8797
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8798
|
+
}],
|
|
8799
|
+
type_asset: 'sdk.coin',
|
|
8800
|
+
traces: [{
|
|
8801
|
+
type: 'ibc',
|
|
8802
|
+
counterparty: {
|
|
8803
|
+
channel_id: 'channel-24',
|
|
8804
|
+
base_denom: 'p:uatom:31Dec2025',
|
|
8805
|
+
chain_name: 'pryzm'
|
|
8806
|
+
},
|
|
8807
|
+
chain: {
|
|
8808
|
+
channel_id: 'channel-71'
|
|
8809
|
+
}
|
|
8810
|
+
}]
|
|
8811
|
+
},
|
|
8812
|
+
{
|
|
8813
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
8814
|
+
denom_units: [{
|
|
8815
|
+
denom: 'ibc/BA37C67BA2C4B2D5737AEE3EBBCED8CA25377D112353BB3ED1F7CC2CF3E9BFCF',
|
|
8816
|
+
exponent: 0,
|
|
8817
|
+
aliases: ['p:uatom:31Dec2026']
|
|
7488
8818
|
}, {
|
|
7489
8819
|
denom: 'pATOM31Dec2026',
|
|
7490
8820
|
exponent: 6
|
|
@@ -7619,6 +8949,76 @@ const assets = {
|
|
|
7619
8949
|
}
|
|
7620
8950
|
}]
|
|
7621
8951
|
},
|
|
8952
|
+
{
|
|
8953
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
8954
|
+
denom_units: [{
|
|
8955
|
+
denom: 'ibc/D1EEFEC50C378B38993D54DF67BF0FA1AEC3FBAF989CDC09DB7EA2FF7866988C',
|
|
8956
|
+
exponent: 0,
|
|
8957
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
8958
|
+
}, {
|
|
8959
|
+
denom: 'pOSMO30Jun2025',
|
|
8960
|
+
exponent: 6
|
|
8961
|
+
}],
|
|
8962
|
+
base: 'ibc/D1EEFEC50C378B38993D54DF67BF0FA1AEC3FBAF989CDC09DB7EA2FF7866988C',
|
|
8963
|
+
name: 'pOsmo (30Jun2025)',
|
|
8964
|
+
display: 'pOSMO30Jun2025',
|
|
8965
|
+
symbol: 'pOSMO-30Jun2025',
|
|
8966
|
+
logo_URIs: {
|
|
8967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
8968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
8969
|
+
},
|
|
8970
|
+
images: [{
|
|
8971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
8972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
8973
|
+
}],
|
|
8974
|
+
type_asset: 'sdk.coin',
|
|
8975
|
+
traces: [{
|
|
8976
|
+
type: 'ibc',
|
|
8977
|
+
counterparty: {
|
|
8978
|
+
channel_id: 'channel-24',
|
|
8979
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
8980
|
+
chain_name: 'pryzm'
|
|
8981
|
+
},
|
|
8982
|
+
chain: {
|
|
8983
|
+
channel_id: 'channel-71'
|
|
8984
|
+
}
|
|
8985
|
+
}]
|
|
8986
|
+
},
|
|
8987
|
+
{
|
|
8988
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
8989
|
+
denom_units: [{
|
|
8990
|
+
denom: 'ibc/1193C846464EA0590ADB7AAEC44316F0F172CC63D0B4EEAF28C6567C4A00C9DA',
|
|
8991
|
+
exponent: 0,
|
|
8992
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
8993
|
+
}, {
|
|
8994
|
+
denom: 'pOSMO30Sep2025',
|
|
8995
|
+
exponent: 6
|
|
8996
|
+
}],
|
|
8997
|
+
base: 'ibc/1193C846464EA0590ADB7AAEC44316F0F172CC63D0B4EEAF28C6567C4A00C9DA',
|
|
8998
|
+
name: 'pOsmo (30Sep2025)',
|
|
8999
|
+
display: 'pOSMO30Sep2025',
|
|
9000
|
+
symbol: 'pOSMO-30Sep2025',
|
|
9001
|
+
logo_URIs: {
|
|
9002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9004
|
+
},
|
|
9005
|
+
images: [{
|
|
9006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9008
|
+
}],
|
|
9009
|
+
type_asset: 'sdk.coin',
|
|
9010
|
+
traces: [{
|
|
9011
|
+
type: 'ibc',
|
|
9012
|
+
counterparty: {
|
|
9013
|
+
channel_id: 'channel-24',
|
|
9014
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
9015
|
+
chain_name: 'pryzm'
|
|
9016
|
+
},
|
|
9017
|
+
chain: {
|
|
9018
|
+
channel_id: 'channel-71'
|
|
9019
|
+
}
|
|
9020
|
+
}]
|
|
9021
|
+
},
|
|
7622
9022
|
{
|
|
7623
9023
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
7624
9024
|
denom_units: [{
|
|
@@ -7794,6 +9194,76 @@ const assets = {
|
|
|
7794
9194
|
}
|
|
7795
9195
|
}]
|
|
7796
9196
|
},
|
|
9197
|
+
{
|
|
9198
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
9199
|
+
denom_units: [{
|
|
9200
|
+
denom: 'ibc/529B5A5F979996327EEA05D739E127A3F9FCA937170B0A440CE3FE956BC464A3',
|
|
9201
|
+
exponent: 0,
|
|
9202
|
+
aliases: ['p:inj:30Jun2025']
|
|
9203
|
+
}, {
|
|
9204
|
+
denom: 'pINJ30Jun2025',
|
|
9205
|
+
exponent: 18
|
|
9206
|
+
}],
|
|
9207
|
+
base: 'ibc/529B5A5F979996327EEA05D739E127A3F9FCA937170B0A440CE3FE956BC464A3',
|
|
9208
|
+
name: 'pInj (30Jun2025)',
|
|
9209
|
+
display: 'pINJ30Jun2025',
|
|
9210
|
+
symbol: 'pINJ-30Jun2025',
|
|
9211
|
+
logo_URIs: {
|
|
9212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9213
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9214
|
+
},
|
|
9215
|
+
images: [{
|
|
9216
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9217
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9218
|
+
}],
|
|
9219
|
+
type_asset: 'sdk.coin',
|
|
9220
|
+
traces: [{
|
|
9221
|
+
type: 'ibc',
|
|
9222
|
+
counterparty: {
|
|
9223
|
+
channel_id: 'channel-24',
|
|
9224
|
+
base_denom: 'p:inj:30Jun2025',
|
|
9225
|
+
chain_name: 'pryzm'
|
|
9226
|
+
},
|
|
9227
|
+
chain: {
|
|
9228
|
+
channel_id: 'channel-71'
|
|
9229
|
+
}
|
|
9230
|
+
}]
|
|
9231
|
+
},
|
|
9232
|
+
{
|
|
9233
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
9234
|
+
denom_units: [{
|
|
9235
|
+
denom: 'ibc/05E3442F7540C1CD49A30A85D2DB25804D62D57640C484EAEA4BD674D1EA2E66',
|
|
9236
|
+
exponent: 0,
|
|
9237
|
+
aliases: ['p:inj:30Sep2025']
|
|
9238
|
+
}, {
|
|
9239
|
+
denom: 'pINJ30Sep2025',
|
|
9240
|
+
exponent: 18
|
|
9241
|
+
}],
|
|
9242
|
+
base: 'ibc/05E3442F7540C1CD49A30A85D2DB25804D62D57640C484EAEA4BD674D1EA2E66',
|
|
9243
|
+
name: 'pInj (30Sep2025)',
|
|
9244
|
+
display: 'pINJ30Sep2025',
|
|
9245
|
+
symbol: 'pINJ-30Sep2025',
|
|
9246
|
+
logo_URIs: {
|
|
9247
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9248
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9249
|
+
},
|
|
9250
|
+
images: [{
|
|
9251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9252
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9253
|
+
}],
|
|
9254
|
+
type_asset: 'sdk.coin',
|
|
9255
|
+
traces: [{
|
|
9256
|
+
type: 'ibc',
|
|
9257
|
+
counterparty: {
|
|
9258
|
+
channel_id: 'channel-24',
|
|
9259
|
+
base_denom: 'p:inj:30Sep2025',
|
|
9260
|
+
chain_name: 'pryzm'
|
|
9261
|
+
},
|
|
9262
|
+
chain: {
|
|
9263
|
+
channel_id: 'channel-71'
|
|
9264
|
+
}
|
|
9265
|
+
}]
|
|
9266
|
+
},
|
|
7797
9267
|
{
|
|
7798
9268
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
7799
9269
|
denom_units: [{
|
|
@@ -7969,6 +9439,76 @@ const assets = {
|
|
|
7969
9439
|
}
|
|
7970
9440
|
}]
|
|
7971
9441
|
},
|
|
9442
|
+
{
|
|
9443
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
9444
|
+
denom_units: [{
|
|
9445
|
+
denom: 'ibc/FB9EDA393F031A7CA81385CDEF2A13445F29B3E7FDD444CF1F7C8842DE2A3F7B',
|
|
9446
|
+
exponent: 0,
|
|
9447
|
+
aliases: ['p:uluna:30Jun2025']
|
|
9448
|
+
}, {
|
|
9449
|
+
denom: 'pLUNA30Jun2025',
|
|
9450
|
+
exponent: 6
|
|
9451
|
+
}],
|
|
9452
|
+
base: 'ibc/FB9EDA393F031A7CA81385CDEF2A13445F29B3E7FDD444CF1F7C8842DE2A3F7B',
|
|
9453
|
+
name: 'pLuna (30Jun2025)',
|
|
9454
|
+
display: 'pLUNA30Jun2025',
|
|
9455
|
+
symbol: 'pLUNA-30Jun2025',
|
|
9456
|
+
logo_URIs: {
|
|
9457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9458
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9459
|
+
},
|
|
9460
|
+
images: [{
|
|
9461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9462
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9463
|
+
}],
|
|
9464
|
+
type_asset: 'sdk.coin',
|
|
9465
|
+
traces: [{
|
|
9466
|
+
type: 'ibc',
|
|
9467
|
+
counterparty: {
|
|
9468
|
+
channel_id: 'channel-24',
|
|
9469
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
9470
|
+
chain_name: 'pryzm'
|
|
9471
|
+
},
|
|
9472
|
+
chain: {
|
|
9473
|
+
channel_id: 'channel-71'
|
|
9474
|
+
}
|
|
9475
|
+
}]
|
|
9476
|
+
},
|
|
9477
|
+
{
|
|
9478
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
9479
|
+
denom_units: [{
|
|
9480
|
+
denom: 'ibc/99C822039C4E3DF394FBEE282860B9CBAC43034828B28A23EA6FE8FA54C630CA',
|
|
9481
|
+
exponent: 0,
|
|
9482
|
+
aliases: ['p:uluna:30Sep2025']
|
|
9483
|
+
}, {
|
|
9484
|
+
denom: 'pLUNA30Sep2025',
|
|
9485
|
+
exponent: 6
|
|
9486
|
+
}],
|
|
9487
|
+
base: 'ibc/99C822039C4E3DF394FBEE282860B9CBAC43034828B28A23EA6FE8FA54C630CA',
|
|
9488
|
+
name: 'pLuna (30Sep2025)',
|
|
9489
|
+
display: 'pLUNA30Sep2025',
|
|
9490
|
+
symbol: 'pLUNA-30Sep2025',
|
|
9491
|
+
logo_URIs: {
|
|
9492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9493
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9494
|
+
},
|
|
9495
|
+
images: [{
|
|
9496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9497
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9498
|
+
}],
|
|
9499
|
+
type_asset: 'sdk.coin',
|
|
9500
|
+
traces: [{
|
|
9501
|
+
type: 'ibc',
|
|
9502
|
+
counterparty: {
|
|
9503
|
+
channel_id: 'channel-24',
|
|
9504
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
9505
|
+
chain_name: 'pryzm'
|
|
9506
|
+
},
|
|
9507
|
+
chain: {
|
|
9508
|
+
channel_id: 'channel-71'
|
|
9509
|
+
}
|
|
9510
|
+
}]
|
|
9511
|
+
},
|
|
7972
9512
|
{
|
|
7973
9513
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
7974
9514
|
denom_units: [{
|
|
@@ -8109,6 +9649,41 @@ const assets = {
|
|
|
8109
9649
|
}
|
|
8110
9650
|
}]
|
|
8111
9651
|
},
|
|
9652
|
+
{
|
|
9653
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
9654
|
+
denom_units: [{
|
|
9655
|
+
denom: 'ibc/A1CA6D26A9A91074F485426AB714859E6F83F8E688FFBDB5D3B584F7AE13A9EB',
|
|
9656
|
+
exponent: 0,
|
|
9657
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
9658
|
+
}, {
|
|
9659
|
+
denom: 'pAUUU30Jun2025',
|
|
9660
|
+
exponent: 6
|
|
9661
|
+
}],
|
|
9662
|
+
base: 'ibc/A1CA6D26A9A91074F485426AB714859E6F83F8E688FFBDB5D3B584F7AE13A9EB',
|
|
9663
|
+
name: 'pAuuu (30Jun2025)',
|
|
9664
|
+
display: 'pAUUU30Jun2025',
|
|
9665
|
+
symbol: 'pAUUU-30Jun2025',
|
|
9666
|
+
logo_URIs: {
|
|
9667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
9668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9669
|
+
},
|
|
9670
|
+
images: [{
|
|
9671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
9672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9673
|
+
}],
|
|
9674
|
+
type_asset: 'sdk.coin',
|
|
9675
|
+
traces: [{
|
|
9676
|
+
type: 'ibc',
|
|
9677
|
+
counterparty: {
|
|
9678
|
+
channel_id: 'channel-24',
|
|
9679
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
9680
|
+
chain_name: 'pryzm'
|
|
9681
|
+
},
|
|
9682
|
+
chain: {
|
|
9683
|
+
channel_id: 'channel-71'
|
|
9684
|
+
}
|
|
9685
|
+
}]
|
|
9686
|
+
},
|
|
8112
9687
|
{
|
|
8113
9688
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
8114
9689
|
denom_units: [{
|
|
@@ -8285,19 +9860,19 @@ const assets = {
|
|
|
8285
9860
|
}]
|
|
8286
9861
|
},
|
|
8287
9862
|
{
|
|
8288
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
9863
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
8289
9864
|
denom_units: [{
|
|
8290
|
-
denom: 'ibc/
|
|
9865
|
+
denom: 'ibc/A3CBC5A6F59EA7E684DDA23EAA8DCFBDFEEA2362FA8A7E525BC4E76D3A914410',
|
|
8291
9866
|
exponent: 0,
|
|
8292
|
-
aliases: ['p:stutia:
|
|
9867
|
+
aliases: ['p:stutia:30Jun2025']
|
|
8293
9868
|
}, {
|
|
8294
|
-
denom: '
|
|
9869
|
+
denom: 'pstTIA30Jun2025',
|
|
8295
9870
|
exponent: 6
|
|
8296
9871
|
}],
|
|
8297
|
-
base: 'ibc/
|
|
8298
|
-
name: 'pstTia (
|
|
8299
|
-
display: '
|
|
8300
|
-
symbol: 'pstTIA-
|
|
9872
|
+
base: 'ibc/A3CBC5A6F59EA7E684DDA23EAA8DCFBDFEEA2362FA8A7E525BC4E76D3A914410',
|
|
9873
|
+
name: 'pstTia (30Jun2025)',
|
|
9874
|
+
display: 'pstTIA30Jun2025',
|
|
9875
|
+
symbol: 'pstTIA-30Jun2025',
|
|
8301
9876
|
logo_URIs: {
|
|
8302
9877
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
8303
9878
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -8311,7 +9886,7 @@ const assets = {
|
|
|
8311
9886
|
type: 'ibc',
|
|
8312
9887
|
counterparty: {
|
|
8313
9888
|
channel_id: 'channel-24',
|
|
8314
|
-
base_denom: 'p:stutia:
|
|
9889
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
8315
9890
|
chain_name: 'pryzm'
|
|
8316
9891
|
},
|
|
8317
9892
|
chain: {
|
|
@@ -8320,7 +9895,42 @@ const assets = {
|
|
|
8320
9895
|
}]
|
|
8321
9896
|
},
|
|
8322
9897
|
{
|
|
8323
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
9898
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
9899
|
+
denom_units: [{
|
|
9900
|
+
denom: 'ibc/D2C71ADD8472CCA0A88C97BF28949CBAC99990AEEC523EE567FB706816BF5F82',
|
|
9901
|
+
exponent: 0,
|
|
9902
|
+
aliases: ['p:stutia:31Dec2025']
|
|
9903
|
+
}, {
|
|
9904
|
+
denom: 'pstTIA31Dec2025',
|
|
9905
|
+
exponent: 6
|
|
9906
|
+
}],
|
|
9907
|
+
base: 'ibc/D2C71ADD8472CCA0A88C97BF28949CBAC99990AEEC523EE567FB706816BF5F82',
|
|
9908
|
+
name: 'pstTia (31Dec2025)',
|
|
9909
|
+
display: 'pstTIA31Dec2025',
|
|
9910
|
+
symbol: 'pstTIA-31Dec2025',
|
|
9911
|
+
logo_URIs: {
|
|
9912
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
9913
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
9914
|
+
},
|
|
9915
|
+
images: [{
|
|
9916
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
9917
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
9918
|
+
}],
|
|
9919
|
+
type_asset: 'sdk.coin',
|
|
9920
|
+
traces: [{
|
|
9921
|
+
type: 'ibc',
|
|
9922
|
+
counterparty: {
|
|
9923
|
+
channel_id: 'channel-24',
|
|
9924
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
9925
|
+
chain_name: 'pryzm'
|
|
9926
|
+
},
|
|
9927
|
+
chain: {
|
|
9928
|
+
channel_id: 'channel-71'
|
|
9929
|
+
}
|
|
9930
|
+
}]
|
|
9931
|
+
},
|
|
9932
|
+
{
|
|
9933
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
8324
9934
|
denom_units: [{
|
|
8325
9935
|
denom: 'ibc/3C1F6416E99739CA85BE245097C587D1629853F29DF6110D6EB33E4E2E225684',
|
|
8326
9936
|
exponent: 0,
|
|
@@ -8459,6 +10069,41 @@ const assets = {
|
|
|
8459
10069
|
}
|
|
8460
10070
|
}]
|
|
8461
10071
|
},
|
|
10072
|
+
{
|
|
10073
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
10074
|
+
denom_units: [{
|
|
10075
|
+
denom: 'ibc/2CB21198C4D94946E7CE94CA8224DDEF8BC26BE5C0F5879F142522D69F4E93DA',
|
|
10076
|
+
exponent: 0,
|
|
10077
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
10078
|
+
}, {
|
|
10079
|
+
denom: 'pstDYDX30Jun2025',
|
|
10080
|
+
exponent: 18
|
|
10081
|
+
}],
|
|
10082
|
+
base: 'ibc/2CB21198C4D94946E7CE94CA8224DDEF8BC26BE5C0F5879F142522D69F4E93DA',
|
|
10083
|
+
name: 'pstDydx (30Jun2025)',
|
|
10084
|
+
display: 'pstDYDX30Jun2025',
|
|
10085
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
10086
|
+
logo_URIs: {
|
|
10087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10089
|
+
},
|
|
10090
|
+
images: [{
|
|
10091
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10092
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10093
|
+
}],
|
|
10094
|
+
type_asset: 'sdk.coin',
|
|
10095
|
+
traces: [{
|
|
10096
|
+
type: 'ibc',
|
|
10097
|
+
counterparty: {
|
|
10098
|
+
channel_id: 'channel-24',
|
|
10099
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
10100
|
+
chain_name: 'pryzm'
|
|
10101
|
+
},
|
|
10102
|
+
chain: {
|
|
10103
|
+
channel_id: 'channel-71'
|
|
10104
|
+
}
|
|
10105
|
+
}]
|
|
10106
|
+
},
|
|
8462
10107
|
{
|
|
8463
10108
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
8464
10109
|
denom_units: [{
|
|
@@ -8774,6 +10419,76 @@ const assets = {
|
|
|
8774
10419
|
}
|
|
8775
10420
|
}]
|
|
8776
10421
|
},
|
|
10422
|
+
{
|
|
10423
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
10424
|
+
denom_units: [{
|
|
10425
|
+
denom: 'ibc/2ADBC1D8CE33BFAE9FD6AF33D1CCE0AA42069D6D7B86A65600E49933FB84CC99',
|
|
10426
|
+
exponent: 0,
|
|
10427
|
+
aliases: ['p:utia:30Jun2025']
|
|
10428
|
+
}, {
|
|
10429
|
+
denom: 'pTIA30Jun2025',
|
|
10430
|
+
exponent: 6
|
|
10431
|
+
}],
|
|
10432
|
+
base: 'ibc/2ADBC1D8CE33BFAE9FD6AF33D1CCE0AA42069D6D7B86A65600E49933FB84CC99',
|
|
10433
|
+
name: 'pTia (30Jun2025)',
|
|
10434
|
+
display: 'pTIA30Jun2025',
|
|
10435
|
+
symbol: 'pTIA-30Jun2025',
|
|
10436
|
+
logo_URIs: {
|
|
10437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10438
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10439
|
+
},
|
|
10440
|
+
images: [{
|
|
10441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10443
|
+
}],
|
|
10444
|
+
type_asset: 'sdk.coin',
|
|
10445
|
+
traces: [{
|
|
10446
|
+
type: 'ibc',
|
|
10447
|
+
counterparty: {
|
|
10448
|
+
channel_id: 'channel-24',
|
|
10449
|
+
base_denom: 'p:utia:30Jun2025',
|
|
10450
|
+
chain_name: 'pryzm'
|
|
10451
|
+
},
|
|
10452
|
+
chain: {
|
|
10453
|
+
channel_id: 'channel-71'
|
|
10454
|
+
}
|
|
10455
|
+
}]
|
|
10456
|
+
},
|
|
10457
|
+
{
|
|
10458
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
10459
|
+
denom_units: [{
|
|
10460
|
+
denom: 'ibc/B12CFB9DED948CD188EDCBB4DFDDF8D1F6F3595DCB3FFDBCEE0EFC73307C42DE',
|
|
10461
|
+
exponent: 0,
|
|
10462
|
+
aliases: ['p:utia:30Sep2025']
|
|
10463
|
+
}, {
|
|
10464
|
+
denom: 'pTIA30Sep2025',
|
|
10465
|
+
exponent: 6
|
|
10466
|
+
}],
|
|
10467
|
+
base: 'ibc/B12CFB9DED948CD188EDCBB4DFDDF8D1F6F3595DCB3FFDBCEE0EFC73307C42DE',
|
|
10468
|
+
name: 'pTia (30Sep2025)',
|
|
10469
|
+
display: 'pTIA30Sep2025',
|
|
10470
|
+
symbol: 'pTIA-30Sep2025',
|
|
10471
|
+
logo_URIs: {
|
|
10472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10474
|
+
},
|
|
10475
|
+
images: [{
|
|
10476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10478
|
+
}],
|
|
10479
|
+
type_asset: 'sdk.coin',
|
|
10480
|
+
traces: [{
|
|
10481
|
+
type: 'ibc',
|
|
10482
|
+
counterparty: {
|
|
10483
|
+
channel_id: 'channel-24',
|
|
10484
|
+
base_denom: 'p:utia:30Sep2025',
|
|
10485
|
+
chain_name: 'pryzm'
|
|
10486
|
+
},
|
|
10487
|
+
chain: {
|
|
10488
|
+
channel_id: 'channel-71'
|
|
10489
|
+
}
|
|
10490
|
+
}]
|
|
10491
|
+
},
|
|
8777
10492
|
{
|
|
8778
10493
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
8779
10494
|
denom_units: [{
|
|
@@ -8984,6 +10699,76 @@ const assets = {
|
|
|
8984
10699
|
}
|
|
8985
10700
|
}]
|
|
8986
10701
|
},
|
|
10702
|
+
{
|
|
10703
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
10704
|
+
denom_units: [{
|
|
10705
|
+
denom: 'ibc/B29DF737CC71EAF48A4EFF76053B55B25CB5A1B5FE74B1508CAC543557E68C8F',
|
|
10706
|
+
exponent: 0,
|
|
10707
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
10708
|
+
}, {
|
|
10709
|
+
denom: 'pUSDY31Mar2026',
|
|
10710
|
+
exponent: 18
|
|
10711
|
+
}],
|
|
10712
|
+
base: 'ibc/B29DF737CC71EAF48A4EFF76053B55B25CB5A1B5FE74B1508CAC543557E68C8F',
|
|
10713
|
+
name: 'pUsdy (31Mar2026)',
|
|
10714
|
+
display: 'pUSDY31Mar2026',
|
|
10715
|
+
symbol: 'pUSDY-31Mar2026',
|
|
10716
|
+
logo_URIs: {
|
|
10717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
10718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
10719
|
+
},
|
|
10720
|
+
images: [{
|
|
10721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
10722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
10723
|
+
}],
|
|
10724
|
+
type_asset: 'sdk.coin',
|
|
10725
|
+
traces: [{
|
|
10726
|
+
type: 'ibc',
|
|
10727
|
+
counterparty: {
|
|
10728
|
+
channel_id: 'channel-24',
|
|
10729
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
10730
|
+
chain_name: 'pryzm'
|
|
10731
|
+
},
|
|
10732
|
+
chain: {
|
|
10733
|
+
channel_id: 'channel-71'
|
|
10734
|
+
}
|
|
10735
|
+
}]
|
|
10736
|
+
},
|
|
10737
|
+
{
|
|
10738
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
10739
|
+
denom_units: [{
|
|
10740
|
+
denom: 'ibc/31996EDE5186A04981A576A76BDEA3724E6C08292EAF95C227494DB755C474E1',
|
|
10741
|
+
exponent: 0,
|
|
10742
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
10743
|
+
}, {
|
|
10744
|
+
denom: 'pUSDY30Jun2026',
|
|
10745
|
+
exponent: 18
|
|
10746
|
+
}],
|
|
10747
|
+
base: 'ibc/31996EDE5186A04981A576A76BDEA3724E6C08292EAF95C227494DB755C474E1',
|
|
10748
|
+
name: 'pUsdy (30Jun2026)',
|
|
10749
|
+
display: 'pUSDY30Jun2026',
|
|
10750
|
+
symbol: 'pUSDY-30Jun2026',
|
|
10751
|
+
logo_URIs: {
|
|
10752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
10753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
10754
|
+
},
|
|
10755
|
+
images: [{
|
|
10756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
10757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
10758
|
+
}],
|
|
10759
|
+
type_asset: 'sdk.coin',
|
|
10760
|
+
traces: [{
|
|
10761
|
+
type: 'ibc',
|
|
10762
|
+
counterparty: {
|
|
10763
|
+
channel_id: 'channel-24',
|
|
10764
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
10765
|
+
chain_name: 'pryzm'
|
|
10766
|
+
},
|
|
10767
|
+
chain: {
|
|
10768
|
+
channel_id: 'channel-71'
|
|
10769
|
+
}
|
|
10770
|
+
}]
|
|
10771
|
+
},
|
|
8987
10772
|
{
|
|
8988
10773
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
8989
10774
|
denom_units: [{
|
|
@@ -9124,6 +10909,76 @@ const assets = {
|
|
|
9124
10909
|
}
|
|
9125
10910
|
}]
|
|
9126
10911
|
},
|
|
10912
|
+
{
|
|
10913
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
10914
|
+
denom_units: [{
|
|
10915
|
+
denom: 'ibc/32DA27BE2D4FD47D9B57EE4C6DD82B570F36935ECC003C7F9F07FB79DB614741',
|
|
10916
|
+
exponent: 0,
|
|
10917
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
10918
|
+
}, {
|
|
10919
|
+
denom: 'pPRYZM31Mar2026',
|
|
10920
|
+
exponent: 6
|
|
10921
|
+
}],
|
|
10922
|
+
base: 'ibc/32DA27BE2D4FD47D9B57EE4C6DD82B570F36935ECC003C7F9F07FB79DB614741',
|
|
10923
|
+
name: 'pPryzm (31Mar2026)',
|
|
10924
|
+
display: 'pPRYZM31Mar2026',
|
|
10925
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
10926
|
+
logo_URIs: {
|
|
10927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10929
|
+
},
|
|
10930
|
+
images: [{
|
|
10931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10933
|
+
}],
|
|
10934
|
+
type_asset: 'sdk.coin',
|
|
10935
|
+
traces: [{
|
|
10936
|
+
type: 'ibc',
|
|
10937
|
+
counterparty: {
|
|
10938
|
+
channel_id: 'channel-24',
|
|
10939
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
10940
|
+
chain_name: 'pryzm'
|
|
10941
|
+
},
|
|
10942
|
+
chain: {
|
|
10943
|
+
channel_id: 'channel-71'
|
|
10944
|
+
}
|
|
10945
|
+
}]
|
|
10946
|
+
},
|
|
10947
|
+
{
|
|
10948
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
10949
|
+
denom_units: [{
|
|
10950
|
+
denom: 'ibc/B5CD055ADF8C12642D581C42B1B9F6BF7FF2FAFBBF85B40C86E356BF6B95C8CD',
|
|
10951
|
+
exponent: 0,
|
|
10952
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
10953
|
+
}, {
|
|
10954
|
+
denom: 'pPRYZM30Jun2026',
|
|
10955
|
+
exponent: 6
|
|
10956
|
+
}],
|
|
10957
|
+
base: 'ibc/B5CD055ADF8C12642D581C42B1B9F6BF7FF2FAFBBF85B40C86E356BF6B95C8CD',
|
|
10958
|
+
name: 'pPryzm (30Jun2026)',
|
|
10959
|
+
display: 'pPRYZM30Jun2026',
|
|
10960
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
10961
|
+
logo_URIs: {
|
|
10962
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10963
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10964
|
+
},
|
|
10965
|
+
images: [{
|
|
10966
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10967
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10968
|
+
}],
|
|
10969
|
+
type_asset: 'sdk.coin',
|
|
10970
|
+
traces: [{
|
|
10971
|
+
type: 'ibc',
|
|
10972
|
+
counterparty: {
|
|
10973
|
+
channel_id: 'channel-24',
|
|
10974
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
10975
|
+
chain_name: 'pryzm'
|
|
10976
|
+
},
|
|
10977
|
+
chain: {
|
|
10978
|
+
channel_id: 'channel-71'
|
|
10979
|
+
}
|
|
10980
|
+
}]
|
|
10981
|
+
},
|
|
9127
10982
|
{
|
|
9128
10983
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
9129
10984
|
denom_units: [{
|
|
@@ -9264,6 +11119,41 @@ const assets = {
|
|
|
9264
11119
|
}
|
|
9265
11120
|
}]
|
|
9266
11121
|
},
|
|
11122
|
+
{
|
|
11123
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
11124
|
+
denom_units: [{
|
|
11125
|
+
denom: 'ibc/D2A1FBB664D6CB69C3D0CD6776A8B2FEC583210A8729F9296F8E41F02DD0DE95',
|
|
11126
|
+
exponent: 0,
|
|
11127
|
+
aliases: ['p:asusds:30Jun2026']
|
|
11128
|
+
}, {
|
|
11129
|
+
denom: 'psUSDS30Jun2026',
|
|
11130
|
+
exponent: 18
|
|
11131
|
+
}],
|
|
11132
|
+
base: 'ibc/D2A1FBB664D6CB69C3D0CD6776A8B2FEC583210A8729F9296F8E41F02DD0DE95',
|
|
11133
|
+
name: 'psUsds (30Jun2026)',
|
|
11134
|
+
display: 'psUSDS30Jun2026',
|
|
11135
|
+
symbol: 'psUSDS-30Jun2026',
|
|
11136
|
+
logo_URIs: {
|
|
11137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
11138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
11139
|
+
},
|
|
11140
|
+
images: [{
|
|
11141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
11142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
11143
|
+
}],
|
|
11144
|
+
type_asset: 'sdk.coin',
|
|
11145
|
+
traces: [{
|
|
11146
|
+
type: 'ibc',
|
|
11147
|
+
counterparty: {
|
|
11148
|
+
channel_id: 'channel-24',
|
|
11149
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
11150
|
+
chain_name: 'pryzm'
|
|
11151
|
+
},
|
|
11152
|
+
chain: {
|
|
11153
|
+
channel_id: 'channel-71'
|
|
11154
|
+
}
|
|
11155
|
+
}]
|
|
11156
|
+
},
|
|
9267
11157
|
{
|
|
9268
11158
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
9269
11159
|
denom_units: [{
|
|
@@ -9369,6 +11259,76 @@ const assets = {
|
|
|
9369
11259
|
}
|
|
9370
11260
|
}]
|
|
9371
11261
|
},
|
|
11262
|
+
{
|
|
11263
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
11264
|
+
denom_units: [{
|
|
11265
|
+
denom: 'ibc/AAF94B10A347365A57A792FE62593D7A6972A67D84B0E03AB646281C4089A086',
|
|
11266
|
+
exponent: 0,
|
|
11267
|
+
aliases: ['y:uatom:30Jun2025']
|
|
11268
|
+
}, {
|
|
11269
|
+
denom: 'yATOM30Jun2025',
|
|
11270
|
+
exponent: 6
|
|
11271
|
+
}],
|
|
11272
|
+
base: 'ibc/AAF94B10A347365A57A792FE62593D7A6972A67D84B0E03AB646281C4089A086',
|
|
11273
|
+
name: 'yAtom (30Jun2025)',
|
|
11274
|
+
display: 'yATOM30Jun2025',
|
|
11275
|
+
symbol: 'yATOM-30Jun2025',
|
|
11276
|
+
logo_URIs: {
|
|
11277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11279
|
+
},
|
|
11280
|
+
images: [{
|
|
11281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11283
|
+
}],
|
|
11284
|
+
type_asset: 'sdk.coin',
|
|
11285
|
+
traces: [{
|
|
11286
|
+
type: 'ibc',
|
|
11287
|
+
counterparty: {
|
|
11288
|
+
channel_id: 'channel-24',
|
|
11289
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
11290
|
+
chain_name: 'pryzm'
|
|
11291
|
+
},
|
|
11292
|
+
chain: {
|
|
11293
|
+
channel_id: 'channel-71'
|
|
11294
|
+
}
|
|
11295
|
+
}]
|
|
11296
|
+
},
|
|
11297
|
+
{
|
|
11298
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
11299
|
+
denom_units: [{
|
|
11300
|
+
denom: 'ibc/5153EB806403C351107E8C8F58B03B452EBA8A3717F8856DBC85BAD1860076F7',
|
|
11301
|
+
exponent: 0,
|
|
11302
|
+
aliases: ['y:uatom:30Sep2025']
|
|
11303
|
+
}, {
|
|
11304
|
+
denom: 'yATOM30Sep2025',
|
|
11305
|
+
exponent: 6
|
|
11306
|
+
}],
|
|
11307
|
+
base: 'ibc/5153EB806403C351107E8C8F58B03B452EBA8A3717F8856DBC85BAD1860076F7',
|
|
11308
|
+
name: 'yAtom (30Sep2025)',
|
|
11309
|
+
display: 'yATOM30Sep2025',
|
|
11310
|
+
symbol: 'yATOM-30Sep2025',
|
|
11311
|
+
logo_URIs: {
|
|
11312
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11313
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11314
|
+
},
|
|
11315
|
+
images: [{
|
|
11316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11318
|
+
}],
|
|
11319
|
+
type_asset: 'sdk.coin',
|
|
11320
|
+
traces: [{
|
|
11321
|
+
type: 'ibc',
|
|
11322
|
+
counterparty: {
|
|
11323
|
+
channel_id: 'channel-24',
|
|
11324
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
11325
|
+
chain_name: 'pryzm'
|
|
11326
|
+
},
|
|
11327
|
+
chain: {
|
|
11328
|
+
channel_id: 'channel-71'
|
|
11329
|
+
}
|
|
11330
|
+
}]
|
|
11331
|
+
},
|
|
9372
11332
|
{
|
|
9373
11333
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
9374
11334
|
denom_units: [{
|
|
@@ -9544,6 +11504,76 @@ const assets = {
|
|
|
9544
11504
|
}
|
|
9545
11505
|
}]
|
|
9546
11506
|
},
|
|
11507
|
+
{
|
|
11508
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
11509
|
+
denom_units: [{
|
|
11510
|
+
denom: 'ibc/B6BBAA099BA67832E94E1C88E4B404D0EC7EDE0D1E6A07FA559872EE90B2771D',
|
|
11511
|
+
exponent: 0,
|
|
11512
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
11513
|
+
}, {
|
|
11514
|
+
denom: 'yOSMO30Jun2025',
|
|
11515
|
+
exponent: 6
|
|
11516
|
+
}],
|
|
11517
|
+
base: 'ibc/B6BBAA099BA67832E94E1C88E4B404D0EC7EDE0D1E6A07FA559872EE90B2771D',
|
|
11518
|
+
name: 'yOsmo (30Jun2025)',
|
|
11519
|
+
display: 'yOSMO30Jun2025',
|
|
11520
|
+
symbol: 'yOSMO-30Jun2025',
|
|
11521
|
+
logo_URIs: {
|
|
11522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11524
|
+
},
|
|
11525
|
+
images: [{
|
|
11526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11527
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11528
|
+
}],
|
|
11529
|
+
type_asset: 'sdk.coin',
|
|
11530
|
+
traces: [{
|
|
11531
|
+
type: 'ibc',
|
|
11532
|
+
counterparty: {
|
|
11533
|
+
channel_id: 'channel-24',
|
|
11534
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
11535
|
+
chain_name: 'pryzm'
|
|
11536
|
+
},
|
|
11537
|
+
chain: {
|
|
11538
|
+
channel_id: 'channel-71'
|
|
11539
|
+
}
|
|
11540
|
+
}]
|
|
11541
|
+
},
|
|
11542
|
+
{
|
|
11543
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
11544
|
+
denom_units: [{
|
|
11545
|
+
denom: 'ibc/1F71777E4E063BADB6FB9455F7F1ABC66EDCA27DA4AAECDD7CF1D2F38DFD9E4C',
|
|
11546
|
+
exponent: 0,
|
|
11547
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
11548
|
+
}, {
|
|
11549
|
+
denom: 'yOSMO30Sep2025',
|
|
11550
|
+
exponent: 6
|
|
11551
|
+
}],
|
|
11552
|
+
base: 'ibc/1F71777E4E063BADB6FB9455F7F1ABC66EDCA27DA4AAECDD7CF1D2F38DFD9E4C',
|
|
11553
|
+
name: 'yOsmo (30Sep2025)',
|
|
11554
|
+
display: 'yOSMO30Sep2025',
|
|
11555
|
+
symbol: 'yOSMO-30Sep2025',
|
|
11556
|
+
logo_URIs: {
|
|
11557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11559
|
+
},
|
|
11560
|
+
images: [{
|
|
11561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11563
|
+
}],
|
|
11564
|
+
type_asset: 'sdk.coin',
|
|
11565
|
+
traces: [{
|
|
11566
|
+
type: 'ibc',
|
|
11567
|
+
counterparty: {
|
|
11568
|
+
channel_id: 'channel-24',
|
|
11569
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
11570
|
+
chain_name: 'pryzm'
|
|
11571
|
+
},
|
|
11572
|
+
chain: {
|
|
11573
|
+
channel_id: 'channel-71'
|
|
11574
|
+
}
|
|
11575
|
+
}]
|
|
11576
|
+
},
|
|
9547
11577
|
{
|
|
9548
11578
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
9549
11579
|
denom_units: [{
|
|
@@ -9719,6 +11749,76 @@ const assets = {
|
|
|
9719
11749
|
}
|
|
9720
11750
|
}]
|
|
9721
11751
|
},
|
|
11752
|
+
{
|
|
11753
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
11754
|
+
denom_units: [{
|
|
11755
|
+
denom: 'ibc/B638283E854654AB43ACDD9001FAF5310163B3805BD066795BE2020887B38CAE',
|
|
11756
|
+
exponent: 0,
|
|
11757
|
+
aliases: ['y:inj:30Jun2025']
|
|
11758
|
+
}, {
|
|
11759
|
+
denom: 'yINJ30Jun2025',
|
|
11760
|
+
exponent: 18
|
|
11761
|
+
}],
|
|
11762
|
+
base: 'ibc/B638283E854654AB43ACDD9001FAF5310163B3805BD066795BE2020887B38CAE',
|
|
11763
|
+
name: 'yInj (30Jun2025)',
|
|
11764
|
+
display: 'yINJ30Jun2025',
|
|
11765
|
+
symbol: 'yINJ-30Jun2025',
|
|
11766
|
+
logo_URIs: {
|
|
11767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11768
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11769
|
+
},
|
|
11770
|
+
images: [{
|
|
11771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11773
|
+
}],
|
|
11774
|
+
type_asset: 'sdk.coin',
|
|
11775
|
+
traces: [{
|
|
11776
|
+
type: 'ibc',
|
|
11777
|
+
counterparty: {
|
|
11778
|
+
channel_id: 'channel-24',
|
|
11779
|
+
base_denom: 'y:inj:30Jun2025',
|
|
11780
|
+
chain_name: 'pryzm'
|
|
11781
|
+
},
|
|
11782
|
+
chain: {
|
|
11783
|
+
channel_id: 'channel-71'
|
|
11784
|
+
}
|
|
11785
|
+
}]
|
|
11786
|
+
},
|
|
11787
|
+
{
|
|
11788
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
11789
|
+
denom_units: [{
|
|
11790
|
+
denom: 'ibc/039F67452422AB3E63C71F25875B22FA059A0CF351D61914F42CF6F2FCDC7160',
|
|
11791
|
+
exponent: 0,
|
|
11792
|
+
aliases: ['y:inj:30Sep2025']
|
|
11793
|
+
}, {
|
|
11794
|
+
denom: 'yINJ30Sep2025',
|
|
11795
|
+
exponent: 18
|
|
11796
|
+
}],
|
|
11797
|
+
base: 'ibc/039F67452422AB3E63C71F25875B22FA059A0CF351D61914F42CF6F2FCDC7160',
|
|
11798
|
+
name: 'yInj (30Sep2025)',
|
|
11799
|
+
display: 'yINJ30Sep2025',
|
|
11800
|
+
symbol: 'yINJ-30Sep2025',
|
|
11801
|
+
logo_URIs: {
|
|
11802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11803
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11804
|
+
},
|
|
11805
|
+
images: [{
|
|
11806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11807
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11808
|
+
}],
|
|
11809
|
+
type_asset: 'sdk.coin',
|
|
11810
|
+
traces: [{
|
|
11811
|
+
type: 'ibc',
|
|
11812
|
+
counterparty: {
|
|
11813
|
+
channel_id: 'channel-24',
|
|
11814
|
+
base_denom: 'y:inj:30Sep2025',
|
|
11815
|
+
chain_name: 'pryzm'
|
|
11816
|
+
},
|
|
11817
|
+
chain: {
|
|
11818
|
+
channel_id: 'channel-71'
|
|
11819
|
+
}
|
|
11820
|
+
}]
|
|
11821
|
+
},
|
|
9722
11822
|
{
|
|
9723
11823
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
9724
11824
|
denom_units: [{
|
|
@@ -9894,6 +11994,76 @@ const assets = {
|
|
|
9894
11994
|
}
|
|
9895
11995
|
}]
|
|
9896
11996
|
},
|
|
11997
|
+
{
|
|
11998
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
11999
|
+
denom_units: [{
|
|
12000
|
+
denom: 'ibc/AA7205B6CFB370EAE7C6BA2B0ED1AA08615409BF1E990EFFFA601ECAF91850D8',
|
|
12001
|
+
exponent: 0,
|
|
12002
|
+
aliases: ['y:uluna:30Jun2025']
|
|
12003
|
+
}, {
|
|
12004
|
+
denom: 'yLUNA30Jun2025',
|
|
12005
|
+
exponent: 6
|
|
12006
|
+
}],
|
|
12007
|
+
base: 'ibc/AA7205B6CFB370EAE7C6BA2B0ED1AA08615409BF1E990EFFFA601ECAF91850D8',
|
|
12008
|
+
name: 'yLuna (30Jun2025)',
|
|
12009
|
+
display: 'yLUNA30Jun2025',
|
|
12010
|
+
symbol: 'yLUNA-30Jun2025',
|
|
12011
|
+
logo_URIs: {
|
|
12012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12014
|
+
},
|
|
12015
|
+
images: [{
|
|
12016
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12017
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12018
|
+
}],
|
|
12019
|
+
type_asset: 'sdk.coin',
|
|
12020
|
+
traces: [{
|
|
12021
|
+
type: 'ibc',
|
|
12022
|
+
counterparty: {
|
|
12023
|
+
channel_id: 'channel-24',
|
|
12024
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
12025
|
+
chain_name: 'pryzm'
|
|
12026
|
+
},
|
|
12027
|
+
chain: {
|
|
12028
|
+
channel_id: 'channel-71'
|
|
12029
|
+
}
|
|
12030
|
+
}]
|
|
12031
|
+
},
|
|
12032
|
+
{
|
|
12033
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
12034
|
+
denom_units: [{
|
|
12035
|
+
denom: 'ibc/413C30996D6D502B918449462C1AD9DDD90F24808BD464A69823322BE9C1254C',
|
|
12036
|
+
exponent: 0,
|
|
12037
|
+
aliases: ['y:uluna:30Sep2025']
|
|
12038
|
+
}, {
|
|
12039
|
+
denom: 'yLUNA30Sep2025',
|
|
12040
|
+
exponent: 6
|
|
12041
|
+
}],
|
|
12042
|
+
base: 'ibc/413C30996D6D502B918449462C1AD9DDD90F24808BD464A69823322BE9C1254C',
|
|
12043
|
+
name: 'yLuna (30Sep2025)',
|
|
12044
|
+
display: 'yLUNA30Sep2025',
|
|
12045
|
+
symbol: 'yLUNA-30Sep2025',
|
|
12046
|
+
logo_URIs: {
|
|
12047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12048
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12049
|
+
},
|
|
12050
|
+
images: [{
|
|
12051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
12052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
12053
|
+
}],
|
|
12054
|
+
type_asset: 'sdk.coin',
|
|
12055
|
+
traces: [{
|
|
12056
|
+
type: 'ibc',
|
|
12057
|
+
counterparty: {
|
|
12058
|
+
channel_id: 'channel-24',
|
|
12059
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
12060
|
+
chain_name: 'pryzm'
|
|
12061
|
+
},
|
|
12062
|
+
chain: {
|
|
12063
|
+
channel_id: 'channel-71'
|
|
12064
|
+
}
|
|
12065
|
+
}]
|
|
12066
|
+
},
|
|
9897
12067
|
{
|
|
9898
12068
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
9899
12069
|
denom_units: [{
|
|
@@ -9971,13 +12141,48 @@ const assets = {
|
|
|
9971
12141
|
exponent: 0,
|
|
9972
12142
|
aliases: ['y:uauuu:30Sep2024']
|
|
9973
12143
|
}, {
|
|
9974
|
-
denom: 'yAUUU30Sep2024',
|
|
12144
|
+
denom: 'yAUUU30Sep2024',
|
|
12145
|
+
exponent: 6
|
|
12146
|
+
}],
|
|
12147
|
+
base: 'ibc/A1FB5C9DE7ADB109F2B3708B409BB617B6203EBB7B286E5B43748EDC53B65C1F',
|
|
12148
|
+
name: 'yAuuu (30Sep2024)',
|
|
12149
|
+
display: 'yAUUU30Sep2024',
|
|
12150
|
+
symbol: 'yAUUU-30Sep2024',
|
|
12151
|
+
logo_URIs: {
|
|
12152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
12153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12154
|
+
},
|
|
12155
|
+
images: [{
|
|
12156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
12157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
12158
|
+
}],
|
|
12159
|
+
type_asset: 'sdk.coin',
|
|
12160
|
+
traces: [{
|
|
12161
|
+
type: 'ibc',
|
|
12162
|
+
counterparty: {
|
|
12163
|
+
channel_id: 'channel-24',
|
|
12164
|
+
base_denom: 'y:uauuu:30Sep2024',
|
|
12165
|
+
chain_name: 'pryzm'
|
|
12166
|
+
},
|
|
12167
|
+
chain: {
|
|
12168
|
+
channel_id: 'channel-71'
|
|
12169
|
+
}
|
|
12170
|
+
}]
|
|
12171
|
+
},
|
|
12172
|
+
{
|
|
12173
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2024',
|
|
12174
|
+
denom_units: [{
|
|
12175
|
+
denom: 'ibc/9242E308A31925CE84C58A0853B48EBF84175A002AA80BEE0A946F29F5E8C84C',
|
|
12176
|
+
exponent: 0,
|
|
12177
|
+
aliases: ['y:uauuu:31Dec2024']
|
|
12178
|
+
}, {
|
|
12179
|
+
denom: 'yAUUU31Dec2024',
|
|
9975
12180
|
exponent: 6
|
|
9976
12181
|
}],
|
|
9977
|
-
base: 'ibc/
|
|
9978
|
-
name: 'yAuuu (
|
|
9979
|
-
display: '
|
|
9980
|
-
symbol: 'yAUUU-
|
|
12182
|
+
base: 'ibc/9242E308A31925CE84C58A0853B48EBF84175A002AA80BEE0A946F29F5E8C84C',
|
|
12183
|
+
name: 'yAuuu (31Dec2024)',
|
|
12184
|
+
display: 'yAUUU31Dec2024',
|
|
12185
|
+
symbol: 'yAUUU-31Dec2024',
|
|
9981
12186
|
logo_URIs: {
|
|
9982
12187
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
9983
12188
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -9991,7 +12196,7 @@ const assets = {
|
|
|
9991
12196
|
type: 'ibc',
|
|
9992
12197
|
counterparty: {
|
|
9993
12198
|
channel_id: 'channel-24',
|
|
9994
|
-
base_denom: 'y:uauuu:
|
|
12199
|
+
base_denom: 'y:uauuu:31Dec2024',
|
|
9995
12200
|
chain_name: 'pryzm'
|
|
9996
12201
|
},
|
|
9997
12202
|
chain: {
|
|
@@ -10000,19 +12205,19 @@ const assets = {
|
|
|
10000
12205
|
}]
|
|
10001
12206
|
},
|
|
10002
12207
|
{
|
|
10003
|
-
description: 'Pryzm\'s refracted yield token for AUUU with maturity of
|
|
12208
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
10004
12209
|
denom_units: [{
|
|
10005
|
-
denom: 'ibc/
|
|
12210
|
+
denom: 'ibc/980B6F8985291D37CED60EA77FDC90457BB689A630828B4E962622FD9D93977E',
|
|
10006
12211
|
exponent: 0,
|
|
10007
|
-
aliases: ['y:uauuu:
|
|
12212
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
10008
12213
|
}, {
|
|
10009
|
-
denom: '
|
|
12214
|
+
denom: 'yAUUU30Jun2025',
|
|
10010
12215
|
exponent: 6
|
|
10011
12216
|
}],
|
|
10012
|
-
base: 'ibc/
|
|
10013
|
-
name: 'yAuuu (
|
|
10014
|
-
display: '
|
|
10015
|
-
symbol: 'yAUUU-
|
|
12217
|
+
base: 'ibc/980B6F8985291D37CED60EA77FDC90457BB689A630828B4E962622FD9D93977E',
|
|
12218
|
+
name: 'yAuuu (30Jun2025)',
|
|
12219
|
+
display: 'yAUUU30Jun2025',
|
|
12220
|
+
symbol: 'yAUUU-30Jun2025',
|
|
10016
12221
|
logo_URIs: {
|
|
10017
12222
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
10018
12223
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -10026,7 +12231,7 @@ const assets = {
|
|
|
10026
12231
|
type: 'ibc',
|
|
10027
12232
|
counterparty: {
|
|
10028
12233
|
channel_id: 'channel-24',
|
|
10029
|
-
base_denom: 'y:uauuu:
|
|
12234
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
10030
12235
|
chain_name: 'pryzm'
|
|
10031
12236
|
},
|
|
10032
12237
|
chain: {
|
|
@@ -10209,6 +12414,41 @@ const assets = {
|
|
|
10209
12414
|
}
|
|
10210
12415
|
}]
|
|
10211
12416
|
},
|
|
12417
|
+
{
|
|
12418
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
12419
|
+
denom_units: [{
|
|
12420
|
+
denom: 'ibc/19EAB74C5A0A8C94222936B61CE4A9BBFF0981A77A65326EB7DA7E24B3A5412D',
|
|
12421
|
+
exponent: 0,
|
|
12422
|
+
aliases: ['y:stutia:30Jun2025']
|
|
12423
|
+
}, {
|
|
12424
|
+
denom: 'ystTIA30Jun2025',
|
|
12425
|
+
exponent: 6
|
|
12426
|
+
}],
|
|
12427
|
+
base: 'ibc/19EAB74C5A0A8C94222936B61CE4A9BBFF0981A77A65326EB7DA7E24B3A5412D',
|
|
12428
|
+
name: 'ystTia (30Jun2025)',
|
|
12429
|
+
display: 'ystTIA30Jun2025',
|
|
12430
|
+
symbol: 'ystTIA-30Jun2025',
|
|
12431
|
+
logo_URIs: {
|
|
12432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
12433
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
12434
|
+
},
|
|
12435
|
+
images: [{
|
|
12436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
12437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
12438
|
+
}],
|
|
12439
|
+
type_asset: 'sdk.coin',
|
|
12440
|
+
traces: [{
|
|
12441
|
+
type: 'ibc',
|
|
12442
|
+
counterparty: {
|
|
12443
|
+
channel_id: 'channel-24',
|
|
12444
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
12445
|
+
chain_name: 'pryzm'
|
|
12446
|
+
},
|
|
12447
|
+
chain: {
|
|
12448
|
+
channel_id: 'channel-71'
|
|
12449
|
+
}
|
|
12450
|
+
}]
|
|
12451
|
+
},
|
|
10212
12452
|
{
|
|
10213
12453
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
10214
12454
|
denom_units: [{
|
|
@@ -10384,6 +12624,41 @@ const assets = {
|
|
|
10384
12624
|
}
|
|
10385
12625
|
}]
|
|
10386
12626
|
},
|
|
12627
|
+
{
|
|
12628
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
12629
|
+
denom_units: [{
|
|
12630
|
+
denom: 'ibc/5131D3A8E64FD055189ACB935B6C846E3EA3E02A4791EC6D826D96553163E839',
|
|
12631
|
+
exponent: 0,
|
|
12632
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
12633
|
+
}, {
|
|
12634
|
+
denom: 'ystDYDX30Jun2025',
|
|
12635
|
+
exponent: 6
|
|
12636
|
+
}],
|
|
12637
|
+
base: 'ibc/5131D3A8E64FD055189ACB935B6C846E3EA3E02A4791EC6D826D96553163E839',
|
|
12638
|
+
name: 'ystDydx (30Jun2025)',
|
|
12639
|
+
display: 'ystDYDX30Jun2025',
|
|
12640
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
12641
|
+
logo_URIs: {
|
|
12642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
12643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
12644
|
+
},
|
|
12645
|
+
images: [{
|
|
12646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
12647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
12648
|
+
}],
|
|
12649
|
+
type_asset: 'sdk.coin',
|
|
12650
|
+
traces: [{
|
|
12651
|
+
type: 'ibc',
|
|
12652
|
+
counterparty: {
|
|
12653
|
+
channel_id: 'channel-24',
|
|
12654
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
12655
|
+
chain_name: 'pryzm'
|
|
12656
|
+
},
|
|
12657
|
+
chain: {
|
|
12658
|
+
channel_id: 'channel-71'
|
|
12659
|
+
}
|
|
12660
|
+
}]
|
|
12661
|
+
},
|
|
10387
12662
|
{
|
|
10388
12663
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
10389
12664
|
denom_units: [{
|
|
@@ -10699,6 +12974,76 @@ const assets = {
|
|
|
10699
12974
|
}
|
|
10700
12975
|
}]
|
|
10701
12976
|
},
|
|
12977
|
+
{
|
|
12978
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
12979
|
+
denom_units: [{
|
|
12980
|
+
denom: 'ibc/00629710ADFF50B6BD626614713D92BC4B3AD7B9C267ACFAA2295DF81B592732',
|
|
12981
|
+
exponent: 0,
|
|
12982
|
+
aliases: ['y:utia:30Jun2025']
|
|
12983
|
+
}, {
|
|
12984
|
+
denom: 'yTIA30Jun2025',
|
|
12985
|
+
exponent: 6
|
|
12986
|
+
}],
|
|
12987
|
+
base: 'ibc/00629710ADFF50B6BD626614713D92BC4B3AD7B9C267ACFAA2295DF81B592732',
|
|
12988
|
+
name: 'yTia (30Jun2025)',
|
|
12989
|
+
display: 'yTIA30Jun2025',
|
|
12990
|
+
symbol: 'yTIA-30Jun2025',
|
|
12991
|
+
logo_URIs: {
|
|
12992
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
12993
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
12994
|
+
},
|
|
12995
|
+
images: [{
|
|
12996
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
12997
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
12998
|
+
}],
|
|
12999
|
+
type_asset: 'sdk.coin',
|
|
13000
|
+
traces: [{
|
|
13001
|
+
type: 'ibc',
|
|
13002
|
+
counterparty: {
|
|
13003
|
+
channel_id: 'channel-24',
|
|
13004
|
+
base_denom: 'y:utia:30Jun2025',
|
|
13005
|
+
chain_name: 'pryzm'
|
|
13006
|
+
},
|
|
13007
|
+
chain: {
|
|
13008
|
+
channel_id: 'channel-71'
|
|
13009
|
+
}
|
|
13010
|
+
}]
|
|
13011
|
+
},
|
|
13012
|
+
{
|
|
13013
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
13014
|
+
denom_units: [{
|
|
13015
|
+
denom: 'ibc/4C92748AEAC0DEF5D3D75A43372BE49091F8F9D86A324A095CC02F7D676900E2',
|
|
13016
|
+
exponent: 0,
|
|
13017
|
+
aliases: ['y:utia:30Sep2025']
|
|
13018
|
+
}, {
|
|
13019
|
+
denom: 'yTIA30Sep2025',
|
|
13020
|
+
exponent: 6
|
|
13021
|
+
}],
|
|
13022
|
+
base: 'ibc/4C92748AEAC0DEF5D3D75A43372BE49091F8F9D86A324A095CC02F7D676900E2',
|
|
13023
|
+
name: 'yTia (30Sep2025)',
|
|
13024
|
+
display: 'yTIA30Sep2025',
|
|
13025
|
+
symbol: 'yTIA-30Sep2025',
|
|
13026
|
+
logo_URIs: {
|
|
13027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13028
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13029
|
+
},
|
|
13030
|
+
images: [{
|
|
13031
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
13032
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
13033
|
+
}],
|
|
13034
|
+
type_asset: 'sdk.coin',
|
|
13035
|
+
traces: [{
|
|
13036
|
+
type: 'ibc',
|
|
13037
|
+
counterparty: {
|
|
13038
|
+
channel_id: 'channel-24',
|
|
13039
|
+
base_denom: 'y:utia:30Sep2025',
|
|
13040
|
+
chain_name: 'pryzm'
|
|
13041
|
+
},
|
|
13042
|
+
chain: {
|
|
13043
|
+
channel_id: 'channel-71'
|
|
13044
|
+
}
|
|
13045
|
+
}]
|
|
13046
|
+
},
|
|
10702
13047
|
{
|
|
10703
13048
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
10704
13049
|
denom_units: [{
|
|
@@ -10909,6 +13254,76 @@ const assets = {
|
|
|
10909
13254
|
}
|
|
10910
13255
|
}]
|
|
10911
13256
|
},
|
|
13257
|
+
{
|
|
13258
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
13259
|
+
denom_units: [{
|
|
13260
|
+
denom: 'ibc/7A8629DC68B7798EA4CFBCDE8A433C98304481EAA61A8B10265460E67FC46D38',
|
|
13261
|
+
exponent: 0,
|
|
13262
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
13263
|
+
}, {
|
|
13264
|
+
denom: 'yUSDY31Mar2026',
|
|
13265
|
+
exponent: 18
|
|
13266
|
+
}],
|
|
13267
|
+
base: 'ibc/7A8629DC68B7798EA4CFBCDE8A433C98304481EAA61A8B10265460E67FC46D38',
|
|
13268
|
+
name: 'yUsdy (31Mar2026)',
|
|
13269
|
+
display: 'yUSDY31Mar2026',
|
|
13270
|
+
symbol: 'yUSDY-31Mar2026',
|
|
13271
|
+
logo_URIs: {
|
|
13272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13274
|
+
},
|
|
13275
|
+
images: [{
|
|
13276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13277
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13278
|
+
}],
|
|
13279
|
+
type_asset: 'sdk.coin',
|
|
13280
|
+
traces: [{
|
|
13281
|
+
type: 'ibc',
|
|
13282
|
+
counterparty: {
|
|
13283
|
+
channel_id: 'channel-24',
|
|
13284
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
13285
|
+
chain_name: 'pryzm'
|
|
13286
|
+
},
|
|
13287
|
+
chain: {
|
|
13288
|
+
channel_id: 'channel-71'
|
|
13289
|
+
}
|
|
13290
|
+
}]
|
|
13291
|
+
},
|
|
13292
|
+
{
|
|
13293
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
13294
|
+
denom_units: [{
|
|
13295
|
+
denom: 'ibc/7EB4ED659334C4E1CDDE03FCBBA794DE7FAA48E70ABE558F347013EC23418BA9',
|
|
13296
|
+
exponent: 0,
|
|
13297
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
13298
|
+
}, {
|
|
13299
|
+
denom: 'yUSDY30Jun2026',
|
|
13300
|
+
exponent: 18
|
|
13301
|
+
}],
|
|
13302
|
+
base: 'ibc/7EB4ED659334C4E1CDDE03FCBBA794DE7FAA48E70ABE558F347013EC23418BA9',
|
|
13303
|
+
name: 'yUsdy (30Jun2026)',
|
|
13304
|
+
display: 'yUSDY30Jun2026',
|
|
13305
|
+
symbol: 'yUSDY-30Jun2026',
|
|
13306
|
+
logo_URIs: {
|
|
13307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13308
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13309
|
+
},
|
|
13310
|
+
images: [{
|
|
13311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
13312
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
13313
|
+
}],
|
|
13314
|
+
type_asset: 'sdk.coin',
|
|
13315
|
+
traces: [{
|
|
13316
|
+
type: 'ibc',
|
|
13317
|
+
counterparty: {
|
|
13318
|
+
channel_id: 'channel-24',
|
|
13319
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
13320
|
+
chain_name: 'pryzm'
|
|
13321
|
+
},
|
|
13322
|
+
chain: {
|
|
13323
|
+
channel_id: 'channel-71'
|
|
13324
|
+
}
|
|
13325
|
+
}]
|
|
13326
|
+
},
|
|
10912
13327
|
{
|
|
10913
13328
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
10914
13329
|
denom_units: [{
|
|
@@ -11049,6 +13464,76 @@ const assets = {
|
|
|
11049
13464
|
}
|
|
11050
13465
|
}]
|
|
11051
13466
|
},
|
|
13467
|
+
{
|
|
13468
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
13469
|
+
denom_units: [{
|
|
13470
|
+
denom: 'ibc/21050169D1C72351A8B22137D1DFEE62BFA226F14C9D02F620EAE4B78C63FC53',
|
|
13471
|
+
exponent: 0,
|
|
13472
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
13473
|
+
}, {
|
|
13474
|
+
denom: 'yPRYZM31Mar2026',
|
|
13475
|
+
exponent: 6
|
|
13476
|
+
}],
|
|
13477
|
+
base: 'ibc/21050169D1C72351A8B22137D1DFEE62BFA226F14C9D02F620EAE4B78C63FC53',
|
|
13478
|
+
name: 'yPryzm (31Mar2026)',
|
|
13479
|
+
display: 'yPRYZM31Mar2026',
|
|
13480
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
13481
|
+
logo_URIs: {
|
|
13482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13483
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13484
|
+
},
|
|
13485
|
+
images: [{
|
|
13486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13488
|
+
}],
|
|
13489
|
+
type_asset: 'sdk.coin',
|
|
13490
|
+
traces: [{
|
|
13491
|
+
type: 'ibc',
|
|
13492
|
+
counterparty: {
|
|
13493
|
+
channel_id: 'channel-24',
|
|
13494
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
13495
|
+
chain_name: 'pryzm'
|
|
13496
|
+
},
|
|
13497
|
+
chain: {
|
|
13498
|
+
channel_id: 'channel-71'
|
|
13499
|
+
}
|
|
13500
|
+
}]
|
|
13501
|
+
},
|
|
13502
|
+
{
|
|
13503
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
13504
|
+
denom_units: [{
|
|
13505
|
+
denom: 'ibc/B534C206F8E64255421CA10AFD4867E337E0AF8FD81ACB592FE4E5517267C2E8',
|
|
13506
|
+
exponent: 0,
|
|
13507
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
13508
|
+
}, {
|
|
13509
|
+
denom: 'yPRYZM30Jun2026',
|
|
13510
|
+
exponent: 6
|
|
13511
|
+
}],
|
|
13512
|
+
base: 'ibc/B534C206F8E64255421CA10AFD4867E337E0AF8FD81ACB592FE4E5517267C2E8',
|
|
13513
|
+
name: 'yPryzm (30Jun2026)',
|
|
13514
|
+
display: 'yPRYZM30Jun2026',
|
|
13515
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
13516
|
+
logo_URIs: {
|
|
13517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13519
|
+
},
|
|
13520
|
+
images: [{
|
|
13521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13523
|
+
}],
|
|
13524
|
+
type_asset: 'sdk.coin',
|
|
13525
|
+
traces: [{
|
|
13526
|
+
type: 'ibc',
|
|
13527
|
+
counterparty: {
|
|
13528
|
+
channel_id: 'channel-24',
|
|
13529
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
13530
|
+
chain_name: 'pryzm'
|
|
13531
|
+
},
|
|
13532
|
+
chain: {
|
|
13533
|
+
channel_id: 'channel-71'
|
|
13534
|
+
}
|
|
13535
|
+
}]
|
|
13536
|
+
},
|
|
11052
13537
|
{
|
|
11053
13538
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
11054
13539
|
denom_units: [{
|
|
@@ -11189,6 +13674,41 @@ const assets = {
|
|
|
11189
13674
|
}
|
|
11190
13675
|
}]
|
|
11191
13676
|
},
|
|
13677
|
+
{
|
|
13678
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
13679
|
+
denom_units: [{
|
|
13680
|
+
denom: 'ibc/81BC40D751059612A492FAE2342F3B9F296FD14B4EC86E8967960EAA07ACD973',
|
|
13681
|
+
exponent: 0,
|
|
13682
|
+
aliases: ['y:asusds:30Jun2026']
|
|
13683
|
+
}, {
|
|
13684
|
+
denom: 'ysUSDS30Jun2026',
|
|
13685
|
+
exponent: 18
|
|
13686
|
+
}],
|
|
13687
|
+
base: 'ibc/81BC40D751059612A492FAE2342F3B9F296FD14B4EC86E8967960EAA07ACD973',
|
|
13688
|
+
name: 'ysUsds (30Jun2026)',
|
|
13689
|
+
display: 'ysUSDS30Jun2026',
|
|
13690
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
13691
|
+
logo_URIs: {
|
|
13692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
13693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
13694
|
+
},
|
|
13695
|
+
images: [{
|
|
13696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
13697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
13698
|
+
}],
|
|
13699
|
+
type_asset: 'sdk.coin',
|
|
13700
|
+
traces: [{
|
|
13701
|
+
type: 'ibc',
|
|
13702
|
+
counterparty: {
|
|
13703
|
+
channel_id: 'channel-24',
|
|
13704
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
13705
|
+
chain_name: 'pryzm'
|
|
13706
|
+
},
|
|
13707
|
+
chain: {
|
|
13708
|
+
channel_id: 'channel-71'
|
|
13709
|
+
}
|
|
13710
|
+
}]
|
|
13711
|
+
},
|
|
11192
13712
|
{
|
|
11193
13713
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
11194
13714
|
denom_units: [{
|