@chain-registry/assets 1.70.51 → 1.70.53
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/assets.js +3 -1
- package/esm/mainnet/axelar.js +1381 -43
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1386 -40
- package/esm/mainnet/cosmoshub.js +1362 -16
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/injective.js +1381 -43
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1286 -26
- package/esm/mainnet/noble.js +1381 -43
- package/esm/mainnet/osmosis.js +1456 -32
- package/esm/mainnet/stride.js +1286 -26
- package/esm/mainnet/terra2.js +1286 -26
- package/esm/mainnet/xion.js +1066 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +1381 -43
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1386 -40
- package/mainnet/cosmoshub.js +1362 -16
- package/mainnet/dydx.js +1286 -26
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +4 -2
- package/mainnet/injective.js +1381 -43
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1286 -26
- package/mainnet/noble.js +1381 -43
- package/mainnet/osmosis.js +1456 -32
- package/mainnet/stride.js +1286 -26
- package/mainnet/terra2.js +1286 -26
- package/mainnet/xion.d.ts +3 -0
- package/mainnet/xion.js +1068 -0
- package/package.json +5 -5
package/esm/mainnet/dydx.js
CHANGED
|
@@ -1137,6 +1137,41 @@ const assets = {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
}]
|
|
1139
1139
|
},
|
|
1140
|
+
{
|
|
1141
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
1142
|
+
denom_units: [{
|
|
1143
|
+
denom: 'ibc/BA37C67BA2C4B2D5737AEE3EBBCED8CA25377D112353BB3ED1F7CC2CF3E9BFCF',
|
|
1144
|
+
exponent: 0,
|
|
1145
|
+
aliases: ['p:uatom:31Dec2026']
|
|
1146
|
+
}, {
|
|
1147
|
+
denom: 'pATOM31Dec2026',
|
|
1148
|
+
exponent: 6
|
|
1149
|
+
}],
|
|
1150
|
+
base: 'ibc/BA37C67BA2C4B2D5737AEE3EBBCED8CA25377D112353BB3ED1F7CC2CF3E9BFCF',
|
|
1151
|
+
name: 'pAtom (31Dec2026)',
|
|
1152
|
+
display: 'pATOM31Dec2026',
|
|
1153
|
+
symbol: 'pATOM-31Dec2026',
|
|
1154
|
+
logo_URIs: {
|
|
1155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1157
|
+
},
|
|
1158
|
+
images: [{
|
|
1159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1161
|
+
}],
|
|
1162
|
+
type_asset: 'sdk.coin',
|
|
1163
|
+
traces: [{
|
|
1164
|
+
type: 'ibc',
|
|
1165
|
+
counterparty: {
|
|
1166
|
+
channel_id: 'channel-24',
|
|
1167
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
1168
|
+
chain_name: 'pryzm'
|
|
1169
|
+
},
|
|
1170
|
+
chain: {
|
|
1171
|
+
channel_id: 'channel-71'
|
|
1172
|
+
}
|
|
1173
|
+
}]
|
|
1174
|
+
},
|
|
1140
1175
|
{
|
|
1141
1176
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
1142
1177
|
denom_units: [{
|
|
@@ -1242,6 +1277,41 @@ const assets = {
|
|
|
1242
1277
|
}
|
|
1243
1278
|
}]
|
|
1244
1279
|
},
|
|
1280
|
+
{
|
|
1281
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
1282
|
+
denom_units: [{
|
|
1283
|
+
denom: 'ibc/6DD4CE70DFEEDF6ED4D00FAD9F713EED41D7B6AA3659E1756FFEFB9F636455B8',
|
|
1284
|
+
exponent: 0,
|
|
1285
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
1286
|
+
}, {
|
|
1287
|
+
denom: 'pOSMO31Dec2026',
|
|
1288
|
+
exponent: 6
|
|
1289
|
+
}],
|
|
1290
|
+
base: 'ibc/6DD4CE70DFEEDF6ED4D00FAD9F713EED41D7B6AA3659E1756FFEFB9F636455B8',
|
|
1291
|
+
name: 'pOsmo (31Dec2026)',
|
|
1292
|
+
display: 'pOSMO31Dec2026',
|
|
1293
|
+
symbol: 'pOSMO-31Dec2026',
|
|
1294
|
+
logo_URIs: {
|
|
1295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1296
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1297
|
+
},
|
|
1298
|
+
images: [{
|
|
1299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1300
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1301
|
+
}],
|
|
1302
|
+
type_asset: 'sdk.coin',
|
|
1303
|
+
traces: [{
|
|
1304
|
+
type: 'ibc',
|
|
1305
|
+
counterparty: {
|
|
1306
|
+
channel_id: 'channel-24',
|
|
1307
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
1308
|
+
chain_name: 'pryzm'
|
|
1309
|
+
},
|
|
1310
|
+
chain: {
|
|
1311
|
+
channel_id: 'channel-71'
|
|
1312
|
+
}
|
|
1313
|
+
}]
|
|
1314
|
+
},
|
|
1245
1315
|
{
|
|
1246
1316
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
1247
1317
|
denom_units: [{
|
|
@@ -1347,6 +1417,41 @@ const assets = {
|
|
|
1347
1417
|
}
|
|
1348
1418
|
}]
|
|
1349
1419
|
},
|
|
1420
|
+
{
|
|
1421
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
1422
|
+
denom_units: [{
|
|
1423
|
+
denom: 'ibc/0AFC1A03C2D17011FEEFA8673BA2D958A7A8A40BD43A9B72589FA9D893773453',
|
|
1424
|
+
exponent: 0,
|
|
1425
|
+
aliases: ['p:inj:31Dec2026']
|
|
1426
|
+
}, {
|
|
1427
|
+
denom: 'pINJ31Dec2026',
|
|
1428
|
+
exponent: 18
|
|
1429
|
+
}],
|
|
1430
|
+
base: 'ibc/0AFC1A03C2D17011FEEFA8673BA2D958A7A8A40BD43A9B72589FA9D893773453',
|
|
1431
|
+
name: 'pInj (31Dec2026)',
|
|
1432
|
+
display: 'pINJ31Dec2026',
|
|
1433
|
+
symbol: 'pINJ-31Dec2026',
|
|
1434
|
+
logo_URIs: {
|
|
1435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1437
|
+
},
|
|
1438
|
+
images: [{
|
|
1439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1441
|
+
}],
|
|
1442
|
+
type_asset: 'sdk.coin',
|
|
1443
|
+
traces: [{
|
|
1444
|
+
type: 'ibc',
|
|
1445
|
+
counterparty: {
|
|
1446
|
+
channel_id: 'channel-24',
|
|
1447
|
+
base_denom: 'p:inj:31Dec2026',
|
|
1448
|
+
chain_name: 'pryzm'
|
|
1449
|
+
},
|
|
1450
|
+
chain: {
|
|
1451
|
+
channel_id: 'channel-71'
|
|
1452
|
+
}
|
|
1453
|
+
}]
|
|
1454
|
+
},
|
|
1350
1455
|
{
|
|
1351
1456
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
1352
1457
|
denom_units: [{
|
|
@@ -1417,6 +1522,41 @@ const assets = {
|
|
|
1417
1522
|
}
|
|
1418
1523
|
}]
|
|
1419
1524
|
},
|
|
1525
|
+
{
|
|
1526
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
1527
|
+
denom_units: [{
|
|
1528
|
+
denom: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15',
|
|
1529
|
+
exponent: 0,
|
|
1530
|
+
aliases: ['p:uluna:31Dec2026']
|
|
1531
|
+
}, {
|
|
1532
|
+
denom: 'pLUNA31Dec2026',
|
|
1533
|
+
exponent: 6
|
|
1534
|
+
}],
|
|
1535
|
+
base: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15',
|
|
1536
|
+
name: 'pLuna (31Dec2026)',
|
|
1537
|
+
display: 'pLUNA31Dec2026',
|
|
1538
|
+
symbol: 'pLUNA-31Dec2026',
|
|
1539
|
+
logo_URIs: {
|
|
1540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
1542
|
+
},
|
|
1543
|
+
images: [{
|
|
1544
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1545
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
1546
|
+
}],
|
|
1547
|
+
type_asset: 'sdk.coin',
|
|
1548
|
+
traces: [{
|
|
1549
|
+
type: 'ibc',
|
|
1550
|
+
counterparty: {
|
|
1551
|
+
channel_id: 'channel-24',
|
|
1552
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
1553
|
+
chain_name: 'pryzm'
|
|
1554
|
+
},
|
|
1555
|
+
chain: {
|
|
1556
|
+
channel_id: 'channel-71'
|
|
1557
|
+
}
|
|
1558
|
+
}]
|
|
1559
|
+
},
|
|
1420
1560
|
{
|
|
1421
1561
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
1422
1562
|
denom_units: [{
|
|
@@ -1557,6 +1697,41 @@ const assets = {
|
|
|
1557
1697
|
}
|
|
1558
1698
|
}]
|
|
1559
1699
|
},
|
|
1700
|
+
{
|
|
1701
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
1702
|
+
denom_units: [{
|
|
1703
|
+
denom: 'ibc/13FCC7029C084663C4ECA420FE46D607DE4CA143C2C531EB1F79FF09FAE4FBCB',
|
|
1704
|
+
exponent: 0,
|
|
1705
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
1706
|
+
}, {
|
|
1707
|
+
denom: 'pAUUU31Dec2026',
|
|
1708
|
+
exponent: 6
|
|
1709
|
+
}],
|
|
1710
|
+
base: 'ibc/13FCC7029C084663C4ECA420FE46D607DE4CA143C2C531EB1F79FF09FAE4FBCB',
|
|
1711
|
+
name: 'pAuuu (31Dec2026)',
|
|
1712
|
+
display: 'pAUUU31Dec2026',
|
|
1713
|
+
symbol: 'pAUUU-31Dec2026',
|
|
1714
|
+
logo_URIs: {
|
|
1715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
1716
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1717
|
+
},
|
|
1718
|
+
images: [{
|
|
1719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
1720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1721
|
+
}],
|
|
1722
|
+
type_asset: 'sdk.coin',
|
|
1723
|
+
traces: [{
|
|
1724
|
+
type: 'ibc',
|
|
1725
|
+
counterparty: {
|
|
1726
|
+
channel_id: 'channel-24',
|
|
1727
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
1728
|
+
chain_name: 'pryzm'
|
|
1729
|
+
},
|
|
1730
|
+
chain: {
|
|
1731
|
+
channel_id: 'channel-71'
|
|
1732
|
+
}
|
|
1733
|
+
}]
|
|
1734
|
+
},
|
|
1560
1735
|
{
|
|
1561
1736
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
1562
1737
|
denom_units: [{
|
|
@@ -1662,6 +1837,41 @@ const assets = {
|
|
|
1662
1837
|
}
|
|
1663
1838
|
}]
|
|
1664
1839
|
},
|
|
1840
|
+
{
|
|
1841
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
1842
|
+
denom_units: [{
|
|
1843
|
+
denom: 'ibc/3C1F6416E99739CA85BE245097C587D1629853F29DF6110D6EB33E4E2E225684',
|
|
1844
|
+
exponent: 0,
|
|
1845
|
+
aliases: ['p:stutia:31Dec2026']
|
|
1846
|
+
}, {
|
|
1847
|
+
denom: 'pstTIA31Dec2026',
|
|
1848
|
+
exponent: 6
|
|
1849
|
+
}],
|
|
1850
|
+
base: 'ibc/3C1F6416E99739CA85BE245097C587D1629853F29DF6110D6EB33E4E2E225684',
|
|
1851
|
+
name: 'pstTia (31Dec2026)',
|
|
1852
|
+
display: 'pstTIA31Dec2026',
|
|
1853
|
+
symbol: 'pstTIA-31Dec2026',
|
|
1854
|
+
logo_URIs: {
|
|
1855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
1856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
1857
|
+
},
|
|
1858
|
+
images: [{
|
|
1859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
1860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
1861
|
+
}],
|
|
1862
|
+
type_asset: 'sdk.coin',
|
|
1863
|
+
traces: [{
|
|
1864
|
+
type: 'ibc',
|
|
1865
|
+
counterparty: {
|
|
1866
|
+
channel_id: 'channel-24',
|
|
1867
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
1868
|
+
chain_name: 'pryzm'
|
|
1869
|
+
},
|
|
1870
|
+
chain: {
|
|
1871
|
+
channel_id: 'channel-71'
|
|
1872
|
+
}
|
|
1873
|
+
}]
|
|
1874
|
+
},
|
|
1665
1875
|
{
|
|
1666
1876
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
1667
1877
|
denom_units: [{
|
|
@@ -1767,6 +1977,41 @@ const assets = {
|
|
|
1767
1977
|
}
|
|
1768
1978
|
}]
|
|
1769
1979
|
},
|
|
1980
|
+
{
|
|
1981
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
1982
|
+
denom_units: [{
|
|
1983
|
+
denom: 'ibc/384F7CB62F8178E0C2E85EFE0BCC687641DD65E566C6F068A25C3BDAF0EBBB05',
|
|
1984
|
+
exponent: 0,
|
|
1985
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
1986
|
+
}, {
|
|
1987
|
+
denom: 'pstDYDX31Dec2026',
|
|
1988
|
+
exponent: 18
|
|
1989
|
+
}],
|
|
1990
|
+
base: 'ibc/384F7CB62F8178E0C2E85EFE0BCC687641DD65E566C6F068A25C3BDAF0EBBB05',
|
|
1991
|
+
name: 'pstDydx (31Dec2026)',
|
|
1992
|
+
display: 'pstDYDX31Dec2026',
|
|
1993
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
1994
|
+
logo_URIs: {
|
|
1995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
1996
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
1997
|
+
},
|
|
1998
|
+
images: [{
|
|
1999
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2000
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2001
|
+
}],
|
|
2002
|
+
type_asset: 'sdk.coin',
|
|
2003
|
+
traces: [{
|
|
2004
|
+
type: 'ibc',
|
|
2005
|
+
counterparty: {
|
|
2006
|
+
channel_id: 'channel-24',
|
|
2007
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
2008
|
+
chain_name: 'pryzm'
|
|
2009
|
+
},
|
|
2010
|
+
chain: {
|
|
2011
|
+
channel_id: 'channel-71'
|
|
2012
|
+
}
|
|
2013
|
+
}]
|
|
2014
|
+
},
|
|
1770
2015
|
{
|
|
1771
2016
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
1772
2017
|
denom_units: [{
|
|
@@ -1872,6 +2117,41 @@ const assets = {
|
|
|
1872
2117
|
}
|
|
1873
2118
|
}]
|
|
1874
2119
|
},
|
|
2120
|
+
{
|
|
2121
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
2122
|
+
denom_units: [{
|
|
2123
|
+
denom: 'ibc/BEC48EAF6DBBFA0F47CD734A2D626C37EF55AA6BB7ECC6E02EA3DE797A75F471',
|
|
2124
|
+
exponent: 0,
|
|
2125
|
+
aliases: ['p:udatom:31Dec2026']
|
|
2126
|
+
}, {
|
|
2127
|
+
denom: 'pdATOM31Dec2026',
|
|
2128
|
+
exponent: 6
|
|
2129
|
+
}],
|
|
2130
|
+
base: 'ibc/BEC48EAF6DBBFA0F47CD734A2D626C37EF55AA6BB7ECC6E02EA3DE797A75F471',
|
|
2131
|
+
name: 'pdAtom (31Dec2026)',
|
|
2132
|
+
display: 'pdATOM31Dec2026',
|
|
2133
|
+
symbol: 'pdATOM-31Dec2026',
|
|
2134
|
+
logo_URIs: {
|
|
2135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2137
|
+
},
|
|
2138
|
+
images: [{
|
|
2139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2141
|
+
}],
|
|
2142
|
+
type_asset: 'sdk.coin',
|
|
2143
|
+
traces: [{
|
|
2144
|
+
type: 'ibc',
|
|
2145
|
+
counterparty: {
|
|
2146
|
+
channel_id: 'channel-24',
|
|
2147
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
2148
|
+
chain_name: 'pryzm'
|
|
2149
|
+
},
|
|
2150
|
+
chain: {
|
|
2151
|
+
channel_id: 'channel-71'
|
|
2152
|
+
}
|
|
2153
|
+
}]
|
|
2154
|
+
},
|
|
1875
2155
|
{
|
|
1876
2156
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
1877
2157
|
denom_units: [{
|
|
@@ -1942,6 +2222,41 @@ const assets = {
|
|
|
1942
2222
|
}
|
|
1943
2223
|
}]
|
|
1944
2224
|
},
|
|
2225
|
+
{
|
|
2226
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
2227
|
+
denom_units: [{
|
|
2228
|
+
denom: 'ibc/1172BDA31EC371AB44E4C7D56D19C89A103A66E82E1688D179C7B4A885A1993B',
|
|
2229
|
+
exponent: 0,
|
|
2230
|
+
aliases: ['p:utia:31Dec2026']
|
|
2231
|
+
}, {
|
|
2232
|
+
denom: 'pTIA31Dec2026',
|
|
2233
|
+
exponent: 6
|
|
2234
|
+
}],
|
|
2235
|
+
base: 'ibc/1172BDA31EC371AB44E4C7D56D19C89A103A66E82E1688D179C7B4A885A1993B',
|
|
2236
|
+
name: 'pTia (31Dec2026)',
|
|
2237
|
+
display: 'pTIA31Dec2026',
|
|
2238
|
+
symbol: 'pTIA-31Dec2026',
|
|
2239
|
+
logo_URIs: {
|
|
2240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2242
|
+
},
|
|
2243
|
+
images: [{
|
|
2244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2246
|
+
}],
|
|
2247
|
+
type_asset: 'sdk.coin',
|
|
2248
|
+
traces: [{
|
|
2249
|
+
type: 'ibc',
|
|
2250
|
+
counterparty: {
|
|
2251
|
+
channel_id: 'channel-24',
|
|
2252
|
+
base_denom: 'p:utia:31Dec2026',
|
|
2253
|
+
chain_name: 'pryzm'
|
|
2254
|
+
},
|
|
2255
|
+
chain: {
|
|
2256
|
+
channel_id: 'channel-71'
|
|
2257
|
+
}
|
|
2258
|
+
}]
|
|
2259
|
+
},
|
|
1945
2260
|
{
|
|
1946
2261
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1947
2262
|
denom_units: [{
|
|
@@ -2047,6 +2362,41 @@ const assets = {
|
|
|
2047
2362
|
}
|
|
2048
2363
|
}]
|
|
2049
2364
|
},
|
|
2365
|
+
{
|
|
2366
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
2367
|
+
denom_units: [{
|
|
2368
|
+
denom: 'ibc/2B52FD428065257B5E48A34C32C160F758C3E96B9BC8673AA2145BC925A036CE',
|
|
2369
|
+
exponent: 0,
|
|
2370
|
+
aliases: ['y:uatom:31Dec2026']
|
|
2371
|
+
}, {
|
|
2372
|
+
denom: 'yATOM31Dec2026',
|
|
2373
|
+
exponent: 6
|
|
2374
|
+
}],
|
|
2375
|
+
base: 'ibc/2B52FD428065257B5E48A34C32C160F758C3E96B9BC8673AA2145BC925A036CE',
|
|
2376
|
+
name: 'yAtom (31Dec2026)',
|
|
2377
|
+
display: 'yATOM31Dec2026',
|
|
2378
|
+
symbol: 'yATOM-31Dec2026',
|
|
2379
|
+
logo_URIs: {
|
|
2380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
2381
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
2382
|
+
},
|
|
2383
|
+
images: [{
|
|
2384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
2385
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
2386
|
+
}],
|
|
2387
|
+
type_asset: 'sdk.coin',
|
|
2388
|
+
traces: [{
|
|
2389
|
+
type: 'ibc',
|
|
2390
|
+
counterparty: {
|
|
2391
|
+
channel_id: 'channel-24',
|
|
2392
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
2393
|
+
chain_name: 'pryzm'
|
|
2394
|
+
},
|
|
2395
|
+
chain: {
|
|
2396
|
+
channel_id: 'channel-71'
|
|
2397
|
+
}
|
|
2398
|
+
}]
|
|
2399
|
+
},
|
|
2050
2400
|
{
|
|
2051
2401
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
2052
2402
|
denom_units: [{
|
|
@@ -2152,6 +2502,41 @@ const assets = {
|
|
|
2152
2502
|
}
|
|
2153
2503
|
}]
|
|
2154
2504
|
},
|
|
2505
|
+
{
|
|
2506
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
2507
|
+
denom_units: [{
|
|
2508
|
+
denom: 'ibc/A08C12169572174D906D4F61F857697A02CFF01F0F0416900EEBB71D7D3494CB',
|
|
2509
|
+
exponent: 0,
|
|
2510
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
2511
|
+
}, {
|
|
2512
|
+
denom: 'yOSMO31Dec2026',
|
|
2513
|
+
exponent: 6
|
|
2514
|
+
}],
|
|
2515
|
+
base: 'ibc/A08C12169572174D906D4F61F857697A02CFF01F0F0416900EEBB71D7D3494CB',
|
|
2516
|
+
name: 'yOsmo (31Dec2026)',
|
|
2517
|
+
display: 'yOSMO31Dec2026',
|
|
2518
|
+
symbol: 'yOSMO-31Dec2026',
|
|
2519
|
+
logo_URIs: {
|
|
2520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
2521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
2522
|
+
},
|
|
2523
|
+
images: [{
|
|
2524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
2525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
2526
|
+
}],
|
|
2527
|
+
type_asset: 'sdk.coin',
|
|
2528
|
+
traces: [{
|
|
2529
|
+
type: 'ibc',
|
|
2530
|
+
counterparty: {
|
|
2531
|
+
channel_id: 'channel-24',
|
|
2532
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
2533
|
+
chain_name: 'pryzm'
|
|
2534
|
+
},
|
|
2535
|
+
chain: {
|
|
2536
|
+
channel_id: 'channel-71'
|
|
2537
|
+
}
|
|
2538
|
+
}]
|
|
2539
|
+
},
|
|
2155
2540
|
{
|
|
2156
2541
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
2157
2542
|
denom_units: [{
|
|
@@ -2257,6 +2642,41 @@ const assets = {
|
|
|
2257
2642
|
}
|
|
2258
2643
|
}]
|
|
2259
2644
|
},
|
|
2645
|
+
{
|
|
2646
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
2647
|
+
denom_units: [{
|
|
2648
|
+
denom: 'ibc/EC72C1CA4B63F6BACE309EA742EEB6102E8824167CAEE7361D1717911F0B3B66',
|
|
2649
|
+
exponent: 0,
|
|
2650
|
+
aliases: ['y:inj:31Dec2026']
|
|
2651
|
+
}, {
|
|
2652
|
+
denom: 'yINJ31Dec2026',
|
|
2653
|
+
exponent: 18
|
|
2654
|
+
}],
|
|
2655
|
+
base: 'ibc/EC72C1CA4B63F6BACE309EA742EEB6102E8824167CAEE7361D1717911F0B3B66',
|
|
2656
|
+
name: 'yInj (31Dec2026)',
|
|
2657
|
+
display: 'yINJ31Dec2026',
|
|
2658
|
+
symbol: 'yINJ-31Dec2026',
|
|
2659
|
+
logo_URIs: {
|
|
2660
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
2661
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
2662
|
+
},
|
|
2663
|
+
images: [{
|
|
2664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
2665
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
2666
|
+
}],
|
|
2667
|
+
type_asset: 'sdk.coin',
|
|
2668
|
+
traces: [{
|
|
2669
|
+
type: 'ibc',
|
|
2670
|
+
counterparty: {
|
|
2671
|
+
channel_id: 'channel-24',
|
|
2672
|
+
base_denom: 'y:inj:31Dec2026',
|
|
2673
|
+
chain_name: 'pryzm'
|
|
2674
|
+
},
|
|
2675
|
+
chain: {
|
|
2676
|
+
channel_id: 'channel-71'
|
|
2677
|
+
}
|
|
2678
|
+
}]
|
|
2679
|
+
},
|
|
2260
2680
|
{
|
|
2261
2681
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
2262
2682
|
denom_units: [{
|
|
@@ -2362,6 +2782,41 @@ const assets = {
|
|
|
2362
2782
|
}
|
|
2363
2783
|
}]
|
|
2364
2784
|
},
|
|
2785
|
+
{
|
|
2786
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
2787
|
+
denom_units: [{
|
|
2788
|
+
denom: 'ibc/69728DC2460A8458DBDA55D10610EB49F02CF44BAAF2004CB1E1AB75744BE58F',
|
|
2789
|
+
exponent: 0,
|
|
2790
|
+
aliases: ['y:uluna:31Dec2026']
|
|
2791
|
+
}, {
|
|
2792
|
+
denom: 'yLUNA31Dec2026',
|
|
2793
|
+
exponent: 6
|
|
2794
|
+
}],
|
|
2795
|
+
base: 'ibc/69728DC2460A8458DBDA55D10610EB49F02CF44BAAF2004CB1E1AB75744BE58F',
|
|
2796
|
+
name: 'yLuna (31Dec2026)',
|
|
2797
|
+
display: 'yLUNA31Dec2026',
|
|
2798
|
+
symbol: 'yLUNA-31Dec2026',
|
|
2799
|
+
logo_URIs: {
|
|
2800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
2801
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
2802
|
+
},
|
|
2803
|
+
images: [{
|
|
2804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
2805
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
2806
|
+
}],
|
|
2807
|
+
type_asset: 'sdk.coin',
|
|
2808
|
+
traces: [{
|
|
2809
|
+
type: 'ibc',
|
|
2810
|
+
counterparty: {
|
|
2811
|
+
channel_id: 'channel-24',
|
|
2812
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
2813
|
+
chain_name: 'pryzm'
|
|
2814
|
+
},
|
|
2815
|
+
chain: {
|
|
2816
|
+
channel_id: 'channel-71'
|
|
2817
|
+
}
|
|
2818
|
+
}]
|
|
2819
|
+
},
|
|
2365
2820
|
{
|
|
2366
2821
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
2367
2822
|
denom_units: [{
|
|
@@ -2467,6 +2922,41 @@ const assets = {
|
|
|
2467
2922
|
}
|
|
2468
2923
|
}]
|
|
2469
2924
|
},
|
|
2925
|
+
{
|
|
2926
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
2927
|
+
denom_units: [{
|
|
2928
|
+
denom: 'ibc/0318ED708822CAB6E28964D94B26EA3C0392F26FE344F1275472F9A8073B0EB9',
|
|
2929
|
+
exponent: 0,
|
|
2930
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
2931
|
+
}, {
|
|
2932
|
+
denom: 'yAUUU31Dec2026',
|
|
2933
|
+
exponent: 6
|
|
2934
|
+
}],
|
|
2935
|
+
base: 'ibc/0318ED708822CAB6E28964D94B26EA3C0392F26FE344F1275472F9A8073B0EB9',
|
|
2936
|
+
name: 'yAuuu (31Dec2026)',
|
|
2937
|
+
display: 'yAUUU31Dec2026',
|
|
2938
|
+
symbol: 'yAUUU-31Dec2026',
|
|
2939
|
+
logo_URIs: {
|
|
2940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
2941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
2942
|
+
},
|
|
2943
|
+
images: [{
|
|
2944
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
2945
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
2946
|
+
}],
|
|
2947
|
+
type_asset: 'sdk.coin',
|
|
2948
|
+
traces: [{
|
|
2949
|
+
type: 'ibc',
|
|
2950
|
+
counterparty: {
|
|
2951
|
+
channel_id: 'channel-24',
|
|
2952
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
2953
|
+
chain_name: 'pryzm'
|
|
2954
|
+
},
|
|
2955
|
+
chain: {
|
|
2956
|
+
channel_id: 'channel-71'
|
|
2957
|
+
}
|
|
2958
|
+
}]
|
|
2959
|
+
},
|
|
2470
2960
|
{
|
|
2471
2961
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
2472
2962
|
denom_units: [{
|
|
@@ -2572,6 +3062,41 @@ const assets = {
|
|
|
2572
3062
|
}
|
|
2573
3063
|
}]
|
|
2574
3064
|
},
|
|
3065
|
+
{
|
|
3066
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
3067
|
+
denom_units: [{
|
|
3068
|
+
denom: 'ibc/70682F830D1CA9114D839BA31A93B8EF1285F1939AF53F4A6DE3806533CA0E22',
|
|
3069
|
+
exponent: 0,
|
|
3070
|
+
aliases: ['y:stutia:31Dec2026']
|
|
3071
|
+
}, {
|
|
3072
|
+
denom: 'ystTIA31Dec2026',
|
|
3073
|
+
exponent: 6
|
|
3074
|
+
}],
|
|
3075
|
+
base: 'ibc/70682F830D1CA9114D839BA31A93B8EF1285F1939AF53F4A6DE3806533CA0E22',
|
|
3076
|
+
name: 'ystTia (31Dec2026)',
|
|
3077
|
+
display: 'ystTIA31Dec2026',
|
|
3078
|
+
symbol: 'ystTIA-31Dec2026',
|
|
3079
|
+
logo_URIs: {
|
|
3080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3081
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3082
|
+
},
|
|
3083
|
+
images: [{
|
|
3084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3085
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3086
|
+
}],
|
|
3087
|
+
type_asset: 'sdk.coin',
|
|
3088
|
+
traces: [{
|
|
3089
|
+
type: 'ibc',
|
|
3090
|
+
counterparty: {
|
|
3091
|
+
channel_id: 'channel-24',
|
|
3092
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
3093
|
+
chain_name: 'pryzm'
|
|
3094
|
+
},
|
|
3095
|
+
chain: {
|
|
3096
|
+
channel_id: 'channel-71'
|
|
3097
|
+
}
|
|
3098
|
+
}]
|
|
3099
|
+
},
|
|
2575
3100
|
{
|
|
2576
3101
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
2577
3102
|
denom_units: [{
|
|
@@ -2580,7 +3105,7 @@ const assets = {
|
|
|
2580
3105
|
aliases: ['y:stadydx:30Sep2024']
|
|
2581
3106
|
}, {
|
|
2582
3107
|
denom: 'ystDYDX30Sep2024',
|
|
2583
|
-
exponent:
|
|
3108
|
+
exponent: 18
|
|
2584
3109
|
}],
|
|
2585
3110
|
base: 'ibc/92B71460FE613F9D2D768E52F1112B9A9F5818ACEA545006943C482B9FF98295',
|
|
2586
3111
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -2615,7 +3140,7 @@ const assets = {
|
|
|
2615
3140
|
aliases: ['y:stadydx:31Dec2024']
|
|
2616
3141
|
}, {
|
|
2617
3142
|
denom: 'ystDYDX31Dec2024',
|
|
2618
|
-
exponent:
|
|
3143
|
+
exponent: 18
|
|
2619
3144
|
}],
|
|
2620
3145
|
base: 'ibc/D976B895AAA91249FB2731A62338E60CB7B69C265845C5A2779F9C02CC07B038',
|
|
2621
3146
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -2650,7 +3175,7 @@ const assets = {
|
|
|
2650
3175
|
aliases: ['y:stadydx:31Dec2025']
|
|
2651
3176
|
}, {
|
|
2652
3177
|
denom: 'ystDYDX31Dec2025',
|
|
2653
|
-
exponent:
|
|
3178
|
+
exponent: 18
|
|
2654
3179
|
}],
|
|
2655
3180
|
base: 'ibc/E9AE4D326E0D58B7659E819B78AE44221D7B439697EEC3446DCA8D374DEC355A',
|
|
2656
3181
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -2677,6 +3202,41 @@ const assets = {
|
|
|
2677
3202
|
}
|
|
2678
3203
|
}]
|
|
2679
3204
|
},
|
|
3205
|
+
{
|
|
3206
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
3207
|
+
denom_units: [{
|
|
3208
|
+
denom: 'ibc/00DE9D07C1F4826CD16DEEDC576766CE4C1DCB734A2970522A0F899B562C05C7',
|
|
3209
|
+
exponent: 0,
|
|
3210
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
3211
|
+
}, {
|
|
3212
|
+
denom: 'ystDYDX31Dec2026',
|
|
3213
|
+
exponent: 18
|
|
3214
|
+
}],
|
|
3215
|
+
base: 'ibc/00DE9D07C1F4826CD16DEEDC576766CE4C1DCB734A2970522A0F899B562C05C7',
|
|
3216
|
+
name: 'ystDydx (31Dec2026)',
|
|
3217
|
+
display: 'ystDYDX31Dec2026',
|
|
3218
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
3219
|
+
logo_URIs: {
|
|
3220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3222
|
+
},
|
|
3223
|
+
images: [{
|
|
3224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3226
|
+
}],
|
|
3227
|
+
type_asset: 'sdk.coin',
|
|
3228
|
+
traces: [{
|
|
3229
|
+
type: 'ibc',
|
|
3230
|
+
counterparty: {
|
|
3231
|
+
channel_id: 'channel-24',
|
|
3232
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
3233
|
+
chain_name: 'pryzm'
|
|
3234
|
+
},
|
|
3235
|
+
chain: {
|
|
3236
|
+
channel_id: 'channel-71'
|
|
3237
|
+
}
|
|
3238
|
+
}]
|
|
3239
|
+
},
|
|
2680
3240
|
{
|
|
2681
3241
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
2682
3242
|
denom_units: [{
|
|
@@ -2782,6 +3342,41 @@ const assets = {
|
|
|
2782
3342
|
}
|
|
2783
3343
|
}]
|
|
2784
3344
|
},
|
|
3345
|
+
{
|
|
3346
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
3347
|
+
denom_units: [{
|
|
3348
|
+
denom: 'ibc/1F38824AEAF57201E8F82F149259D74F7089E84B4EBBAD4913F0CC7C7287C1E2',
|
|
3349
|
+
exponent: 0,
|
|
3350
|
+
aliases: ['y:udatom:31Dec2026']
|
|
3351
|
+
}, {
|
|
3352
|
+
denom: 'ydATOM31Dec2026',
|
|
3353
|
+
exponent: 6
|
|
3354
|
+
}],
|
|
3355
|
+
base: 'ibc/1F38824AEAF57201E8F82F149259D74F7089E84B4EBBAD4913F0CC7C7287C1E2',
|
|
3356
|
+
name: 'ydAtom (31Dec2026)',
|
|
3357
|
+
display: 'ydATOM31Dec2026',
|
|
3358
|
+
symbol: 'ydATOM-31Dec2026',
|
|
3359
|
+
logo_URIs: {
|
|
3360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3362
|
+
},
|
|
3363
|
+
images: [{
|
|
3364
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3366
|
+
}],
|
|
3367
|
+
type_asset: 'sdk.coin',
|
|
3368
|
+
traces: [{
|
|
3369
|
+
type: 'ibc',
|
|
3370
|
+
counterparty: {
|
|
3371
|
+
channel_id: 'channel-24',
|
|
3372
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
3373
|
+
chain_name: 'pryzm'
|
|
3374
|
+
},
|
|
3375
|
+
chain: {
|
|
3376
|
+
channel_id: 'channel-71'
|
|
3377
|
+
}
|
|
3378
|
+
}]
|
|
3379
|
+
},
|
|
2785
3380
|
{
|
|
2786
3381
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
2787
3382
|
denom_units: [{
|
|
@@ -2809,7 +3404,42 @@ const assets = {
|
|
|
2809
3404
|
type: 'ibc',
|
|
2810
3405
|
counterparty: {
|
|
2811
3406
|
channel_id: 'channel-24',
|
|
2812
|
-
base_denom: 'y:utia:31Dec2024',
|
|
3407
|
+
base_denom: 'y:utia:31Dec2024',
|
|
3408
|
+
chain_name: 'pryzm'
|
|
3409
|
+
},
|
|
3410
|
+
chain: {
|
|
3411
|
+
channel_id: 'channel-71'
|
|
3412
|
+
}
|
|
3413
|
+
}]
|
|
3414
|
+
},
|
|
3415
|
+
{
|
|
3416
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
3417
|
+
denom_units: [{
|
|
3418
|
+
denom: 'ibc/CA337A29EE6B1AB5C3900106BB862FBE7F7E3CDC3E60292AF76E10DAA6582554',
|
|
3419
|
+
exponent: 0,
|
|
3420
|
+
aliases: ['y:utia:31Dec2025']
|
|
3421
|
+
}, {
|
|
3422
|
+
denom: 'yTIA31Dec2025',
|
|
3423
|
+
exponent: 6
|
|
3424
|
+
}],
|
|
3425
|
+
base: 'ibc/CA337A29EE6B1AB5C3900106BB862FBE7F7E3CDC3E60292AF76E10DAA6582554',
|
|
3426
|
+
name: 'yTia (31Dec2025)',
|
|
3427
|
+
display: 'yTIA31Dec2025',
|
|
3428
|
+
symbol: 'yTIA-31Dec2025',
|
|
3429
|
+
logo_URIs: {
|
|
3430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3431
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3432
|
+
},
|
|
3433
|
+
images: [{
|
|
3434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3436
|
+
}],
|
|
3437
|
+
type_asset: 'sdk.coin',
|
|
3438
|
+
traces: [{
|
|
3439
|
+
type: 'ibc',
|
|
3440
|
+
counterparty: {
|
|
3441
|
+
channel_id: 'channel-24',
|
|
3442
|
+
base_denom: 'y:utia:31Dec2025',
|
|
2813
3443
|
chain_name: 'pryzm'
|
|
2814
3444
|
},
|
|
2815
3445
|
chain: {
|
|
@@ -2818,19 +3448,19 @@ const assets = {
|
|
|
2818
3448
|
}]
|
|
2819
3449
|
},
|
|
2820
3450
|
{
|
|
2821
|
-
description: 'Pryzm\'s refracted yield token for TIA with maturity of
|
|
3451
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
2822
3452
|
denom_units: [{
|
|
2823
|
-
denom: 'ibc/
|
|
3453
|
+
denom: 'ibc/EE549EDF898AE88F2214AF96703F0FFD0A66E5E7438DBD51C567039378C47BF2',
|
|
2824
3454
|
exponent: 0,
|
|
2825
|
-
aliases: ['y:utia:
|
|
3455
|
+
aliases: ['y:utia:31Dec2026']
|
|
2826
3456
|
}, {
|
|
2827
|
-
denom: '
|
|
3457
|
+
denom: 'yTIA31Dec2026',
|
|
2828
3458
|
exponent: 6
|
|
2829
3459
|
}],
|
|
2830
|
-
base: 'ibc/
|
|
2831
|
-
name: 'yTia (
|
|
2832
|
-
display: '
|
|
2833
|
-
symbol: 'yTIA-
|
|
3460
|
+
base: 'ibc/EE549EDF898AE88F2214AF96703F0FFD0A66E5E7438DBD51C567039378C47BF2',
|
|
3461
|
+
name: 'yTia (31Dec2026)',
|
|
3462
|
+
display: 'yTIA31Dec2026',
|
|
3463
|
+
symbol: 'yTIA-31Dec2026',
|
|
2834
3464
|
logo_URIs: {
|
|
2835
3465
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
2836
3466
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
@@ -2844,7 +3474,7 @@ const assets = {
|
|
|
2844
3474
|
type: 'ibc',
|
|
2845
3475
|
counterparty: {
|
|
2846
3476
|
channel_id: 'channel-24',
|
|
2847
|
-
base_denom: 'y:utia:
|
|
3477
|
+
base_denom: 'y:utia:31Dec2026',
|
|
2848
3478
|
chain_name: 'pryzm'
|
|
2849
3479
|
},
|
|
2850
3480
|
chain: {
|
|
@@ -4845,6 +5475,41 @@ const assets = {
|
|
|
4845
5475
|
}
|
|
4846
5476
|
}]
|
|
4847
5477
|
},
|
|
5478
|
+
{
|
|
5479
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
5480
|
+
denom_units: [{
|
|
5481
|
+
denom: 'ibc/BA37C67BA2C4B2D5737AEE3EBBCED8CA25377D112353BB3ED1F7CC2CF3E9BFCF',
|
|
5482
|
+
exponent: 0,
|
|
5483
|
+
aliases: ['p:uatom:31Dec2026']
|
|
5484
|
+
}, {
|
|
5485
|
+
denom: 'pATOM31Dec2026',
|
|
5486
|
+
exponent: 6
|
|
5487
|
+
}],
|
|
5488
|
+
base: 'ibc/BA37C67BA2C4B2D5737AEE3EBBCED8CA25377D112353BB3ED1F7CC2CF3E9BFCF',
|
|
5489
|
+
name: 'pAtom (31Dec2026)',
|
|
5490
|
+
display: 'pATOM31Dec2026',
|
|
5491
|
+
symbol: 'pATOM-31Dec2026',
|
|
5492
|
+
logo_URIs: {
|
|
5493
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
5494
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
5495
|
+
},
|
|
5496
|
+
images: [{
|
|
5497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
5498
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
5499
|
+
}],
|
|
5500
|
+
type_asset: 'sdk.coin',
|
|
5501
|
+
traces: [{
|
|
5502
|
+
type: 'ibc',
|
|
5503
|
+
counterparty: {
|
|
5504
|
+
channel_id: 'channel-24',
|
|
5505
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
5506
|
+
chain_name: 'pryzm'
|
|
5507
|
+
},
|
|
5508
|
+
chain: {
|
|
5509
|
+
channel_id: 'channel-71'
|
|
5510
|
+
}
|
|
5511
|
+
}]
|
|
5512
|
+
},
|
|
4848
5513
|
{
|
|
4849
5514
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
4850
5515
|
denom_units: [{
|
|
@@ -4950,6 +5615,41 @@ const assets = {
|
|
|
4950
5615
|
}
|
|
4951
5616
|
}]
|
|
4952
5617
|
},
|
|
5618
|
+
{
|
|
5619
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
5620
|
+
denom_units: [{
|
|
5621
|
+
denom: 'ibc/6DD4CE70DFEEDF6ED4D00FAD9F713EED41D7B6AA3659E1756FFEFB9F636455B8',
|
|
5622
|
+
exponent: 0,
|
|
5623
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
5624
|
+
}, {
|
|
5625
|
+
denom: 'pOSMO31Dec2026',
|
|
5626
|
+
exponent: 6
|
|
5627
|
+
}],
|
|
5628
|
+
base: 'ibc/6DD4CE70DFEEDF6ED4D00FAD9F713EED41D7B6AA3659E1756FFEFB9F636455B8',
|
|
5629
|
+
name: 'pOsmo (31Dec2026)',
|
|
5630
|
+
display: 'pOSMO31Dec2026',
|
|
5631
|
+
symbol: 'pOSMO-31Dec2026',
|
|
5632
|
+
logo_URIs: {
|
|
5633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
5634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
5635
|
+
},
|
|
5636
|
+
images: [{
|
|
5637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
5638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
5639
|
+
}],
|
|
5640
|
+
type_asset: 'sdk.coin',
|
|
5641
|
+
traces: [{
|
|
5642
|
+
type: 'ibc',
|
|
5643
|
+
counterparty: {
|
|
5644
|
+
channel_id: 'channel-24',
|
|
5645
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
5646
|
+
chain_name: 'pryzm'
|
|
5647
|
+
},
|
|
5648
|
+
chain: {
|
|
5649
|
+
channel_id: 'channel-71'
|
|
5650
|
+
}
|
|
5651
|
+
}]
|
|
5652
|
+
},
|
|
4953
5653
|
{
|
|
4954
5654
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
4955
5655
|
denom_units: [{
|
|
@@ -5055,6 +5755,41 @@ const assets = {
|
|
|
5055
5755
|
}
|
|
5056
5756
|
}]
|
|
5057
5757
|
},
|
|
5758
|
+
{
|
|
5759
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
5760
|
+
denom_units: [{
|
|
5761
|
+
denom: 'ibc/0AFC1A03C2D17011FEEFA8673BA2D958A7A8A40BD43A9B72589FA9D893773453',
|
|
5762
|
+
exponent: 0,
|
|
5763
|
+
aliases: ['p:inj:31Dec2026']
|
|
5764
|
+
}, {
|
|
5765
|
+
denom: 'pINJ31Dec2026',
|
|
5766
|
+
exponent: 18
|
|
5767
|
+
}],
|
|
5768
|
+
base: 'ibc/0AFC1A03C2D17011FEEFA8673BA2D958A7A8A40BD43A9B72589FA9D893773453',
|
|
5769
|
+
name: 'pInj (31Dec2026)',
|
|
5770
|
+
display: 'pINJ31Dec2026',
|
|
5771
|
+
symbol: 'pINJ-31Dec2026',
|
|
5772
|
+
logo_URIs: {
|
|
5773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
5774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
5775
|
+
},
|
|
5776
|
+
images: [{
|
|
5777
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
5778
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
5779
|
+
}],
|
|
5780
|
+
type_asset: 'sdk.coin',
|
|
5781
|
+
traces: [{
|
|
5782
|
+
type: 'ibc',
|
|
5783
|
+
counterparty: {
|
|
5784
|
+
channel_id: 'channel-24',
|
|
5785
|
+
base_denom: 'p:inj:31Dec2026',
|
|
5786
|
+
chain_name: 'pryzm'
|
|
5787
|
+
},
|
|
5788
|
+
chain: {
|
|
5789
|
+
channel_id: 'channel-71'
|
|
5790
|
+
}
|
|
5791
|
+
}]
|
|
5792
|
+
},
|
|
5058
5793
|
{
|
|
5059
5794
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
5060
5795
|
denom_units: [{
|
|
@@ -5125,6 +5860,41 @@ const assets = {
|
|
|
5125
5860
|
}
|
|
5126
5861
|
}]
|
|
5127
5862
|
},
|
|
5863
|
+
{
|
|
5864
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
5865
|
+
denom_units: [{
|
|
5866
|
+
denom: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15',
|
|
5867
|
+
exponent: 0,
|
|
5868
|
+
aliases: ['p:uluna:31Dec2026']
|
|
5869
|
+
}, {
|
|
5870
|
+
denom: 'pLUNA31Dec2026',
|
|
5871
|
+
exponent: 6
|
|
5872
|
+
}],
|
|
5873
|
+
base: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15',
|
|
5874
|
+
name: 'pLuna (31Dec2026)',
|
|
5875
|
+
display: 'pLUNA31Dec2026',
|
|
5876
|
+
symbol: 'pLUNA-31Dec2026',
|
|
5877
|
+
logo_URIs: {
|
|
5878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
5879
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
5880
|
+
},
|
|
5881
|
+
images: [{
|
|
5882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
5883
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
5884
|
+
}],
|
|
5885
|
+
type_asset: 'sdk.coin',
|
|
5886
|
+
traces: [{
|
|
5887
|
+
type: 'ibc',
|
|
5888
|
+
counterparty: {
|
|
5889
|
+
channel_id: 'channel-24',
|
|
5890
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
5891
|
+
chain_name: 'pryzm'
|
|
5892
|
+
},
|
|
5893
|
+
chain: {
|
|
5894
|
+
channel_id: 'channel-71'
|
|
5895
|
+
}
|
|
5896
|
+
}]
|
|
5897
|
+
},
|
|
5128
5898
|
{
|
|
5129
5899
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
5130
5900
|
denom_units: [{
|
|
@@ -5265,6 +6035,41 @@ const assets = {
|
|
|
5265
6035
|
}
|
|
5266
6036
|
}]
|
|
5267
6037
|
},
|
|
6038
|
+
{
|
|
6039
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
6040
|
+
denom_units: [{
|
|
6041
|
+
denom: 'ibc/13FCC7029C084663C4ECA420FE46D607DE4CA143C2C531EB1F79FF09FAE4FBCB',
|
|
6042
|
+
exponent: 0,
|
|
6043
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
6044
|
+
}, {
|
|
6045
|
+
denom: 'pAUUU31Dec2026',
|
|
6046
|
+
exponent: 6
|
|
6047
|
+
}],
|
|
6048
|
+
base: 'ibc/13FCC7029C084663C4ECA420FE46D607DE4CA143C2C531EB1F79FF09FAE4FBCB',
|
|
6049
|
+
name: 'pAuuu (31Dec2026)',
|
|
6050
|
+
display: 'pAUUU31Dec2026',
|
|
6051
|
+
symbol: 'pAUUU-31Dec2026',
|
|
6052
|
+
logo_URIs: {
|
|
6053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
6054
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6055
|
+
},
|
|
6056
|
+
images: [{
|
|
6057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
6058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
6059
|
+
}],
|
|
6060
|
+
type_asset: 'sdk.coin',
|
|
6061
|
+
traces: [{
|
|
6062
|
+
type: 'ibc',
|
|
6063
|
+
counterparty: {
|
|
6064
|
+
channel_id: 'channel-24',
|
|
6065
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
6066
|
+
chain_name: 'pryzm'
|
|
6067
|
+
},
|
|
6068
|
+
chain: {
|
|
6069
|
+
channel_id: 'channel-71'
|
|
6070
|
+
}
|
|
6071
|
+
}]
|
|
6072
|
+
},
|
|
5268
6073
|
{
|
|
5269
6074
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
5270
6075
|
denom_units: [{
|
|
@@ -5370,6 +6175,41 @@ const assets = {
|
|
|
5370
6175
|
}
|
|
5371
6176
|
}]
|
|
5372
6177
|
},
|
|
6178
|
+
{
|
|
6179
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
6180
|
+
denom_units: [{
|
|
6181
|
+
denom: 'ibc/3C1F6416E99739CA85BE245097C587D1629853F29DF6110D6EB33E4E2E225684',
|
|
6182
|
+
exponent: 0,
|
|
6183
|
+
aliases: ['p:stutia:31Dec2026']
|
|
6184
|
+
}, {
|
|
6185
|
+
denom: 'pstTIA31Dec2026',
|
|
6186
|
+
exponent: 6
|
|
6187
|
+
}],
|
|
6188
|
+
base: 'ibc/3C1F6416E99739CA85BE245097C587D1629853F29DF6110D6EB33E4E2E225684',
|
|
6189
|
+
name: 'pstTia (31Dec2026)',
|
|
6190
|
+
display: 'pstTIA31Dec2026',
|
|
6191
|
+
symbol: 'pstTIA-31Dec2026',
|
|
6192
|
+
logo_URIs: {
|
|
6193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
6194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
6195
|
+
},
|
|
6196
|
+
images: [{
|
|
6197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
6198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
6199
|
+
}],
|
|
6200
|
+
type_asset: 'sdk.coin',
|
|
6201
|
+
traces: [{
|
|
6202
|
+
type: 'ibc',
|
|
6203
|
+
counterparty: {
|
|
6204
|
+
channel_id: 'channel-24',
|
|
6205
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
6206
|
+
chain_name: 'pryzm'
|
|
6207
|
+
},
|
|
6208
|
+
chain: {
|
|
6209
|
+
channel_id: 'channel-71'
|
|
6210
|
+
}
|
|
6211
|
+
}]
|
|
6212
|
+
},
|
|
5373
6213
|
{
|
|
5374
6214
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
5375
6215
|
denom_units: [{
|
|
@@ -5475,6 +6315,41 @@ const assets = {
|
|
|
5475
6315
|
}
|
|
5476
6316
|
}]
|
|
5477
6317
|
},
|
|
6318
|
+
{
|
|
6319
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
6320
|
+
denom_units: [{
|
|
6321
|
+
denom: 'ibc/384F7CB62F8178E0C2E85EFE0BCC687641DD65E566C6F068A25C3BDAF0EBBB05',
|
|
6322
|
+
exponent: 0,
|
|
6323
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
6324
|
+
}, {
|
|
6325
|
+
denom: 'pstDYDX31Dec2026',
|
|
6326
|
+
exponent: 18
|
|
6327
|
+
}],
|
|
6328
|
+
base: 'ibc/384F7CB62F8178E0C2E85EFE0BCC687641DD65E566C6F068A25C3BDAF0EBBB05',
|
|
6329
|
+
name: 'pstDydx (31Dec2026)',
|
|
6330
|
+
display: 'pstDYDX31Dec2026',
|
|
6331
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
6332
|
+
logo_URIs: {
|
|
6333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
6334
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
6335
|
+
},
|
|
6336
|
+
images: [{
|
|
6337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
6338
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
6339
|
+
}],
|
|
6340
|
+
type_asset: 'sdk.coin',
|
|
6341
|
+
traces: [{
|
|
6342
|
+
type: 'ibc',
|
|
6343
|
+
counterparty: {
|
|
6344
|
+
channel_id: 'channel-24',
|
|
6345
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
6346
|
+
chain_name: 'pryzm'
|
|
6347
|
+
},
|
|
6348
|
+
chain: {
|
|
6349
|
+
channel_id: 'channel-71'
|
|
6350
|
+
}
|
|
6351
|
+
}]
|
|
6352
|
+
},
|
|
5478
6353
|
{
|
|
5479
6354
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
5480
6355
|
denom_units: [{
|
|
@@ -5580,6 +6455,41 @@ const assets = {
|
|
|
5580
6455
|
}
|
|
5581
6456
|
}]
|
|
5582
6457
|
},
|
|
6458
|
+
{
|
|
6459
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
6460
|
+
denom_units: [{
|
|
6461
|
+
denom: 'ibc/BEC48EAF6DBBFA0F47CD734A2D626C37EF55AA6BB7ECC6E02EA3DE797A75F471',
|
|
6462
|
+
exponent: 0,
|
|
6463
|
+
aliases: ['p:udatom:31Dec2026']
|
|
6464
|
+
}, {
|
|
6465
|
+
denom: 'pdATOM31Dec2026',
|
|
6466
|
+
exponent: 6
|
|
6467
|
+
}],
|
|
6468
|
+
base: 'ibc/BEC48EAF6DBBFA0F47CD734A2D626C37EF55AA6BB7ECC6E02EA3DE797A75F471',
|
|
6469
|
+
name: 'pdAtom (31Dec2026)',
|
|
6470
|
+
display: 'pdATOM31Dec2026',
|
|
6471
|
+
symbol: 'pdATOM-31Dec2026',
|
|
6472
|
+
logo_URIs: {
|
|
6473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6475
|
+
},
|
|
6476
|
+
images: [{
|
|
6477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6478
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6479
|
+
}],
|
|
6480
|
+
type_asset: 'sdk.coin',
|
|
6481
|
+
traces: [{
|
|
6482
|
+
type: 'ibc',
|
|
6483
|
+
counterparty: {
|
|
6484
|
+
channel_id: 'channel-24',
|
|
6485
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
6486
|
+
chain_name: 'pryzm'
|
|
6487
|
+
},
|
|
6488
|
+
chain: {
|
|
6489
|
+
channel_id: 'channel-71'
|
|
6490
|
+
}
|
|
6491
|
+
}]
|
|
6492
|
+
},
|
|
5583
6493
|
{
|
|
5584
6494
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
5585
6495
|
denom_units: [{
|
|
@@ -5607,7 +6517,42 @@ const assets = {
|
|
|
5607
6517
|
type: 'ibc',
|
|
5608
6518
|
counterparty: {
|
|
5609
6519
|
channel_id: 'channel-24',
|
|
5610
|
-
base_denom: 'p:utia:31Dec2024',
|
|
6520
|
+
base_denom: 'p:utia:31Dec2024',
|
|
6521
|
+
chain_name: 'pryzm'
|
|
6522
|
+
},
|
|
6523
|
+
chain: {
|
|
6524
|
+
channel_id: 'channel-71'
|
|
6525
|
+
}
|
|
6526
|
+
}]
|
|
6527
|
+
},
|
|
6528
|
+
{
|
|
6529
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
6530
|
+
denom_units: [{
|
|
6531
|
+
denom: 'ibc/1571F35C4D415E8659828EEB759A2307864FC8CEE6134890152C14FA75B18D84',
|
|
6532
|
+
exponent: 0,
|
|
6533
|
+
aliases: ['p:utia:31Dec2025']
|
|
6534
|
+
}, {
|
|
6535
|
+
denom: 'pTIA31Dec2025',
|
|
6536
|
+
exponent: 6
|
|
6537
|
+
}],
|
|
6538
|
+
base: 'ibc/1571F35C4D415E8659828EEB759A2307864FC8CEE6134890152C14FA75B18D84',
|
|
6539
|
+
name: 'pTia (31Dec2025)',
|
|
6540
|
+
display: 'pTIA31Dec2025',
|
|
6541
|
+
symbol: 'pTIA-31Dec2025',
|
|
6542
|
+
logo_URIs: {
|
|
6543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
6544
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
6545
|
+
},
|
|
6546
|
+
images: [{
|
|
6547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
6548
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
6549
|
+
}],
|
|
6550
|
+
type_asset: 'sdk.coin',
|
|
6551
|
+
traces: [{
|
|
6552
|
+
type: 'ibc',
|
|
6553
|
+
counterparty: {
|
|
6554
|
+
channel_id: 'channel-24',
|
|
6555
|
+
base_denom: 'p:utia:31Dec2025',
|
|
5611
6556
|
chain_name: 'pryzm'
|
|
5612
6557
|
},
|
|
5613
6558
|
chain: {
|
|
@@ -5616,19 +6561,19 @@ const assets = {
|
|
|
5616
6561
|
}]
|
|
5617
6562
|
},
|
|
5618
6563
|
{
|
|
5619
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
6564
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
5620
6565
|
denom_units: [{
|
|
5621
|
-
denom: 'ibc/
|
|
6566
|
+
denom: 'ibc/1172BDA31EC371AB44E4C7D56D19C89A103A66E82E1688D179C7B4A885A1993B',
|
|
5622
6567
|
exponent: 0,
|
|
5623
|
-
aliases: ['p:utia:
|
|
6568
|
+
aliases: ['p:utia:31Dec2026']
|
|
5624
6569
|
}, {
|
|
5625
|
-
denom: '
|
|
6570
|
+
denom: 'pTIA31Dec2026',
|
|
5626
6571
|
exponent: 6
|
|
5627
6572
|
}],
|
|
5628
|
-
base: 'ibc/
|
|
5629
|
-
name: 'pTia (
|
|
5630
|
-
display: '
|
|
5631
|
-
symbol: 'pTIA-
|
|
6573
|
+
base: 'ibc/1172BDA31EC371AB44E4C7D56D19C89A103A66E82E1688D179C7B4A885A1993B',
|
|
6574
|
+
name: 'pTia (31Dec2026)',
|
|
6575
|
+
display: 'pTIA31Dec2026',
|
|
6576
|
+
symbol: 'pTIA-31Dec2026',
|
|
5632
6577
|
logo_URIs: {
|
|
5633
6578
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5634
6579
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
@@ -5642,7 +6587,7 @@ const assets = {
|
|
|
5642
6587
|
type: 'ibc',
|
|
5643
6588
|
counterparty: {
|
|
5644
6589
|
channel_id: 'channel-24',
|
|
5645
|
-
base_denom: 'p:utia:
|
|
6590
|
+
base_denom: 'p:utia:31Dec2026',
|
|
5646
6591
|
chain_name: 'pryzm'
|
|
5647
6592
|
},
|
|
5648
6593
|
chain: {
|
|
@@ -5755,6 +6700,41 @@ const assets = {
|
|
|
5755
6700
|
}
|
|
5756
6701
|
}]
|
|
5757
6702
|
},
|
|
6703
|
+
{
|
|
6704
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
6705
|
+
denom_units: [{
|
|
6706
|
+
denom: 'ibc/2B52FD428065257B5E48A34C32C160F758C3E96B9BC8673AA2145BC925A036CE',
|
|
6707
|
+
exponent: 0,
|
|
6708
|
+
aliases: ['y:uatom:31Dec2026']
|
|
6709
|
+
}, {
|
|
6710
|
+
denom: 'yATOM31Dec2026',
|
|
6711
|
+
exponent: 6
|
|
6712
|
+
}],
|
|
6713
|
+
base: 'ibc/2B52FD428065257B5E48A34C32C160F758C3E96B9BC8673AA2145BC925A036CE',
|
|
6714
|
+
name: 'yAtom (31Dec2026)',
|
|
6715
|
+
display: 'yATOM31Dec2026',
|
|
6716
|
+
symbol: 'yATOM-31Dec2026',
|
|
6717
|
+
logo_URIs: {
|
|
6718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
6719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
6720
|
+
},
|
|
6721
|
+
images: [{
|
|
6722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
6723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
6724
|
+
}],
|
|
6725
|
+
type_asset: 'sdk.coin',
|
|
6726
|
+
traces: [{
|
|
6727
|
+
type: 'ibc',
|
|
6728
|
+
counterparty: {
|
|
6729
|
+
channel_id: 'channel-24',
|
|
6730
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
6731
|
+
chain_name: 'pryzm'
|
|
6732
|
+
},
|
|
6733
|
+
chain: {
|
|
6734
|
+
channel_id: 'channel-71'
|
|
6735
|
+
}
|
|
6736
|
+
}]
|
|
6737
|
+
},
|
|
5758
6738
|
{
|
|
5759
6739
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
5760
6740
|
denom_units: [{
|
|
@@ -5860,6 +6840,41 @@ const assets = {
|
|
|
5860
6840
|
}
|
|
5861
6841
|
}]
|
|
5862
6842
|
},
|
|
6843
|
+
{
|
|
6844
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
6845
|
+
denom_units: [{
|
|
6846
|
+
denom: 'ibc/A08C12169572174D906D4F61F857697A02CFF01F0F0416900EEBB71D7D3494CB',
|
|
6847
|
+
exponent: 0,
|
|
6848
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
6849
|
+
}, {
|
|
6850
|
+
denom: 'yOSMO31Dec2026',
|
|
6851
|
+
exponent: 6
|
|
6852
|
+
}],
|
|
6853
|
+
base: 'ibc/A08C12169572174D906D4F61F857697A02CFF01F0F0416900EEBB71D7D3494CB',
|
|
6854
|
+
name: 'yOsmo (31Dec2026)',
|
|
6855
|
+
display: 'yOSMO31Dec2026',
|
|
6856
|
+
symbol: 'yOSMO-31Dec2026',
|
|
6857
|
+
logo_URIs: {
|
|
6858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
6859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
6860
|
+
},
|
|
6861
|
+
images: [{
|
|
6862
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
6863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
6864
|
+
}],
|
|
6865
|
+
type_asset: 'sdk.coin',
|
|
6866
|
+
traces: [{
|
|
6867
|
+
type: 'ibc',
|
|
6868
|
+
counterparty: {
|
|
6869
|
+
channel_id: 'channel-24',
|
|
6870
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
6871
|
+
chain_name: 'pryzm'
|
|
6872
|
+
},
|
|
6873
|
+
chain: {
|
|
6874
|
+
channel_id: 'channel-71'
|
|
6875
|
+
}
|
|
6876
|
+
}]
|
|
6877
|
+
},
|
|
5863
6878
|
{
|
|
5864
6879
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
5865
6880
|
denom_units: [{
|
|
@@ -5965,6 +6980,41 @@ const assets = {
|
|
|
5965
6980
|
}
|
|
5966
6981
|
}]
|
|
5967
6982
|
},
|
|
6983
|
+
{
|
|
6984
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
6985
|
+
denom_units: [{
|
|
6986
|
+
denom: 'ibc/EC72C1CA4B63F6BACE309EA742EEB6102E8824167CAEE7361D1717911F0B3B66',
|
|
6987
|
+
exponent: 0,
|
|
6988
|
+
aliases: ['y:inj:31Dec2026']
|
|
6989
|
+
}, {
|
|
6990
|
+
denom: 'yINJ31Dec2026',
|
|
6991
|
+
exponent: 18
|
|
6992
|
+
}],
|
|
6993
|
+
base: 'ibc/EC72C1CA4B63F6BACE309EA742EEB6102E8824167CAEE7361D1717911F0B3B66',
|
|
6994
|
+
name: 'yInj (31Dec2026)',
|
|
6995
|
+
display: 'yINJ31Dec2026',
|
|
6996
|
+
symbol: 'yINJ-31Dec2026',
|
|
6997
|
+
logo_URIs: {
|
|
6998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
6999
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
7000
|
+
},
|
|
7001
|
+
images: [{
|
|
7002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
7003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
7004
|
+
}],
|
|
7005
|
+
type_asset: 'sdk.coin',
|
|
7006
|
+
traces: [{
|
|
7007
|
+
type: 'ibc',
|
|
7008
|
+
counterparty: {
|
|
7009
|
+
channel_id: 'channel-24',
|
|
7010
|
+
base_denom: 'y:inj:31Dec2026',
|
|
7011
|
+
chain_name: 'pryzm'
|
|
7012
|
+
},
|
|
7013
|
+
chain: {
|
|
7014
|
+
channel_id: 'channel-71'
|
|
7015
|
+
}
|
|
7016
|
+
}]
|
|
7017
|
+
},
|
|
5968
7018
|
{
|
|
5969
7019
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
5970
7020
|
denom_units: [{
|
|
@@ -6070,6 +7120,41 @@ const assets = {
|
|
|
6070
7120
|
}
|
|
6071
7121
|
}]
|
|
6072
7122
|
},
|
|
7123
|
+
{
|
|
7124
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
7125
|
+
denom_units: [{
|
|
7126
|
+
denom: 'ibc/69728DC2460A8458DBDA55D10610EB49F02CF44BAAF2004CB1E1AB75744BE58F',
|
|
7127
|
+
exponent: 0,
|
|
7128
|
+
aliases: ['y:uluna:31Dec2026']
|
|
7129
|
+
}, {
|
|
7130
|
+
denom: 'yLUNA31Dec2026',
|
|
7131
|
+
exponent: 6
|
|
7132
|
+
}],
|
|
7133
|
+
base: 'ibc/69728DC2460A8458DBDA55D10610EB49F02CF44BAAF2004CB1E1AB75744BE58F',
|
|
7134
|
+
name: 'yLuna (31Dec2026)',
|
|
7135
|
+
display: 'yLUNA31Dec2026',
|
|
7136
|
+
symbol: 'yLUNA-31Dec2026',
|
|
7137
|
+
logo_URIs: {
|
|
7138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
7139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
7140
|
+
},
|
|
7141
|
+
images: [{
|
|
7142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
7143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
7144
|
+
}],
|
|
7145
|
+
type_asset: 'sdk.coin',
|
|
7146
|
+
traces: [{
|
|
7147
|
+
type: 'ibc',
|
|
7148
|
+
counterparty: {
|
|
7149
|
+
channel_id: 'channel-24',
|
|
7150
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
7151
|
+
chain_name: 'pryzm'
|
|
7152
|
+
},
|
|
7153
|
+
chain: {
|
|
7154
|
+
channel_id: 'channel-71'
|
|
7155
|
+
}
|
|
7156
|
+
}]
|
|
7157
|
+
},
|
|
6073
7158
|
{
|
|
6074
7159
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
6075
7160
|
denom_units: [{
|
|
@@ -6175,6 +7260,41 @@ const assets = {
|
|
|
6175
7260
|
}
|
|
6176
7261
|
}]
|
|
6177
7262
|
},
|
|
7263
|
+
{
|
|
7264
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
7265
|
+
denom_units: [{
|
|
7266
|
+
denom: 'ibc/0318ED708822CAB6E28964D94B26EA3C0392F26FE344F1275472F9A8073B0EB9',
|
|
7267
|
+
exponent: 0,
|
|
7268
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
7269
|
+
}, {
|
|
7270
|
+
denom: 'yAUUU31Dec2026',
|
|
7271
|
+
exponent: 6
|
|
7272
|
+
}],
|
|
7273
|
+
base: 'ibc/0318ED708822CAB6E28964D94B26EA3C0392F26FE344F1275472F9A8073B0EB9',
|
|
7274
|
+
name: 'yAuuu (31Dec2026)',
|
|
7275
|
+
display: 'yAUUU31Dec2026',
|
|
7276
|
+
symbol: 'yAUUU-31Dec2026',
|
|
7277
|
+
logo_URIs: {
|
|
7278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
7279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
7280
|
+
},
|
|
7281
|
+
images: [{
|
|
7282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
7283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
7284
|
+
}],
|
|
7285
|
+
type_asset: 'sdk.coin',
|
|
7286
|
+
traces: [{
|
|
7287
|
+
type: 'ibc',
|
|
7288
|
+
counterparty: {
|
|
7289
|
+
channel_id: 'channel-24',
|
|
7290
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
7291
|
+
chain_name: 'pryzm'
|
|
7292
|
+
},
|
|
7293
|
+
chain: {
|
|
7294
|
+
channel_id: 'channel-71'
|
|
7295
|
+
}
|
|
7296
|
+
}]
|
|
7297
|
+
},
|
|
6178
7298
|
{
|
|
6179
7299
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
6180
7300
|
denom_units: [{
|
|
@@ -6280,6 +7400,41 @@ const assets = {
|
|
|
6280
7400
|
}
|
|
6281
7401
|
}]
|
|
6282
7402
|
},
|
|
7403
|
+
{
|
|
7404
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
7405
|
+
denom_units: [{
|
|
7406
|
+
denom: 'ibc/70682F830D1CA9114D839BA31A93B8EF1285F1939AF53F4A6DE3806533CA0E22',
|
|
7407
|
+
exponent: 0,
|
|
7408
|
+
aliases: ['y:stutia:31Dec2026']
|
|
7409
|
+
}, {
|
|
7410
|
+
denom: 'ystTIA31Dec2026',
|
|
7411
|
+
exponent: 6
|
|
7412
|
+
}],
|
|
7413
|
+
base: 'ibc/70682F830D1CA9114D839BA31A93B8EF1285F1939AF53F4A6DE3806533CA0E22',
|
|
7414
|
+
name: 'ystTia (31Dec2026)',
|
|
7415
|
+
display: 'ystTIA31Dec2026',
|
|
7416
|
+
symbol: 'ystTIA-31Dec2026',
|
|
7417
|
+
logo_URIs: {
|
|
7418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
7419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
7420
|
+
},
|
|
7421
|
+
images: [{
|
|
7422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
7423
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
7424
|
+
}],
|
|
7425
|
+
type_asset: 'sdk.coin',
|
|
7426
|
+
traces: [{
|
|
7427
|
+
type: 'ibc',
|
|
7428
|
+
counterparty: {
|
|
7429
|
+
channel_id: 'channel-24',
|
|
7430
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
7431
|
+
chain_name: 'pryzm'
|
|
7432
|
+
},
|
|
7433
|
+
chain: {
|
|
7434
|
+
channel_id: 'channel-71'
|
|
7435
|
+
}
|
|
7436
|
+
}]
|
|
7437
|
+
},
|
|
6283
7438
|
{
|
|
6284
7439
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
6285
7440
|
denom_units: [{
|
|
@@ -6288,7 +7443,7 @@ const assets = {
|
|
|
6288
7443
|
aliases: ['y:stadydx:30Sep2024']
|
|
6289
7444
|
}, {
|
|
6290
7445
|
denom: 'ystDYDX30Sep2024',
|
|
6291
|
-
exponent:
|
|
7446
|
+
exponent: 18
|
|
6292
7447
|
}],
|
|
6293
7448
|
base: 'ibc/92B71460FE613F9D2D768E52F1112B9A9F5818ACEA545006943C482B9FF98295',
|
|
6294
7449
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -6323,7 +7478,7 @@ const assets = {
|
|
|
6323
7478
|
aliases: ['y:stadydx:31Dec2024']
|
|
6324
7479
|
}, {
|
|
6325
7480
|
denom: 'ystDYDX31Dec2024',
|
|
6326
|
-
exponent:
|
|
7481
|
+
exponent: 18
|
|
6327
7482
|
}],
|
|
6328
7483
|
base: 'ibc/D976B895AAA91249FB2731A62338E60CB7B69C265845C5A2779F9C02CC07B038',
|
|
6329
7484
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -6358,7 +7513,7 @@ const assets = {
|
|
|
6358
7513
|
aliases: ['y:stadydx:31Dec2025']
|
|
6359
7514
|
}, {
|
|
6360
7515
|
denom: 'ystDYDX31Dec2025',
|
|
6361
|
-
exponent:
|
|
7516
|
+
exponent: 18
|
|
6362
7517
|
}],
|
|
6363
7518
|
base: 'ibc/E9AE4D326E0D58B7659E819B78AE44221D7B439697EEC3446DCA8D374DEC355A',
|
|
6364
7519
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -6385,6 +7540,41 @@ const assets = {
|
|
|
6385
7540
|
}
|
|
6386
7541
|
}]
|
|
6387
7542
|
},
|
|
7543
|
+
{
|
|
7544
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
7545
|
+
denom_units: [{
|
|
7546
|
+
denom: 'ibc/00DE9D07C1F4826CD16DEEDC576766CE4C1DCB734A2970522A0F899B562C05C7',
|
|
7547
|
+
exponent: 0,
|
|
7548
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
7549
|
+
}, {
|
|
7550
|
+
denom: 'ystDYDX31Dec2026',
|
|
7551
|
+
exponent: 18
|
|
7552
|
+
}],
|
|
7553
|
+
base: 'ibc/00DE9D07C1F4826CD16DEEDC576766CE4C1DCB734A2970522A0F899B562C05C7',
|
|
7554
|
+
name: 'ystDydx (31Dec2026)',
|
|
7555
|
+
display: 'ystDYDX31Dec2026',
|
|
7556
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
7557
|
+
logo_URIs: {
|
|
7558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
7559
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
7560
|
+
},
|
|
7561
|
+
images: [{
|
|
7562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
7563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
7564
|
+
}],
|
|
7565
|
+
type_asset: 'sdk.coin',
|
|
7566
|
+
traces: [{
|
|
7567
|
+
type: 'ibc',
|
|
7568
|
+
counterparty: {
|
|
7569
|
+
channel_id: 'channel-24',
|
|
7570
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
7571
|
+
chain_name: 'pryzm'
|
|
7572
|
+
},
|
|
7573
|
+
chain: {
|
|
7574
|
+
channel_id: 'channel-71'
|
|
7575
|
+
}
|
|
7576
|
+
}]
|
|
7577
|
+
},
|
|
6388
7578
|
{
|
|
6389
7579
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
6390
7580
|
denom_units: [{
|
|
@@ -6490,6 +7680,41 @@ const assets = {
|
|
|
6490
7680
|
}
|
|
6491
7681
|
}]
|
|
6492
7682
|
},
|
|
7683
|
+
{
|
|
7684
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
7685
|
+
denom_units: [{
|
|
7686
|
+
denom: 'ibc/1F38824AEAF57201E8F82F149259D74F7089E84B4EBBAD4913F0CC7C7287C1E2',
|
|
7687
|
+
exponent: 0,
|
|
7688
|
+
aliases: ['y:udatom:31Dec2026']
|
|
7689
|
+
}, {
|
|
7690
|
+
denom: 'ydATOM31Dec2026',
|
|
7691
|
+
exponent: 6
|
|
7692
|
+
}],
|
|
7693
|
+
base: 'ibc/1F38824AEAF57201E8F82F149259D74F7089E84B4EBBAD4913F0CC7C7287C1E2',
|
|
7694
|
+
name: 'ydAtom (31Dec2026)',
|
|
7695
|
+
display: 'ydATOM31Dec2026',
|
|
7696
|
+
symbol: 'ydATOM-31Dec2026',
|
|
7697
|
+
logo_URIs: {
|
|
7698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7700
|
+
},
|
|
7701
|
+
images: [{
|
|
7702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
7703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
7704
|
+
}],
|
|
7705
|
+
type_asset: 'sdk.coin',
|
|
7706
|
+
traces: [{
|
|
7707
|
+
type: 'ibc',
|
|
7708
|
+
counterparty: {
|
|
7709
|
+
channel_id: 'channel-24',
|
|
7710
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
7711
|
+
chain_name: 'pryzm'
|
|
7712
|
+
},
|
|
7713
|
+
chain: {
|
|
7714
|
+
channel_id: 'channel-71'
|
|
7715
|
+
}
|
|
7716
|
+
}]
|
|
7717
|
+
},
|
|
6493
7718
|
{
|
|
6494
7719
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
6495
7720
|
denom_units: [{
|
|
@@ -6560,6 +7785,41 @@ const assets = {
|
|
|
6560
7785
|
}
|
|
6561
7786
|
}]
|
|
6562
7787
|
},
|
|
7788
|
+
{
|
|
7789
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
7790
|
+
denom_units: [{
|
|
7791
|
+
denom: 'ibc/EE549EDF898AE88F2214AF96703F0FFD0A66E5E7438DBD51C567039378C47BF2',
|
|
7792
|
+
exponent: 0,
|
|
7793
|
+
aliases: ['y:utia:31Dec2026']
|
|
7794
|
+
}, {
|
|
7795
|
+
denom: 'yTIA31Dec2026',
|
|
7796
|
+
exponent: 6
|
|
7797
|
+
}],
|
|
7798
|
+
base: 'ibc/EE549EDF898AE88F2214AF96703F0FFD0A66E5E7438DBD51C567039378C47BF2',
|
|
7799
|
+
name: 'yTia (31Dec2026)',
|
|
7800
|
+
display: 'yTIA31Dec2026',
|
|
7801
|
+
symbol: 'yTIA-31Dec2026',
|
|
7802
|
+
logo_URIs: {
|
|
7803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
7804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
7805
|
+
},
|
|
7806
|
+
images: [{
|
|
7807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
7808
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
7809
|
+
}],
|
|
7810
|
+
type_asset: 'sdk.coin',
|
|
7811
|
+
traces: [{
|
|
7812
|
+
type: 'ibc',
|
|
7813
|
+
counterparty: {
|
|
7814
|
+
channel_id: 'channel-24',
|
|
7815
|
+
base_denom: 'y:utia:31Dec2026',
|
|
7816
|
+
chain_name: 'pryzm'
|
|
7817
|
+
},
|
|
7818
|
+
chain: {
|
|
7819
|
+
channel_id: 'channel-71'
|
|
7820
|
+
}
|
|
7821
|
+
}]
|
|
7822
|
+
},
|
|
6563
7823
|
{
|
|
6564
7824
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
6565
7825
|
denom_units: [{
|