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