@chain-registry/assets 1.70.66 → 1.70.68
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/akash.js +170 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1328 -38
- package/esm/mainnet/celestia.js +1334 -44
- package/esm/mainnet/cosmoshub.js +1328 -38
- package/esm/mainnet/dydx.js +1166 -46
- package/esm/mainnet/elys.js +764 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1166 -46
- package/esm/mainnet/neutron.js +1166 -46
- package/esm/mainnet/noble.js +1326 -36
- package/esm/mainnet/osmosis.js +1366 -64
- package/esm/mainnet/stride.js +1166 -46
- package/esm/mainnet/terra2.js +1166 -46
- package/esm/testnet/cosmoshubtestnet.js +50 -322
- package/esm/testnet/symphonytestnet.js +4 -74
- package/mainnet/akash.js +170 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1328 -38
- package/mainnet/celestia.js +1334 -44
- package/mainnet/cosmoshub.js +1328 -38
- package/mainnet/dydx.js +1166 -46
- package/mainnet/elys.d.ts +3 -0
- package/mainnet/elys.js +766 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/injective.js +1166 -46
- package/mainnet/neutron.js +1166 -46
- package/mainnet/noble.js +1326 -36
- package/mainnet/osmosis.js +1366 -64
- package/mainnet/stride.js +1166 -46
- package/mainnet/terra2.js +1166 -46
- package/package.json +5 -5
- package/testnet/cosmoshubtestnet.js +50 -322
- package/testnet/symphonytestnet.js +4 -74
package/mainnet/dydx.js
CHANGED
|
@@ -1104,6 +1104,41 @@ const assets = {
|
|
|
1104
1104
|
}
|
|
1105
1105
|
}]
|
|
1106
1106
|
},
|
|
1107
|
+
{
|
|
1108
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
1109
|
+
denom_units: [{
|
|
1110
|
+
denom: 'ibc/9D27165D4EB118FC56DA59C336C18DE8DEA8A806DD6563330F2EF0BBC8FCFF43',
|
|
1111
|
+
exponent: 0,
|
|
1112
|
+
aliases: ['p:uatom:31Mar2025']
|
|
1113
|
+
}, {
|
|
1114
|
+
denom: 'pATOM31Mar2025',
|
|
1115
|
+
exponent: 6
|
|
1116
|
+
}],
|
|
1117
|
+
base: 'ibc/9D27165D4EB118FC56DA59C336C18DE8DEA8A806DD6563330F2EF0BBC8FCFF43',
|
|
1118
|
+
name: 'pAtom (31Mar2025)',
|
|
1119
|
+
display: 'pATOM31Mar2025',
|
|
1120
|
+
symbol: 'pATOM-31Mar2025',
|
|
1121
|
+
logo_URIs: {
|
|
1122
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1123
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1124
|
+
},
|
|
1125
|
+
images: [{
|
|
1126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1127
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1128
|
+
}],
|
|
1129
|
+
type_asset: 'sdk.coin',
|
|
1130
|
+
traces: [{
|
|
1131
|
+
type: 'ibc',
|
|
1132
|
+
counterparty: {
|
|
1133
|
+
channel_id: 'channel-24',
|
|
1134
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
1135
|
+
chain_name: 'pryzm'
|
|
1136
|
+
},
|
|
1137
|
+
chain: {
|
|
1138
|
+
channel_id: 'channel-71'
|
|
1139
|
+
}
|
|
1140
|
+
}]
|
|
1141
|
+
},
|
|
1107
1142
|
{
|
|
1108
1143
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
1109
1144
|
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 31Mar2025',
|
|
1284
|
+
denom_units: [{
|
|
1285
|
+
denom: 'ibc/22851100D01C89BF2E7C55F91E80A044C441D1358D44C5BC495692EDB188E354',
|
|
1286
|
+
exponent: 0,
|
|
1287
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
1288
|
+
}, {
|
|
1289
|
+
denom: 'pOSMO31Mar2025',
|
|
1290
|
+
exponent: 6
|
|
1291
|
+
}],
|
|
1292
|
+
base: 'ibc/22851100D01C89BF2E7C55F91E80A044C441D1358D44C5BC495692EDB188E354',
|
|
1293
|
+
name: 'pOsmo (31Mar2025)',
|
|
1294
|
+
display: 'pOSMO31Mar2025',
|
|
1295
|
+
symbol: 'pOSMO-31Mar2025',
|
|
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:31Mar2025',
|
|
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 OSMO with maturity of 31Dec2025',
|
|
1249
1319
|
denom_units: [{
|
|
@@ -1384,6 +1454,41 @@ const assets = {
|
|
|
1384
1454
|
}
|
|
1385
1455
|
}]
|
|
1386
1456
|
},
|
|
1457
|
+
{
|
|
1458
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
1459
|
+
denom_units: [{
|
|
1460
|
+
denom: 'ibc/2A06A0123134679AAEA083A18C1703532635AC4ECC6362A270BD496B6974804F',
|
|
1461
|
+
exponent: 0,
|
|
1462
|
+
aliases: ['p:inj:31Mar2025']
|
|
1463
|
+
}, {
|
|
1464
|
+
denom: 'pINJ31Mar2025',
|
|
1465
|
+
exponent: 18
|
|
1466
|
+
}],
|
|
1467
|
+
base: 'ibc/2A06A0123134679AAEA083A18C1703532635AC4ECC6362A270BD496B6974804F',
|
|
1468
|
+
name: 'pInj (31Mar2025)',
|
|
1469
|
+
display: 'pINJ31Mar2025',
|
|
1470
|
+
symbol: 'pINJ-31Mar2025',
|
|
1471
|
+
logo_URIs: {
|
|
1472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1474
|
+
},
|
|
1475
|
+
images: [{
|
|
1476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1478
|
+
}],
|
|
1479
|
+
type_asset: 'sdk.coin',
|
|
1480
|
+
traces: [{
|
|
1481
|
+
type: 'ibc',
|
|
1482
|
+
counterparty: {
|
|
1483
|
+
channel_id: 'channel-24',
|
|
1484
|
+
base_denom: 'p:inj:31Mar2025',
|
|
1485
|
+
chain_name: 'pryzm'
|
|
1486
|
+
},
|
|
1487
|
+
chain: {
|
|
1488
|
+
channel_id: 'channel-71'
|
|
1489
|
+
}
|
|
1490
|
+
}]
|
|
1491
|
+
},
|
|
1387
1492
|
{
|
|
1388
1493
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
1389
1494
|
denom_units: [{
|
|
@@ -1525,19 +1630,19 @@ const assets = {
|
|
|
1525
1630
|
}]
|
|
1526
1631
|
},
|
|
1527
1632
|
{
|
|
1528
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
1633
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
1529
1634
|
denom_units: [{
|
|
1530
|
-
denom: 'ibc/
|
|
1635
|
+
denom: 'ibc/6EBCBD5DACD6CD5D44E7B9AFCC6CAB0F7DDED15029E0DAD8011FE0DBF82B0CEB',
|
|
1531
1636
|
exponent: 0,
|
|
1532
|
-
aliases: ['p:uluna:
|
|
1637
|
+
aliases: ['p:uluna:31Mar2025']
|
|
1533
1638
|
}, {
|
|
1534
|
-
denom: '
|
|
1639
|
+
denom: 'pLUNA31Mar2025',
|
|
1535
1640
|
exponent: 6
|
|
1536
1641
|
}],
|
|
1537
|
-
base: 'ibc/
|
|
1538
|
-
name: 'pLuna (
|
|
1539
|
-
display: '
|
|
1540
|
-
symbol: 'pLUNA-
|
|
1642
|
+
base: 'ibc/6EBCBD5DACD6CD5D44E7B9AFCC6CAB0F7DDED15029E0DAD8011FE0DBF82B0CEB',
|
|
1643
|
+
name: 'pLuna (31Mar2025)',
|
|
1644
|
+
display: 'pLUNA31Mar2025',
|
|
1645
|
+
symbol: 'pLUNA-31Mar2025',
|
|
1541
1646
|
logo_URIs: {
|
|
1542
1647
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1543
1648
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -1551,7 +1656,7 @@ const assets = {
|
|
|
1551
1656
|
type: 'ibc',
|
|
1552
1657
|
counterparty: {
|
|
1553
1658
|
channel_id: 'channel-24',
|
|
1554
|
-
base_denom: 'p:uluna:
|
|
1659
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
1555
1660
|
chain_name: 'pryzm'
|
|
1556
1661
|
},
|
|
1557
1662
|
chain: {
|
|
@@ -1594,6 +1699,41 @@ const assets = {
|
|
|
1594
1699
|
}
|
|
1595
1700
|
}]
|
|
1596
1701
|
},
|
|
1702
|
+
{
|
|
1703
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
1704
|
+
denom_units: [{
|
|
1705
|
+
denom: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15',
|
|
1706
|
+
exponent: 0,
|
|
1707
|
+
aliases: ['p:uluna:31Dec2026']
|
|
1708
|
+
}, {
|
|
1709
|
+
denom: 'pLUNA31Dec2026',
|
|
1710
|
+
exponent: 6
|
|
1711
|
+
}],
|
|
1712
|
+
base: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15',
|
|
1713
|
+
name: 'pLuna (31Dec2026)',
|
|
1714
|
+
display: 'pLUNA31Dec2026',
|
|
1715
|
+
symbol: 'pLUNA-31Dec2026',
|
|
1716
|
+
logo_URIs: {
|
|
1717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
1719
|
+
},
|
|
1720
|
+
images: [{
|
|
1721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
1723
|
+
}],
|
|
1724
|
+
type_asset: 'sdk.coin',
|
|
1725
|
+
traces: [{
|
|
1726
|
+
type: 'ibc',
|
|
1727
|
+
counterparty: {
|
|
1728
|
+
channel_id: 'channel-24',
|
|
1729
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
1730
|
+
chain_name: 'pryzm'
|
|
1731
|
+
},
|
|
1732
|
+
chain: {
|
|
1733
|
+
channel_id: 'channel-71'
|
|
1734
|
+
}
|
|
1735
|
+
}]
|
|
1736
|
+
},
|
|
1597
1737
|
{
|
|
1598
1738
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
1599
1739
|
denom_units: [{
|
|
@@ -1804,6 +1944,41 @@ const assets = {
|
|
|
1804
1944
|
}
|
|
1805
1945
|
}]
|
|
1806
1946
|
},
|
|
1947
|
+
{
|
|
1948
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
1949
|
+
denom_units: [{
|
|
1950
|
+
denom: 'ibc/6F3D30774F5079BFC5CE772A854F06E86F7AC8C8D50D4E1C53E5743D817BE43E',
|
|
1951
|
+
exponent: 0,
|
|
1952
|
+
aliases: ['p:stutia:31Mar2025']
|
|
1953
|
+
}, {
|
|
1954
|
+
denom: 'pstTIA31Mar2025',
|
|
1955
|
+
exponent: 6
|
|
1956
|
+
}],
|
|
1957
|
+
base: 'ibc/6F3D30774F5079BFC5CE772A854F06E86F7AC8C8D50D4E1C53E5743D817BE43E',
|
|
1958
|
+
name: 'pstTia (31Mar2025)',
|
|
1959
|
+
display: 'pstTIA31Mar2025',
|
|
1960
|
+
symbol: 'pstTIA-31Mar2025',
|
|
1961
|
+
logo_URIs: {
|
|
1962
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
1963
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
1964
|
+
},
|
|
1965
|
+
images: [{
|
|
1966
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
1967
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
1968
|
+
}],
|
|
1969
|
+
type_asset: 'sdk.coin',
|
|
1970
|
+
traces: [{
|
|
1971
|
+
type: 'ibc',
|
|
1972
|
+
counterparty: {
|
|
1973
|
+
channel_id: 'channel-24',
|
|
1974
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
1975
|
+
chain_name: 'pryzm'
|
|
1976
|
+
},
|
|
1977
|
+
chain: {
|
|
1978
|
+
channel_id: 'channel-71'
|
|
1979
|
+
}
|
|
1980
|
+
}]
|
|
1981
|
+
},
|
|
1807
1982
|
{
|
|
1808
1983
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
1809
1984
|
denom_units: [{
|
|
@@ -1944,6 +2119,41 @@ const assets = {
|
|
|
1944
2119
|
}
|
|
1945
2120
|
}]
|
|
1946
2121
|
},
|
|
2122
|
+
{
|
|
2123
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
2124
|
+
denom_units: [{
|
|
2125
|
+
denom: 'ibc/E7C1CB0F30C30F4DCDBE36F3E2078477D874626683670F0B630BCD96A1041443',
|
|
2126
|
+
exponent: 0,
|
|
2127
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
2128
|
+
}, {
|
|
2129
|
+
denom: 'pstDYDX31Mar2025',
|
|
2130
|
+
exponent: 18
|
|
2131
|
+
}],
|
|
2132
|
+
base: 'ibc/E7C1CB0F30C30F4DCDBE36F3E2078477D874626683670F0B630BCD96A1041443',
|
|
2133
|
+
name: 'pstDydx (31Mar2025)',
|
|
2134
|
+
display: 'pstDYDX31Mar2025',
|
|
2135
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
2136
|
+
logo_URIs: {
|
|
2137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2139
|
+
},
|
|
2140
|
+
images: [{
|
|
2141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2143
|
+
}],
|
|
2144
|
+
type_asset: 'sdk.coin',
|
|
2145
|
+
traces: [{
|
|
2146
|
+
type: 'ibc',
|
|
2147
|
+
counterparty: {
|
|
2148
|
+
channel_id: 'channel-24',
|
|
2149
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
2150
|
+
chain_name: 'pryzm'
|
|
2151
|
+
},
|
|
2152
|
+
chain: {
|
|
2153
|
+
channel_id: 'channel-71'
|
|
2154
|
+
}
|
|
2155
|
+
}]
|
|
2156
|
+
},
|
|
1947
2157
|
{
|
|
1948
2158
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
1949
2159
|
denom_units: [{
|
|
@@ -2049,6 +2259,41 @@ const assets = {
|
|
|
2049
2259
|
}
|
|
2050
2260
|
}]
|
|
2051
2261
|
},
|
|
2262
|
+
{
|
|
2263
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
2264
|
+
denom_units: [{
|
|
2265
|
+
denom: 'ibc/F3F282409EE4FC76DA76AD3404D73883727CB92DBEFA5EB61F4DDCEDE5DD902A',
|
|
2266
|
+
exponent: 0,
|
|
2267
|
+
aliases: ['p:udatom:31Mar2025']
|
|
2268
|
+
}, {
|
|
2269
|
+
denom: 'pdATOM31Mar2025',
|
|
2270
|
+
exponent: 6
|
|
2271
|
+
}],
|
|
2272
|
+
base: 'ibc/F3F282409EE4FC76DA76AD3404D73883727CB92DBEFA5EB61F4DDCEDE5DD902A',
|
|
2273
|
+
name: 'pdAtom (31Mar2025)',
|
|
2274
|
+
display: 'pdATOM31Mar2025',
|
|
2275
|
+
symbol: 'pdATOM-31Mar2025',
|
|
2276
|
+
logo_URIs: {
|
|
2277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2279
|
+
},
|
|
2280
|
+
images: [{
|
|
2281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2283
|
+
}],
|
|
2284
|
+
type_asset: 'sdk.coin',
|
|
2285
|
+
traces: [{
|
|
2286
|
+
type: 'ibc',
|
|
2287
|
+
counterparty: {
|
|
2288
|
+
channel_id: 'channel-24',
|
|
2289
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
2290
|
+
chain_name: 'pryzm'
|
|
2291
|
+
},
|
|
2292
|
+
chain: {
|
|
2293
|
+
channel_id: 'channel-71'
|
|
2294
|
+
}
|
|
2295
|
+
}]
|
|
2296
|
+
},
|
|
2052
2297
|
{
|
|
2053
2298
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
2054
2299
|
denom_units: [{
|
|
@@ -2189,6 +2434,41 @@ const assets = {
|
|
|
2189
2434
|
}
|
|
2190
2435
|
}]
|
|
2191
2436
|
},
|
|
2437
|
+
{
|
|
2438
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
2439
|
+
denom_units: [{
|
|
2440
|
+
denom: 'ibc/EE33F3D41F141721C6712906AFF0C786AC03DA1FEA300E2167F3C5640466CBBA',
|
|
2441
|
+
exponent: 0,
|
|
2442
|
+
aliases: ['p:utia:31Mar2025']
|
|
2443
|
+
}, {
|
|
2444
|
+
denom: 'pTIA31Mar2025',
|
|
2445
|
+
exponent: 6
|
|
2446
|
+
}],
|
|
2447
|
+
base: 'ibc/EE33F3D41F141721C6712906AFF0C786AC03DA1FEA300E2167F3C5640466CBBA',
|
|
2448
|
+
name: 'pTia (31Mar2025)',
|
|
2449
|
+
display: 'pTIA31Mar2025',
|
|
2450
|
+
symbol: 'pTIA-31Mar2025',
|
|
2451
|
+
logo_URIs: {
|
|
2452
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2454
|
+
},
|
|
2455
|
+
images: [{
|
|
2456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2458
|
+
}],
|
|
2459
|
+
type_asset: 'sdk.coin',
|
|
2460
|
+
traces: [{
|
|
2461
|
+
type: 'ibc',
|
|
2462
|
+
counterparty: {
|
|
2463
|
+
channel_id: 'channel-24',
|
|
2464
|
+
base_denom: 'p:utia:31Mar2025',
|
|
2465
|
+
chain_name: 'pryzm'
|
|
2466
|
+
},
|
|
2467
|
+
chain: {
|
|
2468
|
+
channel_id: 'channel-71'
|
|
2469
|
+
}
|
|
2470
|
+
}]
|
|
2471
|
+
},
|
|
2192
2472
|
{
|
|
2193
2473
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
2194
2474
|
denom_units: [{
|
|
@@ -2329,6 +2609,41 @@ const assets = {
|
|
|
2329
2609
|
}
|
|
2330
2610
|
}]
|
|
2331
2611
|
},
|
|
2612
|
+
{
|
|
2613
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
2614
|
+
denom_units: [{
|
|
2615
|
+
denom: 'ibc/92FCE5EC61DAC96AB821B4F07B2CD3695B4663FA17E50EC321996D81AF7FBEFF',
|
|
2616
|
+
exponent: 0,
|
|
2617
|
+
aliases: ['y:uatom:31Mar2025']
|
|
2618
|
+
}, {
|
|
2619
|
+
denom: 'yATOM31Mar2025',
|
|
2620
|
+
exponent: 6
|
|
2621
|
+
}],
|
|
2622
|
+
base: 'ibc/92FCE5EC61DAC96AB821B4F07B2CD3695B4663FA17E50EC321996D81AF7FBEFF',
|
|
2623
|
+
name: 'yAtom (31Mar2025)',
|
|
2624
|
+
display: 'yATOM31Mar2025',
|
|
2625
|
+
symbol: 'yATOM-31Mar2025',
|
|
2626
|
+
logo_URIs: {
|
|
2627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
2628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
2629
|
+
},
|
|
2630
|
+
images: [{
|
|
2631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
2632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
2633
|
+
}],
|
|
2634
|
+
type_asset: 'sdk.coin',
|
|
2635
|
+
traces: [{
|
|
2636
|
+
type: 'ibc',
|
|
2637
|
+
counterparty: {
|
|
2638
|
+
channel_id: 'channel-24',
|
|
2639
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
2640
|
+
chain_name: 'pryzm'
|
|
2641
|
+
},
|
|
2642
|
+
chain: {
|
|
2643
|
+
channel_id: 'channel-71'
|
|
2644
|
+
}
|
|
2645
|
+
}]
|
|
2646
|
+
},
|
|
2332
2647
|
{
|
|
2333
2648
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
2334
2649
|
denom_units: [{
|
|
@@ -2469,6 +2784,41 @@ const assets = {
|
|
|
2469
2784
|
}
|
|
2470
2785
|
}]
|
|
2471
2786
|
},
|
|
2787
|
+
{
|
|
2788
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
2789
|
+
denom_units: [{
|
|
2790
|
+
denom: 'ibc/5F54EBA343BA035A05B3654DAAB6A4E4F627F60B324A00704C65A9068C7238D9',
|
|
2791
|
+
exponent: 0,
|
|
2792
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
2793
|
+
}, {
|
|
2794
|
+
denom: 'yOSMO31Mar2025',
|
|
2795
|
+
exponent: 6
|
|
2796
|
+
}],
|
|
2797
|
+
base: 'ibc/5F54EBA343BA035A05B3654DAAB6A4E4F627F60B324A00704C65A9068C7238D9',
|
|
2798
|
+
name: 'yOsmo (31Mar2025)',
|
|
2799
|
+
display: 'yOSMO31Mar2025',
|
|
2800
|
+
symbol: 'yOSMO-31Mar2025',
|
|
2801
|
+
logo_URIs: {
|
|
2802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
2803
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
2804
|
+
},
|
|
2805
|
+
images: [{
|
|
2806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
2807
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
2808
|
+
}],
|
|
2809
|
+
type_asset: 'sdk.coin',
|
|
2810
|
+
traces: [{
|
|
2811
|
+
type: 'ibc',
|
|
2812
|
+
counterparty: {
|
|
2813
|
+
channel_id: 'channel-24',
|
|
2814
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
2815
|
+
chain_name: 'pryzm'
|
|
2816
|
+
},
|
|
2817
|
+
chain: {
|
|
2818
|
+
channel_id: 'channel-71'
|
|
2819
|
+
}
|
|
2820
|
+
}]
|
|
2821
|
+
},
|
|
2472
2822
|
{
|
|
2473
2823
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
2474
2824
|
denom_units: [{
|
|
@@ -2609,6 +2959,41 @@ const assets = {
|
|
|
2609
2959
|
}
|
|
2610
2960
|
}]
|
|
2611
2961
|
},
|
|
2962
|
+
{
|
|
2963
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
2964
|
+
denom_units: [{
|
|
2965
|
+
denom: 'ibc/11D911803B922962DBD7CC5B9A047884189F60B5C10CD7D19DF63792A35ABC8B',
|
|
2966
|
+
exponent: 0,
|
|
2967
|
+
aliases: ['y:inj:31Mar2025']
|
|
2968
|
+
}, {
|
|
2969
|
+
denom: 'yINJ31Mar2025',
|
|
2970
|
+
exponent: 18
|
|
2971
|
+
}],
|
|
2972
|
+
base: 'ibc/11D911803B922962DBD7CC5B9A047884189F60B5C10CD7D19DF63792A35ABC8B',
|
|
2973
|
+
name: 'yInj (31Mar2025)',
|
|
2974
|
+
display: 'yINJ31Mar2025',
|
|
2975
|
+
symbol: 'yINJ-31Mar2025',
|
|
2976
|
+
logo_URIs: {
|
|
2977
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
2978
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
2979
|
+
},
|
|
2980
|
+
images: [{
|
|
2981
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
2982
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
2983
|
+
}],
|
|
2984
|
+
type_asset: 'sdk.coin',
|
|
2985
|
+
traces: [{
|
|
2986
|
+
type: 'ibc',
|
|
2987
|
+
counterparty: {
|
|
2988
|
+
channel_id: 'channel-24',
|
|
2989
|
+
base_denom: 'y:inj:31Mar2025',
|
|
2990
|
+
chain_name: 'pryzm'
|
|
2991
|
+
},
|
|
2992
|
+
chain: {
|
|
2993
|
+
channel_id: 'channel-71'
|
|
2994
|
+
}
|
|
2995
|
+
}]
|
|
2996
|
+
},
|
|
2612
2997
|
{
|
|
2613
2998
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
2614
2999
|
denom_units: [{
|
|
@@ -2749,6 +3134,41 @@ const assets = {
|
|
|
2749
3134
|
}
|
|
2750
3135
|
}]
|
|
2751
3136
|
},
|
|
3137
|
+
{
|
|
3138
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
3139
|
+
denom_units: [{
|
|
3140
|
+
denom: 'ibc/E1393F0B256D1FA213629037527A4AC99FD2BBDAE89ECD21E53E5E45FF8D3DB9',
|
|
3141
|
+
exponent: 0,
|
|
3142
|
+
aliases: ['y:uluna:31Mar2025']
|
|
3143
|
+
}, {
|
|
3144
|
+
denom: 'yLUNA31Mar2025',
|
|
3145
|
+
exponent: 6
|
|
3146
|
+
}],
|
|
3147
|
+
base: 'ibc/E1393F0B256D1FA213629037527A4AC99FD2BBDAE89ECD21E53E5E45FF8D3DB9',
|
|
3148
|
+
name: 'yLuna (31Mar2025)',
|
|
3149
|
+
display: 'yLUNA31Mar2025',
|
|
3150
|
+
symbol: 'yLUNA-31Mar2025',
|
|
3151
|
+
logo_URIs: {
|
|
3152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3154
|
+
},
|
|
3155
|
+
images: [{
|
|
3156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3158
|
+
}],
|
|
3159
|
+
type_asset: 'sdk.coin',
|
|
3160
|
+
traces: [{
|
|
3161
|
+
type: 'ibc',
|
|
3162
|
+
counterparty: {
|
|
3163
|
+
channel_id: 'channel-24',
|
|
3164
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
3165
|
+
chain_name: 'pryzm'
|
|
3166
|
+
},
|
|
3167
|
+
chain: {
|
|
3168
|
+
channel_id: 'channel-71'
|
|
3169
|
+
}
|
|
3170
|
+
}]
|
|
3171
|
+
},
|
|
2752
3172
|
{
|
|
2753
3173
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
2754
3174
|
denom_units: [{
|
|
@@ -3029,6 +3449,41 @@ const assets = {
|
|
|
3029
3449
|
}
|
|
3030
3450
|
}]
|
|
3031
3451
|
},
|
|
3452
|
+
{
|
|
3453
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
3454
|
+
denom_units: [{
|
|
3455
|
+
denom: 'ibc/60CD0B58DEF0C83785D0F1483B16833E3B5964A65268F519989F8A0D7989F519',
|
|
3456
|
+
exponent: 0,
|
|
3457
|
+
aliases: ['y:stutia:31Mar2025']
|
|
3458
|
+
}, {
|
|
3459
|
+
denom: 'ystTIA31Mar2025',
|
|
3460
|
+
exponent: 6
|
|
3461
|
+
}],
|
|
3462
|
+
base: 'ibc/60CD0B58DEF0C83785D0F1483B16833E3B5964A65268F519989F8A0D7989F519',
|
|
3463
|
+
name: 'ystTia (31Mar2025)',
|
|
3464
|
+
display: 'ystTIA31Mar2025',
|
|
3465
|
+
symbol: 'ystTIA-31Mar2025',
|
|
3466
|
+
logo_URIs: {
|
|
3467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3468
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3469
|
+
},
|
|
3470
|
+
images: [{
|
|
3471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3473
|
+
}],
|
|
3474
|
+
type_asset: 'sdk.coin',
|
|
3475
|
+
traces: [{
|
|
3476
|
+
type: 'ibc',
|
|
3477
|
+
counterparty: {
|
|
3478
|
+
channel_id: 'channel-24',
|
|
3479
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
3480
|
+
chain_name: 'pryzm'
|
|
3481
|
+
},
|
|
3482
|
+
chain: {
|
|
3483
|
+
channel_id: 'channel-71'
|
|
3484
|
+
}
|
|
3485
|
+
}]
|
|
3486
|
+
},
|
|
3032
3487
|
{
|
|
3033
3488
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
3034
3489
|
denom_units: [{
|
|
@@ -3169,6 +3624,41 @@ const assets = {
|
|
|
3169
3624
|
}
|
|
3170
3625
|
}]
|
|
3171
3626
|
},
|
|
3627
|
+
{
|
|
3628
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
3629
|
+
denom_units: [{
|
|
3630
|
+
denom: 'ibc/A556FBBB28F19023165BCAD3FD4B1DE8B491EE3120D682423D447D359493C71A',
|
|
3631
|
+
exponent: 0,
|
|
3632
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
3633
|
+
}, {
|
|
3634
|
+
denom: 'ystDYDX31Mar2025',
|
|
3635
|
+
exponent: 6
|
|
3636
|
+
}],
|
|
3637
|
+
base: 'ibc/A556FBBB28F19023165BCAD3FD4B1DE8B491EE3120D682423D447D359493C71A',
|
|
3638
|
+
name: 'ystDydx (31Mar2025)',
|
|
3639
|
+
display: 'ystDYDX31Mar2025',
|
|
3640
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
3641
|
+
logo_URIs: {
|
|
3642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3644
|
+
},
|
|
3645
|
+
images: [{
|
|
3646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3648
|
+
}],
|
|
3649
|
+
type_asset: 'sdk.coin',
|
|
3650
|
+
traces: [{
|
|
3651
|
+
type: 'ibc',
|
|
3652
|
+
counterparty: {
|
|
3653
|
+
channel_id: 'channel-24',
|
|
3654
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
3655
|
+
chain_name: 'pryzm'
|
|
3656
|
+
},
|
|
3657
|
+
chain: {
|
|
3658
|
+
channel_id: 'channel-71'
|
|
3659
|
+
}
|
|
3660
|
+
}]
|
|
3661
|
+
},
|
|
3172
3662
|
{
|
|
3173
3663
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
3174
3664
|
denom_units: [{
|
|
@@ -3219,19 +3709,54 @@ const assets = {
|
|
|
3219
3709
|
display: 'ystDYDX31Dec2026',
|
|
3220
3710
|
symbol: 'ystDYDX-31Dec2026',
|
|
3221
3711
|
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'
|
|
3712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3714
|
+
},
|
|
3715
|
+
images: [{
|
|
3716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3718
|
+
}],
|
|
3719
|
+
type_asset: 'sdk.coin',
|
|
3720
|
+
traces: [{
|
|
3721
|
+
type: 'ibc',
|
|
3722
|
+
counterparty: {
|
|
3723
|
+
channel_id: 'channel-24',
|
|
3724
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
3725
|
+
chain_name: 'pryzm'
|
|
3726
|
+
},
|
|
3727
|
+
chain: {
|
|
3728
|
+
channel_id: 'channel-71'
|
|
3729
|
+
}
|
|
3730
|
+
}]
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
3734
|
+
denom_units: [{
|
|
3735
|
+
denom: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
|
|
3736
|
+
exponent: 0,
|
|
3737
|
+
aliases: ['y:udatom:31Dec2024']
|
|
3738
|
+
}, {
|
|
3739
|
+
denom: 'ydATOM31Dec2024',
|
|
3740
|
+
exponent: 6
|
|
3741
|
+
}],
|
|
3742
|
+
base: 'ibc/6C7259CA7D8D34EAA3248232B866CC655531B3F518E6C78D9FA3E6BC46F3827B',
|
|
3743
|
+
name: 'ydAtom (31Dec2024)',
|
|
3744
|
+
display: 'ydATOM31Dec2024',
|
|
3745
|
+
symbol: 'ydATOM-31Dec2024',
|
|
3746
|
+
logo_URIs: {
|
|
3747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3224
3749
|
},
|
|
3225
3750
|
images: [{
|
|
3226
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
3227
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
3751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3228
3753
|
}],
|
|
3229
3754
|
type_asset: 'sdk.coin',
|
|
3230
3755
|
traces: [{
|
|
3231
3756
|
type: 'ibc',
|
|
3232
3757
|
counterparty: {
|
|
3233
3758
|
channel_id: 'channel-24',
|
|
3234
|
-
base_denom: 'y:
|
|
3759
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
3235
3760
|
chain_name: 'pryzm'
|
|
3236
3761
|
},
|
|
3237
3762
|
chain: {
|
|
@@ -3240,19 +3765,19 @@ const assets = {
|
|
|
3240
3765
|
}]
|
|
3241
3766
|
},
|
|
3242
3767
|
{
|
|
3243
|
-
description: 'Pryzm\'s refracted yield token for dATOM with maturity of
|
|
3768
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
3244
3769
|
denom_units: [{
|
|
3245
|
-
denom: 'ibc/
|
|
3770
|
+
denom: 'ibc/5E1BBCEEA0A47D3B39D5B0D2A50E574B7C91E9A59A164EA082D72D2EFFB2360D',
|
|
3246
3771
|
exponent: 0,
|
|
3247
|
-
aliases: ['y:udatom:
|
|
3772
|
+
aliases: ['y:udatom:31Mar2025']
|
|
3248
3773
|
}, {
|
|
3249
|
-
denom: '
|
|
3774
|
+
denom: 'ydATOM31Mar2025',
|
|
3250
3775
|
exponent: 6
|
|
3251
3776
|
}],
|
|
3252
|
-
base: 'ibc/
|
|
3253
|
-
name: 'ydAtom (
|
|
3254
|
-
display: '
|
|
3255
|
-
symbol: 'ydATOM-
|
|
3777
|
+
base: 'ibc/5E1BBCEEA0A47D3B39D5B0D2A50E574B7C91E9A59A164EA082D72D2EFFB2360D',
|
|
3778
|
+
name: 'ydAtom (31Mar2025)',
|
|
3779
|
+
display: 'ydATOM31Mar2025',
|
|
3780
|
+
symbol: 'ydATOM-31Mar2025',
|
|
3256
3781
|
logo_URIs: {
|
|
3257
3782
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3258
3783
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
@@ -3266,7 +3791,7 @@ const assets = {
|
|
|
3266
3791
|
type: 'ibc',
|
|
3267
3792
|
counterparty: {
|
|
3268
3793
|
channel_id: 'channel-24',
|
|
3269
|
-
base_denom: 'y:udatom:
|
|
3794
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
3270
3795
|
chain_name: 'pryzm'
|
|
3271
3796
|
},
|
|
3272
3797
|
chain: {
|
|
@@ -3414,6 +3939,41 @@ const assets = {
|
|
|
3414
3939
|
}
|
|
3415
3940
|
}]
|
|
3416
3941
|
},
|
|
3942
|
+
{
|
|
3943
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
3944
|
+
denom_units: [{
|
|
3945
|
+
denom: 'ibc/43975CDACACF54C8B32DF42E2CAE044C10E38CF457ED0518F5DC6E4418277F2E',
|
|
3946
|
+
exponent: 0,
|
|
3947
|
+
aliases: ['y:utia:31Mar2025']
|
|
3948
|
+
}, {
|
|
3949
|
+
denom: 'yTIA31Mar2025',
|
|
3950
|
+
exponent: 6
|
|
3951
|
+
}],
|
|
3952
|
+
base: 'ibc/43975CDACACF54C8B32DF42E2CAE044C10E38CF457ED0518F5DC6E4418277F2E',
|
|
3953
|
+
name: 'yTia (31Mar2025)',
|
|
3954
|
+
display: 'yTIA31Mar2025',
|
|
3955
|
+
symbol: 'yTIA-31Mar2025',
|
|
3956
|
+
logo_URIs: {
|
|
3957
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3958
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3959
|
+
},
|
|
3960
|
+
images: [{
|
|
3961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3963
|
+
}],
|
|
3964
|
+
type_asset: 'sdk.coin',
|
|
3965
|
+
traces: [{
|
|
3966
|
+
type: 'ibc',
|
|
3967
|
+
counterparty: {
|
|
3968
|
+
channel_id: 'channel-24',
|
|
3969
|
+
base_denom: 'y:utia:31Mar2025',
|
|
3970
|
+
chain_name: 'pryzm'
|
|
3971
|
+
},
|
|
3972
|
+
chain: {
|
|
3973
|
+
channel_id: 'channel-71'
|
|
3974
|
+
}
|
|
3975
|
+
}]
|
|
3976
|
+
},
|
|
3417
3977
|
{
|
|
3418
3978
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
3419
3979
|
denom_units: [{
|
|
@@ -5442,6 +6002,41 @@ const assets = {
|
|
|
5442
6002
|
}
|
|
5443
6003
|
}]
|
|
5444
6004
|
},
|
|
6005
|
+
{
|
|
6006
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
6007
|
+
denom_units: [{
|
|
6008
|
+
denom: 'ibc/9D27165D4EB118FC56DA59C336C18DE8DEA8A806DD6563330F2EF0BBC8FCFF43',
|
|
6009
|
+
exponent: 0,
|
|
6010
|
+
aliases: ['p:uatom:31Mar2025']
|
|
6011
|
+
}, {
|
|
6012
|
+
denom: 'pATOM31Mar2025',
|
|
6013
|
+
exponent: 6
|
|
6014
|
+
}],
|
|
6015
|
+
base: 'ibc/9D27165D4EB118FC56DA59C336C18DE8DEA8A806DD6563330F2EF0BBC8FCFF43',
|
|
6016
|
+
name: 'pAtom (31Mar2025)',
|
|
6017
|
+
display: 'pATOM31Mar2025',
|
|
6018
|
+
symbol: 'pATOM-31Mar2025',
|
|
6019
|
+
logo_URIs: {
|
|
6020
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
6021
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
6022
|
+
},
|
|
6023
|
+
images: [{
|
|
6024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
6025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
6026
|
+
}],
|
|
6027
|
+
type_asset: 'sdk.coin',
|
|
6028
|
+
traces: [{
|
|
6029
|
+
type: 'ibc',
|
|
6030
|
+
counterparty: {
|
|
6031
|
+
channel_id: 'channel-24',
|
|
6032
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
6033
|
+
chain_name: 'pryzm'
|
|
6034
|
+
},
|
|
6035
|
+
chain: {
|
|
6036
|
+
channel_id: 'channel-71'
|
|
6037
|
+
}
|
|
6038
|
+
}]
|
|
6039
|
+
},
|
|
5445
6040
|
{
|
|
5446
6041
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
5447
6042
|
denom_units: [{
|
|
@@ -5582,6 +6177,41 @@ const assets = {
|
|
|
5582
6177
|
}
|
|
5583
6178
|
}]
|
|
5584
6179
|
},
|
|
6180
|
+
{
|
|
6181
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
6182
|
+
denom_units: [{
|
|
6183
|
+
denom: 'ibc/22851100D01C89BF2E7C55F91E80A044C441D1358D44C5BC495692EDB188E354',
|
|
6184
|
+
exponent: 0,
|
|
6185
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
6186
|
+
}, {
|
|
6187
|
+
denom: 'pOSMO31Mar2025',
|
|
6188
|
+
exponent: 6
|
|
6189
|
+
}],
|
|
6190
|
+
base: 'ibc/22851100D01C89BF2E7C55F91E80A044C441D1358D44C5BC495692EDB188E354',
|
|
6191
|
+
name: 'pOsmo (31Mar2025)',
|
|
6192
|
+
display: 'pOSMO31Mar2025',
|
|
6193
|
+
symbol: 'pOSMO-31Mar2025',
|
|
6194
|
+
logo_URIs: {
|
|
6195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
6196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
6197
|
+
},
|
|
6198
|
+
images: [{
|
|
6199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
6200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
6201
|
+
}],
|
|
6202
|
+
type_asset: 'sdk.coin',
|
|
6203
|
+
traces: [{
|
|
6204
|
+
type: 'ibc',
|
|
6205
|
+
counterparty: {
|
|
6206
|
+
channel_id: 'channel-24',
|
|
6207
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
6208
|
+
chain_name: 'pryzm'
|
|
6209
|
+
},
|
|
6210
|
+
chain: {
|
|
6211
|
+
channel_id: 'channel-71'
|
|
6212
|
+
}
|
|
6213
|
+
}]
|
|
6214
|
+
},
|
|
5585
6215
|
{
|
|
5586
6216
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
5587
6217
|
denom_units: [{
|
|
@@ -5722,6 +6352,41 @@ const assets = {
|
|
|
5722
6352
|
}
|
|
5723
6353
|
}]
|
|
5724
6354
|
},
|
|
6355
|
+
{
|
|
6356
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
6357
|
+
denom_units: [{
|
|
6358
|
+
denom: 'ibc/2A06A0123134679AAEA083A18C1703532635AC4ECC6362A270BD496B6974804F',
|
|
6359
|
+
exponent: 0,
|
|
6360
|
+
aliases: ['p:inj:31Mar2025']
|
|
6361
|
+
}, {
|
|
6362
|
+
denom: 'pINJ31Mar2025',
|
|
6363
|
+
exponent: 18
|
|
6364
|
+
}],
|
|
6365
|
+
base: 'ibc/2A06A0123134679AAEA083A18C1703532635AC4ECC6362A270BD496B6974804F',
|
|
6366
|
+
name: 'pInj (31Mar2025)',
|
|
6367
|
+
display: 'pINJ31Mar2025',
|
|
6368
|
+
symbol: 'pINJ-31Mar2025',
|
|
6369
|
+
logo_URIs: {
|
|
6370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
6371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
6372
|
+
},
|
|
6373
|
+
images: [{
|
|
6374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
6375
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
6376
|
+
}],
|
|
6377
|
+
type_asset: 'sdk.coin',
|
|
6378
|
+
traces: [{
|
|
6379
|
+
type: 'ibc',
|
|
6380
|
+
counterparty: {
|
|
6381
|
+
channel_id: 'channel-24',
|
|
6382
|
+
base_denom: 'p:inj:31Mar2025',
|
|
6383
|
+
chain_name: 'pryzm'
|
|
6384
|
+
},
|
|
6385
|
+
chain: {
|
|
6386
|
+
channel_id: 'channel-71'
|
|
6387
|
+
}
|
|
6388
|
+
}]
|
|
6389
|
+
},
|
|
5725
6390
|
{
|
|
5726
6391
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
5727
6392
|
denom_units: [{
|
|
@@ -5863,19 +6528,19 @@ const assets = {
|
|
|
5863
6528
|
}]
|
|
5864
6529
|
},
|
|
5865
6530
|
{
|
|
5866
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
6531
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
5867
6532
|
denom_units: [{
|
|
5868
|
-
denom: 'ibc/
|
|
6533
|
+
denom: 'ibc/6EBCBD5DACD6CD5D44E7B9AFCC6CAB0F7DDED15029E0DAD8011FE0DBF82B0CEB',
|
|
5869
6534
|
exponent: 0,
|
|
5870
|
-
aliases: ['p:uluna:
|
|
6535
|
+
aliases: ['p:uluna:31Mar2025']
|
|
5871
6536
|
}, {
|
|
5872
|
-
denom: '
|
|
6537
|
+
denom: 'pLUNA31Mar2025',
|
|
5873
6538
|
exponent: 6
|
|
5874
6539
|
}],
|
|
5875
|
-
base: 'ibc/
|
|
5876
|
-
name: 'pLuna (
|
|
5877
|
-
display: '
|
|
5878
|
-
symbol: 'pLUNA-
|
|
6540
|
+
base: 'ibc/6EBCBD5DACD6CD5D44E7B9AFCC6CAB0F7DDED15029E0DAD8011FE0DBF82B0CEB',
|
|
6541
|
+
name: 'pLuna (31Mar2025)',
|
|
6542
|
+
display: 'pLUNA31Mar2025',
|
|
6543
|
+
symbol: 'pLUNA-31Mar2025',
|
|
5879
6544
|
logo_URIs: {
|
|
5880
6545
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
5881
6546
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -5889,7 +6554,7 @@ const assets = {
|
|
|
5889
6554
|
type: 'ibc',
|
|
5890
6555
|
counterparty: {
|
|
5891
6556
|
channel_id: 'channel-24',
|
|
5892
|
-
base_denom: 'p:uluna:
|
|
6557
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
5893
6558
|
chain_name: 'pryzm'
|
|
5894
6559
|
},
|
|
5895
6560
|
chain: {
|
|
@@ -5932,6 +6597,41 @@ const assets = {
|
|
|
5932
6597
|
}
|
|
5933
6598
|
}]
|
|
5934
6599
|
},
|
|
6600
|
+
{
|
|
6601
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
6602
|
+
denom_units: [{
|
|
6603
|
+
denom: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15',
|
|
6604
|
+
exponent: 0,
|
|
6605
|
+
aliases: ['p:uluna:31Dec2026']
|
|
6606
|
+
}, {
|
|
6607
|
+
denom: 'pLUNA31Dec2026',
|
|
6608
|
+
exponent: 6
|
|
6609
|
+
}],
|
|
6610
|
+
base: 'ibc/1BD47FFE0BE6BC4A0C3AC0A9C58B90DC1199456AE49F107EDC2A683800943F15',
|
|
6611
|
+
name: 'pLuna (31Dec2026)',
|
|
6612
|
+
display: 'pLUNA31Dec2026',
|
|
6613
|
+
symbol: 'pLUNA-31Dec2026',
|
|
6614
|
+
logo_URIs: {
|
|
6615
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
6616
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
6617
|
+
},
|
|
6618
|
+
images: [{
|
|
6619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
6620
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
6621
|
+
}],
|
|
6622
|
+
type_asset: 'sdk.coin',
|
|
6623
|
+
traces: [{
|
|
6624
|
+
type: 'ibc',
|
|
6625
|
+
counterparty: {
|
|
6626
|
+
channel_id: 'channel-24',
|
|
6627
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
6628
|
+
chain_name: 'pryzm'
|
|
6629
|
+
},
|
|
6630
|
+
chain: {
|
|
6631
|
+
channel_id: 'channel-71'
|
|
6632
|
+
}
|
|
6633
|
+
}]
|
|
6634
|
+
},
|
|
5935
6635
|
{
|
|
5936
6636
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
5937
6637
|
denom_units: [{
|
|
@@ -6142,6 +6842,41 @@ const assets = {
|
|
|
6142
6842
|
}
|
|
6143
6843
|
}]
|
|
6144
6844
|
},
|
|
6845
|
+
{
|
|
6846
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
6847
|
+
denom_units: [{
|
|
6848
|
+
denom: 'ibc/6F3D30774F5079BFC5CE772A854F06E86F7AC8C8D50D4E1C53E5743D817BE43E',
|
|
6849
|
+
exponent: 0,
|
|
6850
|
+
aliases: ['p:stutia:31Mar2025']
|
|
6851
|
+
}, {
|
|
6852
|
+
denom: 'pstTIA31Mar2025',
|
|
6853
|
+
exponent: 6
|
|
6854
|
+
}],
|
|
6855
|
+
base: 'ibc/6F3D30774F5079BFC5CE772A854F06E86F7AC8C8D50D4E1C53E5743D817BE43E',
|
|
6856
|
+
name: 'pstTia (31Mar2025)',
|
|
6857
|
+
display: 'pstTIA31Mar2025',
|
|
6858
|
+
symbol: 'pstTIA-31Mar2025',
|
|
6859
|
+
logo_URIs: {
|
|
6860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
6861
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
6862
|
+
},
|
|
6863
|
+
images: [{
|
|
6864
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
6865
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
6866
|
+
}],
|
|
6867
|
+
type_asset: 'sdk.coin',
|
|
6868
|
+
traces: [{
|
|
6869
|
+
type: 'ibc',
|
|
6870
|
+
counterparty: {
|
|
6871
|
+
channel_id: 'channel-24',
|
|
6872
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
6873
|
+
chain_name: 'pryzm'
|
|
6874
|
+
},
|
|
6875
|
+
chain: {
|
|
6876
|
+
channel_id: 'channel-71'
|
|
6877
|
+
}
|
|
6878
|
+
}]
|
|
6879
|
+
},
|
|
6145
6880
|
{
|
|
6146
6881
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
6147
6882
|
denom_units: [{
|
|
@@ -6282,6 +7017,41 @@ const assets = {
|
|
|
6282
7017
|
}
|
|
6283
7018
|
}]
|
|
6284
7019
|
},
|
|
7020
|
+
{
|
|
7021
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
7022
|
+
denom_units: [{
|
|
7023
|
+
denom: 'ibc/E7C1CB0F30C30F4DCDBE36F3E2078477D874626683670F0B630BCD96A1041443',
|
|
7024
|
+
exponent: 0,
|
|
7025
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
7026
|
+
}, {
|
|
7027
|
+
denom: 'pstDYDX31Mar2025',
|
|
7028
|
+
exponent: 18
|
|
7029
|
+
}],
|
|
7030
|
+
base: 'ibc/E7C1CB0F30C30F4DCDBE36F3E2078477D874626683670F0B630BCD96A1041443',
|
|
7031
|
+
name: 'pstDydx (31Mar2025)',
|
|
7032
|
+
display: 'pstDYDX31Mar2025',
|
|
7033
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
7034
|
+
logo_URIs: {
|
|
7035
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
7036
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
7037
|
+
},
|
|
7038
|
+
images: [{
|
|
7039
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
7040
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
7041
|
+
}],
|
|
7042
|
+
type_asset: 'sdk.coin',
|
|
7043
|
+
traces: [{
|
|
7044
|
+
type: 'ibc',
|
|
7045
|
+
counterparty: {
|
|
7046
|
+
channel_id: 'channel-24',
|
|
7047
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
7048
|
+
chain_name: 'pryzm'
|
|
7049
|
+
},
|
|
7050
|
+
chain: {
|
|
7051
|
+
channel_id: 'channel-71'
|
|
7052
|
+
}
|
|
7053
|
+
}]
|
|
7054
|
+
},
|
|
6285
7055
|
{
|
|
6286
7056
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
6287
7057
|
denom_units: [{
|
|
@@ -6332,19 +7102,54 @@ const assets = {
|
|
|
6332
7102
|
display: 'pstDYDX31Dec2026',
|
|
6333
7103
|
symbol: 'pstDYDX-31Dec2026',
|
|
6334
7104
|
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'
|
|
7105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
7106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
7107
|
+
},
|
|
7108
|
+
images: [{
|
|
7109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
7110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
7111
|
+
}],
|
|
7112
|
+
type_asset: 'sdk.coin',
|
|
7113
|
+
traces: [{
|
|
7114
|
+
type: 'ibc',
|
|
7115
|
+
counterparty: {
|
|
7116
|
+
channel_id: 'channel-24',
|
|
7117
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
7118
|
+
chain_name: 'pryzm'
|
|
7119
|
+
},
|
|
7120
|
+
chain: {
|
|
7121
|
+
channel_id: 'channel-71'
|
|
7122
|
+
}
|
|
7123
|
+
}]
|
|
7124
|
+
},
|
|
7125
|
+
{
|
|
7126
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
7127
|
+
denom_units: [{
|
|
7128
|
+
denom: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
|
|
7129
|
+
exponent: 0,
|
|
7130
|
+
aliases: ['p:udatom:31Dec2024']
|
|
7131
|
+
}, {
|
|
7132
|
+
denom: 'pdATOM31Dec2024',
|
|
7133
|
+
exponent: 6
|
|
7134
|
+
}],
|
|
7135
|
+
base: 'ibc/3693F37E71DB3A5641161D53BD8D6F98274674607DE98C3EC0C72314E25A8CF5',
|
|
7136
|
+
name: 'pdAtom (31Dec2024)',
|
|
7137
|
+
display: 'pdATOM31Dec2024',
|
|
7138
|
+
symbol: 'pdATOM-31Dec2024',
|
|
7139
|
+
logo_URIs: {
|
|
7140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
7141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6337
7142
|
},
|
|
6338
7143
|
images: [{
|
|
6339
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
6340
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
7144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
7145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
6341
7146
|
}],
|
|
6342
7147
|
type_asset: 'sdk.coin',
|
|
6343
7148
|
traces: [{
|
|
6344
7149
|
type: 'ibc',
|
|
6345
7150
|
counterparty: {
|
|
6346
7151
|
channel_id: 'channel-24',
|
|
6347
|
-
base_denom: 'p:
|
|
7152
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
6348
7153
|
chain_name: 'pryzm'
|
|
6349
7154
|
},
|
|
6350
7155
|
chain: {
|
|
@@ -6353,19 +7158,19 @@ const assets = {
|
|
|
6353
7158
|
}]
|
|
6354
7159
|
},
|
|
6355
7160
|
{
|
|
6356
|
-
description: 'Pryzm\'s refracted principal token for dATOM with maturity of
|
|
7161
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
6357
7162
|
denom_units: [{
|
|
6358
|
-
denom: 'ibc/
|
|
7163
|
+
denom: 'ibc/F3F282409EE4FC76DA76AD3404D73883727CB92DBEFA5EB61F4DDCEDE5DD902A',
|
|
6359
7164
|
exponent: 0,
|
|
6360
|
-
aliases: ['p:udatom:
|
|
7165
|
+
aliases: ['p:udatom:31Mar2025']
|
|
6361
7166
|
}, {
|
|
6362
|
-
denom: '
|
|
7167
|
+
denom: 'pdATOM31Mar2025',
|
|
6363
7168
|
exponent: 6
|
|
6364
7169
|
}],
|
|
6365
|
-
base: 'ibc/
|
|
6366
|
-
name: 'pdAtom (
|
|
6367
|
-
display: '
|
|
6368
|
-
symbol: 'pdATOM-
|
|
7170
|
+
base: 'ibc/F3F282409EE4FC76DA76AD3404D73883727CB92DBEFA5EB61F4DDCEDE5DD902A',
|
|
7171
|
+
name: 'pdAtom (31Mar2025)',
|
|
7172
|
+
display: 'pdATOM31Mar2025',
|
|
7173
|
+
symbol: 'pdATOM-31Mar2025',
|
|
6369
7174
|
logo_URIs: {
|
|
6370
7175
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
6371
7176
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
@@ -6379,7 +7184,7 @@ const assets = {
|
|
|
6379
7184
|
type: 'ibc',
|
|
6380
7185
|
counterparty: {
|
|
6381
7186
|
channel_id: 'channel-24',
|
|
6382
|
-
base_denom: 'p:udatom:
|
|
7187
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
6383
7188
|
chain_name: 'pryzm'
|
|
6384
7189
|
},
|
|
6385
7190
|
chain: {
|
|
@@ -6527,6 +7332,41 @@ const assets = {
|
|
|
6527
7332
|
}
|
|
6528
7333
|
}]
|
|
6529
7334
|
},
|
|
7335
|
+
{
|
|
7336
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
7337
|
+
denom_units: [{
|
|
7338
|
+
denom: 'ibc/EE33F3D41F141721C6712906AFF0C786AC03DA1FEA300E2167F3C5640466CBBA',
|
|
7339
|
+
exponent: 0,
|
|
7340
|
+
aliases: ['p:utia:31Mar2025']
|
|
7341
|
+
}, {
|
|
7342
|
+
denom: 'pTIA31Mar2025',
|
|
7343
|
+
exponent: 6
|
|
7344
|
+
}],
|
|
7345
|
+
base: 'ibc/EE33F3D41F141721C6712906AFF0C786AC03DA1FEA300E2167F3C5640466CBBA',
|
|
7346
|
+
name: 'pTia (31Mar2025)',
|
|
7347
|
+
display: 'pTIA31Mar2025',
|
|
7348
|
+
symbol: 'pTIA-31Mar2025',
|
|
7349
|
+
logo_URIs: {
|
|
7350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7352
|
+
},
|
|
7353
|
+
images: [{
|
|
7354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7356
|
+
}],
|
|
7357
|
+
type_asset: 'sdk.coin',
|
|
7358
|
+
traces: [{
|
|
7359
|
+
type: 'ibc',
|
|
7360
|
+
counterparty: {
|
|
7361
|
+
channel_id: 'channel-24',
|
|
7362
|
+
base_denom: 'p:utia:31Mar2025',
|
|
7363
|
+
chain_name: 'pryzm'
|
|
7364
|
+
},
|
|
7365
|
+
chain: {
|
|
7366
|
+
channel_id: 'channel-71'
|
|
7367
|
+
}
|
|
7368
|
+
}]
|
|
7369
|
+
},
|
|
6530
7370
|
{
|
|
6531
7371
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
6532
7372
|
denom_units: [{
|
|
@@ -6667,6 +7507,41 @@ const assets = {
|
|
|
6667
7507
|
}
|
|
6668
7508
|
}]
|
|
6669
7509
|
},
|
|
7510
|
+
{
|
|
7511
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
7512
|
+
denom_units: [{
|
|
7513
|
+
denom: 'ibc/92FCE5EC61DAC96AB821B4F07B2CD3695B4663FA17E50EC321996D81AF7FBEFF',
|
|
7514
|
+
exponent: 0,
|
|
7515
|
+
aliases: ['y:uatom:31Mar2025']
|
|
7516
|
+
}, {
|
|
7517
|
+
denom: 'yATOM31Mar2025',
|
|
7518
|
+
exponent: 6
|
|
7519
|
+
}],
|
|
7520
|
+
base: 'ibc/92FCE5EC61DAC96AB821B4F07B2CD3695B4663FA17E50EC321996D81AF7FBEFF',
|
|
7521
|
+
name: 'yAtom (31Mar2025)',
|
|
7522
|
+
display: 'yATOM31Mar2025',
|
|
7523
|
+
symbol: 'yATOM-31Mar2025',
|
|
7524
|
+
logo_URIs: {
|
|
7525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
7526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
7527
|
+
},
|
|
7528
|
+
images: [{
|
|
7529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
7530
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
7531
|
+
}],
|
|
7532
|
+
type_asset: 'sdk.coin',
|
|
7533
|
+
traces: [{
|
|
7534
|
+
type: 'ibc',
|
|
7535
|
+
counterparty: {
|
|
7536
|
+
channel_id: 'channel-24',
|
|
7537
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
7538
|
+
chain_name: 'pryzm'
|
|
7539
|
+
},
|
|
7540
|
+
chain: {
|
|
7541
|
+
channel_id: 'channel-71'
|
|
7542
|
+
}
|
|
7543
|
+
}]
|
|
7544
|
+
},
|
|
6670
7545
|
{
|
|
6671
7546
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
6672
7547
|
denom_units: [{
|
|
@@ -6807,6 +7682,41 @@ const assets = {
|
|
|
6807
7682
|
}
|
|
6808
7683
|
}]
|
|
6809
7684
|
},
|
|
7685
|
+
{
|
|
7686
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
7687
|
+
denom_units: [{
|
|
7688
|
+
denom: 'ibc/5F54EBA343BA035A05B3654DAAB6A4E4F627F60B324A00704C65A9068C7238D9',
|
|
7689
|
+
exponent: 0,
|
|
7690
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
7691
|
+
}, {
|
|
7692
|
+
denom: 'yOSMO31Mar2025',
|
|
7693
|
+
exponent: 6
|
|
7694
|
+
}],
|
|
7695
|
+
base: 'ibc/5F54EBA343BA035A05B3654DAAB6A4E4F627F60B324A00704C65A9068C7238D9',
|
|
7696
|
+
name: 'yOsmo (31Mar2025)',
|
|
7697
|
+
display: 'yOSMO31Mar2025',
|
|
7698
|
+
symbol: 'yOSMO-31Mar2025',
|
|
7699
|
+
logo_URIs: {
|
|
7700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
7701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
7702
|
+
},
|
|
7703
|
+
images: [{
|
|
7704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
7705
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
7706
|
+
}],
|
|
7707
|
+
type_asset: 'sdk.coin',
|
|
7708
|
+
traces: [{
|
|
7709
|
+
type: 'ibc',
|
|
7710
|
+
counterparty: {
|
|
7711
|
+
channel_id: 'channel-24',
|
|
7712
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
7713
|
+
chain_name: 'pryzm'
|
|
7714
|
+
},
|
|
7715
|
+
chain: {
|
|
7716
|
+
channel_id: 'channel-71'
|
|
7717
|
+
}
|
|
7718
|
+
}]
|
|
7719
|
+
},
|
|
6810
7720
|
{
|
|
6811
7721
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
6812
7722
|
denom_units: [{
|
|
@@ -6947,6 +7857,41 @@ const assets = {
|
|
|
6947
7857
|
}
|
|
6948
7858
|
}]
|
|
6949
7859
|
},
|
|
7860
|
+
{
|
|
7861
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
7862
|
+
denom_units: [{
|
|
7863
|
+
denom: 'ibc/11D911803B922962DBD7CC5B9A047884189F60B5C10CD7D19DF63792A35ABC8B',
|
|
7864
|
+
exponent: 0,
|
|
7865
|
+
aliases: ['y:inj:31Mar2025']
|
|
7866
|
+
}, {
|
|
7867
|
+
denom: 'yINJ31Mar2025',
|
|
7868
|
+
exponent: 18
|
|
7869
|
+
}],
|
|
7870
|
+
base: 'ibc/11D911803B922962DBD7CC5B9A047884189F60B5C10CD7D19DF63792A35ABC8B',
|
|
7871
|
+
name: 'yInj (31Mar2025)',
|
|
7872
|
+
display: 'yINJ31Mar2025',
|
|
7873
|
+
symbol: 'yINJ-31Mar2025',
|
|
7874
|
+
logo_URIs: {
|
|
7875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
7876
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
7877
|
+
},
|
|
7878
|
+
images: [{
|
|
7879
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
7880
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
7881
|
+
}],
|
|
7882
|
+
type_asset: 'sdk.coin',
|
|
7883
|
+
traces: [{
|
|
7884
|
+
type: 'ibc',
|
|
7885
|
+
counterparty: {
|
|
7886
|
+
channel_id: 'channel-24',
|
|
7887
|
+
base_denom: 'y:inj:31Mar2025',
|
|
7888
|
+
chain_name: 'pryzm'
|
|
7889
|
+
},
|
|
7890
|
+
chain: {
|
|
7891
|
+
channel_id: 'channel-71'
|
|
7892
|
+
}
|
|
7893
|
+
}]
|
|
7894
|
+
},
|
|
6950
7895
|
{
|
|
6951
7896
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
6952
7897
|
denom_units: [{
|
|
@@ -7087,6 +8032,41 @@ const assets = {
|
|
|
7087
8032
|
}
|
|
7088
8033
|
}]
|
|
7089
8034
|
},
|
|
8035
|
+
{
|
|
8036
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
8037
|
+
denom_units: [{
|
|
8038
|
+
denom: 'ibc/E1393F0B256D1FA213629037527A4AC99FD2BBDAE89ECD21E53E5E45FF8D3DB9',
|
|
8039
|
+
exponent: 0,
|
|
8040
|
+
aliases: ['y:uluna:31Mar2025']
|
|
8041
|
+
}, {
|
|
8042
|
+
denom: 'yLUNA31Mar2025',
|
|
8043
|
+
exponent: 6
|
|
8044
|
+
}],
|
|
8045
|
+
base: 'ibc/E1393F0B256D1FA213629037527A4AC99FD2BBDAE89ECD21E53E5E45FF8D3DB9',
|
|
8046
|
+
name: 'yLuna (31Mar2025)',
|
|
8047
|
+
display: 'yLUNA31Mar2025',
|
|
8048
|
+
symbol: 'yLUNA-31Mar2025',
|
|
8049
|
+
logo_URIs: {
|
|
8050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8052
|
+
},
|
|
8053
|
+
images: [{
|
|
8054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8056
|
+
}],
|
|
8057
|
+
type_asset: 'sdk.coin',
|
|
8058
|
+
traces: [{
|
|
8059
|
+
type: 'ibc',
|
|
8060
|
+
counterparty: {
|
|
8061
|
+
channel_id: 'channel-24',
|
|
8062
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
8063
|
+
chain_name: 'pryzm'
|
|
8064
|
+
},
|
|
8065
|
+
chain: {
|
|
8066
|
+
channel_id: 'channel-71'
|
|
8067
|
+
}
|
|
8068
|
+
}]
|
|
8069
|
+
},
|
|
7090
8070
|
{
|
|
7091
8071
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
7092
8072
|
denom_units: [{
|
|
@@ -7367,6 +8347,41 @@ const assets = {
|
|
|
7367
8347
|
}
|
|
7368
8348
|
}]
|
|
7369
8349
|
},
|
|
8350
|
+
{
|
|
8351
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
8352
|
+
denom_units: [{
|
|
8353
|
+
denom: 'ibc/60CD0B58DEF0C83785D0F1483B16833E3B5964A65268F519989F8A0D7989F519',
|
|
8354
|
+
exponent: 0,
|
|
8355
|
+
aliases: ['y:stutia:31Mar2025']
|
|
8356
|
+
}, {
|
|
8357
|
+
denom: 'ystTIA31Mar2025',
|
|
8358
|
+
exponent: 6
|
|
8359
|
+
}],
|
|
8360
|
+
base: 'ibc/60CD0B58DEF0C83785D0F1483B16833E3B5964A65268F519989F8A0D7989F519',
|
|
8361
|
+
name: 'ystTia (31Mar2025)',
|
|
8362
|
+
display: 'ystTIA31Mar2025',
|
|
8363
|
+
symbol: 'ystTIA-31Mar2025',
|
|
8364
|
+
logo_URIs: {
|
|
8365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
8366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
8367
|
+
},
|
|
8368
|
+
images: [{
|
|
8369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
8370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
8371
|
+
}],
|
|
8372
|
+
type_asset: 'sdk.coin',
|
|
8373
|
+
traces: [{
|
|
8374
|
+
type: 'ibc',
|
|
8375
|
+
counterparty: {
|
|
8376
|
+
channel_id: 'channel-24',
|
|
8377
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
8378
|
+
chain_name: 'pryzm'
|
|
8379
|
+
},
|
|
8380
|
+
chain: {
|
|
8381
|
+
channel_id: 'channel-71'
|
|
8382
|
+
}
|
|
8383
|
+
}]
|
|
8384
|
+
},
|
|
7370
8385
|
{
|
|
7371
8386
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
7372
8387
|
denom_units: [{
|
|
@@ -7507,6 +8522,41 @@ const assets = {
|
|
|
7507
8522
|
}
|
|
7508
8523
|
}]
|
|
7509
8524
|
},
|
|
8525
|
+
{
|
|
8526
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
8527
|
+
denom_units: [{
|
|
8528
|
+
denom: 'ibc/A556FBBB28F19023165BCAD3FD4B1DE8B491EE3120D682423D447D359493C71A',
|
|
8529
|
+
exponent: 0,
|
|
8530
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
8531
|
+
}, {
|
|
8532
|
+
denom: 'ystDYDX31Mar2025',
|
|
8533
|
+
exponent: 6
|
|
8534
|
+
}],
|
|
8535
|
+
base: 'ibc/A556FBBB28F19023165BCAD3FD4B1DE8B491EE3120D682423D447D359493C71A',
|
|
8536
|
+
name: 'ystDydx (31Mar2025)',
|
|
8537
|
+
display: 'ystDYDX31Mar2025',
|
|
8538
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
8539
|
+
logo_URIs: {
|
|
8540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
8541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
8542
|
+
},
|
|
8543
|
+
images: [{
|
|
8544
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
8545
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
8546
|
+
}],
|
|
8547
|
+
type_asset: 'sdk.coin',
|
|
8548
|
+
traces: [{
|
|
8549
|
+
type: 'ibc',
|
|
8550
|
+
counterparty: {
|
|
8551
|
+
channel_id: 'channel-24',
|
|
8552
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
8553
|
+
chain_name: 'pryzm'
|
|
8554
|
+
},
|
|
8555
|
+
chain: {
|
|
8556
|
+
channel_id: 'channel-71'
|
|
8557
|
+
}
|
|
8558
|
+
}]
|
|
8559
|
+
},
|
|
7510
8560
|
{
|
|
7511
8561
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
7512
8562
|
denom_units: [{
|
|
@@ -7612,6 +8662,41 @@ const assets = {
|
|
|
7612
8662
|
}
|
|
7613
8663
|
}]
|
|
7614
8664
|
},
|
|
8665
|
+
{
|
|
8666
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
8667
|
+
denom_units: [{
|
|
8668
|
+
denom: 'ibc/5E1BBCEEA0A47D3B39D5B0D2A50E574B7C91E9A59A164EA082D72D2EFFB2360D',
|
|
8669
|
+
exponent: 0,
|
|
8670
|
+
aliases: ['y:udatom:31Mar2025']
|
|
8671
|
+
}, {
|
|
8672
|
+
denom: 'ydATOM31Mar2025',
|
|
8673
|
+
exponent: 6
|
|
8674
|
+
}],
|
|
8675
|
+
base: 'ibc/5E1BBCEEA0A47D3B39D5B0D2A50E574B7C91E9A59A164EA082D72D2EFFB2360D',
|
|
8676
|
+
name: 'ydAtom (31Mar2025)',
|
|
8677
|
+
display: 'ydATOM31Mar2025',
|
|
8678
|
+
symbol: 'ydATOM-31Mar2025',
|
|
8679
|
+
logo_URIs: {
|
|
8680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
8681
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
8682
|
+
},
|
|
8683
|
+
images: [{
|
|
8684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
8685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
8686
|
+
}],
|
|
8687
|
+
type_asset: 'sdk.coin',
|
|
8688
|
+
traces: [{
|
|
8689
|
+
type: 'ibc',
|
|
8690
|
+
counterparty: {
|
|
8691
|
+
channel_id: 'channel-24',
|
|
8692
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
8693
|
+
chain_name: 'pryzm'
|
|
8694
|
+
},
|
|
8695
|
+
chain: {
|
|
8696
|
+
channel_id: 'channel-71'
|
|
8697
|
+
}
|
|
8698
|
+
}]
|
|
8699
|
+
},
|
|
7615
8700
|
{
|
|
7616
8701
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
7617
8702
|
denom_units: [{
|
|
@@ -7752,6 +8837,41 @@ const assets = {
|
|
|
7752
8837
|
}
|
|
7753
8838
|
}]
|
|
7754
8839
|
},
|
|
8840
|
+
{
|
|
8841
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
8842
|
+
denom_units: [{
|
|
8843
|
+
denom: 'ibc/43975CDACACF54C8B32DF42E2CAE044C10E38CF457ED0518F5DC6E4418277F2E',
|
|
8844
|
+
exponent: 0,
|
|
8845
|
+
aliases: ['y:utia:31Mar2025']
|
|
8846
|
+
}, {
|
|
8847
|
+
denom: 'yTIA31Mar2025',
|
|
8848
|
+
exponent: 6
|
|
8849
|
+
}],
|
|
8850
|
+
base: 'ibc/43975CDACACF54C8B32DF42E2CAE044C10E38CF457ED0518F5DC6E4418277F2E',
|
|
8851
|
+
name: 'yTia (31Mar2025)',
|
|
8852
|
+
display: 'yTIA31Mar2025',
|
|
8853
|
+
symbol: 'yTIA-31Mar2025',
|
|
8854
|
+
logo_URIs: {
|
|
8855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
8856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
8857
|
+
},
|
|
8858
|
+
images: [{
|
|
8859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
8860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
8861
|
+
}],
|
|
8862
|
+
type_asset: 'sdk.coin',
|
|
8863
|
+
traces: [{
|
|
8864
|
+
type: 'ibc',
|
|
8865
|
+
counterparty: {
|
|
8866
|
+
channel_id: 'channel-24',
|
|
8867
|
+
base_denom: 'y:utia:31Mar2025',
|
|
8868
|
+
chain_name: 'pryzm'
|
|
8869
|
+
},
|
|
8870
|
+
chain: {
|
|
8871
|
+
channel_id: 'channel-71'
|
|
8872
|
+
}
|
|
8873
|
+
}]
|
|
8874
|
+
},
|
|
7755
8875
|
{
|
|
7756
8876
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
7757
8877
|
denom_units: [{
|