@chain-registry/assets 1.70.50 → 1.70.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/agoric.js +2 -8
- package/esm/mainnet/akash.js +2 -8
- package/esm/mainnet/andromeda.js +2 -8
- package/esm/mainnet/archway.js +2 -8
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1288 -34
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1385 -45
- package/esm/mainnet/cheqd.js +2 -8
- package/esm/mainnet/chihuahua.js +2 -8
- package/esm/mainnet/comdex.js +2 -8
- package/esm/mainnet/composable.js +2 -8
- package/esm/mainnet/coreum.js +2 -8
- package/esm/mainnet/cosmoshub.js +1364 -24
- package/esm/mainnet/crescent.js +2 -8
- package/esm/mainnet/dungeon.js +164 -0
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/dymension.js +2 -8
- package/esm/mainnet/evmos.js +2 -8
- package/esm/mainnet/gravitybridge.js +2 -8
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1288 -34
- package/esm/mainnet/jackal.js +2 -8
- package/esm/mainnet/juno.js +2 -8
- package/esm/mainnet/kujira.js +2 -8
- package/esm/mainnet/migaloo.js +84 -8
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1288 -34
- package/esm/mainnet/noble.js +1288 -34
- package/esm/mainnet/nolus.js +2 -8
- package/esm/mainnet/nyx.js +80 -0
- package/esm/mainnet/oraichain.js +2 -8
- package/esm/mainnet/osmosis.js +1364 -24
- package/esm/mainnet/persistence.js +2 -8
- package/esm/mainnet/quicksilver.js +2 -8
- package/esm/mainnet/saga.js +2 -8
- package/esm/mainnet/secretnetwork.js +170 -0
- package/esm/mainnet/sentinel.js +2 -8
- package/esm/mainnet/sifchain.js +2 -8
- package/esm/mainnet/stargaze.js +2 -8
- package/esm/mainnet/stride.js +1288 -34
- package/esm/mainnet/teritori.js +2 -8
- package/esm/mainnet/terra.js +2 -8
- package/esm/mainnet/terra2.js +1387 -51
- package/esm/mainnet/umee.js +2 -8
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +2 -8
- package/mainnet/akash.js +2 -8
- package/mainnet/andromeda.js +2 -8
- package/mainnet/archway.js +2 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1288 -34
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1385 -45
- package/mainnet/cheqd.js +2 -8
- package/mainnet/chihuahua.js +2 -8
- package/mainnet/comdex.js +2 -8
- package/mainnet/composable.js +2 -8
- package/mainnet/coreum.js +2 -8
- package/mainnet/cosmoshub.js +1364 -24
- package/mainnet/crescent.js +2 -8
- package/mainnet/dungeon.js +164 -0
- package/mainnet/dydx.js +1286 -26
- package/mainnet/dymension.js +2 -8
- package/mainnet/evmos.js +2 -8
- package/mainnet/gravitybridge.js +2 -8
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1288 -34
- package/mainnet/jackal.js +2 -8
- package/mainnet/juno.js +2 -8
- package/mainnet/kujira.js +2 -8
- package/mainnet/migaloo.js +84 -8
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1288 -34
- package/mainnet/noble.js +1288 -34
- package/mainnet/nolus.js +2 -8
- package/mainnet/nyx.js +80 -0
- package/mainnet/oraichain.js +2 -8
- package/mainnet/osmosis.js +1364 -24
- package/mainnet/persistence.js +2 -8
- package/mainnet/quicksilver.js +2 -8
- package/mainnet/saga.js +2 -8
- package/mainnet/secretnetwork.js +170 -0
- package/mainnet/sentinel.js +2 -8
- package/mainnet/sifchain.js +2 -8
- package/mainnet/stargaze.js +2 -8
- package/mainnet/stride.js +1288 -34
- package/mainnet/teritori.js +2 -8
- package/mainnet/terra.js +2 -8
- package/mainnet/terra2.js +1387 -51
- package/mainnet/umee.js +2 -8
- package/package.json +5 -5
package/esm/mainnet/stride.js
CHANGED
|
@@ -1868,6 +1868,41 @@ const assets = {
|
|
|
1868
1868
|
}
|
|
1869
1869
|
}]
|
|
1870
1870
|
},
|
|
1871
|
+
{
|
|
1872
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
1873
|
+
denom_units: [{
|
|
1874
|
+
denom: 'ibc/810AAF2E4A0B8A1FD39C17AD16415414885F86169476496AF9698A9CAAB4F5E6',
|
|
1875
|
+
exponent: 0,
|
|
1876
|
+
aliases: ['p:uatom:31Dec2026']
|
|
1877
|
+
}, {
|
|
1878
|
+
denom: 'pATOM31Dec2026',
|
|
1879
|
+
exponent: 6
|
|
1880
|
+
}],
|
|
1881
|
+
base: 'ibc/810AAF2E4A0B8A1FD39C17AD16415414885F86169476496AF9698A9CAAB4F5E6',
|
|
1882
|
+
name: 'pAtom (31Dec2026)',
|
|
1883
|
+
display: 'pATOM31Dec2026',
|
|
1884
|
+
symbol: 'pATOM-31Dec2026',
|
|
1885
|
+
logo_URIs: {
|
|
1886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1887
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1888
|
+
},
|
|
1889
|
+
images: [{
|
|
1890
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1891
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1892
|
+
}],
|
|
1893
|
+
type_asset: 'sdk.coin',
|
|
1894
|
+
traces: [{
|
|
1895
|
+
type: 'ibc',
|
|
1896
|
+
counterparty: {
|
|
1897
|
+
channel_id: 'channel-23',
|
|
1898
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
1899
|
+
chain_name: 'pryzm'
|
|
1900
|
+
},
|
|
1901
|
+
chain: {
|
|
1902
|
+
channel_id: 'channel-257'
|
|
1903
|
+
}
|
|
1904
|
+
}]
|
|
1905
|
+
},
|
|
1871
1906
|
{
|
|
1872
1907
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
1873
1908
|
denom_units: [{
|
|
@@ -1973,6 +2008,41 @@ const assets = {
|
|
|
1973
2008
|
}
|
|
1974
2009
|
}]
|
|
1975
2010
|
},
|
|
2011
|
+
{
|
|
2012
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
2013
|
+
denom_units: [{
|
|
2014
|
+
denom: 'ibc/AB07D130ECC4DD781C9E96BAF6DB21155E38BE17927CF2269566B79FDCD44C7C',
|
|
2015
|
+
exponent: 0,
|
|
2016
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
2017
|
+
}, {
|
|
2018
|
+
denom: 'pOSMO31Dec2026',
|
|
2019
|
+
exponent: 6
|
|
2020
|
+
}],
|
|
2021
|
+
base: 'ibc/AB07D130ECC4DD781C9E96BAF6DB21155E38BE17927CF2269566B79FDCD44C7C',
|
|
2022
|
+
name: 'pOsmo (31Dec2026)',
|
|
2023
|
+
display: 'pOSMO31Dec2026',
|
|
2024
|
+
symbol: 'pOSMO-31Dec2026',
|
|
2025
|
+
logo_URIs: {
|
|
2026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2028
|
+
},
|
|
2029
|
+
images: [{
|
|
2030
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2031
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2032
|
+
}],
|
|
2033
|
+
type_asset: 'sdk.coin',
|
|
2034
|
+
traces: [{
|
|
2035
|
+
type: 'ibc',
|
|
2036
|
+
counterparty: {
|
|
2037
|
+
channel_id: 'channel-23',
|
|
2038
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
2039
|
+
chain_name: 'pryzm'
|
|
2040
|
+
},
|
|
2041
|
+
chain: {
|
|
2042
|
+
channel_id: 'channel-257'
|
|
2043
|
+
}
|
|
2044
|
+
}]
|
|
2045
|
+
},
|
|
1976
2046
|
{
|
|
1977
2047
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
1978
2048
|
denom_units: [{
|
|
@@ -2078,6 +2148,41 @@ const assets = {
|
|
|
2078
2148
|
}
|
|
2079
2149
|
}]
|
|
2080
2150
|
},
|
|
2151
|
+
{
|
|
2152
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
2153
|
+
denom_units: [{
|
|
2154
|
+
denom: 'ibc/09D33AF02EA43147AC808E83FF61C2AE22D3E51C24A26D7B4A1F9607EBFE13E8',
|
|
2155
|
+
exponent: 0,
|
|
2156
|
+
aliases: ['p:inj:31Dec2026']
|
|
2157
|
+
}, {
|
|
2158
|
+
denom: 'pINJ31Dec2026',
|
|
2159
|
+
exponent: 18
|
|
2160
|
+
}],
|
|
2161
|
+
base: 'ibc/09D33AF02EA43147AC808E83FF61C2AE22D3E51C24A26D7B4A1F9607EBFE13E8',
|
|
2162
|
+
name: 'pInj (31Dec2026)',
|
|
2163
|
+
display: 'pINJ31Dec2026',
|
|
2164
|
+
symbol: 'pINJ-31Dec2026',
|
|
2165
|
+
logo_URIs: {
|
|
2166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2168
|
+
},
|
|
2169
|
+
images: [{
|
|
2170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2172
|
+
}],
|
|
2173
|
+
type_asset: 'sdk.coin',
|
|
2174
|
+
traces: [{
|
|
2175
|
+
type: 'ibc',
|
|
2176
|
+
counterparty: {
|
|
2177
|
+
channel_id: 'channel-23',
|
|
2178
|
+
base_denom: 'p:inj:31Dec2026',
|
|
2179
|
+
chain_name: 'pryzm'
|
|
2180
|
+
},
|
|
2181
|
+
chain: {
|
|
2182
|
+
channel_id: 'channel-257'
|
|
2183
|
+
}
|
|
2184
|
+
}]
|
|
2185
|
+
},
|
|
2081
2186
|
{
|
|
2082
2187
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
2083
2188
|
denom_units: [{
|
|
@@ -2148,6 +2253,41 @@ const assets = {
|
|
|
2148
2253
|
}
|
|
2149
2254
|
}]
|
|
2150
2255
|
},
|
|
2256
|
+
{
|
|
2257
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
2258
|
+
denom_units: [{
|
|
2259
|
+
denom: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2',
|
|
2260
|
+
exponent: 0,
|
|
2261
|
+
aliases: ['p:uluna:31Dec2026']
|
|
2262
|
+
}, {
|
|
2263
|
+
denom: 'pLUNA31Dec2026',
|
|
2264
|
+
exponent: 6
|
|
2265
|
+
}],
|
|
2266
|
+
base: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2',
|
|
2267
|
+
name: 'pLuna (31Dec2026)',
|
|
2268
|
+
display: 'pLUNA31Dec2026',
|
|
2269
|
+
symbol: 'pLUNA-31Dec2026',
|
|
2270
|
+
logo_URIs: {
|
|
2271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2273
|
+
},
|
|
2274
|
+
images: [{
|
|
2275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2277
|
+
}],
|
|
2278
|
+
type_asset: 'sdk.coin',
|
|
2279
|
+
traces: [{
|
|
2280
|
+
type: 'ibc',
|
|
2281
|
+
counterparty: {
|
|
2282
|
+
channel_id: 'channel-23',
|
|
2283
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
2284
|
+
chain_name: 'pryzm'
|
|
2285
|
+
},
|
|
2286
|
+
chain: {
|
|
2287
|
+
channel_id: 'channel-257'
|
|
2288
|
+
}
|
|
2289
|
+
}]
|
|
2290
|
+
},
|
|
2151
2291
|
{
|
|
2152
2292
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
2153
2293
|
denom_units: [{
|
|
@@ -2288,6 +2428,41 @@ const assets = {
|
|
|
2288
2428
|
}
|
|
2289
2429
|
}]
|
|
2290
2430
|
},
|
|
2431
|
+
{
|
|
2432
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
2433
|
+
denom_units: [{
|
|
2434
|
+
denom: 'ibc/3B05B8787CE3ED430585A149237A52E1408F66C637996EDD095F4FB524898A21',
|
|
2435
|
+
exponent: 0,
|
|
2436
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
2437
|
+
}, {
|
|
2438
|
+
denom: 'pAUUU31Dec2026',
|
|
2439
|
+
exponent: 6
|
|
2440
|
+
}],
|
|
2441
|
+
base: 'ibc/3B05B8787CE3ED430585A149237A52E1408F66C637996EDD095F4FB524898A21',
|
|
2442
|
+
name: 'pAuuu (31Dec2026)',
|
|
2443
|
+
display: 'pAUUU31Dec2026',
|
|
2444
|
+
symbol: 'pAUUU-31Dec2026',
|
|
2445
|
+
logo_URIs: {
|
|
2446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2447
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2448
|
+
},
|
|
2449
|
+
images: [{
|
|
2450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2451
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2452
|
+
}],
|
|
2453
|
+
type_asset: 'sdk.coin',
|
|
2454
|
+
traces: [{
|
|
2455
|
+
type: 'ibc',
|
|
2456
|
+
counterparty: {
|
|
2457
|
+
channel_id: 'channel-23',
|
|
2458
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
2459
|
+
chain_name: 'pryzm'
|
|
2460
|
+
},
|
|
2461
|
+
chain: {
|
|
2462
|
+
channel_id: 'channel-257'
|
|
2463
|
+
}
|
|
2464
|
+
}]
|
|
2465
|
+
},
|
|
2291
2466
|
{
|
|
2292
2467
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
2293
2468
|
denom_units: [{
|
|
@@ -2393,6 +2568,41 @@ const assets = {
|
|
|
2393
2568
|
}
|
|
2394
2569
|
}]
|
|
2395
2570
|
},
|
|
2571
|
+
{
|
|
2572
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
2573
|
+
denom_units: [{
|
|
2574
|
+
denom: 'ibc/2840098D5785B2EBE0A1946E991DCDFB5B2F2D1E3DA728D48D0F85CD5828AD87',
|
|
2575
|
+
exponent: 0,
|
|
2576
|
+
aliases: ['p:stutia:31Dec2026']
|
|
2577
|
+
}, {
|
|
2578
|
+
denom: 'pstTIA31Dec2026',
|
|
2579
|
+
exponent: 6
|
|
2580
|
+
}],
|
|
2581
|
+
base: 'ibc/2840098D5785B2EBE0A1946E991DCDFB5B2F2D1E3DA728D48D0F85CD5828AD87',
|
|
2582
|
+
name: 'pstTia (31Dec2026)',
|
|
2583
|
+
display: 'pstTIA31Dec2026',
|
|
2584
|
+
symbol: 'pstTIA-31Dec2026',
|
|
2585
|
+
logo_URIs: {
|
|
2586
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2587
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2588
|
+
},
|
|
2589
|
+
images: [{
|
|
2590
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2591
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2592
|
+
}],
|
|
2593
|
+
type_asset: 'sdk.coin',
|
|
2594
|
+
traces: [{
|
|
2595
|
+
type: 'ibc',
|
|
2596
|
+
counterparty: {
|
|
2597
|
+
channel_id: 'channel-23',
|
|
2598
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
2599
|
+
chain_name: 'pryzm'
|
|
2600
|
+
},
|
|
2601
|
+
chain: {
|
|
2602
|
+
channel_id: 'channel-257'
|
|
2603
|
+
}
|
|
2604
|
+
}]
|
|
2605
|
+
},
|
|
2396
2606
|
{
|
|
2397
2607
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
2398
2608
|
denom_units: [{
|
|
@@ -2498,6 +2708,41 @@ const assets = {
|
|
|
2498
2708
|
}
|
|
2499
2709
|
}]
|
|
2500
2710
|
},
|
|
2711
|
+
{
|
|
2712
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
2713
|
+
denom_units: [{
|
|
2714
|
+
denom: 'ibc/83E39E1F642E3D001898F78C8C68862316DC896004E875E2E106D2C80091FBDF',
|
|
2715
|
+
exponent: 0,
|
|
2716
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
2717
|
+
}, {
|
|
2718
|
+
denom: 'pstDYDX31Dec2026',
|
|
2719
|
+
exponent: 18
|
|
2720
|
+
}],
|
|
2721
|
+
base: 'ibc/83E39E1F642E3D001898F78C8C68862316DC896004E875E2E106D2C80091FBDF',
|
|
2722
|
+
name: 'pstDydx (31Dec2026)',
|
|
2723
|
+
display: 'pstDYDX31Dec2026',
|
|
2724
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
2725
|
+
logo_URIs: {
|
|
2726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2728
|
+
},
|
|
2729
|
+
images: [{
|
|
2730
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2731
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2732
|
+
}],
|
|
2733
|
+
type_asset: 'sdk.coin',
|
|
2734
|
+
traces: [{
|
|
2735
|
+
type: 'ibc',
|
|
2736
|
+
counterparty: {
|
|
2737
|
+
channel_id: 'channel-23',
|
|
2738
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
2739
|
+
chain_name: 'pryzm'
|
|
2740
|
+
},
|
|
2741
|
+
chain: {
|
|
2742
|
+
channel_id: 'channel-257'
|
|
2743
|
+
}
|
|
2744
|
+
}]
|
|
2745
|
+
},
|
|
2501
2746
|
{
|
|
2502
2747
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
2503
2748
|
denom_units: [{
|
|
@@ -2603,6 +2848,41 @@ const assets = {
|
|
|
2603
2848
|
}
|
|
2604
2849
|
}]
|
|
2605
2850
|
},
|
|
2851
|
+
{
|
|
2852
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
2853
|
+
denom_units: [{
|
|
2854
|
+
denom: 'ibc/AE129F0BCE94A9E37707436B59D4262E2099121F9584742255BFBBCDE63FEA53',
|
|
2855
|
+
exponent: 0,
|
|
2856
|
+
aliases: ['p:udatom:31Dec2026']
|
|
2857
|
+
}, {
|
|
2858
|
+
denom: 'pdATOM31Dec2026',
|
|
2859
|
+
exponent: 6
|
|
2860
|
+
}],
|
|
2861
|
+
base: 'ibc/AE129F0BCE94A9E37707436B59D4262E2099121F9584742255BFBBCDE63FEA53',
|
|
2862
|
+
name: 'pdAtom (31Dec2026)',
|
|
2863
|
+
display: 'pdATOM31Dec2026',
|
|
2864
|
+
symbol: 'pdATOM-31Dec2026',
|
|
2865
|
+
logo_URIs: {
|
|
2866
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2867
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2868
|
+
},
|
|
2869
|
+
images: [{
|
|
2870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
2871
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
2872
|
+
}],
|
|
2873
|
+
type_asset: 'sdk.coin',
|
|
2874
|
+
traces: [{
|
|
2875
|
+
type: 'ibc',
|
|
2876
|
+
counterparty: {
|
|
2877
|
+
channel_id: 'channel-23',
|
|
2878
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
2879
|
+
chain_name: 'pryzm'
|
|
2880
|
+
},
|
|
2881
|
+
chain: {
|
|
2882
|
+
channel_id: 'channel-257'
|
|
2883
|
+
}
|
|
2884
|
+
}]
|
|
2885
|
+
},
|
|
2606
2886
|
{
|
|
2607
2887
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
2608
2888
|
denom_units: [{
|
|
@@ -2673,6 +2953,41 @@ const assets = {
|
|
|
2673
2953
|
}
|
|
2674
2954
|
}]
|
|
2675
2955
|
},
|
|
2956
|
+
{
|
|
2957
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
2958
|
+
denom_units: [{
|
|
2959
|
+
denom: 'ibc/CB4DD6A20F08AD539BF5D15948F409710533CC45703C9F90D91134DE9E71DADE',
|
|
2960
|
+
exponent: 0,
|
|
2961
|
+
aliases: ['p:utia:31Dec2026']
|
|
2962
|
+
}, {
|
|
2963
|
+
denom: 'pTIA31Dec2026',
|
|
2964
|
+
exponent: 6
|
|
2965
|
+
}],
|
|
2966
|
+
base: 'ibc/CB4DD6A20F08AD539BF5D15948F409710533CC45703C9F90D91134DE9E71DADE',
|
|
2967
|
+
name: 'pTia (31Dec2026)',
|
|
2968
|
+
display: 'pTIA31Dec2026',
|
|
2969
|
+
symbol: 'pTIA-31Dec2026',
|
|
2970
|
+
logo_URIs: {
|
|
2971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2973
|
+
},
|
|
2974
|
+
images: [{
|
|
2975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2976
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2977
|
+
}],
|
|
2978
|
+
type_asset: 'sdk.coin',
|
|
2979
|
+
traces: [{
|
|
2980
|
+
type: 'ibc',
|
|
2981
|
+
counterparty: {
|
|
2982
|
+
channel_id: 'channel-23',
|
|
2983
|
+
base_denom: 'p:utia:31Dec2026',
|
|
2984
|
+
chain_name: 'pryzm'
|
|
2985
|
+
},
|
|
2986
|
+
chain: {
|
|
2987
|
+
channel_id: 'channel-257'
|
|
2988
|
+
}
|
|
2989
|
+
}]
|
|
2990
|
+
},
|
|
2676
2991
|
{
|
|
2677
2992
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2678
2993
|
denom_units: [{
|
|
@@ -2778,6 +3093,41 @@ const assets = {
|
|
|
2778
3093
|
}
|
|
2779
3094
|
}]
|
|
2780
3095
|
},
|
|
3096
|
+
{
|
|
3097
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
3098
|
+
denom_units: [{
|
|
3099
|
+
denom: 'ibc/700802223AD760B3F1B9904CC3971C3EBA33349C6FCC547920CD1BD3C9181DF4',
|
|
3100
|
+
exponent: 0,
|
|
3101
|
+
aliases: ['y:uatom:31Dec2026']
|
|
3102
|
+
}, {
|
|
3103
|
+
denom: 'yATOM31Dec2026',
|
|
3104
|
+
exponent: 6
|
|
3105
|
+
}],
|
|
3106
|
+
base: 'ibc/700802223AD760B3F1B9904CC3971C3EBA33349C6FCC547920CD1BD3C9181DF4',
|
|
3107
|
+
name: 'yAtom (31Dec2026)',
|
|
3108
|
+
display: 'yATOM31Dec2026',
|
|
3109
|
+
symbol: 'yATOM-31Dec2026',
|
|
3110
|
+
logo_URIs: {
|
|
3111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3113
|
+
},
|
|
3114
|
+
images: [{
|
|
3115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3117
|
+
}],
|
|
3118
|
+
type_asset: 'sdk.coin',
|
|
3119
|
+
traces: [{
|
|
3120
|
+
type: 'ibc',
|
|
3121
|
+
counterparty: {
|
|
3122
|
+
channel_id: 'channel-23',
|
|
3123
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
3124
|
+
chain_name: 'pryzm'
|
|
3125
|
+
},
|
|
3126
|
+
chain: {
|
|
3127
|
+
channel_id: 'channel-257'
|
|
3128
|
+
}
|
|
3129
|
+
}]
|
|
3130
|
+
},
|
|
2781
3131
|
{
|
|
2782
3132
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
2783
3133
|
denom_units: [{
|
|
@@ -2883,6 +3233,41 @@ const assets = {
|
|
|
2883
3233
|
}
|
|
2884
3234
|
}]
|
|
2885
3235
|
},
|
|
3236
|
+
{
|
|
3237
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
3238
|
+
denom_units: [{
|
|
3239
|
+
denom: 'ibc/3E013A6A3C2FAAB6C78799DFD0E6CF7D7E8DD3BC68C9D73BA5C9A71ABAA09902',
|
|
3240
|
+
exponent: 0,
|
|
3241
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
3242
|
+
}, {
|
|
3243
|
+
denom: 'yOSMO31Dec2026',
|
|
3244
|
+
exponent: 6
|
|
3245
|
+
}],
|
|
3246
|
+
base: 'ibc/3E013A6A3C2FAAB6C78799DFD0E6CF7D7E8DD3BC68C9D73BA5C9A71ABAA09902',
|
|
3247
|
+
name: 'yOsmo (31Dec2026)',
|
|
3248
|
+
display: 'yOSMO31Dec2026',
|
|
3249
|
+
symbol: 'yOSMO-31Dec2026',
|
|
3250
|
+
logo_URIs: {
|
|
3251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3252
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3253
|
+
},
|
|
3254
|
+
images: [{
|
|
3255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3257
|
+
}],
|
|
3258
|
+
type_asset: 'sdk.coin',
|
|
3259
|
+
traces: [{
|
|
3260
|
+
type: 'ibc',
|
|
3261
|
+
counterparty: {
|
|
3262
|
+
channel_id: 'channel-23',
|
|
3263
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
3264
|
+
chain_name: 'pryzm'
|
|
3265
|
+
},
|
|
3266
|
+
chain: {
|
|
3267
|
+
channel_id: 'channel-257'
|
|
3268
|
+
}
|
|
3269
|
+
}]
|
|
3270
|
+
},
|
|
2886
3271
|
{
|
|
2887
3272
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
2888
3273
|
denom_units: [{
|
|
@@ -2988,6 +3373,41 @@ const assets = {
|
|
|
2988
3373
|
}
|
|
2989
3374
|
}]
|
|
2990
3375
|
},
|
|
3376
|
+
{
|
|
3377
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
3378
|
+
denom_units: [{
|
|
3379
|
+
denom: 'ibc/21881AA0B58A48F6F3A28ECE31C59CD4973638FE5A45D1D2B03CB18E9766689D',
|
|
3380
|
+
exponent: 0,
|
|
3381
|
+
aliases: ['y:inj:31Dec2026']
|
|
3382
|
+
}, {
|
|
3383
|
+
denom: 'yINJ31Dec2026',
|
|
3384
|
+
exponent: 18
|
|
3385
|
+
}],
|
|
3386
|
+
base: 'ibc/21881AA0B58A48F6F3A28ECE31C59CD4973638FE5A45D1D2B03CB18E9766689D',
|
|
3387
|
+
name: 'yInj (31Dec2026)',
|
|
3388
|
+
display: 'yINJ31Dec2026',
|
|
3389
|
+
symbol: 'yINJ-31Dec2026',
|
|
3390
|
+
logo_URIs: {
|
|
3391
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3392
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3393
|
+
},
|
|
3394
|
+
images: [{
|
|
3395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3396
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3397
|
+
}],
|
|
3398
|
+
type_asset: 'sdk.coin',
|
|
3399
|
+
traces: [{
|
|
3400
|
+
type: 'ibc',
|
|
3401
|
+
counterparty: {
|
|
3402
|
+
channel_id: 'channel-23',
|
|
3403
|
+
base_denom: 'y:inj:31Dec2026',
|
|
3404
|
+
chain_name: 'pryzm'
|
|
3405
|
+
},
|
|
3406
|
+
chain: {
|
|
3407
|
+
channel_id: 'channel-257'
|
|
3408
|
+
}
|
|
3409
|
+
}]
|
|
3410
|
+
},
|
|
2991
3411
|
{
|
|
2992
3412
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
2993
3413
|
denom_units: [{
|
|
@@ -3093,6 +3513,41 @@ const assets = {
|
|
|
3093
3513
|
}
|
|
3094
3514
|
}]
|
|
3095
3515
|
},
|
|
3516
|
+
{
|
|
3517
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
3518
|
+
denom_units: [{
|
|
3519
|
+
denom: 'ibc/2FFF53F8EB635694DF84A1C445FC8E5B1DE1428728C8141E67CFA65DB14340DB',
|
|
3520
|
+
exponent: 0,
|
|
3521
|
+
aliases: ['y:uluna:31Dec2026']
|
|
3522
|
+
}, {
|
|
3523
|
+
denom: 'yLUNA31Dec2026',
|
|
3524
|
+
exponent: 6
|
|
3525
|
+
}],
|
|
3526
|
+
base: 'ibc/2FFF53F8EB635694DF84A1C445FC8E5B1DE1428728C8141E67CFA65DB14340DB',
|
|
3527
|
+
name: 'yLuna (31Dec2026)',
|
|
3528
|
+
display: 'yLUNA31Dec2026',
|
|
3529
|
+
symbol: 'yLUNA-31Dec2026',
|
|
3530
|
+
logo_URIs: {
|
|
3531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3533
|
+
},
|
|
3534
|
+
images: [{
|
|
3535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3536
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3537
|
+
}],
|
|
3538
|
+
type_asset: 'sdk.coin',
|
|
3539
|
+
traces: [{
|
|
3540
|
+
type: 'ibc',
|
|
3541
|
+
counterparty: {
|
|
3542
|
+
channel_id: 'channel-23',
|
|
3543
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
3544
|
+
chain_name: 'pryzm'
|
|
3545
|
+
},
|
|
3546
|
+
chain: {
|
|
3547
|
+
channel_id: 'channel-257'
|
|
3548
|
+
}
|
|
3549
|
+
}]
|
|
3550
|
+
},
|
|
3096
3551
|
{
|
|
3097
3552
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
3098
3553
|
denom_units: [{
|
|
@@ -3198,6 +3653,41 @@ const assets = {
|
|
|
3198
3653
|
}
|
|
3199
3654
|
}]
|
|
3200
3655
|
},
|
|
3656
|
+
{
|
|
3657
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
3658
|
+
denom_units: [{
|
|
3659
|
+
denom: 'ibc/D01C482A1C077F603925A12C047BD1DCB488B4AE27CD73B08DAE4773A0E1A916',
|
|
3660
|
+
exponent: 0,
|
|
3661
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
3662
|
+
}, {
|
|
3663
|
+
denom: 'yAUUU31Dec2026',
|
|
3664
|
+
exponent: 6
|
|
3665
|
+
}],
|
|
3666
|
+
base: 'ibc/D01C482A1C077F603925A12C047BD1DCB488B4AE27CD73B08DAE4773A0E1A916',
|
|
3667
|
+
name: 'yAuuu (31Dec2026)',
|
|
3668
|
+
display: 'yAUUU31Dec2026',
|
|
3669
|
+
symbol: 'yAUUU-31Dec2026',
|
|
3670
|
+
logo_URIs: {
|
|
3671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
3672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3673
|
+
},
|
|
3674
|
+
images: [{
|
|
3675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
3676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3677
|
+
}],
|
|
3678
|
+
type_asset: 'sdk.coin',
|
|
3679
|
+
traces: [{
|
|
3680
|
+
type: 'ibc',
|
|
3681
|
+
counterparty: {
|
|
3682
|
+
channel_id: 'channel-23',
|
|
3683
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
3684
|
+
chain_name: 'pryzm'
|
|
3685
|
+
},
|
|
3686
|
+
chain: {
|
|
3687
|
+
channel_id: 'channel-257'
|
|
3688
|
+
}
|
|
3689
|
+
}]
|
|
3690
|
+
},
|
|
3201
3691
|
{
|
|
3202
3692
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
3203
3693
|
denom_units: [{
|
|
@@ -3303,6 +3793,41 @@ const assets = {
|
|
|
3303
3793
|
}
|
|
3304
3794
|
}]
|
|
3305
3795
|
},
|
|
3796
|
+
{
|
|
3797
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
3798
|
+
denom_units: [{
|
|
3799
|
+
denom: 'ibc/8762A151A22E5556D4E030AF766ED5DAC57DBB3534FEF9AE55416B135F6C2578',
|
|
3800
|
+
exponent: 0,
|
|
3801
|
+
aliases: ['y:stutia:31Dec2026']
|
|
3802
|
+
}, {
|
|
3803
|
+
denom: 'ystTIA31Dec2026',
|
|
3804
|
+
exponent: 6
|
|
3805
|
+
}],
|
|
3806
|
+
base: 'ibc/8762A151A22E5556D4E030AF766ED5DAC57DBB3534FEF9AE55416B135F6C2578',
|
|
3807
|
+
name: 'ystTia (31Dec2026)',
|
|
3808
|
+
display: 'ystTIA31Dec2026',
|
|
3809
|
+
symbol: 'ystTIA-31Dec2026',
|
|
3810
|
+
logo_URIs: {
|
|
3811
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3812
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3813
|
+
},
|
|
3814
|
+
images: [{
|
|
3815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3816
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3817
|
+
}],
|
|
3818
|
+
type_asset: 'sdk.coin',
|
|
3819
|
+
traces: [{
|
|
3820
|
+
type: 'ibc',
|
|
3821
|
+
counterparty: {
|
|
3822
|
+
channel_id: 'channel-23',
|
|
3823
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
3824
|
+
chain_name: 'pryzm'
|
|
3825
|
+
},
|
|
3826
|
+
chain: {
|
|
3827
|
+
channel_id: 'channel-257'
|
|
3828
|
+
}
|
|
3829
|
+
}]
|
|
3830
|
+
},
|
|
3306
3831
|
{
|
|
3307
3832
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
3308
3833
|
denom_units: [{
|
|
@@ -3311,7 +3836,7 @@ const assets = {
|
|
|
3311
3836
|
aliases: ['y:stadydx:30Sep2024']
|
|
3312
3837
|
}, {
|
|
3313
3838
|
denom: 'ystDYDX30Sep2024',
|
|
3314
|
-
exponent:
|
|
3839
|
+
exponent: 18
|
|
3315
3840
|
}],
|
|
3316
3841
|
base: 'ibc/834CE656F8C56B23DF08B14CDB637DE4548E0594C5476F9E763F28D0DC323654',
|
|
3317
3842
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -3346,7 +3871,7 @@ const assets = {
|
|
|
3346
3871
|
aliases: ['y:stadydx:31Dec2024']
|
|
3347
3872
|
}, {
|
|
3348
3873
|
denom: 'ystDYDX31Dec2024',
|
|
3349
|
-
exponent:
|
|
3874
|
+
exponent: 18
|
|
3350
3875
|
}],
|
|
3351
3876
|
base: 'ibc/D642E4D1DDBC86EDC8E0D5B9962375F4C326BAD27946977606D3F808D34CF7C2',
|
|
3352
3877
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -3381,7 +3906,7 @@ const assets = {
|
|
|
3381
3906
|
aliases: ['y:stadydx:31Dec2025']
|
|
3382
3907
|
}, {
|
|
3383
3908
|
denom: 'ystDYDX31Dec2025',
|
|
3384
|
-
exponent:
|
|
3909
|
+
exponent: 18
|
|
3385
3910
|
}],
|
|
3386
3911
|
base: 'ibc/2028D925D2C1410EEF4223450C3E06A77FC9F18E4C31E9758DE015616AD97DD5',
|
|
3387
3912
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -3408,6 +3933,41 @@ const assets = {
|
|
|
3408
3933
|
}
|
|
3409
3934
|
}]
|
|
3410
3935
|
},
|
|
3936
|
+
{
|
|
3937
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
3938
|
+
denom_units: [{
|
|
3939
|
+
denom: 'ibc/A0D3227FE8904233A8B6C221DE98FAC53A3CF2CBC2DD8384DFEEE8597D528526',
|
|
3940
|
+
exponent: 0,
|
|
3941
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
3942
|
+
}, {
|
|
3943
|
+
denom: 'ystDYDX31Dec2026',
|
|
3944
|
+
exponent: 18
|
|
3945
|
+
}],
|
|
3946
|
+
base: 'ibc/A0D3227FE8904233A8B6C221DE98FAC53A3CF2CBC2DD8384DFEEE8597D528526',
|
|
3947
|
+
name: 'ystDydx (31Dec2026)',
|
|
3948
|
+
display: 'ystDYDX31Dec2026',
|
|
3949
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
3950
|
+
logo_URIs: {
|
|
3951
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3952
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3953
|
+
},
|
|
3954
|
+
images: [{
|
|
3955
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
3956
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
3957
|
+
}],
|
|
3958
|
+
type_asset: 'sdk.coin',
|
|
3959
|
+
traces: [{
|
|
3960
|
+
type: 'ibc',
|
|
3961
|
+
counterparty: {
|
|
3962
|
+
channel_id: 'channel-23',
|
|
3963
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
3964
|
+
chain_name: 'pryzm'
|
|
3965
|
+
},
|
|
3966
|
+
chain: {
|
|
3967
|
+
channel_id: 'channel-257'
|
|
3968
|
+
}
|
|
3969
|
+
}]
|
|
3970
|
+
},
|
|
3411
3971
|
{
|
|
3412
3972
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
3413
3973
|
denom_units: [{
|
|
@@ -3513,6 +4073,41 @@ const assets = {
|
|
|
3513
4073
|
}
|
|
3514
4074
|
}]
|
|
3515
4075
|
},
|
|
4076
|
+
{
|
|
4077
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
4078
|
+
denom_units: [{
|
|
4079
|
+
denom: 'ibc/12F96BA6B120207664671FED4E7F0FE138C695DDAA074F97D7F11C501CFBF89F',
|
|
4080
|
+
exponent: 0,
|
|
4081
|
+
aliases: ['y:udatom:31Dec2026']
|
|
4082
|
+
}, {
|
|
4083
|
+
denom: 'ydATOM31Dec2026',
|
|
4084
|
+
exponent: 6
|
|
4085
|
+
}],
|
|
4086
|
+
base: 'ibc/12F96BA6B120207664671FED4E7F0FE138C695DDAA074F97D7F11C501CFBF89F',
|
|
4087
|
+
name: 'ydAtom (31Dec2026)',
|
|
4088
|
+
display: 'ydATOM31Dec2026',
|
|
4089
|
+
symbol: 'ydATOM-31Dec2026',
|
|
4090
|
+
logo_URIs: {
|
|
4091
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4092
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4093
|
+
},
|
|
4094
|
+
images: [{
|
|
4095
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4096
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4097
|
+
}],
|
|
4098
|
+
type_asset: 'sdk.coin',
|
|
4099
|
+
traces: [{
|
|
4100
|
+
type: 'ibc',
|
|
4101
|
+
counterparty: {
|
|
4102
|
+
channel_id: 'channel-23',
|
|
4103
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
4104
|
+
chain_name: 'pryzm'
|
|
4105
|
+
},
|
|
4106
|
+
chain: {
|
|
4107
|
+
channel_id: 'channel-257'
|
|
4108
|
+
}
|
|
4109
|
+
}]
|
|
4110
|
+
},
|
|
3516
4111
|
{
|
|
3517
4112
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
3518
4113
|
denom_units: [{
|
|
@@ -3540,7 +4135,42 @@ const assets = {
|
|
|
3540
4135
|
type: 'ibc',
|
|
3541
4136
|
counterparty: {
|
|
3542
4137
|
channel_id: 'channel-23',
|
|
3543
|
-
base_denom: 'y:utia:31Dec2024',
|
|
4138
|
+
base_denom: 'y:utia:31Dec2024',
|
|
4139
|
+
chain_name: 'pryzm'
|
|
4140
|
+
},
|
|
4141
|
+
chain: {
|
|
4142
|
+
channel_id: 'channel-257'
|
|
4143
|
+
}
|
|
4144
|
+
}]
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
4148
|
+
denom_units: [{
|
|
4149
|
+
denom: 'ibc/573748CD799CCDEF43A87D6FC41B6B9E090E653B1596979DB957FF111D899A32',
|
|
4150
|
+
exponent: 0,
|
|
4151
|
+
aliases: ['y:utia:31Dec2025']
|
|
4152
|
+
}, {
|
|
4153
|
+
denom: 'yTIA31Dec2025',
|
|
4154
|
+
exponent: 6
|
|
4155
|
+
}],
|
|
4156
|
+
base: 'ibc/573748CD799CCDEF43A87D6FC41B6B9E090E653B1596979DB957FF111D899A32',
|
|
4157
|
+
name: 'yTia (31Dec2025)',
|
|
4158
|
+
display: 'yTIA31Dec2025',
|
|
4159
|
+
symbol: 'yTIA-31Dec2025',
|
|
4160
|
+
logo_URIs: {
|
|
4161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4163
|
+
},
|
|
4164
|
+
images: [{
|
|
4165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4167
|
+
}],
|
|
4168
|
+
type_asset: 'sdk.coin',
|
|
4169
|
+
traces: [{
|
|
4170
|
+
type: 'ibc',
|
|
4171
|
+
counterparty: {
|
|
4172
|
+
channel_id: 'channel-23',
|
|
4173
|
+
base_denom: 'y:utia:31Dec2025',
|
|
3544
4174
|
chain_name: 'pryzm'
|
|
3545
4175
|
},
|
|
3546
4176
|
chain: {
|
|
@@ -3549,19 +4179,19 @@ const assets = {
|
|
|
3549
4179
|
}]
|
|
3550
4180
|
},
|
|
3551
4181
|
{
|
|
3552
|
-
description: 'Pryzm\'s refracted yield token for TIA with maturity of
|
|
4182
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
3553
4183
|
denom_units: [{
|
|
3554
|
-
denom: 'ibc/
|
|
4184
|
+
denom: 'ibc/D6219A7BE78D3209BD82E8C26AD10BD4AA1D1BDDDB3727F009F11F67B4B82DB1',
|
|
3555
4185
|
exponent: 0,
|
|
3556
|
-
aliases: ['y:utia:
|
|
4186
|
+
aliases: ['y:utia:31Dec2026']
|
|
3557
4187
|
}, {
|
|
3558
|
-
denom: '
|
|
4188
|
+
denom: 'yTIA31Dec2026',
|
|
3559
4189
|
exponent: 6
|
|
3560
4190
|
}],
|
|
3561
|
-
base: 'ibc/
|
|
3562
|
-
name: 'yTia (
|
|
3563
|
-
display: '
|
|
3564
|
-
symbol: 'yTIA-
|
|
4191
|
+
base: 'ibc/D6219A7BE78D3209BD82E8C26AD10BD4AA1D1BDDDB3727F009F11F67B4B82DB1',
|
|
4192
|
+
name: 'yTia (31Dec2026)',
|
|
4193
|
+
display: 'yTIA31Dec2026',
|
|
4194
|
+
symbol: 'yTIA-31Dec2026',
|
|
3565
4195
|
logo_URIs: {
|
|
3566
4196
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3567
4197
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
@@ -3575,7 +4205,7 @@ const assets = {
|
|
|
3575
4205
|
type: 'ibc',
|
|
3576
4206
|
counterparty: {
|
|
3577
4207
|
channel_id: 'channel-23',
|
|
3578
|
-
base_denom: 'y:utia:
|
|
4208
|
+
base_denom: 'y:utia:31Dec2026',
|
|
3579
4209
|
chain_name: 'pryzm'
|
|
3580
4210
|
},
|
|
3581
4211
|
chain: {
|
|
@@ -4565,10 +5195,7 @@ const assets = {
|
|
|
4565
5195
|
coingecko_id: 'secret',
|
|
4566
5196
|
images: [{
|
|
4567
5197
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4568
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4569
|
-
theme: {
|
|
4570
|
-
primary_color_hex: '#040404'
|
|
4571
|
-
}
|
|
5198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4572
5199
|
}],
|
|
4573
5200
|
socials: {
|
|
4574
5201
|
website: 'https://scrt.network/',
|
|
@@ -6628,6 +7255,41 @@ const assets = {
|
|
|
6628
7255
|
}
|
|
6629
7256
|
}]
|
|
6630
7257
|
},
|
|
7258
|
+
{
|
|
7259
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
7260
|
+
denom_units: [{
|
|
7261
|
+
denom: 'ibc/810AAF2E4A0B8A1FD39C17AD16415414885F86169476496AF9698A9CAAB4F5E6',
|
|
7262
|
+
exponent: 0,
|
|
7263
|
+
aliases: ['p:uatom:31Dec2026']
|
|
7264
|
+
}, {
|
|
7265
|
+
denom: 'pATOM31Dec2026',
|
|
7266
|
+
exponent: 6
|
|
7267
|
+
}],
|
|
7268
|
+
base: 'ibc/810AAF2E4A0B8A1FD39C17AD16415414885F86169476496AF9698A9CAAB4F5E6',
|
|
7269
|
+
name: 'pAtom (31Dec2026)',
|
|
7270
|
+
display: 'pATOM31Dec2026',
|
|
7271
|
+
symbol: 'pATOM-31Dec2026',
|
|
7272
|
+
logo_URIs: {
|
|
7273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
7274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
7275
|
+
},
|
|
7276
|
+
images: [{
|
|
7277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
7278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
7279
|
+
}],
|
|
7280
|
+
type_asset: 'sdk.coin',
|
|
7281
|
+
traces: [{
|
|
7282
|
+
type: 'ibc',
|
|
7283
|
+
counterparty: {
|
|
7284
|
+
channel_id: 'channel-23',
|
|
7285
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
7286
|
+
chain_name: 'pryzm'
|
|
7287
|
+
},
|
|
7288
|
+
chain: {
|
|
7289
|
+
channel_id: 'channel-257'
|
|
7290
|
+
}
|
|
7291
|
+
}]
|
|
7292
|
+
},
|
|
6631
7293
|
{
|
|
6632
7294
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
6633
7295
|
denom_units: [{
|
|
@@ -6733,6 +7395,41 @@ const assets = {
|
|
|
6733
7395
|
}
|
|
6734
7396
|
}]
|
|
6735
7397
|
},
|
|
7398
|
+
{
|
|
7399
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
7400
|
+
denom_units: [{
|
|
7401
|
+
denom: 'ibc/AB07D130ECC4DD781C9E96BAF6DB21155E38BE17927CF2269566B79FDCD44C7C',
|
|
7402
|
+
exponent: 0,
|
|
7403
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
7404
|
+
}, {
|
|
7405
|
+
denom: 'pOSMO31Dec2026',
|
|
7406
|
+
exponent: 6
|
|
7407
|
+
}],
|
|
7408
|
+
base: 'ibc/AB07D130ECC4DD781C9E96BAF6DB21155E38BE17927CF2269566B79FDCD44C7C',
|
|
7409
|
+
name: 'pOsmo (31Dec2026)',
|
|
7410
|
+
display: 'pOSMO31Dec2026',
|
|
7411
|
+
symbol: 'pOSMO-31Dec2026',
|
|
7412
|
+
logo_URIs: {
|
|
7413
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
7414
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
7415
|
+
},
|
|
7416
|
+
images: [{
|
|
7417
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
7418
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
7419
|
+
}],
|
|
7420
|
+
type_asset: 'sdk.coin',
|
|
7421
|
+
traces: [{
|
|
7422
|
+
type: 'ibc',
|
|
7423
|
+
counterparty: {
|
|
7424
|
+
channel_id: 'channel-23',
|
|
7425
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
7426
|
+
chain_name: 'pryzm'
|
|
7427
|
+
},
|
|
7428
|
+
chain: {
|
|
7429
|
+
channel_id: 'channel-257'
|
|
7430
|
+
}
|
|
7431
|
+
}]
|
|
7432
|
+
},
|
|
6736
7433
|
{
|
|
6737
7434
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
6738
7435
|
denom_units: [{
|
|
@@ -6838,6 +7535,41 @@ const assets = {
|
|
|
6838
7535
|
}
|
|
6839
7536
|
}]
|
|
6840
7537
|
},
|
|
7538
|
+
{
|
|
7539
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
7540
|
+
denom_units: [{
|
|
7541
|
+
denom: 'ibc/09D33AF02EA43147AC808E83FF61C2AE22D3E51C24A26D7B4A1F9607EBFE13E8',
|
|
7542
|
+
exponent: 0,
|
|
7543
|
+
aliases: ['p:inj:31Dec2026']
|
|
7544
|
+
}, {
|
|
7545
|
+
denom: 'pINJ31Dec2026',
|
|
7546
|
+
exponent: 18
|
|
7547
|
+
}],
|
|
7548
|
+
base: 'ibc/09D33AF02EA43147AC808E83FF61C2AE22D3E51C24A26D7B4A1F9607EBFE13E8',
|
|
7549
|
+
name: 'pInj (31Dec2026)',
|
|
7550
|
+
display: 'pINJ31Dec2026',
|
|
7551
|
+
symbol: 'pINJ-31Dec2026',
|
|
7552
|
+
logo_URIs: {
|
|
7553
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
7554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
7555
|
+
},
|
|
7556
|
+
images: [{
|
|
7557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
7558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
7559
|
+
}],
|
|
7560
|
+
type_asset: 'sdk.coin',
|
|
7561
|
+
traces: [{
|
|
7562
|
+
type: 'ibc',
|
|
7563
|
+
counterparty: {
|
|
7564
|
+
channel_id: 'channel-23',
|
|
7565
|
+
base_denom: 'p:inj:31Dec2026',
|
|
7566
|
+
chain_name: 'pryzm'
|
|
7567
|
+
},
|
|
7568
|
+
chain: {
|
|
7569
|
+
channel_id: 'channel-257'
|
|
7570
|
+
}
|
|
7571
|
+
}]
|
|
7572
|
+
},
|
|
6841
7573
|
{
|
|
6842
7574
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
6843
7575
|
denom_units: [{
|
|
@@ -6908,6 +7640,41 @@ const assets = {
|
|
|
6908
7640
|
}
|
|
6909
7641
|
}]
|
|
6910
7642
|
},
|
|
7643
|
+
{
|
|
7644
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
7645
|
+
denom_units: [{
|
|
7646
|
+
denom: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2',
|
|
7647
|
+
exponent: 0,
|
|
7648
|
+
aliases: ['p:uluna:31Dec2026']
|
|
7649
|
+
}, {
|
|
7650
|
+
denom: 'pLUNA31Dec2026',
|
|
7651
|
+
exponent: 6
|
|
7652
|
+
}],
|
|
7653
|
+
base: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2',
|
|
7654
|
+
name: 'pLuna (31Dec2026)',
|
|
7655
|
+
display: 'pLUNA31Dec2026',
|
|
7656
|
+
symbol: 'pLUNA-31Dec2026',
|
|
7657
|
+
logo_URIs: {
|
|
7658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
7659
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
7660
|
+
},
|
|
7661
|
+
images: [{
|
|
7662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
7663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
7664
|
+
}],
|
|
7665
|
+
type_asset: 'sdk.coin',
|
|
7666
|
+
traces: [{
|
|
7667
|
+
type: 'ibc',
|
|
7668
|
+
counterparty: {
|
|
7669
|
+
channel_id: 'channel-23',
|
|
7670
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
7671
|
+
chain_name: 'pryzm'
|
|
7672
|
+
},
|
|
7673
|
+
chain: {
|
|
7674
|
+
channel_id: 'channel-257'
|
|
7675
|
+
}
|
|
7676
|
+
}]
|
|
7677
|
+
},
|
|
6911
7678
|
{
|
|
6912
7679
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
6913
7680
|
denom_units: [{
|
|
@@ -7048,6 +7815,41 @@ const assets = {
|
|
|
7048
7815
|
}
|
|
7049
7816
|
}]
|
|
7050
7817
|
},
|
|
7818
|
+
{
|
|
7819
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
7820
|
+
denom_units: [{
|
|
7821
|
+
denom: 'ibc/3B05B8787CE3ED430585A149237A52E1408F66C637996EDD095F4FB524898A21',
|
|
7822
|
+
exponent: 0,
|
|
7823
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
7824
|
+
}, {
|
|
7825
|
+
denom: 'pAUUU31Dec2026',
|
|
7826
|
+
exponent: 6
|
|
7827
|
+
}],
|
|
7828
|
+
base: 'ibc/3B05B8787CE3ED430585A149237A52E1408F66C637996EDD095F4FB524898A21',
|
|
7829
|
+
name: 'pAuuu (31Dec2026)',
|
|
7830
|
+
display: 'pAUUU31Dec2026',
|
|
7831
|
+
symbol: 'pAUUU-31Dec2026',
|
|
7832
|
+
logo_URIs: {
|
|
7833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
7834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
7835
|
+
},
|
|
7836
|
+
images: [{
|
|
7837
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
7838
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
7839
|
+
}],
|
|
7840
|
+
type_asset: 'sdk.coin',
|
|
7841
|
+
traces: [{
|
|
7842
|
+
type: 'ibc',
|
|
7843
|
+
counterparty: {
|
|
7844
|
+
channel_id: 'channel-23',
|
|
7845
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
7846
|
+
chain_name: 'pryzm'
|
|
7847
|
+
},
|
|
7848
|
+
chain: {
|
|
7849
|
+
channel_id: 'channel-257'
|
|
7850
|
+
}
|
|
7851
|
+
}]
|
|
7852
|
+
},
|
|
7051
7853
|
{
|
|
7052
7854
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
7053
7855
|
denom_units: [{
|
|
@@ -7153,6 +7955,41 @@ const assets = {
|
|
|
7153
7955
|
}
|
|
7154
7956
|
}]
|
|
7155
7957
|
},
|
|
7958
|
+
{
|
|
7959
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
7960
|
+
denom_units: [{
|
|
7961
|
+
denom: 'ibc/2840098D5785B2EBE0A1946E991DCDFB5B2F2D1E3DA728D48D0F85CD5828AD87',
|
|
7962
|
+
exponent: 0,
|
|
7963
|
+
aliases: ['p:stutia:31Dec2026']
|
|
7964
|
+
}, {
|
|
7965
|
+
denom: 'pstTIA31Dec2026',
|
|
7966
|
+
exponent: 6
|
|
7967
|
+
}],
|
|
7968
|
+
base: 'ibc/2840098D5785B2EBE0A1946E991DCDFB5B2F2D1E3DA728D48D0F85CD5828AD87',
|
|
7969
|
+
name: 'pstTia (31Dec2026)',
|
|
7970
|
+
display: 'pstTIA31Dec2026',
|
|
7971
|
+
symbol: 'pstTIA-31Dec2026',
|
|
7972
|
+
logo_URIs: {
|
|
7973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
7974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
7975
|
+
},
|
|
7976
|
+
images: [{
|
|
7977
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
7978
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
7979
|
+
}],
|
|
7980
|
+
type_asset: 'sdk.coin',
|
|
7981
|
+
traces: [{
|
|
7982
|
+
type: 'ibc',
|
|
7983
|
+
counterparty: {
|
|
7984
|
+
channel_id: 'channel-23',
|
|
7985
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
7986
|
+
chain_name: 'pryzm'
|
|
7987
|
+
},
|
|
7988
|
+
chain: {
|
|
7989
|
+
channel_id: 'channel-257'
|
|
7990
|
+
}
|
|
7991
|
+
}]
|
|
7992
|
+
},
|
|
7156
7993
|
{
|
|
7157
7994
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
7158
7995
|
denom_units: [{
|
|
@@ -7258,6 +8095,41 @@ const assets = {
|
|
|
7258
8095
|
}
|
|
7259
8096
|
}]
|
|
7260
8097
|
},
|
|
8098
|
+
{
|
|
8099
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
8100
|
+
denom_units: [{
|
|
8101
|
+
denom: 'ibc/83E39E1F642E3D001898F78C8C68862316DC896004E875E2E106D2C80091FBDF',
|
|
8102
|
+
exponent: 0,
|
|
8103
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
8104
|
+
}, {
|
|
8105
|
+
denom: 'pstDYDX31Dec2026',
|
|
8106
|
+
exponent: 18
|
|
8107
|
+
}],
|
|
8108
|
+
base: 'ibc/83E39E1F642E3D001898F78C8C68862316DC896004E875E2E106D2C80091FBDF',
|
|
8109
|
+
name: 'pstDydx (31Dec2026)',
|
|
8110
|
+
display: 'pstDYDX31Dec2026',
|
|
8111
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
8112
|
+
logo_URIs: {
|
|
8113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8115
|
+
},
|
|
8116
|
+
images: [{
|
|
8117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8119
|
+
}],
|
|
8120
|
+
type_asset: 'sdk.coin',
|
|
8121
|
+
traces: [{
|
|
8122
|
+
type: 'ibc',
|
|
8123
|
+
counterparty: {
|
|
8124
|
+
channel_id: 'channel-23',
|
|
8125
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
8126
|
+
chain_name: 'pryzm'
|
|
8127
|
+
},
|
|
8128
|
+
chain: {
|
|
8129
|
+
channel_id: 'channel-257'
|
|
8130
|
+
}
|
|
8131
|
+
}]
|
|
8132
|
+
},
|
|
7261
8133
|
{
|
|
7262
8134
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
7263
8135
|
denom_units: [{
|
|
@@ -7363,6 +8235,41 @@ const assets = {
|
|
|
7363
8235
|
}
|
|
7364
8236
|
}]
|
|
7365
8237
|
},
|
|
8238
|
+
{
|
|
8239
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
8240
|
+
denom_units: [{
|
|
8241
|
+
denom: 'ibc/AE129F0BCE94A9E37707436B59D4262E2099121F9584742255BFBBCDE63FEA53',
|
|
8242
|
+
exponent: 0,
|
|
8243
|
+
aliases: ['p:udatom:31Dec2026']
|
|
8244
|
+
}, {
|
|
8245
|
+
denom: 'pdATOM31Dec2026',
|
|
8246
|
+
exponent: 6
|
|
8247
|
+
}],
|
|
8248
|
+
base: 'ibc/AE129F0BCE94A9E37707436B59D4262E2099121F9584742255BFBBCDE63FEA53',
|
|
8249
|
+
name: 'pdAtom (31Dec2026)',
|
|
8250
|
+
display: 'pdATOM31Dec2026',
|
|
8251
|
+
symbol: 'pdATOM-31Dec2026',
|
|
8252
|
+
logo_URIs: {
|
|
8253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
8254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
8255
|
+
},
|
|
8256
|
+
images: [{
|
|
8257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
8258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
8259
|
+
}],
|
|
8260
|
+
type_asset: 'sdk.coin',
|
|
8261
|
+
traces: [{
|
|
8262
|
+
type: 'ibc',
|
|
8263
|
+
counterparty: {
|
|
8264
|
+
channel_id: 'channel-23',
|
|
8265
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
8266
|
+
chain_name: 'pryzm'
|
|
8267
|
+
},
|
|
8268
|
+
chain: {
|
|
8269
|
+
channel_id: 'channel-257'
|
|
8270
|
+
}
|
|
8271
|
+
}]
|
|
8272
|
+
},
|
|
7366
8273
|
{
|
|
7367
8274
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
7368
8275
|
denom_units: [{
|
|
@@ -7390,7 +8297,42 @@ const assets = {
|
|
|
7390
8297
|
type: 'ibc',
|
|
7391
8298
|
counterparty: {
|
|
7392
8299
|
channel_id: 'channel-23',
|
|
7393
|
-
base_denom: 'p:utia:31Dec2024',
|
|
8300
|
+
base_denom: 'p:utia:31Dec2024',
|
|
8301
|
+
chain_name: 'pryzm'
|
|
8302
|
+
},
|
|
8303
|
+
chain: {
|
|
8304
|
+
channel_id: 'channel-257'
|
|
8305
|
+
}
|
|
8306
|
+
}]
|
|
8307
|
+
},
|
|
8308
|
+
{
|
|
8309
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
8310
|
+
denom_units: [{
|
|
8311
|
+
denom: 'ibc/63643B075255500EB8D5783C7D94B773B1CEE7B469A53769765B4E6E7AEA960E',
|
|
8312
|
+
exponent: 0,
|
|
8313
|
+
aliases: ['p:utia:31Dec2025']
|
|
8314
|
+
}, {
|
|
8315
|
+
denom: 'pTIA31Dec2025',
|
|
8316
|
+
exponent: 6
|
|
8317
|
+
}],
|
|
8318
|
+
base: 'ibc/63643B075255500EB8D5783C7D94B773B1CEE7B469A53769765B4E6E7AEA960E',
|
|
8319
|
+
name: 'pTia (31Dec2025)',
|
|
8320
|
+
display: 'pTIA31Dec2025',
|
|
8321
|
+
symbol: 'pTIA-31Dec2025',
|
|
8322
|
+
logo_URIs: {
|
|
8323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8325
|
+
},
|
|
8326
|
+
images: [{
|
|
8327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
8329
|
+
}],
|
|
8330
|
+
type_asset: 'sdk.coin',
|
|
8331
|
+
traces: [{
|
|
8332
|
+
type: 'ibc',
|
|
8333
|
+
counterparty: {
|
|
8334
|
+
channel_id: 'channel-23',
|
|
8335
|
+
base_denom: 'p:utia:31Dec2025',
|
|
7394
8336
|
chain_name: 'pryzm'
|
|
7395
8337
|
},
|
|
7396
8338
|
chain: {
|
|
@@ -7399,19 +8341,19 @@ const assets = {
|
|
|
7399
8341
|
}]
|
|
7400
8342
|
},
|
|
7401
8343
|
{
|
|
7402
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
8344
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
7403
8345
|
denom_units: [{
|
|
7404
|
-
denom: 'ibc/
|
|
8346
|
+
denom: 'ibc/CB4DD6A20F08AD539BF5D15948F409710533CC45703C9F90D91134DE9E71DADE',
|
|
7405
8347
|
exponent: 0,
|
|
7406
|
-
aliases: ['p:utia:
|
|
8348
|
+
aliases: ['p:utia:31Dec2026']
|
|
7407
8349
|
}, {
|
|
7408
|
-
denom: '
|
|
8350
|
+
denom: 'pTIA31Dec2026',
|
|
7409
8351
|
exponent: 6
|
|
7410
8352
|
}],
|
|
7411
|
-
base: 'ibc/
|
|
7412
|
-
name: 'pTia (
|
|
7413
|
-
display: '
|
|
7414
|
-
symbol: 'pTIA-
|
|
8353
|
+
base: 'ibc/CB4DD6A20F08AD539BF5D15948F409710533CC45703C9F90D91134DE9E71DADE',
|
|
8354
|
+
name: 'pTia (31Dec2026)',
|
|
8355
|
+
display: 'pTIA31Dec2026',
|
|
8356
|
+
symbol: 'pTIA-31Dec2026',
|
|
7415
8357
|
logo_URIs: {
|
|
7416
8358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7417
8359
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
@@ -7425,7 +8367,7 @@ const assets = {
|
|
|
7425
8367
|
type: 'ibc',
|
|
7426
8368
|
counterparty: {
|
|
7427
8369
|
channel_id: 'channel-23',
|
|
7428
|
-
base_denom: 'p:utia:
|
|
8370
|
+
base_denom: 'p:utia:31Dec2026',
|
|
7429
8371
|
chain_name: 'pryzm'
|
|
7430
8372
|
},
|
|
7431
8373
|
chain: {
|
|
@@ -7538,6 +8480,41 @@ const assets = {
|
|
|
7538
8480
|
}
|
|
7539
8481
|
}]
|
|
7540
8482
|
},
|
|
8483
|
+
{
|
|
8484
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
8485
|
+
denom_units: [{
|
|
8486
|
+
denom: 'ibc/700802223AD760B3F1B9904CC3971C3EBA33349C6FCC547920CD1BD3C9181DF4',
|
|
8487
|
+
exponent: 0,
|
|
8488
|
+
aliases: ['y:uatom:31Dec2026']
|
|
8489
|
+
}, {
|
|
8490
|
+
denom: 'yATOM31Dec2026',
|
|
8491
|
+
exponent: 6
|
|
8492
|
+
}],
|
|
8493
|
+
base: 'ibc/700802223AD760B3F1B9904CC3971C3EBA33349C6FCC547920CD1BD3C9181DF4',
|
|
8494
|
+
name: 'yAtom (31Dec2026)',
|
|
8495
|
+
display: 'yATOM31Dec2026',
|
|
8496
|
+
symbol: 'yATOM-31Dec2026',
|
|
8497
|
+
logo_URIs: {
|
|
8498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8499
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8500
|
+
},
|
|
8501
|
+
images: [{
|
|
8502
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8503
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8504
|
+
}],
|
|
8505
|
+
type_asset: 'sdk.coin',
|
|
8506
|
+
traces: [{
|
|
8507
|
+
type: 'ibc',
|
|
8508
|
+
counterparty: {
|
|
8509
|
+
channel_id: 'channel-23',
|
|
8510
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
8511
|
+
chain_name: 'pryzm'
|
|
8512
|
+
},
|
|
8513
|
+
chain: {
|
|
8514
|
+
channel_id: 'channel-257'
|
|
8515
|
+
}
|
|
8516
|
+
}]
|
|
8517
|
+
},
|
|
7541
8518
|
{
|
|
7542
8519
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
7543
8520
|
denom_units: [{
|
|
@@ -7643,6 +8620,41 @@ const assets = {
|
|
|
7643
8620
|
}
|
|
7644
8621
|
}]
|
|
7645
8622
|
},
|
|
8623
|
+
{
|
|
8624
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
8625
|
+
denom_units: [{
|
|
8626
|
+
denom: 'ibc/3E013A6A3C2FAAB6C78799DFD0E6CF7D7E8DD3BC68C9D73BA5C9A71ABAA09902',
|
|
8627
|
+
exponent: 0,
|
|
8628
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
8629
|
+
}, {
|
|
8630
|
+
denom: 'yOSMO31Dec2026',
|
|
8631
|
+
exponent: 6
|
|
8632
|
+
}],
|
|
8633
|
+
base: 'ibc/3E013A6A3C2FAAB6C78799DFD0E6CF7D7E8DD3BC68C9D73BA5C9A71ABAA09902',
|
|
8634
|
+
name: 'yOsmo (31Dec2026)',
|
|
8635
|
+
display: 'yOSMO31Dec2026',
|
|
8636
|
+
symbol: 'yOSMO-31Dec2026',
|
|
8637
|
+
logo_URIs: {
|
|
8638
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8639
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8640
|
+
},
|
|
8641
|
+
images: [{
|
|
8642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8644
|
+
}],
|
|
8645
|
+
type_asset: 'sdk.coin',
|
|
8646
|
+
traces: [{
|
|
8647
|
+
type: 'ibc',
|
|
8648
|
+
counterparty: {
|
|
8649
|
+
channel_id: 'channel-23',
|
|
8650
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
8651
|
+
chain_name: 'pryzm'
|
|
8652
|
+
},
|
|
8653
|
+
chain: {
|
|
8654
|
+
channel_id: 'channel-257'
|
|
8655
|
+
}
|
|
8656
|
+
}]
|
|
8657
|
+
},
|
|
7646
8658
|
{
|
|
7647
8659
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
7648
8660
|
denom_units: [{
|
|
@@ -7748,6 +8760,41 @@ const assets = {
|
|
|
7748
8760
|
}
|
|
7749
8761
|
}]
|
|
7750
8762
|
},
|
|
8763
|
+
{
|
|
8764
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
8765
|
+
denom_units: [{
|
|
8766
|
+
denom: 'ibc/21881AA0B58A48F6F3A28ECE31C59CD4973638FE5A45D1D2B03CB18E9766689D',
|
|
8767
|
+
exponent: 0,
|
|
8768
|
+
aliases: ['y:inj:31Dec2026']
|
|
8769
|
+
}, {
|
|
8770
|
+
denom: 'yINJ31Dec2026',
|
|
8771
|
+
exponent: 18
|
|
8772
|
+
}],
|
|
8773
|
+
base: 'ibc/21881AA0B58A48F6F3A28ECE31C59CD4973638FE5A45D1D2B03CB18E9766689D',
|
|
8774
|
+
name: 'yInj (31Dec2026)',
|
|
8775
|
+
display: 'yINJ31Dec2026',
|
|
8776
|
+
symbol: 'yINJ-31Dec2026',
|
|
8777
|
+
logo_URIs: {
|
|
8778
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8779
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8780
|
+
},
|
|
8781
|
+
images: [{
|
|
8782
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8783
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8784
|
+
}],
|
|
8785
|
+
type_asset: 'sdk.coin',
|
|
8786
|
+
traces: [{
|
|
8787
|
+
type: 'ibc',
|
|
8788
|
+
counterparty: {
|
|
8789
|
+
channel_id: 'channel-23',
|
|
8790
|
+
base_denom: 'y:inj:31Dec2026',
|
|
8791
|
+
chain_name: 'pryzm'
|
|
8792
|
+
},
|
|
8793
|
+
chain: {
|
|
8794
|
+
channel_id: 'channel-257'
|
|
8795
|
+
}
|
|
8796
|
+
}]
|
|
8797
|
+
},
|
|
7751
8798
|
{
|
|
7752
8799
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
7753
8800
|
denom_units: [{
|
|
@@ -7853,6 +8900,41 @@ const assets = {
|
|
|
7853
8900
|
}
|
|
7854
8901
|
}]
|
|
7855
8902
|
},
|
|
8903
|
+
{
|
|
8904
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
8905
|
+
denom_units: [{
|
|
8906
|
+
denom: 'ibc/2FFF53F8EB635694DF84A1C445FC8E5B1DE1428728C8141E67CFA65DB14340DB',
|
|
8907
|
+
exponent: 0,
|
|
8908
|
+
aliases: ['y:uluna:31Dec2026']
|
|
8909
|
+
}, {
|
|
8910
|
+
denom: 'yLUNA31Dec2026',
|
|
8911
|
+
exponent: 6
|
|
8912
|
+
}],
|
|
8913
|
+
base: 'ibc/2FFF53F8EB635694DF84A1C445FC8E5B1DE1428728C8141E67CFA65DB14340DB',
|
|
8914
|
+
name: 'yLuna (31Dec2026)',
|
|
8915
|
+
display: 'yLUNA31Dec2026',
|
|
8916
|
+
symbol: 'yLUNA-31Dec2026',
|
|
8917
|
+
logo_URIs: {
|
|
8918
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8920
|
+
},
|
|
8921
|
+
images: [{
|
|
8922
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8923
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8924
|
+
}],
|
|
8925
|
+
type_asset: 'sdk.coin',
|
|
8926
|
+
traces: [{
|
|
8927
|
+
type: 'ibc',
|
|
8928
|
+
counterparty: {
|
|
8929
|
+
channel_id: 'channel-23',
|
|
8930
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
8931
|
+
chain_name: 'pryzm'
|
|
8932
|
+
},
|
|
8933
|
+
chain: {
|
|
8934
|
+
channel_id: 'channel-257'
|
|
8935
|
+
}
|
|
8936
|
+
}]
|
|
8937
|
+
},
|
|
7856
8938
|
{
|
|
7857
8939
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
7858
8940
|
denom_units: [{
|
|
@@ -7958,6 +9040,41 @@ const assets = {
|
|
|
7958
9040
|
}
|
|
7959
9041
|
}]
|
|
7960
9042
|
},
|
|
9043
|
+
{
|
|
9044
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
9045
|
+
denom_units: [{
|
|
9046
|
+
denom: 'ibc/D01C482A1C077F603925A12C047BD1DCB488B4AE27CD73B08DAE4773A0E1A916',
|
|
9047
|
+
exponent: 0,
|
|
9048
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
9049
|
+
}, {
|
|
9050
|
+
denom: 'yAUUU31Dec2026',
|
|
9051
|
+
exponent: 6
|
|
9052
|
+
}],
|
|
9053
|
+
base: 'ibc/D01C482A1C077F603925A12C047BD1DCB488B4AE27CD73B08DAE4773A0E1A916',
|
|
9054
|
+
name: 'yAuuu (31Dec2026)',
|
|
9055
|
+
display: 'yAUUU31Dec2026',
|
|
9056
|
+
symbol: 'yAUUU-31Dec2026',
|
|
9057
|
+
logo_URIs: {
|
|
9058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
9059
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9060
|
+
},
|
|
9061
|
+
images: [{
|
|
9062
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
9063
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
9064
|
+
}],
|
|
9065
|
+
type_asset: 'sdk.coin',
|
|
9066
|
+
traces: [{
|
|
9067
|
+
type: 'ibc',
|
|
9068
|
+
counterparty: {
|
|
9069
|
+
channel_id: 'channel-23',
|
|
9070
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
9071
|
+
chain_name: 'pryzm'
|
|
9072
|
+
},
|
|
9073
|
+
chain: {
|
|
9074
|
+
channel_id: 'channel-257'
|
|
9075
|
+
}
|
|
9076
|
+
}]
|
|
9077
|
+
},
|
|
7961
9078
|
{
|
|
7962
9079
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
7963
9080
|
denom_units: [{
|
|
@@ -8063,6 +9180,41 @@ const assets = {
|
|
|
8063
9180
|
}
|
|
8064
9181
|
}]
|
|
8065
9182
|
},
|
|
9183
|
+
{
|
|
9184
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
9185
|
+
denom_units: [{
|
|
9186
|
+
denom: 'ibc/8762A151A22E5556D4E030AF766ED5DAC57DBB3534FEF9AE55416B135F6C2578',
|
|
9187
|
+
exponent: 0,
|
|
9188
|
+
aliases: ['y:stutia:31Dec2026']
|
|
9189
|
+
}, {
|
|
9190
|
+
denom: 'ystTIA31Dec2026',
|
|
9191
|
+
exponent: 6
|
|
9192
|
+
}],
|
|
9193
|
+
base: 'ibc/8762A151A22E5556D4E030AF766ED5DAC57DBB3534FEF9AE55416B135F6C2578',
|
|
9194
|
+
name: 'ystTia (31Dec2026)',
|
|
9195
|
+
display: 'ystTIA31Dec2026',
|
|
9196
|
+
symbol: 'ystTIA-31Dec2026',
|
|
9197
|
+
logo_URIs: {
|
|
9198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
9199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
9200
|
+
},
|
|
9201
|
+
images: [{
|
|
9202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
9203
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
9204
|
+
}],
|
|
9205
|
+
type_asset: 'sdk.coin',
|
|
9206
|
+
traces: [{
|
|
9207
|
+
type: 'ibc',
|
|
9208
|
+
counterparty: {
|
|
9209
|
+
channel_id: 'channel-23',
|
|
9210
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
9211
|
+
chain_name: 'pryzm'
|
|
9212
|
+
},
|
|
9213
|
+
chain: {
|
|
9214
|
+
channel_id: 'channel-257'
|
|
9215
|
+
}
|
|
9216
|
+
}]
|
|
9217
|
+
},
|
|
8066
9218
|
{
|
|
8067
9219
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
8068
9220
|
denom_units: [{
|
|
@@ -8071,7 +9223,7 @@ const assets = {
|
|
|
8071
9223
|
aliases: ['y:stadydx:30Sep2024']
|
|
8072
9224
|
}, {
|
|
8073
9225
|
denom: 'ystDYDX30Sep2024',
|
|
8074
|
-
exponent:
|
|
9226
|
+
exponent: 18
|
|
8075
9227
|
}],
|
|
8076
9228
|
base: 'ibc/834CE656F8C56B23DF08B14CDB637DE4548E0594C5476F9E763F28D0DC323654',
|
|
8077
9229
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -8106,7 +9258,7 @@ const assets = {
|
|
|
8106
9258
|
aliases: ['y:stadydx:31Dec2024']
|
|
8107
9259
|
}, {
|
|
8108
9260
|
denom: 'ystDYDX31Dec2024',
|
|
8109
|
-
exponent:
|
|
9261
|
+
exponent: 18
|
|
8110
9262
|
}],
|
|
8111
9263
|
base: 'ibc/D642E4D1DDBC86EDC8E0D5B9962375F4C326BAD27946977606D3F808D34CF7C2',
|
|
8112
9264
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -8141,7 +9293,7 @@ const assets = {
|
|
|
8141
9293
|
aliases: ['y:stadydx:31Dec2025']
|
|
8142
9294
|
}, {
|
|
8143
9295
|
denom: 'ystDYDX31Dec2025',
|
|
8144
|
-
exponent:
|
|
9296
|
+
exponent: 18
|
|
8145
9297
|
}],
|
|
8146
9298
|
base: 'ibc/2028D925D2C1410EEF4223450C3E06A77FC9F18E4C31E9758DE015616AD97DD5',
|
|
8147
9299
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -8168,6 +9320,41 @@ const assets = {
|
|
|
8168
9320
|
}
|
|
8169
9321
|
}]
|
|
8170
9322
|
},
|
|
9323
|
+
{
|
|
9324
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
9325
|
+
denom_units: [{
|
|
9326
|
+
denom: 'ibc/A0D3227FE8904233A8B6C221DE98FAC53A3CF2CBC2DD8384DFEEE8597D528526',
|
|
9327
|
+
exponent: 0,
|
|
9328
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
9329
|
+
}, {
|
|
9330
|
+
denom: 'ystDYDX31Dec2026',
|
|
9331
|
+
exponent: 18
|
|
9332
|
+
}],
|
|
9333
|
+
base: 'ibc/A0D3227FE8904233A8B6C221DE98FAC53A3CF2CBC2DD8384DFEEE8597D528526',
|
|
9334
|
+
name: 'ystDydx (31Dec2026)',
|
|
9335
|
+
display: 'ystDYDX31Dec2026',
|
|
9336
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
9337
|
+
logo_URIs: {
|
|
9338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
9339
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
9340
|
+
},
|
|
9341
|
+
images: [{
|
|
9342
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
9343
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
9344
|
+
}],
|
|
9345
|
+
type_asset: 'sdk.coin',
|
|
9346
|
+
traces: [{
|
|
9347
|
+
type: 'ibc',
|
|
9348
|
+
counterparty: {
|
|
9349
|
+
channel_id: 'channel-23',
|
|
9350
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
9351
|
+
chain_name: 'pryzm'
|
|
9352
|
+
},
|
|
9353
|
+
chain: {
|
|
9354
|
+
channel_id: 'channel-257'
|
|
9355
|
+
}
|
|
9356
|
+
}]
|
|
9357
|
+
},
|
|
8171
9358
|
{
|
|
8172
9359
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
8173
9360
|
denom_units: [{
|
|
@@ -8273,6 +9460,41 @@ const assets = {
|
|
|
8273
9460
|
}
|
|
8274
9461
|
}]
|
|
8275
9462
|
},
|
|
9463
|
+
{
|
|
9464
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
9465
|
+
denom_units: [{
|
|
9466
|
+
denom: 'ibc/12F96BA6B120207664671FED4E7F0FE138C695DDAA074F97D7F11C501CFBF89F',
|
|
9467
|
+
exponent: 0,
|
|
9468
|
+
aliases: ['y:udatom:31Dec2026']
|
|
9469
|
+
}, {
|
|
9470
|
+
denom: 'ydATOM31Dec2026',
|
|
9471
|
+
exponent: 6
|
|
9472
|
+
}],
|
|
9473
|
+
base: 'ibc/12F96BA6B120207664671FED4E7F0FE138C695DDAA074F97D7F11C501CFBF89F',
|
|
9474
|
+
name: 'ydAtom (31Dec2026)',
|
|
9475
|
+
display: 'ydATOM31Dec2026',
|
|
9476
|
+
symbol: 'ydATOM-31Dec2026',
|
|
9477
|
+
logo_URIs: {
|
|
9478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
9479
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
9480
|
+
},
|
|
9481
|
+
images: [{
|
|
9482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
9483
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
9484
|
+
}],
|
|
9485
|
+
type_asset: 'sdk.coin',
|
|
9486
|
+
traces: [{
|
|
9487
|
+
type: 'ibc',
|
|
9488
|
+
counterparty: {
|
|
9489
|
+
channel_id: 'channel-23',
|
|
9490
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
9491
|
+
chain_name: 'pryzm'
|
|
9492
|
+
},
|
|
9493
|
+
chain: {
|
|
9494
|
+
channel_id: 'channel-257'
|
|
9495
|
+
}
|
|
9496
|
+
}]
|
|
9497
|
+
},
|
|
8276
9498
|
{
|
|
8277
9499
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
8278
9500
|
denom_units: [{
|
|
@@ -8343,6 +9565,41 @@ const assets = {
|
|
|
8343
9565
|
}
|
|
8344
9566
|
}]
|
|
8345
9567
|
},
|
|
9568
|
+
{
|
|
9569
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
9570
|
+
denom_units: [{
|
|
9571
|
+
denom: 'ibc/D6219A7BE78D3209BD82E8C26AD10BD4AA1D1BDDDB3727F009F11F67B4B82DB1',
|
|
9572
|
+
exponent: 0,
|
|
9573
|
+
aliases: ['y:utia:31Dec2026']
|
|
9574
|
+
}, {
|
|
9575
|
+
denom: 'yTIA31Dec2026',
|
|
9576
|
+
exponent: 6
|
|
9577
|
+
}],
|
|
9578
|
+
base: 'ibc/D6219A7BE78D3209BD82E8C26AD10BD4AA1D1BDDDB3727F009F11F67B4B82DB1',
|
|
9579
|
+
name: 'yTia (31Dec2026)',
|
|
9580
|
+
display: 'yTIA31Dec2026',
|
|
9581
|
+
symbol: 'yTIA-31Dec2026',
|
|
9582
|
+
logo_URIs: {
|
|
9583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9584
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9585
|
+
},
|
|
9586
|
+
images: [{
|
|
9587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9589
|
+
}],
|
|
9590
|
+
type_asset: 'sdk.coin',
|
|
9591
|
+
traces: [{
|
|
9592
|
+
type: 'ibc',
|
|
9593
|
+
counterparty: {
|
|
9594
|
+
channel_id: 'channel-23',
|
|
9595
|
+
base_denom: 'y:utia:31Dec2026',
|
|
9596
|
+
chain_name: 'pryzm'
|
|
9597
|
+
},
|
|
9598
|
+
chain: {
|
|
9599
|
+
channel_id: 'channel-257'
|
|
9600
|
+
}
|
|
9601
|
+
}]
|
|
9602
|
+
},
|
|
8346
9603
|
{
|
|
8347
9604
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
8348
9605
|
denom_units: [{
|
|
@@ -9325,10 +10582,7 @@ const assets = {
|
|
|
9325
10582
|
coingecko_id: 'secret',
|
|
9326
10583
|
images: [{
|
|
9327
10584
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
9328
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
9329
|
-
theme: {
|
|
9330
|
-
primary_color_hex: '#040404'
|
|
9331
|
-
}
|
|
10585
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
9332
10586
|
}],
|
|
9333
10587
|
socials: {
|
|
9334
10588
|
website: 'https://scrt.network/',
|