@chain-registry/assets 1.70.66 → 1.70.67
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 +1322 -32
- 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 +1322 -32
- 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/celestia.js
CHANGED
|
@@ -132,6 +132,91 @@ const assets = {
|
|
|
132
132
|
}
|
|
133
133
|
}]
|
|
134
134
|
},
|
|
135
|
+
{
|
|
136
|
+
description: 'The native token of Elys Network',
|
|
137
|
+
denom_units: [
|
|
138
|
+
{
|
|
139
|
+
denom: 'ibc/776A926E08B8D4095FB310D32B890D2A0DDD1CAC63C9199AC52311FBF10C427A',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uelys']
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
denom: 'melys',
|
|
145
|
+
exponent: 3,
|
|
146
|
+
aliases: ['millielys']
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
denom: 'elys',
|
|
150
|
+
exponent: 6,
|
|
151
|
+
aliases: []
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
base: 'ibc/776A926E08B8D4095FB310D32B890D2A0DDD1CAC63C9199AC52311FBF10C427A',
|
|
155
|
+
name: 'Elys Network',
|
|
156
|
+
display: 'elys',
|
|
157
|
+
symbol: 'ELYS',
|
|
158
|
+
logo_URIs: {
|
|
159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
160
|
+
},
|
|
161
|
+
coingecko_id: 'elys',
|
|
162
|
+
images: [{
|
|
163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
164
|
+
}],
|
|
165
|
+
type_asset: 'sdk.coin',
|
|
166
|
+
traces: [{
|
|
167
|
+
type: 'ibc',
|
|
168
|
+
counterparty: {
|
|
169
|
+
channel_id: 'channel-4',
|
|
170
|
+
base_denom: 'uelys',
|
|
171
|
+
chain_name: 'elys'
|
|
172
|
+
},
|
|
173
|
+
chain: {
|
|
174
|
+
channel_id: 'channel-50'
|
|
175
|
+
}
|
|
176
|
+
}]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
description: 'Eden token definition',
|
|
180
|
+
denom_units: [
|
|
181
|
+
{
|
|
182
|
+
denom: 'ibc/E1B19979B2F40EEDB36807FAA7C4D8611C7E62661CC76B686EC67140535AC979',
|
|
183
|
+
exponent: 0,
|
|
184
|
+
aliases: ['ueden']
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
denom: 'meden',
|
|
188
|
+
exponent: 3,
|
|
189
|
+
aliases: ['millieden']
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
denom: 'eden',
|
|
193
|
+
exponent: 6,
|
|
194
|
+
aliases: []
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
base: 'ibc/E1B19979B2F40EEDB36807FAA7C4D8611C7E62661CC76B686EC67140535AC979',
|
|
198
|
+
name: 'Eden',
|
|
199
|
+
display: 'eden',
|
|
200
|
+
symbol: 'EDEN',
|
|
201
|
+
logo_URIs: {
|
|
202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
203
|
+
},
|
|
204
|
+
images: [{
|
|
205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
206
|
+
}],
|
|
207
|
+
type_asset: 'sdk.coin',
|
|
208
|
+
traces: [{
|
|
209
|
+
type: 'ibc',
|
|
210
|
+
counterparty: {
|
|
211
|
+
channel_id: 'channel-4',
|
|
212
|
+
base_denom: 'ueden',
|
|
213
|
+
chain_name: 'elys'
|
|
214
|
+
},
|
|
215
|
+
chain: {
|
|
216
|
+
channel_id: 'channel-50'
|
|
217
|
+
}
|
|
218
|
+
}]
|
|
219
|
+
},
|
|
135
220
|
{
|
|
136
221
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
137
222
|
denom_units: [{
|
|
@@ -1171,6 +1256,41 @@ const assets = {
|
|
|
1171
1256
|
}
|
|
1172
1257
|
}]
|
|
1173
1258
|
},
|
|
1259
|
+
{
|
|
1260
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
1261
|
+
denom_units: [{
|
|
1262
|
+
denom: 'ibc/A7ABC3023BAAE3EB5EC511F2F724E4E9A6F882C09A6964907E329991BF558ACC',
|
|
1263
|
+
exponent: 0,
|
|
1264
|
+
aliases: ['p:uatom:31Mar2025']
|
|
1265
|
+
}, {
|
|
1266
|
+
denom: 'pATOM31Mar2025',
|
|
1267
|
+
exponent: 6
|
|
1268
|
+
}],
|
|
1269
|
+
base: 'ibc/A7ABC3023BAAE3EB5EC511F2F724E4E9A6F882C09A6964907E329991BF558ACC',
|
|
1270
|
+
name: 'pAtom (31Mar2025)',
|
|
1271
|
+
display: 'pATOM31Mar2025',
|
|
1272
|
+
symbol: 'pATOM-31Mar2025',
|
|
1273
|
+
logo_URIs: {
|
|
1274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1276
|
+
},
|
|
1277
|
+
images: [{
|
|
1278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1280
|
+
}],
|
|
1281
|
+
type_asset: 'sdk.coin',
|
|
1282
|
+
traces: [{
|
|
1283
|
+
type: 'ibc',
|
|
1284
|
+
counterparty: {
|
|
1285
|
+
channel_id: 'channel-3',
|
|
1286
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
1287
|
+
chain_name: 'pryzm'
|
|
1288
|
+
},
|
|
1289
|
+
chain: {
|
|
1290
|
+
channel_id: 'channel-34'
|
|
1291
|
+
}
|
|
1292
|
+
}]
|
|
1293
|
+
},
|
|
1174
1294
|
{
|
|
1175
1295
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
1176
1296
|
denom_units: [{
|
|
@@ -1311,6 +1431,41 @@ const assets = {
|
|
|
1311
1431
|
}
|
|
1312
1432
|
}]
|
|
1313
1433
|
},
|
|
1434
|
+
{
|
|
1435
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
1436
|
+
denom_units: [{
|
|
1437
|
+
denom: 'ibc/1AD08EB617FCB71A627149B86F4A54DF38AEF1D945111920BF433045B9C24544',
|
|
1438
|
+
exponent: 0,
|
|
1439
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
1440
|
+
}, {
|
|
1441
|
+
denom: 'pOSMO31Mar2025',
|
|
1442
|
+
exponent: 6
|
|
1443
|
+
}],
|
|
1444
|
+
base: 'ibc/1AD08EB617FCB71A627149B86F4A54DF38AEF1D945111920BF433045B9C24544',
|
|
1445
|
+
name: 'pOsmo (31Mar2025)',
|
|
1446
|
+
display: 'pOSMO31Mar2025',
|
|
1447
|
+
symbol: 'pOSMO-31Mar2025',
|
|
1448
|
+
logo_URIs: {
|
|
1449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1450
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1451
|
+
},
|
|
1452
|
+
images: [{
|
|
1453
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
1454
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
1455
|
+
}],
|
|
1456
|
+
type_asset: 'sdk.coin',
|
|
1457
|
+
traces: [{
|
|
1458
|
+
type: 'ibc',
|
|
1459
|
+
counterparty: {
|
|
1460
|
+
channel_id: 'channel-3',
|
|
1461
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
1462
|
+
chain_name: 'pryzm'
|
|
1463
|
+
},
|
|
1464
|
+
chain: {
|
|
1465
|
+
channel_id: 'channel-34'
|
|
1466
|
+
}
|
|
1467
|
+
}]
|
|
1468
|
+
},
|
|
1314
1469
|
{
|
|
1315
1470
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
1316
1471
|
denom_units: [{
|
|
@@ -1451,6 +1606,41 @@ const assets = {
|
|
|
1451
1606
|
}
|
|
1452
1607
|
}]
|
|
1453
1608
|
},
|
|
1609
|
+
{
|
|
1610
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
1611
|
+
denom_units: [{
|
|
1612
|
+
denom: 'ibc/BC74B890ED354AA47C8F84B300EFCE25B02A7522FAE9490E959747B4CD88F52D',
|
|
1613
|
+
exponent: 0,
|
|
1614
|
+
aliases: ['p:inj:31Mar2025']
|
|
1615
|
+
}, {
|
|
1616
|
+
denom: 'pINJ31Mar2025',
|
|
1617
|
+
exponent: 18
|
|
1618
|
+
}],
|
|
1619
|
+
base: 'ibc/BC74B890ED354AA47C8F84B300EFCE25B02A7522FAE9490E959747B4CD88F52D',
|
|
1620
|
+
name: 'pInj (31Mar2025)',
|
|
1621
|
+
display: 'pINJ31Mar2025',
|
|
1622
|
+
symbol: 'pINJ-31Mar2025',
|
|
1623
|
+
logo_URIs: {
|
|
1624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1626
|
+
},
|
|
1627
|
+
images: [{
|
|
1628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1630
|
+
}],
|
|
1631
|
+
type_asset: 'sdk.coin',
|
|
1632
|
+
traces: [{
|
|
1633
|
+
type: 'ibc',
|
|
1634
|
+
counterparty: {
|
|
1635
|
+
channel_id: 'channel-3',
|
|
1636
|
+
base_denom: 'p:inj:31Mar2025',
|
|
1637
|
+
chain_name: 'pryzm'
|
|
1638
|
+
},
|
|
1639
|
+
chain: {
|
|
1640
|
+
channel_id: 'channel-34'
|
|
1641
|
+
}
|
|
1642
|
+
}]
|
|
1643
|
+
},
|
|
1454
1644
|
{
|
|
1455
1645
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
1456
1646
|
denom_units: [{
|
|
@@ -1592,19 +1782,19 @@ const assets = {
|
|
|
1592
1782
|
}]
|
|
1593
1783
|
},
|
|
1594
1784
|
{
|
|
1595
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
1785
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
1596
1786
|
denom_units: [{
|
|
1597
|
-
denom: 'ibc/
|
|
1787
|
+
denom: 'ibc/C7494B555C51CE46F339005F2B9AC03A7A42EA5CBB379F8200FD28AB2C018758',
|
|
1598
1788
|
exponent: 0,
|
|
1599
|
-
aliases: ['p:uluna:
|
|
1789
|
+
aliases: ['p:uluna:31Mar2025']
|
|
1600
1790
|
}, {
|
|
1601
|
-
denom: '
|
|
1791
|
+
denom: 'pLUNA31Mar2025',
|
|
1602
1792
|
exponent: 6
|
|
1603
1793
|
}],
|
|
1604
|
-
base: 'ibc/
|
|
1605
|
-
name: 'pLuna (
|
|
1606
|
-
display: '
|
|
1607
|
-
symbol: 'pLUNA-
|
|
1794
|
+
base: 'ibc/C7494B555C51CE46F339005F2B9AC03A7A42EA5CBB379F8200FD28AB2C018758',
|
|
1795
|
+
name: 'pLuna (31Mar2025)',
|
|
1796
|
+
display: 'pLUNA31Mar2025',
|
|
1797
|
+
symbol: 'pLUNA-31Mar2025',
|
|
1608
1798
|
logo_URIs: {
|
|
1609
1799
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1610
1800
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -1618,7 +1808,7 @@ const assets = {
|
|
|
1618
1808
|
type: 'ibc',
|
|
1619
1809
|
counterparty: {
|
|
1620
1810
|
channel_id: 'channel-3',
|
|
1621
|
-
base_denom: 'p:uluna:
|
|
1811
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
1622
1812
|
chain_name: 'pryzm'
|
|
1623
1813
|
},
|
|
1624
1814
|
chain: {
|
|
@@ -1661,6 +1851,41 @@ const assets = {
|
|
|
1661
1851
|
}
|
|
1662
1852
|
}]
|
|
1663
1853
|
},
|
|
1854
|
+
{
|
|
1855
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
1856
|
+
denom_units: [{
|
|
1857
|
+
denom: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D',
|
|
1858
|
+
exponent: 0,
|
|
1859
|
+
aliases: ['p:uluna:31Dec2026']
|
|
1860
|
+
}, {
|
|
1861
|
+
denom: 'pLUNA31Dec2026',
|
|
1862
|
+
exponent: 6
|
|
1863
|
+
}],
|
|
1864
|
+
base: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D',
|
|
1865
|
+
name: 'pLuna (31Dec2026)',
|
|
1866
|
+
display: 'pLUNA31Dec2026',
|
|
1867
|
+
symbol: 'pLUNA-31Dec2026',
|
|
1868
|
+
logo_URIs: {
|
|
1869
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1870
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
1871
|
+
},
|
|
1872
|
+
images: [{
|
|
1873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1874
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
1875
|
+
}],
|
|
1876
|
+
type_asset: 'sdk.coin',
|
|
1877
|
+
traces: [{
|
|
1878
|
+
type: 'ibc',
|
|
1879
|
+
counterparty: {
|
|
1880
|
+
channel_id: 'channel-3',
|
|
1881
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
1882
|
+
chain_name: 'pryzm'
|
|
1883
|
+
},
|
|
1884
|
+
chain: {
|
|
1885
|
+
channel_id: 'channel-34'
|
|
1886
|
+
}
|
|
1887
|
+
}]
|
|
1888
|
+
},
|
|
1664
1889
|
{
|
|
1665
1890
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
1666
1891
|
denom_units: [{
|
|
@@ -1871,6 +2096,41 @@ const assets = {
|
|
|
1871
2096
|
}
|
|
1872
2097
|
}]
|
|
1873
2098
|
},
|
|
2099
|
+
{
|
|
2100
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
2101
|
+
denom_units: [{
|
|
2102
|
+
denom: 'ibc/FDE2906EB595B29B97DD2DF66DBC96E5D3F1B69E3A12FD09646635DD4DE3E123',
|
|
2103
|
+
exponent: 0,
|
|
2104
|
+
aliases: ['p:stutia:31Mar2025']
|
|
2105
|
+
}, {
|
|
2106
|
+
denom: 'pstTIA31Mar2025',
|
|
2107
|
+
exponent: 6
|
|
2108
|
+
}],
|
|
2109
|
+
base: 'ibc/FDE2906EB595B29B97DD2DF66DBC96E5D3F1B69E3A12FD09646635DD4DE3E123',
|
|
2110
|
+
name: 'pstTia (31Mar2025)',
|
|
2111
|
+
display: 'pstTIA31Mar2025',
|
|
2112
|
+
symbol: 'pstTIA-31Mar2025',
|
|
2113
|
+
logo_URIs: {
|
|
2114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2116
|
+
},
|
|
2117
|
+
images: [{
|
|
2118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2120
|
+
}],
|
|
2121
|
+
type_asset: 'sdk.coin',
|
|
2122
|
+
traces: [{
|
|
2123
|
+
type: 'ibc',
|
|
2124
|
+
counterparty: {
|
|
2125
|
+
channel_id: 'channel-3',
|
|
2126
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
2127
|
+
chain_name: 'pryzm'
|
|
2128
|
+
},
|
|
2129
|
+
chain: {
|
|
2130
|
+
channel_id: 'channel-34'
|
|
2131
|
+
}
|
|
2132
|
+
}]
|
|
2133
|
+
},
|
|
1874
2134
|
{
|
|
1875
2135
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
1876
2136
|
denom_units: [{
|
|
@@ -2011,6 +2271,41 @@ const assets = {
|
|
|
2011
2271
|
}
|
|
2012
2272
|
}]
|
|
2013
2273
|
},
|
|
2274
|
+
{
|
|
2275
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
2276
|
+
denom_units: [{
|
|
2277
|
+
denom: 'ibc/2D1AEE50E620DAA6535EF813E2E9546E1F6F41D0267AB5692F5CA5E858C6A4D6',
|
|
2278
|
+
exponent: 0,
|
|
2279
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
2280
|
+
}, {
|
|
2281
|
+
denom: 'pstDYDX31Mar2025',
|
|
2282
|
+
exponent: 18
|
|
2283
|
+
}],
|
|
2284
|
+
base: 'ibc/2D1AEE50E620DAA6535EF813E2E9546E1F6F41D0267AB5692F5CA5E858C6A4D6',
|
|
2285
|
+
name: 'pstDydx (31Mar2025)',
|
|
2286
|
+
display: 'pstDYDX31Mar2025',
|
|
2287
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
2288
|
+
logo_URIs: {
|
|
2289
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2290
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2291
|
+
},
|
|
2292
|
+
images: [{
|
|
2293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2294
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2295
|
+
}],
|
|
2296
|
+
type_asset: 'sdk.coin',
|
|
2297
|
+
traces: [{
|
|
2298
|
+
type: 'ibc',
|
|
2299
|
+
counterparty: {
|
|
2300
|
+
channel_id: 'channel-3',
|
|
2301
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
2302
|
+
chain_name: 'pryzm'
|
|
2303
|
+
},
|
|
2304
|
+
chain: {
|
|
2305
|
+
channel_id: 'channel-34'
|
|
2306
|
+
}
|
|
2307
|
+
}]
|
|
2308
|
+
},
|
|
2014
2309
|
{
|
|
2015
2310
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
2016
2311
|
denom_units: [{
|
|
@@ -2116,6 +2411,41 @@ const assets = {
|
|
|
2116
2411
|
}
|
|
2117
2412
|
}]
|
|
2118
2413
|
},
|
|
2414
|
+
{
|
|
2415
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
2416
|
+
denom_units: [{
|
|
2417
|
+
denom: 'ibc/C3B3F7151DCFC2B78BB4CBEC9251A8FC9FBC36D7553C6F30932406A3BABE3402',
|
|
2418
|
+
exponent: 0,
|
|
2419
|
+
aliases: ['p:udatom:31Mar2025']
|
|
2420
|
+
}, {
|
|
2421
|
+
denom: 'pdATOM31Mar2025',
|
|
2422
|
+
exponent: 6
|
|
2423
|
+
}],
|
|
2424
|
+
base: 'ibc/C3B3F7151DCFC2B78BB4CBEC9251A8FC9FBC36D7553C6F30932406A3BABE3402',
|
|
2425
|
+
name: 'pdAtom (31Mar2025)',
|
|
2426
|
+
display: 'pdATOM31Mar2025',
|
|
2427
|
+
symbol: 'pdATOM-31Mar2025',
|
|
2428
|
+
logo_URIs: {
|
|
2429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2431
|
+
},
|
|
2432
|
+
images: [{
|
|
2433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2434
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2435
|
+
}],
|
|
2436
|
+
type_asset: 'sdk.coin',
|
|
2437
|
+
traces: [{
|
|
2438
|
+
type: 'ibc',
|
|
2439
|
+
counterparty: {
|
|
2440
|
+
channel_id: 'channel-3',
|
|
2441
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
2442
|
+
chain_name: 'pryzm'
|
|
2443
|
+
},
|
|
2444
|
+
chain: {
|
|
2445
|
+
channel_id: 'channel-34'
|
|
2446
|
+
}
|
|
2447
|
+
}]
|
|
2448
|
+
},
|
|
2119
2449
|
{
|
|
2120
2450
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
2121
2451
|
denom_units: [{
|
|
@@ -2257,19 +2587,19 @@ const assets = {
|
|
|
2257
2587
|
}]
|
|
2258
2588
|
},
|
|
2259
2589
|
{
|
|
2260
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
2590
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
2261
2591
|
denom_units: [{
|
|
2262
|
-
denom: 'ibc/
|
|
2592
|
+
denom: 'ibc/5ADD366443425375B1C1CA21BA9E73239138C7C3E27D71F0845DCFBCC36F24CF',
|
|
2263
2593
|
exponent: 0,
|
|
2264
|
-
aliases: ['p:utia:
|
|
2594
|
+
aliases: ['p:utia:31Mar2025']
|
|
2265
2595
|
}, {
|
|
2266
|
-
denom: '
|
|
2596
|
+
denom: 'pTIA31Mar2025',
|
|
2267
2597
|
exponent: 6
|
|
2268
2598
|
}],
|
|
2269
|
-
base: 'ibc/
|
|
2270
|
-
name: 'pTia (
|
|
2271
|
-
display: '
|
|
2272
|
-
symbol: 'pTIA-
|
|
2599
|
+
base: 'ibc/5ADD366443425375B1C1CA21BA9E73239138C7C3E27D71F0845DCFBCC36F24CF',
|
|
2600
|
+
name: 'pTia (31Mar2025)',
|
|
2601
|
+
display: 'pTIA31Mar2025',
|
|
2602
|
+
symbol: 'pTIA-31Mar2025',
|
|
2273
2603
|
logo_URIs: {
|
|
2274
2604
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2275
2605
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
@@ -2283,7 +2613,7 @@ const assets = {
|
|
|
2283
2613
|
type: 'ibc',
|
|
2284
2614
|
counterparty: {
|
|
2285
2615
|
channel_id: 'channel-3',
|
|
2286
|
-
base_denom: 'p:utia:
|
|
2616
|
+
base_denom: 'p:utia:31Mar2025',
|
|
2287
2617
|
chain_name: 'pryzm'
|
|
2288
2618
|
},
|
|
2289
2619
|
chain: {
|
|
@@ -2292,22 +2622,57 @@ const assets = {
|
|
|
2292
2622
|
}]
|
|
2293
2623
|
},
|
|
2294
2624
|
{
|
|
2295
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
2625
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
2296
2626
|
denom_units: [{
|
|
2297
|
-
denom: 'ibc/
|
|
2627
|
+
denom: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
|
|
2298
2628
|
exponent: 0,
|
|
2299
|
-
aliases: ['p:utia:
|
|
2629
|
+
aliases: ['p:utia:31Dec2025']
|
|
2300
2630
|
}, {
|
|
2301
|
-
denom: '
|
|
2631
|
+
denom: 'pTIA31Dec2025',
|
|
2302
2632
|
exponent: 6
|
|
2303
2633
|
}],
|
|
2304
|
-
base: 'ibc/
|
|
2305
|
-
name: 'pTia (
|
|
2306
|
-
display: '
|
|
2307
|
-
symbol: 'pTIA-
|
|
2308
|
-
logo_URIs: {
|
|
2309
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2310
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2634
|
+
base: 'ibc/93712190ECF0219D47EF80889135EA7E10A7E3FB370D26C7C195F6332960BC61',
|
|
2635
|
+
name: 'pTia (31Dec2025)',
|
|
2636
|
+
display: 'pTIA31Dec2025',
|
|
2637
|
+
symbol: 'pTIA-31Dec2025',
|
|
2638
|
+
logo_URIs: {
|
|
2639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2641
|
+
},
|
|
2642
|
+
images: [{
|
|
2643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2645
|
+
}],
|
|
2646
|
+
type_asset: 'sdk.coin',
|
|
2647
|
+
traces: [{
|
|
2648
|
+
type: 'ibc',
|
|
2649
|
+
counterparty: {
|
|
2650
|
+
channel_id: 'channel-3',
|
|
2651
|
+
base_denom: 'p:utia:31Dec2025',
|
|
2652
|
+
chain_name: 'pryzm'
|
|
2653
|
+
},
|
|
2654
|
+
chain: {
|
|
2655
|
+
channel_id: 'channel-34'
|
|
2656
|
+
}
|
|
2657
|
+
}]
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
2661
|
+
denom_units: [{
|
|
2662
|
+
denom: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634',
|
|
2663
|
+
exponent: 0,
|
|
2664
|
+
aliases: ['p:utia:31Dec2026']
|
|
2665
|
+
}, {
|
|
2666
|
+
denom: 'pTIA31Dec2026',
|
|
2667
|
+
exponent: 6
|
|
2668
|
+
}],
|
|
2669
|
+
base: 'ibc/B340AF099285B3902A127CB873A5BE3C934F185B95BA0910597513F59D82B634',
|
|
2670
|
+
name: 'pTia (31Dec2026)',
|
|
2671
|
+
display: 'pTIA31Dec2026',
|
|
2672
|
+
symbol: 'pTIA-31Dec2026',
|
|
2673
|
+
logo_URIs: {
|
|
2674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2311
2676
|
},
|
|
2312
2677
|
images: [{
|
|
2313
2678
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
@@ -2396,6 +2761,41 @@ const assets = {
|
|
|
2396
2761
|
}
|
|
2397
2762
|
}]
|
|
2398
2763
|
},
|
|
2764
|
+
{
|
|
2765
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
2766
|
+
denom_units: [{
|
|
2767
|
+
denom: 'ibc/8E6F3A09B5044ABA0CB2AD45B875BF1EBABFEDD0625D2C39E74519A945976ADB',
|
|
2768
|
+
exponent: 0,
|
|
2769
|
+
aliases: ['y:uatom:31Mar2025']
|
|
2770
|
+
}, {
|
|
2771
|
+
denom: 'yATOM31Mar2025',
|
|
2772
|
+
exponent: 6
|
|
2773
|
+
}],
|
|
2774
|
+
base: 'ibc/8E6F3A09B5044ABA0CB2AD45B875BF1EBABFEDD0625D2C39E74519A945976ADB',
|
|
2775
|
+
name: 'yAtom (31Mar2025)',
|
|
2776
|
+
display: 'yATOM31Mar2025',
|
|
2777
|
+
symbol: 'yATOM-31Mar2025',
|
|
2778
|
+
logo_URIs: {
|
|
2779
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
2780
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
2781
|
+
},
|
|
2782
|
+
images: [{
|
|
2783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
2784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
2785
|
+
}],
|
|
2786
|
+
type_asset: 'sdk.coin',
|
|
2787
|
+
traces: [{
|
|
2788
|
+
type: 'ibc',
|
|
2789
|
+
counterparty: {
|
|
2790
|
+
channel_id: 'channel-3',
|
|
2791
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
2792
|
+
chain_name: 'pryzm'
|
|
2793
|
+
},
|
|
2794
|
+
chain: {
|
|
2795
|
+
channel_id: 'channel-34'
|
|
2796
|
+
}
|
|
2797
|
+
}]
|
|
2798
|
+
},
|
|
2399
2799
|
{
|
|
2400
2800
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
2401
2801
|
denom_units: [{
|
|
@@ -2536,6 +2936,41 @@ const assets = {
|
|
|
2536
2936
|
}
|
|
2537
2937
|
}]
|
|
2538
2938
|
},
|
|
2939
|
+
{
|
|
2940
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
2941
|
+
denom_units: [{
|
|
2942
|
+
denom: 'ibc/F0D7DBE449563B1482722E470495DD5856736DFE8B378CFA155D34B583776D71',
|
|
2943
|
+
exponent: 0,
|
|
2944
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
2945
|
+
}, {
|
|
2946
|
+
denom: 'yOSMO31Mar2025',
|
|
2947
|
+
exponent: 6
|
|
2948
|
+
}],
|
|
2949
|
+
base: 'ibc/F0D7DBE449563B1482722E470495DD5856736DFE8B378CFA155D34B583776D71',
|
|
2950
|
+
name: 'yOsmo (31Mar2025)',
|
|
2951
|
+
display: 'yOSMO31Mar2025',
|
|
2952
|
+
symbol: 'yOSMO-31Mar2025',
|
|
2953
|
+
logo_URIs: {
|
|
2954
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
2955
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
2956
|
+
},
|
|
2957
|
+
images: [{
|
|
2958
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
2959
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
2960
|
+
}],
|
|
2961
|
+
type_asset: 'sdk.coin',
|
|
2962
|
+
traces: [{
|
|
2963
|
+
type: 'ibc',
|
|
2964
|
+
counterparty: {
|
|
2965
|
+
channel_id: 'channel-3',
|
|
2966
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
2967
|
+
chain_name: 'pryzm'
|
|
2968
|
+
},
|
|
2969
|
+
chain: {
|
|
2970
|
+
channel_id: 'channel-34'
|
|
2971
|
+
}
|
|
2972
|
+
}]
|
|
2973
|
+
},
|
|
2539
2974
|
{
|
|
2540
2975
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
2541
2976
|
denom_units: [{
|
|
@@ -2676,6 +3111,41 @@ const assets = {
|
|
|
2676
3111
|
}
|
|
2677
3112
|
}]
|
|
2678
3113
|
},
|
|
3114
|
+
{
|
|
3115
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
3116
|
+
denom_units: [{
|
|
3117
|
+
denom: 'ibc/FBFF372EE5EF327A9A9385C5576E9298886583515AF6FD4C36F446D882EE5CA5',
|
|
3118
|
+
exponent: 0,
|
|
3119
|
+
aliases: ['y:inj:31Mar2025']
|
|
3120
|
+
}, {
|
|
3121
|
+
denom: 'yINJ31Mar2025',
|
|
3122
|
+
exponent: 18
|
|
3123
|
+
}],
|
|
3124
|
+
base: 'ibc/FBFF372EE5EF327A9A9385C5576E9298886583515AF6FD4C36F446D882EE5CA5',
|
|
3125
|
+
name: 'yInj (31Mar2025)',
|
|
3126
|
+
display: 'yINJ31Mar2025',
|
|
3127
|
+
symbol: 'yINJ-31Mar2025',
|
|
3128
|
+
logo_URIs: {
|
|
3129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3131
|
+
},
|
|
3132
|
+
images: [{
|
|
3133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3135
|
+
}],
|
|
3136
|
+
type_asset: 'sdk.coin',
|
|
3137
|
+
traces: [{
|
|
3138
|
+
type: 'ibc',
|
|
3139
|
+
counterparty: {
|
|
3140
|
+
channel_id: 'channel-3',
|
|
3141
|
+
base_denom: 'y:inj:31Mar2025',
|
|
3142
|
+
chain_name: 'pryzm'
|
|
3143
|
+
},
|
|
3144
|
+
chain: {
|
|
3145
|
+
channel_id: 'channel-34'
|
|
3146
|
+
}
|
|
3147
|
+
}]
|
|
3148
|
+
},
|
|
2679
3149
|
{
|
|
2680
3150
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
2681
3151
|
denom_units: [{
|
|
@@ -2816,6 +3286,41 @@ const assets = {
|
|
|
2816
3286
|
}
|
|
2817
3287
|
}]
|
|
2818
3288
|
},
|
|
3289
|
+
{
|
|
3290
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
3291
|
+
denom_units: [{
|
|
3292
|
+
denom: 'ibc/5A9F56B3CB0F50BAEA49BABDC08DB8F31068E091B950737B99BAC59DBDD5489A',
|
|
3293
|
+
exponent: 0,
|
|
3294
|
+
aliases: ['y:uluna:31Mar2025']
|
|
3295
|
+
}, {
|
|
3296
|
+
denom: 'yLUNA31Mar2025',
|
|
3297
|
+
exponent: 6
|
|
3298
|
+
}],
|
|
3299
|
+
base: 'ibc/5A9F56B3CB0F50BAEA49BABDC08DB8F31068E091B950737B99BAC59DBDD5489A',
|
|
3300
|
+
name: 'yLuna (31Mar2025)',
|
|
3301
|
+
display: 'yLUNA31Mar2025',
|
|
3302
|
+
symbol: 'yLUNA-31Mar2025',
|
|
3303
|
+
logo_URIs: {
|
|
3304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3306
|
+
},
|
|
3307
|
+
images: [{
|
|
3308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3310
|
+
}],
|
|
3311
|
+
type_asset: 'sdk.coin',
|
|
3312
|
+
traces: [{
|
|
3313
|
+
type: 'ibc',
|
|
3314
|
+
counterparty: {
|
|
3315
|
+
channel_id: 'channel-3',
|
|
3316
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
3317
|
+
chain_name: 'pryzm'
|
|
3318
|
+
},
|
|
3319
|
+
chain: {
|
|
3320
|
+
channel_id: 'channel-34'
|
|
3321
|
+
}
|
|
3322
|
+
}]
|
|
3323
|
+
},
|
|
2819
3324
|
{
|
|
2820
3325
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
2821
3326
|
denom_units: [{
|
|
@@ -3096,6 +3601,41 @@ const assets = {
|
|
|
3096
3601
|
}
|
|
3097
3602
|
}]
|
|
3098
3603
|
},
|
|
3604
|
+
{
|
|
3605
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
3606
|
+
denom_units: [{
|
|
3607
|
+
denom: 'ibc/0B1B24B21505B072EFB1FD1E202A63F41E4B63FB994788F6843D06D4C9DF4F15',
|
|
3608
|
+
exponent: 0,
|
|
3609
|
+
aliases: ['y:stutia:31Mar2025']
|
|
3610
|
+
}, {
|
|
3611
|
+
denom: 'ystTIA31Mar2025',
|
|
3612
|
+
exponent: 6
|
|
3613
|
+
}],
|
|
3614
|
+
base: 'ibc/0B1B24B21505B072EFB1FD1E202A63F41E4B63FB994788F6843D06D4C9DF4F15',
|
|
3615
|
+
name: 'ystTia (31Mar2025)',
|
|
3616
|
+
display: 'ystTIA31Mar2025',
|
|
3617
|
+
symbol: 'ystTIA-31Mar2025',
|
|
3618
|
+
logo_URIs: {
|
|
3619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3620
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3621
|
+
},
|
|
3622
|
+
images: [{
|
|
3623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3624
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3625
|
+
}],
|
|
3626
|
+
type_asset: 'sdk.coin',
|
|
3627
|
+
traces: [{
|
|
3628
|
+
type: 'ibc',
|
|
3629
|
+
counterparty: {
|
|
3630
|
+
channel_id: 'channel-3',
|
|
3631
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
3632
|
+
chain_name: 'pryzm'
|
|
3633
|
+
},
|
|
3634
|
+
chain: {
|
|
3635
|
+
channel_id: 'channel-34'
|
|
3636
|
+
}
|
|
3637
|
+
}]
|
|
3638
|
+
},
|
|
3099
3639
|
{
|
|
3100
3640
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
3101
3641
|
denom_units: [{
|
|
@@ -3236,6 +3776,41 @@ const assets = {
|
|
|
3236
3776
|
}
|
|
3237
3777
|
}]
|
|
3238
3778
|
},
|
|
3779
|
+
{
|
|
3780
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
3781
|
+
denom_units: [{
|
|
3782
|
+
denom: 'ibc/E7ED7B527716FAFB52F7D5A2FBE3AC566565B20E50D7CA757F4C305F9CC7D1A9',
|
|
3783
|
+
exponent: 0,
|
|
3784
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
3785
|
+
}, {
|
|
3786
|
+
denom: 'ystDYDX31Mar2025',
|
|
3787
|
+
exponent: 6
|
|
3788
|
+
}],
|
|
3789
|
+
base: 'ibc/E7ED7B527716FAFB52F7D5A2FBE3AC566565B20E50D7CA757F4C305F9CC7D1A9',
|
|
3790
|
+
name: 'ystDydx (31Mar2025)',
|
|
3791
|
+
display: 'ystDYDX31Mar2025',
|
|
3792
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
3793
|
+
logo_URIs: {
|
|
3794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3796
|
+
},
|
|
3797
|
+
images: [{
|
|
3798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3799
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3800
|
+
}],
|
|
3801
|
+
type_asset: 'sdk.coin',
|
|
3802
|
+
traces: [{
|
|
3803
|
+
type: 'ibc',
|
|
3804
|
+
counterparty: {
|
|
3805
|
+
channel_id: 'channel-3',
|
|
3806
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
3807
|
+
chain_name: 'pryzm'
|
|
3808
|
+
},
|
|
3809
|
+
chain: {
|
|
3810
|
+
channel_id: 'channel-34'
|
|
3811
|
+
}
|
|
3812
|
+
}]
|
|
3813
|
+
},
|
|
3239
3814
|
{
|
|
3240
3815
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
3241
3816
|
denom_units: [{
|
|
@@ -3341,6 +3916,41 @@ const assets = {
|
|
|
3341
3916
|
}
|
|
3342
3917
|
}]
|
|
3343
3918
|
},
|
|
3919
|
+
{
|
|
3920
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
3921
|
+
denom_units: [{
|
|
3922
|
+
denom: 'ibc/7F6C691820ED05967B665CF834DF7ED4EB97D3F33E0BA077A1AB10E54B4BAD03',
|
|
3923
|
+
exponent: 0,
|
|
3924
|
+
aliases: ['y:udatom:31Mar2025']
|
|
3925
|
+
}, {
|
|
3926
|
+
denom: 'ydATOM31Mar2025',
|
|
3927
|
+
exponent: 6
|
|
3928
|
+
}],
|
|
3929
|
+
base: 'ibc/7F6C691820ED05967B665CF834DF7ED4EB97D3F33E0BA077A1AB10E54B4BAD03',
|
|
3930
|
+
name: 'ydAtom (31Mar2025)',
|
|
3931
|
+
display: 'ydATOM31Mar2025',
|
|
3932
|
+
symbol: 'ydATOM-31Mar2025',
|
|
3933
|
+
logo_URIs: {
|
|
3934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3935
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3936
|
+
},
|
|
3937
|
+
images: [{
|
|
3938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3939
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3940
|
+
}],
|
|
3941
|
+
type_asset: 'sdk.coin',
|
|
3942
|
+
traces: [{
|
|
3943
|
+
type: 'ibc',
|
|
3944
|
+
counterparty: {
|
|
3945
|
+
channel_id: 'channel-3',
|
|
3946
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
3947
|
+
chain_name: 'pryzm'
|
|
3948
|
+
},
|
|
3949
|
+
chain: {
|
|
3950
|
+
channel_id: 'channel-34'
|
|
3951
|
+
}
|
|
3952
|
+
}]
|
|
3953
|
+
},
|
|
3344
3954
|
{
|
|
3345
3955
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
3346
3956
|
denom_units: [{
|
|
@@ -3481,6 +4091,41 @@ const assets = {
|
|
|
3481
4091
|
}
|
|
3482
4092
|
}]
|
|
3483
4093
|
},
|
|
4094
|
+
{
|
|
4095
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
4096
|
+
denom_units: [{
|
|
4097
|
+
denom: 'ibc/BED3F9E85C1491EEFC5D77B4787D1A4C1D7E8CC5FEBB9013C3DCCE98287BC7A7',
|
|
4098
|
+
exponent: 0,
|
|
4099
|
+
aliases: ['y:utia:31Mar2025']
|
|
4100
|
+
}, {
|
|
4101
|
+
denom: 'yTIA31Mar2025',
|
|
4102
|
+
exponent: 6
|
|
4103
|
+
}],
|
|
4104
|
+
base: 'ibc/BED3F9E85C1491EEFC5D77B4787D1A4C1D7E8CC5FEBB9013C3DCCE98287BC7A7',
|
|
4105
|
+
name: 'yTia (31Mar2025)',
|
|
4106
|
+
display: 'yTIA31Mar2025',
|
|
4107
|
+
symbol: 'yTIA-31Mar2025',
|
|
4108
|
+
logo_URIs: {
|
|
4109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4111
|
+
},
|
|
4112
|
+
images: [{
|
|
4113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4115
|
+
}],
|
|
4116
|
+
type_asset: 'sdk.coin',
|
|
4117
|
+
traces: [{
|
|
4118
|
+
type: 'ibc',
|
|
4119
|
+
counterparty: {
|
|
4120
|
+
channel_id: 'channel-3',
|
|
4121
|
+
base_denom: 'y:utia:31Mar2025',
|
|
4122
|
+
chain_name: 'pryzm'
|
|
4123
|
+
},
|
|
4124
|
+
chain: {
|
|
4125
|
+
channel_id: 'channel-34'
|
|
4126
|
+
}
|
|
4127
|
+
}]
|
|
4128
|
+
},
|
|
3484
4129
|
{
|
|
3485
4130
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
3486
4131
|
denom_units: [{
|
|
@@ -4713,13 +5358,98 @@ const assets = {
|
|
|
4713
5358
|
}]
|
|
4714
5359
|
},
|
|
4715
5360
|
{
|
|
4716
|
-
description: 'The native
|
|
4717
|
-
denom_units: [
|
|
4718
|
-
|
|
5361
|
+
description: 'The native token of Elys Network',
|
|
5362
|
+
denom_units: [
|
|
5363
|
+
{
|
|
5364
|
+
denom: 'ibc/776A926E08B8D4095FB310D32B890D2A0DDD1CAC63C9199AC52311FBF10C427A',
|
|
4719
5365
|
exponent: 0,
|
|
4720
|
-
aliases: ['
|
|
4721
|
-
},
|
|
4722
|
-
|
|
5366
|
+
aliases: ['uelys']
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
denom: 'melys',
|
|
5370
|
+
exponent: 3,
|
|
5371
|
+
aliases: ['millielys']
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
5374
|
+
denom: 'elys',
|
|
5375
|
+
exponent: 6,
|
|
5376
|
+
aliases: []
|
|
5377
|
+
}
|
|
5378
|
+
],
|
|
5379
|
+
base: 'ibc/776A926E08B8D4095FB310D32B890D2A0DDD1CAC63C9199AC52311FBF10C427A',
|
|
5380
|
+
name: 'Elys Network',
|
|
5381
|
+
display: 'elys',
|
|
5382
|
+
symbol: 'ELYS',
|
|
5383
|
+
logo_URIs: {
|
|
5384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
5385
|
+
},
|
|
5386
|
+
coingecko_id: 'elys',
|
|
5387
|
+
images: [{
|
|
5388
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
5389
|
+
}],
|
|
5390
|
+
type_asset: 'sdk.coin',
|
|
5391
|
+
traces: [{
|
|
5392
|
+
type: 'ibc',
|
|
5393
|
+
counterparty: {
|
|
5394
|
+
channel_id: 'channel-4',
|
|
5395
|
+
base_denom: 'uelys',
|
|
5396
|
+
chain_name: 'elys'
|
|
5397
|
+
},
|
|
5398
|
+
chain: {
|
|
5399
|
+
channel_id: 'channel-50'
|
|
5400
|
+
}
|
|
5401
|
+
}]
|
|
5402
|
+
},
|
|
5403
|
+
{
|
|
5404
|
+
description: 'Eden token definition',
|
|
5405
|
+
denom_units: [
|
|
5406
|
+
{
|
|
5407
|
+
denom: 'ibc/E1B19979B2F40EEDB36807FAA7C4D8611C7E62661CC76B686EC67140535AC979',
|
|
5408
|
+
exponent: 0,
|
|
5409
|
+
aliases: ['ueden']
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
denom: 'meden',
|
|
5413
|
+
exponent: 3,
|
|
5414
|
+
aliases: ['millieden']
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
denom: 'eden',
|
|
5418
|
+
exponent: 6,
|
|
5419
|
+
aliases: []
|
|
5420
|
+
}
|
|
5421
|
+
],
|
|
5422
|
+
base: 'ibc/E1B19979B2F40EEDB36807FAA7C4D8611C7E62661CC76B686EC67140535AC979',
|
|
5423
|
+
name: 'Eden',
|
|
5424
|
+
display: 'eden',
|
|
5425
|
+
symbol: 'EDEN',
|
|
5426
|
+
logo_URIs: {
|
|
5427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
5428
|
+
},
|
|
5429
|
+
images: [{
|
|
5430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
5431
|
+
}],
|
|
5432
|
+
type_asset: 'sdk.coin',
|
|
5433
|
+
traces: [{
|
|
5434
|
+
type: 'ibc',
|
|
5435
|
+
counterparty: {
|
|
5436
|
+
channel_id: 'channel-4',
|
|
5437
|
+
base_denom: 'ueden',
|
|
5438
|
+
chain_name: 'elys'
|
|
5439
|
+
},
|
|
5440
|
+
chain: {
|
|
5441
|
+
channel_id: 'channel-50'
|
|
5442
|
+
}
|
|
5443
|
+
}]
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
5447
|
+
denom_units: [{
|
|
5448
|
+
denom: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
5449
|
+
exponent: 0,
|
|
5450
|
+
aliases: ['aevmos']
|
|
5451
|
+
}, {
|
|
5452
|
+
denom: 'evmos',
|
|
4723
5453
|
exponent: 18
|
|
4724
5454
|
}],
|
|
4725
5455
|
base: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
@@ -5751,6 +6481,41 @@ const assets = {
|
|
|
5751
6481
|
}
|
|
5752
6482
|
}]
|
|
5753
6483
|
},
|
|
6484
|
+
{
|
|
6485
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
6486
|
+
denom_units: [{
|
|
6487
|
+
denom: 'ibc/A7ABC3023BAAE3EB5EC511F2F724E4E9A6F882C09A6964907E329991BF558ACC',
|
|
6488
|
+
exponent: 0,
|
|
6489
|
+
aliases: ['p:uatom:31Mar2025']
|
|
6490
|
+
}, {
|
|
6491
|
+
denom: 'pATOM31Mar2025',
|
|
6492
|
+
exponent: 6
|
|
6493
|
+
}],
|
|
6494
|
+
base: 'ibc/A7ABC3023BAAE3EB5EC511F2F724E4E9A6F882C09A6964907E329991BF558ACC',
|
|
6495
|
+
name: 'pAtom (31Mar2025)',
|
|
6496
|
+
display: 'pATOM31Mar2025',
|
|
6497
|
+
symbol: 'pATOM-31Mar2025',
|
|
6498
|
+
logo_URIs: {
|
|
6499
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
6500
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
6501
|
+
},
|
|
6502
|
+
images: [{
|
|
6503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
6504
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
6505
|
+
}],
|
|
6506
|
+
type_asset: 'sdk.coin',
|
|
6507
|
+
traces: [{
|
|
6508
|
+
type: 'ibc',
|
|
6509
|
+
counterparty: {
|
|
6510
|
+
channel_id: 'channel-3',
|
|
6511
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
6512
|
+
chain_name: 'pryzm'
|
|
6513
|
+
},
|
|
6514
|
+
chain: {
|
|
6515
|
+
channel_id: 'channel-34'
|
|
6516
|
+
}
|
|
6517
|
+
}]
|
|
6518
|
+
},
|
|
5754
6519
|
{
|
|
5755
6520
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
5756
6521
|
denom_units: [{
|
|
@@ -5891,6 +6656,41 @@ const assets = {
|
|
|
5891
6656
|
}
|
|
5892
6657
|
}]
|
|
5893
6658
|
},
|
|
6659
|
+
{
|
|
6660
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
6661
|
+
denom_units: [{
|
|
6662
|
+
denom: 'ibc/1AD08EB617FCB71A627149B86F4A54DF38AEF1D945111920BF433045B9C24544',
|
|
6663
|
+
exponent: 0,
|
|
6664
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
6665
|
+
}, {
|
|
6666
|
+
denom: 'pOSMO31Mar2025',
|
|
6667
|
+
exponent: 6
|
|
6668
|
+
}],
|
|
6669
|
+
base: 'ibc/1AD08EB617FCB71A627149B86F4A54DF38AEF1D945111920BF433045B9C24544',
|
|
6670
|
+
name: 'pOsmo (31Mar2025)',
|
|
6671
|
+
display: 'pOSMO31Mar2025',
|
|
6672
|
+
symbol: 'pOSMO-31Mar2025',
|
|
6673
|
+
logo_URIs: {
|
|
6674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
6675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
6676
|
+
},
|
|
6677
|
+
images: [{
|
|
6678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
6679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
6680
|
+
}],
|
|
6681
|
+
type_asset: 'sdk.coin',
|
|
6682
|
+
traces: [{
|
|
6683
|
+
type: 'ibc',
|
|
6684
|
+
counterparty: {
|
|
6685
|
+
channel_id: 'channel-3',
|
|
6686
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
6687
|
+
chain_name: 'pryzm'
|
|
6688
|
+
},
|
|
6689
|
+
chain: {
|
|
6690
|
+
channel_id: 'channel-34'
|
|
6691
|
+
}
|
|
6692
|
+
}]
|
|
6693
|
+
},
|
|
5894
6694
|
{
|
|
5895
6695
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
5896
6696
|
denom_units: [{
|
|
@@ -6031,6 +6831,41 @@ const assets = {
|
|
|
6031
6831
|
}
|
|
6032
6832
|
}]
|
|
6033
6833
|
},
|
|
6834
|
+
{
|
|
6835
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
6836
|
+
denom_units: [{
|
|
6837
|
+
denom: 'ibc/BC74B890ED354AA47C8F84B300EFCE25B02A7522FAE9490E959747B4CD88F52D',
|
|
6838
|
+
exponent: 0,
|
|
6839
|
+
aliases: ['p:inj:31Mar2025']
|
|
6840
|
+
}, {
|
|
6841
|
+
denom: 'pINJ31Mar2025',
|
|
6842
|
+
exponent: 18
|
|
6843
|
+
}],
|
|
6844
|
+
base: 'ibc/BC74B890ED354AA47C8F84B300EFCE25B02A7522FAE9490E959747B4CD88F52D',
|
|
6845
|
+
name: 'pInj (31Mar2025)',
|
|
6846
|
+
display: 'pINJ31Mar2025',
|
|
6847
|
+
symbol: 'pINJ-31Mar2025',
|
|
6848
|
+
logo_URIs: {
|
|
6849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
6850
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
6851
|
+
},
|
|
6852
|
+
images: [{
|
|
6853
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
6854
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
6855
|
+
}],
|
|
6856
|
+
type_asset: 'sdk.coin',
|
|
6857
|
+
traces: [{
|
|
6858
|
+
type: 'ibc',
|
|
6859
|
+
counterparty: {
|
|
6860
|
+
channel_id: 'channel-3',
|
|
6861
|
+
base_denom: 'p:inj:31Mar2025',
|
|
6862
|
+
chain_name: 'pryzm'
|
|
6863
|
+
},
|
|
6864
|
+
chain: {
|
|
6865
|
+
channel_id: 'channel-34'
|
|
6866
|
+
}
|
|
6867
|
+
}]
|
|
6868
|
+
},
|
|
6034
6869
|
{
|
|
6035
6870
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
6036
6871
|
denom_units: [{
|
|
@@ -6172,19 +7007,19 @@ const assets = {
|
|
|
6172
7007
|
}]
|
|
6173
7008
|
},
|
|
6174
7009
|
{
|
|
6175
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
7010
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
6176
7011
|
denom_units: [{
|
|
6177
|
-
denom: 'ibc/
|
|
7012
|
+
denom: 'ibc/C7494B555C51CE46F339005F2B9AC03A7A42EA5CBB379F8200FD28AB2C018758',
|
|
6178
7013
|
exponent: 0,
|
|
6179
|
-
aliases: ['p:uluna:
|
|
7014
|
+
aliases: ['p:uluna:31Mar2025']
|
|
6180
7015
|
}, {
|
|
6181
|
-
denom: '
|
|
7016
|
+
denom: 'pLUNA31Mar2025',
|
|
6182
7017
|
exponent: 6
|
|
6183
7018
|
}],
|
|
6184
|
-
base: 'ibc/
|
|
6185
|
-
name: 'pLuna (
|
|
6186
|
-
display: '
|
|
6187
|
-
symbol: 'pLUNA-
|
|
7019
|
+
base: 'ibc/C7494B555C51CE46F339005F2B9AC03A7A42EA5CBB379F8200FD28AB2C018758',
|
|
7020
|
+
name: 'pLuna (31Mar2025)',
|
|
7021
|
+
display: 'pLUNA31Mar2025',
|
|
7022
|
+
symbol: 'pLUNA-31Mar2025',
|
|
6188
7023
|
logo_URIs: {
|
|
6189
7024
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
6190
7025
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -6198,7 +7033,7 @@ const assets = {
|
|
|
6198
7033
|
type: 'ibc',
|
|
6199
7034
|
counterparty: {
|
|
6200
7035
|
channel_id: 'channel-3',
|
|
6201
|
-
base_denom: 'p:uluna:
|
|
7036
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
6202
7037
|
chain_name: 'pryzm'
|
|
6203
7038
|
},
|
|
6204
7039
|
chain: {
|
|
@@ -6241,6 +7076,41 @@ const assets = {
|
|
|
6241
7076
|
}
|
|
6242
7077
|
}]
|
|
6243
7078
|
},
|
|
7079
|
+
{
|
|
7080
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
7081
|
+
denom_units: [{
|
|
7082
|
+
denom: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D',
|
|
7083
|
+
exponent: 0,
|
|
7084
|
+
aliases: ['p:uluna:31Dec2026']
|
|
7085
|
+
}, {
|
|
7086
|
+
denom: 'pLUNA31Dec2026',
|
|
7087
|
+
exponent: 6
|
|
7088
|
+
}],
|
|
7089
|
+
base: 'ibc/C667A21E1AADBCABC2ED493A27C974EC754E684497A832DC062B2C5C838B3C3D',
|
|
7090
|
+
name: 'pLuna (31Dec2026)',
|
|
7091
|
+
display: 'pLUNA31Dec2026',
|
|
7092
|
+
symbol: 'pLUNA-31Dec2026',
|
|
7093
|
+
logo_URIs: {
|
|
7094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
7095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
7096
|
+
},
|
|
7097
|
+
images: [{
|
|
7098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
7099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
7100
|
+
}],
|
|
7101
|
+
type_asset: 'sdk.coin',
|
|
7102
|
+
traces: [{
|
|
7103
|
+
type: 'ibc',
|
|
7104
|
+
counterparty: {
|
|
7105
|
+
channel_id: 'channel-3',
|
|
7106
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
7107
|
+
chain_name: 'pryzm'
|
|
7108
|
+
},
|
|
7109
|
+
chain: {
|
|
7110
|
+
channel_id: 'channel-34'
|
|
7111
|
+
}
|
|
7112
|
+
}]
|
|
7113
|
+
},
|
|
6244
7114
|
{
|
|
6245
7115
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
6246
7116
|
denom_units: [{
|
|
@@ -6451,6 +7321,41 @@ const assets = {
|
|
|
6451
7321
|
}
|
|
6452
7322
|
}]
|
|
6453
7323
|
},
|
|
7324
|
+
{
|
|
7325
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
7326
|
+
denom_units: [{
|
|
7327
|
+
denom: 'ibc/FDE2906EB595B29B97DD2DF66DBC96E5D3F1B69E3A12FD09646635DD4DE3E123',
|
|
7328
|
+
exponent: 0,
|
|
7329
|
+
aliases: ['p:stutia:31Mar2025']
|
|
7330
|
+
}, {
|
|
7331
|
+
denom: 'pstTIA31Mar2025',
|
|
7332
|
+
exponent: 6
|
|
7333
|
+
}],
|
|
7334
|
+
base: 'ibc/FDE2906EB595B29B97DD2DF66DBC96E5D3F1B69E3A12FD09646635DD4DE3E123',
|
|
7335
|
+
name: 'pstTia (31Mar2025)',
|
|
7336
|
+
display: 'pstTIA31Mar2025',
|
|
7337
|
+
symbol: 'pstTIA-31Mar2025',
|
|
7338
|
+
logo_URIs: {
|
|
7339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
7340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
7341
|
+
},
|
|
7342
|
+
images: [{
|
|
7343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
7344
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
7345
|
+
}],
|
|
7346
|
+
type_asset: 'sdk.coin',
|
|
7347
|
+
traces: [{
|
|
7348
|
+
type: 'ibc',
|
|
7349
|
+
counterparty: {
|
|
7350
|
+
channel_id: 'channel-3',
|
|
7351
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
7352
|
+
chain_name: 'pryzm'
|
|
7353
|
+
},
|
|
7354
|
+
chain: {
|
|
7355
|
+
channel_id: 'channel-34'
|
|
7356
|
+
}
|
|
7357
|
+
}]
|
|
7358
|
+
},
|
|
6454
7359
|
{
|
|
6455
7360
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
6456
7361
|
denom_units: [{
|
|
@@ -6591,6 +7496,41 @@ const assets = {
|
|
|
6591
7496
|
}
|
|
6592
7497
|
}]
|
|
6593
7498
|
},
|
|
7499
|
+
{
|
|
7500
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
7501
|
+
denom_units: [{
|
|
7502
|
+
denom: 'ibc/2D1AEE50E620DAA6535EF813E2E9546E1F6F41D0267AB5692F5CA5E858C6A4D6',
|
|
7503
|
+
exponent: 0,
|
|
7504
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
7505
|
+
}, {
|
|
7506
|
+
denom: 'pstDYDX31Mar2025',
|
|
7507
|
+
exponent: 18
|
|
7508
|
+
}],
|
|
7509
|
+
base: 'ibc/2D1AEE50E620DAA6535EF813E2E9546E1F6F41D0267AB5692F5CA5E858C6A4D6',
|
|
7510
|
+
name: 'pstDydx (31Mar2025)',
|
|
7511
|
+
display: 'pstDYDX31Mar2025',
|
|
7512
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
7513
|
+
logo_URIs: {
|
|
7514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
7515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
7516
|
+
},
|
|
7517
|
+
images: [{
|
|
7518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
7519
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
7520
|
+
}],
|
|
7521
|
+
type_asset: 'sdk.coin',
|
|
7522
|
+
traces: [{
|
|
7523
|
+
type: 'ibc',
|
|
7524
|
+
counterparty: {
|
|
7525
|
+
channel_id: 'channel-3',
|
|
7526
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
7527
|
+
chain_name: 'pryzm'
|
|
7528
|
+
},
|
|
7529
|
+
chain: {
|
|
7530
|
+
channel_id: 'channel-34'
|
|
7531
|
+
}
|
|
7532
|
+
}]
|
|
7533
|
+
},
|
|
6594
7534
|
{
|
|
6595
7535
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
6596
7536
|
denom_units: [{
|
|
@@ -6696,6 +7636,41 @@ const assets = {
|
|
|
6696
7636
|
}
|
|
6697
7637
|
}]
|
|
6698
7638
|
},
|
|
7639
|
+
{
|
|
7640
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
7641
|
+
denom_units: [{
|
|
7642
|
+
denom: 'ibc/C3B3F7151DCFC2B78BB4CBEC9251A8FC9FBC36D7553C6F30932406A3BABE3402',
|
|
7643
|
+
exponent: 0,
|
|
7644
|
+
aliases: ['p:udatom:31Mar2025']
|
|
7645
|
+
}, {
|
|
7646
|
+
denom: 'pdATOM31Mar2025',
|
|
7647
|
+
exponent: 6
|
|
7648
|
+
}],
|
|
7649
|
+
base: 'ibc/C3B3F7151DCFC2B78BB4CBEC9251A8FC9FBC36D7553C6F30932406A3BABE3402',
|
|
7650
|
+
name: 'pdAtom (31Mar2025)',
|
|
7651
|
+
display: 'pdATOM31Mar2025',
|
|
7652
|
+
symbol: 'pdATOM-31Mar2025',
|
|
7653
|
+
logo_URIs: {
|
|
7654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
7655
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
7656
|
+
},
|
|
7657
|
+
images: [{
|
|
7658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
7659
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
7660
|
+
}],
|
|
7661
|
+
type_asset: 'sdk.coin',
|
|
7662
|
+
traces: [{
|
|
7663
|
+
type: 'ibc',
|
|
7664
|
+
counterparty: {
|
|
7665
|
+
channel_id: 'channel-3',
|
|
7666
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
7667
|
+
chain_name: 'pryzm'
|
|
7668
|
+
},
|
|
7669
|
+
chain: {
|
|
7670
|
+
channel_id: 'channel-34'
|
|
7671
|
+
}
|
|
7672
|
+
}]
|
|
7673
|
+
},
|
|
6699
7674
|
{
|
|
6700
7675
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
6701
7676
|
denom_units: [{
|
|
@@ -6836,6 +7811,41 @@ const assets = {
|
|
|
6836
7811
|
}
|
|
6837
7812
|
}]
|
|
6838
7813
|
},
|
|
7814
|
+
{
|
|
7815
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
7816
|
+
denom_units: [{
|
|
7817
|
+
denom: 'ibc/5ADD366443425375B1C1CA21BA9E73239138C7C3E27D71F0845DCFBCC36F24CF',
|
|
7818
|
+
exponent: 0,
|
|
7819
|
+
aliases: ['p:utia:31Mar2025']
|
|
7820
|
+
}, {
|
|
7821
|
+
denom: 'pTIA31Mar2025',
|
|
7822
|
+
exponent: 6
|
|
7823
|
+
}],
|
|
7824
|
+
base: 'ibc/5ADD366443425375B1C1CA21BA9E73239138C7C3E27D71F0845DCFBCC36F24CF',
|
|
7825
|
+
name: 'pTia (31Mar2025)',
|
|
7826
|
+
display: 'pTIA31Mar2025',
|
|
7827
|
+
symbol: 'pTIA-31Mar2025',
|
|
7828
|
+
logo_URIs: {
|
|
7829
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7830
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7831
|
+
},
|
|
7832
|
+
images: [{
|
|
7833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7835
|
+
}],
|
|
7836
|
+
type_asset: 'sdk.coin',
|
|
7837
|
+
traces: [{
|
|
7838
|
+
type: 'ibc',
|
|
7839
|
+
counterparty: {
|
|
7840
|
+
channel_id: 'channel-3',
|
|
7841
|
+
base_denom: 'p:utia:31Mar2025',
|
|
7842
|
+
chain_name: 'pryzm'
|
|
7843
|
+
},
|
|
7844
|
+
chain: {
|
|
7845
|
+
channel_id: 'channel-34'
|
|
7846
|
+
}
|
|
7847
|
+
}]
|
|
7848
|
+
},
|
|
6839
7849
|
{
|
|
6840
7850
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
6841
7851
|
denom_units: [{
|
|
@@ -6976,6 +7986,41 @@ const assets = {
|
|
|
6976
7986
|
}
|
|
6977
7987
|
}]
|
|
6978
7988
|
},
|
|
7989
|
+
{
|
|
7990
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
7991
|
+
denom_units: [{
|
|
7992
|
+
denom: 'ibc/8E6F3A09B5044ABA0CB2AD45B875BF1EBABFEDD0625D2C39E74519A945976ADB',
|
|
7993
|
+
exponent: 0,
|
|
7994
|
+
aliases: ['y:uatom:31Mar2025']
|
|
7995
|
+
}, {
|
|
7996
|
+
denom: 'yATOM31Mar2025',
|
|
7997
|
+
exponent: 6
|
|
7998
|
+
}],
|
|
7999
|
+
base: 'ibc/8E6F3A09B5044ABA0CB2AD45B875BF1EBABFEDD0625D2C39E74519A945976ADB',
|
|
8000
|
+
name: 'yAtom (31Mar2025)',
|
|
8001
|
+
display: 'yATOM31Mar2025',
|
|
8002
|
+
symbol: 'yATOM-31Mar2025',
|
|
8003
|
+
logo_URIs: {
|
|
8004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8006
|
+
},
|
|
8007
|
+
images: [{
|
|
8008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8010
|
+
}],
|
|
8011
|
+
type_asset: 'sdk.coin',
|
|
8012
|
+
traces: [{
|
|
8013
|
+
type: 'ibc',
|
|
8014
|
+
counterparty: {
|
|
8015
|
+
channel_id: 'channel-3',
|
|
8016
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
8017
|
+
chain_name: 'pryzm'
|
|
8018
|
+
},
|
|
8019
|
+
chain: {
|
|
8020
|
+
channel_id: 'channel-34'
|
|
8021
|
+
}
|
|
8022
|
+
}]
|
|
8023
|
+
},
|
|
6979
8024
|
{
|
|
6980
8025
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
6981
8026
|
denom_units: [{
|
|
@@ -7116,6 +8161,41 @@ const assets = {
|
|
|
7116
8161
|
}
|
|
7117
8162
|
}]
|
|
7118
8163
|
},
|
|
8164
|
+
{
|
|
8165
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
8166
|
+
denom_units: [{
|
|
8167
|
+
denom: 'ibc/F0D7DBE449563B1482722E470495DD5856736DFE8B378CFA155D34B583776D71',
|
|
8168
|
+
exponent: 0,
|
|
8169
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
8170
|
+
}, {
|
|
8171
|
+
denom: 'yOSMO31Mar2025',
|
|
8172
|
+
exponent: 6
|
|
8173
|
+
}],
|
|
8174
|
+
base: 'ibc/F0D7DBE449563B1482722E470495DD5856736DFE8B378CFA155D34B583776D71',
|
|
8175
|
+
name: 'yOsmo (31Mar2025)',
|
|
8176
|
+
display: 'yOSMO31Mar2025',
|
|
8177
|
+
symbol: 'yOSMO-31Mar2025',
|
|
8178
|
+
logo_URIs: {
|
|
8179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8181
|
+
},
|
|
8182
|
+
images: [{
|
|
8183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8185
|
+
}],
|
|
8186
|
+
type_asset: 'sdk.coin',
|
|
8187
|
+
traces: [{
|
|
8188
|
+
type: 'ibc',
|
|
8189
|
+
counterparty: {
|
|
8190
|
+
channel_id: 'channel-3',
|
|
8191
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
8192
|
+
chain_name: 'pryzm'
|
|
8193
|
+
},
|
|
8194
|
+
chain: {
|
|
8195
|
+
channel_id: 'channel-34'
|
|
8196
|
+
}
|
|
8197
|
+
}]
|
|
8198
|
+
},
|
|
7119
8199
|
{
|
|
7120
8200
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
7121
8201
|
denom_units: [{
|
|
@@ -7256,6 +8336,41 @@ const assets = {
|
|
|
7256
8336
|
}
|
|
7257
8337
|
}]
|
|
7258
8338
|
},
|
|
8339
|
+
{
|
|
8340
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
8341
|
+
denom_units: [{
|
|
8342
|
+
denom: 'ibc/FBFF372EE5EF327A9A9385C5576E9298886583515AF6FD4C36F446D882EE5CA5',
|
|
8343
|
+
exponent: 0,
|
|
8344
|
+
aliases: ['y:inj:31Mar2025']
|
|
8345
|
+
}, {
|
|
8346
|
+
denom: 'yINJ31Mar2025',
|
|
8347
|
+
exponent: 18
|
|
8348
|
+
}],
|
|
8349
|
+
base: 'ibc/FBFF372EE5EF327A9A9385C5576E9298886583515AF6FD4C36F446D882EE5CA5',
|
|
8350
|
+
name: 'yInj (31Mar2025)',
|
|
8351
|
+
display: 'yINJ31Mar2025',
|
|
8352
|
+
symbol: 'yINJ-31Mar2025',
|
|
8353
|
+
logo_URIs: {
|
|
8354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8356
|
+
},
|
|
8357
|
+
images: [{
|
|
8358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8360
|
+
}],
|
|
8361
|
+
type_asset: 'sdk.coin',
|
|
8362
|
+
traces: [{
|
|
8363
|
+
type: 'ibc',
|
|
8364
|
+
counterparty: {
|
|
8365
|
+
channel_id: 'channel-3',
|
|
8366
|
+
base_denom: 'y:inj:31Mar2025',
|
|
8367
|
+
chain_name: 'pryzm'
|
|
8368
|
+
},
|
|
8369
|
+
chain: {
|
|
8370
|
+
channel_id: 'channel-34'
|
|
8371
|
+
}
|
|
8372
|
+
}]
|
|
8373
|
+
},
|
|
7259
8374
|
{
|
|
7260
8375
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
7261
8376
|
denom_units: [{
|
|
@@ -7396,6 +8511,41 @@ const assets = {
|
|
|
7396
8511
|
}
|
|
7397
8512
|
}]
|
|
7398
8513
|
},
|
|
8514
|
+
{
|
|
8515
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
8516
|
+
denom_units: [{
|
|
8517
|
+
denom: 'ibc/5A9F56B3CB0F50BAEA49BABDC08DB8F31068E091B950737B99BAC59DBDD5489A',
|
|
8518
|
+
exponent: 0,
|
|
8519
|
+
aliases: ['y:uluna:31Mar2025']
|
|
8520
|
+
}, {
|
|
8521
|
+
denom: 'yLUNA31Mar2025',
|
|
8522
|
+
exponent: 6
|
|
8523
|
+
}],
|
|
8524
|
+
base: 'ibc/5A9F56B3CB0F50BAEA49BABDC08DB8F31068E091B950737B99BAC59DBDD5489A',
|
|
8525
|
+
name: 'yLuna (31Mar2025)',
|
|
8526
|
+
display: 'yLUNA31Mar2025',
|
|
8527
|
+
symbol: 'yLUNA-31Mar2025',
|
|
8528
|
+
logo_URIs: {
|
|
8529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8530
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8531
|
+
},
|
|
8532
|
+
images: [{
|
|
8533
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8534
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8535
|
+
}],
|
|
8536
|
+
type_asset: 'sdk.coin',
|
|
8537
|
+
traces: [{
|
|
8538
|
+
type: 'ibc',
|
|
8539
|
+
counterparty: {
|
|
8540
|
+
channel_id: 'channel-3',
|
|
8541
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
8542
|
+
chain_name: 'pryzm'
|
|
8543
|
+
},
|
|
8544
|
+
chain: {
|
|
8545
|
+
channel_id: 'channel-34'
|
|
8546
|
+
}
|
|
8547
|
+
}]
|
|
8548
|
+
},
|
|
7399
8549
|
{
|
|
7400
8550
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
7401
8551
|
denom_units: [{
|
|
@@ -7676,6 +8826,41 @@ const assets = {
|
|
|
7676
8826
|
}
|
|
7677
8827
|
}]
|
|
7678
8828
|
},
|
|
8829
|
+
{
|
|
8830
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
8831
|
+
denom_units: [{
|
|
8832
|
+
denom: 'ibc/0B1B24B21505B072EFB1FD1E202A63F41E4B63FB994788F6843D06D4C9DF4F15',
|
|
8833
|
+
exponent: 0,
|
|
8834
|
+
aliases: ['y:stutia:31Mar2025']
|
|
8835
|
+
}, {
|
|
8836
|
+
denom: 'ystTIA31Mar2025',
|
|
8837
|
+
exponent: 6
|
|
8838
|
+
}],
|
|
8839
|
+
base: 'ibc/0B1B24B21505B072EFB1FD1E202A63F41E4B63FB994788F6843D06D4C9DF4F15',
|
|
8840
|
+
name: 'ystTia (31Mar2025)',
|
|
8841
|
+
display: 'ystTIA31Mar2025',
|
|
8842
|
+
symbol: 'ystTIA-31Mar2025',
|
|
8843
|
+
logo_URIs: {
|
|
8844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
8845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
8846
|
+
},
|
|
8847
|
+
images: [{
|
|
8848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
8849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
8850
|
+
}],
|
|
8851
|
+
type_asset: 'sdk.coin',
|
|
8852
|
+
traces: [{
|
|
8853
|
+
type: 'ibc',
|
|
8854
|
+
counterparty: {
|
|
8855
|
+
channel_id: 'channel-3',
|
|
8856
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
8857
|
+
chain_name: 'pryzm'
|
|
8858
|
+
},
|
|
8859
|
+
chain: {
|
|
8860
|
+
channel_id: 'channel-34'
|
|
8861
|
+
}
|
|
8862
|
+
}]
|
|
8863
|
+
},
|
|
7679
8864
|
{
|
|
7680
8865
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
7681
8866
|
denom_units: [{
|
|
@@ -7816,6 +9001,41 @@ const assets = {
|
|
|
7816
9001
|
}
|
|
7817
9002
|
}]
|
|
7818
9003
|
},
|
|
9004
|
+
{
|
|
9005
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
9006
|
+
denom_units: [{
|
|
9007
|
+
denom: 'ibc/E7ED7B527716FAFB52F7D5A2FBE3AC566565B20E50D7CA757F4C305F9CC7D1A9',
|
|
9008
|
+
exponent: 0,
|
|
9009
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
9010
|
+
}, {
|
|
9011
|
+
denom: 'ystDYDX31Mar2025',
|
|
9012
|
+
exponent: 6
|
|
9013
|
+
}],
|
|
9014
|
+
base: 'ibc/E7ED7B527716FAFB52F7D5A2FBE3AC566565B20E50D7CA757F4C305F9CC7D1A9',
|
|
9015
|
+
name: 'ystDydx (31Mar2025)',
|
|
9016
|
+
display: 'ystDYDX31Mar2025',
|
|
9017
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
9018
|
+
logo_URIs: {
|
|
9019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
9020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
9021
|
+
},
|
|
9022
|
+
images: [{
|
|
9023
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
9024
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
9025
|
+
}],
|
|
9026
|
+
type_asset: 'sdk.coin',
|
|
9027
|
+
traces: [{
|
|
9028
|
+
type: 'ibc',
|
|
9029
|
+
counterparty: {
|
|
9030
|
+
channel_id: 'channel-3',
|
|
9031
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
9032
|
+
chain_name: 'pryzm'
|
|
9033
|
+
},
|
|
9034
|
+
chain: {
|
|
9035
|
+
channel_id: 'channel-34'
|
|
9036
|
+
}
|
|
9037
|
+
}]
|
|
9038
|
+
},
|
|
7819
9039
|
{
|
|
7820
9040
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
7821
9041
|
denom_units: [{
|
|
@@ -7921,6 +9141,41 @@ const assets = {
|
|
|
7921
9141
|
}
|
|
7922
9142
|
}]
|
|
7923
9143
|
},
|
|
9144
|
+
{
|
|
9145
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
9146
|
+
denom_units: [{
|
|
9147
|
+
denom: 'ibc/7F6C691820ED05967B665CF834DF7ED4EB97D3F33E0BA077A1AB10E54B4BAD03',
|
|
9148
|
+
exponent: 0,
|
|
9149
|
+
aliases: ['y:udatom:31Mar2025']
|
|
9150
|
+
}, {
|
|
9151
|
+
denom: 'ydATOM31Mar2025',
|
|
9152
|
+
exponent: 6
|
|
9153
|
+
}],
|
|
9154
|
+
base: 'ibc/7F6C691820ED05967B665CF834DF7ED4EB97D3F33E0BA077A1AB10E54B4BAD03',
|
|
9155
|
+
name: 'ydAtom (31Mar2025)',
|
|
9156
|
+
display: 'ydATOM31Mar2025',
|
|
9157
|
+
symbol: 'ydATOM-31Mar2025',
|
|
9158
|
+
logo_URIs: {
|
|
9159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
9160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
9161
|
+
},
|
|
9162
|
+
images: [{
|
|
9163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
9164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
9165
|
+
}],
|
|
9166
|
+
type_asset: 'sdk.coin',
|
|
9167
|
+
traces: [{
|
|
9168
|
+
type: 'ibc',
|
|
9169
|
+
counterparty: {
|
|
9170
|
+
channel_id: 'channel-3',
|
|
9171
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
9172
|
+
chain_name: 'pryzm'
|
|
9173
|
+
},
|
|
9174
|
+
chain: {
|
|
9175
|
+
channel_id: 'channel-34'
|
|
9176
|
+
}
|
|
9177
|
+
}]
|
|
9178
|
+
},
|
|
7924
9179
|
{
|
|
7925
9180
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
7926
9181
|
denom_units: [{
|
|
@@ -8061,6 +9316,41 @@ const assets = {
|
|
|
8061
9316
|
}
|
|
8062
9317
|
}]
|
|
8063
9318
|
},
|
|
9319
|
+
{
|
|
9320
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
9321
|
+
denom_units: [{
|
|
9322
|
+
denom: 'ibc/BED3F9E85C1491EEFC5D77B4787D1A4C1D7E8CC5FEBB9013C3DCCE98287BC7A7',
|
|
9323
|
+
exponent: 0,
|
|
9324
|
+
aliases: ['y:utia:31Mar2025']
|
|
9325
|
+
}, {
|
|
9326
|
+
denom: 'yTIA31Mar2025',
|
|
9327
|
+
exponent: 6
|
|
9328
|
+
}],
|
|
9329
|
+
base: 'ibc/BED3F9E85C1491EEFC5D77B4787D1A4C1D7E8CC5FEBB9013C3DCCE98287BC7A7',
|
|
9330
|
+
name: 'yTia (31Mar2025)',
|
|
9331
|
+
display: 'yTIA31Mar2025',
|
|
9332
|
+
symbol: 'yTIA-31Mar2025',
|
|
9333
|
+
logo_URIs: {
|
|
9334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9336
|
+
},
|
|
9337
|
+
images: [{
|
|
9338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9339
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9340
|
+
}],
|
|
9341
|
+
type_asset: 'sdk.coin',
|
|
9342
|
+
traces: [{
|
|
9343
|
+
type: 'ibc',
|
|
9344
|
+
counterparty: {
|
|
9345
|
+
channel_id: 'channel-3',
|
|
9346
|
+
base_denom: 'y:utia:31Mar2025',
|
|
9347
|
+
chain_name: 'pryzm'
|
|
9348
|
+
},
|
|
9349
|
+
chain: {
|
|
9350
|
+
channel_id: 'channel-34'
|
|
9351
|
+
}
|
|
9352
|
+
}]
|
|
9353
|
+
},
|
|
8064
9354
|
{
|
|
8065
9355
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
8066
9356
|
denom_units: [{
|