@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/esm/mainnet/stride.js
CHANGED
|
@@ -1833,6 +1833,41 @@ const assets = {
|
|
|
1833
1833
|
}
|
|
1834
1834
|
}]
|
|
1835
1835
|
},
|
|
1836
|
+
{
|
|
1837
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
1838
|
+
denom_units: [{
|
|
1839
|
+
denom: 'ibc/2F042D64EFA7F4BB4AB581F922332507C2DCE01896FECEEC6F1F7356E1D55D9A',
|
|
1840
|
+
exponent: 0,
|
|
1841
|
+
aliases: ['p:uatom:31Mar2025']
|
|
1842
|
+
}, {
|
|
1843
|
+
denom: 'pATOM31Mar2025',
|
|
1844
|
+
exponent: 6
|
|
1845
|
+
}],
|
|
1846
|
+
base: 'ibc/2F042D64EFA7F4BB4AB581F922332507C2DCE01896FECEEC6F1F7356E1D55D9A',
|
|
1847
|
+
name: 'pAtom (31Mar2025)',
|
|
1848
|
+
display: 'pATOM31Mar2025',
|
|
1849
|
+
symbol: 'pATOM-31Mar2025',
|
|
1850
|
+
logo_URIs: {
|
|
1851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1853
|
+
},
|
|
1854
|
+
images: [{
|
|
1855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
1856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
1857
|
+
}],
|
|
1858
|
+
type_asset: 'sdk.coin',
|
|
1859
|
+
traces: [{
|
|
1860
|
+
type: 'ibc',
|
|
1861
|
+
counterparty: {
|
|
1862
|
+
channel_id: 'channel-23',
|
|
1863
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
1864
|
+
chain_name: 'pryzm'
|
|
1865
|
+
},
|
|
1866
|
+
chain: {
|
|
1867
|
+
channel_id: 'channel-257'
|
|
1868
|
+
}
|
|
1869
|
+
}]
|
|
1870
|
+
},
|
|
1836
1871
|
{
|
|
1837
1872
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
1838
1873
|
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 31Mar2025',
|
|
2013
|
+
denom_units: [{
|
|
2014
|
+
denom: 'ibc/EFF462661AE1C257F08A7CE72C23AB79D1AF6A5EE0F7AA22AFC73E8709EBB340',
|
|
2015
|
+
exponent: 0,
|
|
2016
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
2017
|
+
}, {
|
|
2018
|
+
denom: 'pOSMO31Mar2025',
|
|
2019
|
+
exponent: 6
|
|
2020
|
+
}],
|
|
2021
|
+
base: 'ibc/EFF462661AE1C257F08A7CE72C23AB79D1AF6A5EE0F7AA22AFC73E8709EBB340',
|
|
2022
|
+
name: 'pOsmo (31Mar2025)',
|
|
2023
|
+
display: 'pOSMO31Mar2025',
|
|
2024
|
+
symbol: 'pOSMO-31Mar2025',
|
|
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:31Mar2025',
|
|
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 OSMO with maturity of 31Dec2025',
|
|
1978
2048
|
denom_units: [{
|
|
@@ -2113,6 +2183,41 @@ const assets = {
|
|
|
2113
2183
|
}
|
|
2114
2184
|
}]
|
|
2115
2185
|
},
|
|
2186
|
+
{
|
|
2187
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
2188
|
+
denom_units: [{
|
|
2189
|
+
denom: 'ibc/066F65BE987FF88A682CBA23C73C231F1768CFFCBA783BE220553617B7A7627B',
|
|
2190
|
+
exponent: 0,
|
|
2191
|
+
aliases: ['p:inj:31Mar2025']
|
|
2192
|
+
}, {
|
|
2193
|
+
denom: 'pINJ31Mar2025',
|
|
2194
|
+
exponent: 18
|
|
2195
|
+
}],
|
|
2196
|
+
base: 'ibc/066F65BE987FF88A682CBA23C73C231F1768CFFCBA783BE220553617B7A7627B',
|
|
2197
|
+
name: 'pInj (31Mar2025)',
|
|
2198
|
+
display: 'pINJ31Mar2025',
|
|
2199
|
+
symbol: 'pINJ-31Mar2025',
|
|
2200
|
+
logo_URIs: {
|
|
2201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2202
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2203
|
+
},
|
|
2204
|
+
images: [{
|
|
2205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2207
|
+
}],
|
|
2208
|
+
type_asset: 'sdk.coin',
|
|
2209
|
+
traces: [{
|
|
2210
|
+
type: 'ibc',
|
|
2211
|
+
counterparty: {
|
|
2212
|
+
channel_id: 'channel-23',
|
|
2213
|
+
base_denom: 'p:inj:31Mar2025',
|
|
2214
|
+
chain_name: 'pryzm'
|
|
2215
|
+
},
|
|
2216
|
+
chain: {
|
|
2217
|
+
channel_id: 'channel-257'
|
|
2218
|
+
}
|
|
2219
|
+
}]
|
|
2220
|
+
},
|
|
2116
2221
|
{
|
|
2117
2222
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
2118
2223
|
denom_units: [{
|
|
@@ -2254,19 +2359,19 @@ const assets = {
|
|
|
2254
2359
|
}]
|
|
2255
2360
|
},
|
|
2256
2361
|
{
|
|
2257
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
2362
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
2258
2363
|
denom_units: [{
|
|
2259
|
-
denom: 'ibc/
|
|
2364
|
+
denom: 'ibc/14D736AD0862CBF59318775DB6FAADBF3A775D6EA68D8EACC70BD03A548DA822',
|
|
2260
2365
|
exponent: 0,
|
|
2261
|
-
aliases: ['p:uluna:
|
|
2366
|
+
aliases: ['p:uluna:31Mar2025']
|
|
2262
2367
|
}, {
|
|
2263
|
-
denom: '
|
|
2368
|
+
denom: 'pLUNA31Mar2025',
|
|
2264
2369
|
exponent: 6
|
|
2265
2370
|
}],
|
|
2266
|
-
base: 'ibc/
|
|
2267
|
-
name: 'pLuna (
|
|
2268
|
-
display: '
|
|
2269
|
-
symbol: 'pLUNA-
|
|
2371
|
+
base: 'ibc/14D736AD0862CBF59318775DB6FAADBF3A775D6EA68D8EACC70BD03A548DA822',
|
|
2372
|
+
name: 'pLuna (31Mar2025)',
|
|
2373
|
+
display: 'pLUNA31Mar2025',
|
|
2374
|
+
symbol: 'pLUNA-31Mar2025',
|
|
2270
2375
|
logo_URIs: {
|
|
2271
2376
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2272
2377
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -2280,7 +2385,7 @@ const assets = {
|
|
|
2280
2385
|
type: 'ibc',
|
|
2281
2386
|
counterparty: {
|
|
2282
2387
|
channel_id: 'channel-23',
|
|
2283
|
-
base_denom: 'p:uluna:
|
|
2388
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
2284
2389
|
chain_name: 'pryzm'
|
|
2285
2390
|
},
|
|
2286
2391
|
chain: {
|
|
@@ -2323,6 +2428,41 @@ const assets = {
|
|
|
2323
2428
|
}
|
|
2324
2429
|
}]
|
|
2325
2430
|
},
|
|
2431
|
+
{
|
|
2432
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
2433
|
+
denom_units: [{
|
|
2434
|
+
denom: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2',
|
|
2435
|
+
exponent: 0,
|
|
2436
|
+
aliases: ['p:uluna:31Dec2026']
|
|
2437
|
+
}, {
|
|
2438
|
+
denom: 'pLUNA31Dec2026',
|
|
2439
|
+
exponent: 6
|
|
2440
|
+
}],
|
|
2441
|
+
base: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2',
|
|
2442
|
+
name: 'pLuna (31Dec2026)',
|
|
2443
|
+
display: 'pLUNA31Dec2026',
|
|
2444
|
+
symbol: 'pLUNA-31Dec2026',
|
|
2445
|
+
logo_URIs: {
|
|
2446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2447
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2448
|
+
},
|
|
2449
|
+
images: [{
|
|
2450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2451
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2452
|
+
}],
|
|
2453
|
+
type_asset: 'sdk.coin',
|
|
2454
|
+
traces: [{
|
|
2455
|
+
type: 'ibc',
|
|
2456
|
+
counterparty: {
|
|
2457
|
+
channel_id: 'channel-23',
|
|
2458
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
2459
|
+
chain_name: 'pryzm'
|
|
2460
|
+
},
|
|
2461
|
+
chain: {
|
|
2462
|
+
channel_id: 'channel-257'
|
|
2463
|
+
}
|
|
2464
|
+
}]
|
|
2465
|
+
},
|
|
2326
2466
|
{
|
|
2327
2467
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
2328
2468
|
denom_units: [{
|
|
@@ -2533,6 +2673,41 @@ const assets = {
|
|
|
2533
2673
|
}
|
|
2534
2674
|
}]
|
|
2535
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
2678
|
+
denom_units: [{
|
|
2679
|
+
denom: 'ibc/421555677E59D606EC931E1576BB99E04A70EC028A5588B9224820C76319CF32',
|
|
2680
|
+
exponent: 0,
|
|
2681
|
+
aliases: ['p:stutia:31Mar2025']
|
|
2682
|
+
}, {
|
|
2683
|
+
denom: 'pstTIA31Mar2025',
|
|
2684
|
+
exponent: 6
|
|
2685
|
+
}],
|
|
2686
|
+
base: 'ibc/421555677E59D606EC931E1576BB99E04A70EC028A5588B9224820C76319CF32',
|
|
2687
|
+
name: 'pstTia (31Mar2025)',
|
|
2688
|
+
display: 'pstTIA31Mar2025',
|
|
2689
|
+
symbol: 'pstTIA-31Mar2025',
|
|
2690
|
+
logo_URIs: {
|
|
2691
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2693
|
+
},
|
|
2694
|
+
images: [{
|
|
2695
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2696
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2697
|
+
}],
|
|
2698
|
+
type_asset: 'sdk.coin',
|
|
2699
|
+
traces: [{
|
|
2700
|
+
type: 'ibc',
|
|
2701
|
+
counterparty: {
|
|
2702
|
+
channel_id: 'channel-23',
|
|
2703
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
2704
|
+
chain_name: 'pryzm'
|
|
2705
|
+
},
|
|
2706
|
+
chain: {
|
|
2707
|
+
channel_id: 'channel-257'
|
|
2708
|
+
}
|
|
2709
|
+
}]
|
|
2710
|
+
},
|
|
2536
2711
|
{
|
|
2537
2712
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
2538
2713
|
denom_units: [{
|
|
@@ -2673,6 +2848,41 @@ const assets = {
|
|
|
2673
2848
|
}
|
|
2674
2849
|
}]
|
|
2675
2850
|
},
|
|
2851
|
+
{
|
|
2852
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
2853
|
+
denom_units: [{
|
|
2854
|
+
denom: 'ibc/3B719E7E5298395A72AF68FCF5164D25DA42A0F78658BA446E79C3F3058BFA0A',
|
|
2855
|
+
exponent: 0,
|
|
2856
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
2857
|
+
}, {
|
|
2858
|
+
denom: 'pstDYDX31Mar2025',
|
|
2859
|
+
exponent: 18
|
|
2860
|
+
}],
|
|
2861
|
+
base: 'ibc/3B719E7E5298395A72AF68FCF5164D25DA42A0F78658BA446E79C3F3058BFA0A',
|
|
2862
|
+
name: 'pstDydx (31Mar2025)',
|
|
2863
|
+
display: 'pstDYDX31Mar2025',
|
|
2864
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
2865
|
+
logo_URIs: {
|
|
2866
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2867
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2868
|
+
},
|
|
2869
|
+
images: [{
|
|
2870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2871
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2872
|
+
}],
|
|
2873
|
+
type_asset: 'sdk.coin',
|
|
2874
|
+
traces: [{
|
|
2875
|
+
type: 'ibc',
|
|
2876
|
+
counterparty: {
|
|
2877
|
+
channel_id: 'channel-23',
|
|
2878
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
2879
|
+
chain_name: 'pryzm'
|
|
2880
|
+
},
|
|
2881
|
+
chain: {
|
|
2882
|
+
channel_id: 'channel-257'
|
|
2883
|
+
}
|
|
2884
|
+
}]
|
|
2885
|
+
},
|
|
2676
2886
|
{
|
|
2677
2887
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
2678
2888
|
denom_units: [{
|
|
@@ -2778,6 +2988,41 @@ const assets = {
|
|
|
2778
2988
|
}
|
|
2779
2989
|
}]
|
|
2780
2990
|
},
|
|
2991
|
+
{
|
|
2992
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
2993
|
+
denom_units: [{
|
|
2994
|
+
denom: 'ibc/FFEA306531922A10F3D7A986F7E9F7E90729ADDBC8A47FE60602985C94D8C2A6',
|
|
2995
|
+
exponent: 0,
|
|
2996
|
+
aliases: ['p:udatom:31Mar2025']
|
|
2997
|
+
}, {
|
|
2998
|
+
denom: 'pdATOM31Mar2025',
|
|
2999
|
+
exponent: 6
|
|
3000
|
+
}],
|
|
3001
|
+
base: 'ibc/FFEA306531922A10F3D7A986F7E9F7E90729ADDBC8A47FE60602985C94D8C2A6',
|
|
3002
|
+
name: 'pdAtom (31Mar2025)',
|
|
3003
|
+
display: 'pdATOM31Mar2025',
|
|
3004
|
+
symbol: 'pdATOM-31Mar2025',
|
|
3005
|
+
logo_URIs: {
|
|
3006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3008
|
+
},
|
|
3009
|
+
images: [{
|
|
3010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3012
|
+
}],
|
|
3013
|
+
type_asset: 'sdk.coin',
|
|
3014
|
+
traces: [{
|
|
3015
|
+
type: 'ibc',
|
|
3016
|
+
counterparty: {
|
|
3017
|
+
channel_id: 'channel-23',
|
|
3018
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
3019
|
+
chain_name: 'pryzm'
|
|
3020
|
+
},
|
|
3021
|
+
chain: {
|
|
3022
|
+
channel_id: 'channel-257'
|
|
3023
|
+
}
|
|
3024
|
+
}]
|
|
3025
|
+
},
|
|
2781
3026
|
{
|
|
2782
3027
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
2783
3028
|
denom_units: [{
|
|
@@ -2918,6 +3163,41 @@ const assets = {
|
|
|
2918
3163
|
}
|
|
2919
3164
|
}]
|
|
2920
3165
|
},
|
|
3166
|
+
{
|
|
3167
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
3168
|
+
denom_units: [{
|
|
3169
|
+
denom: 'ibc/F82942E32BCF3C3DD8ADE4A65330FE790D6FCC8EE95F1A6B340CC576B38EBAE2',
|
|
3170
|
+
exponent: 0,
|
|
3171
|
+
aliases: ['p:utia:31Mar2025']
|
|
3172
|
+
}, {
|
|
3173
|
+
denom: 'pTIA31Mar2025',
|
|
3174
|
+
exponent: 6
|
|
3175
|
+
}],
|
|
3176
|
+
base: 'ibc/F82942E32BCF3C3DD8ADE4A65330FE790D6FCC8EE95F1A6B340CC576B38EBAE2',
|
|
3177
|
+
name: 'pTia (31Mar2025)',
|
|
3178
|
+
display: 'pTIA31Mar2025',
|
|
3179
|
+
symbol: 'pTIA-31Mar2025',
|
|
3180
|
+
logo_URIs: {
|
|
3181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3183
|
+
},
|
|
3184
|
+
images: [{
|
|
3185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3187
|
+
}],
|
|
3188
|
+
type_asset: 'sdk.coin',
|
|
3189
|
+
traces: [{
|
|
3190
|
+
type: 'ibc',
|
|
3191
|
+
counterparty: {
|
|
3192
|
+
channel_id: 'channel-23',
|
|
3193
|
+
base_denom: 'p:utia:31Mar2025',
|
|
3194
|
+
chain_name: 'pryzm'
|
|
3195
|
+
},
|
|
3196
|
+
chain: {
|
|
3197
|
+
channel_id: 'channel-257'
|
|
3198
|
+
}
|
|
3199
|
+
}]
|
|
3200
|
+
},
|
|
2921
3201
|
{
|
|
2922
3202
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
2923
3203
|
denom_units: [{
|
|
@@ -3058,6 +3338,41 @@ const assets = {
|
|
|
3058
3338
|
}
|
|
3059
3339
|
}]
|
|
3060
3340
|
},
|
|
3341
|
+
{
|
|
3342
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
3343
|
+
denom_units: [{
|
|
3344
|
+
denom: 'ibc/14CAAF787CBC1584F4A5338E0B82C9618866F86B7DF870BE85EB49ACC369B3DD',
|
|
3345
|
+
exponent: 0,
|
|
3346
|
+
aliases: ['y:uatom:31Mar2025']
|
|
3347
|
+
}, {
|
|
3348
|
+
denom: 'yATOM31Mar2025',
|
|
3349
|
+
exponent: 6
|
|
3350
|
+
}],
|
|
3351
|
+
base: 'ibc/14CAAF787CBC1584F4A5338E0B82C9618866F86B7DF870BE85EB49ACC369B3DD',
|
|
3352
|
+
name: 'yAtom (31Mar2025)',
|
|
3353
|
+
display: 'yATOM31Mar2025',
|
|
3354
|
+
symbol: 'yATOM-31Mar2025',
|
|
3355
|
+
logo_URIs: {
|
|
3356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3358
|
+
},
|
|
3359
|
+
images: [{
|
|
3360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3362
|
+
}],
|
|
3363
|
+
type_asset: 'sdk.coin',
|
|
3364
|
+
traces: [{
|
|
3365
|
+
type: 'ibc',
|
|
3366
|
+
counterparty: {
|
|
3367
|
+
channel_id: 'channel-23',
|
|
3368
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
3369
|
+
chain_name: 'pryzm'
|
|
3370
|
+
},
|
|
3371
|
+
chain: {
|
|
3372
|
+
channel_id: 'channel-257'
|
|
3373
|
+
}
|
|
3374
|
+
}]
|
|
3375
|
+
},
|
|
3061
3376
|
{
|
|
3062
3377
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
3063
3378
|
denom_units: [{
|
|
@@ -3198,6 +3513,41 @@ const assets = {
|
|
|
3198
3513
|
}
|
|
3199
3514
|
}]
|
|
3200
3515
|
},
|
|
3516
|
+
{
|
|
3517
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
3518
|
+
denom_units: [{
|
|
3519
|
+
denom: 'ibc/B90472F39CE5DBCE833AF960932A8019B082FB1FBD58FF3622A46A850CDB39BC',
|
|
3520
|
+
exponent: 0,
|
|
3521
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
3522
|
+
}, {
|
|
3523
|
+
denom: 'yOSMO31Mar2025',
|
|
3524
|
+
exponent: 6
|
|
3525
|
+
}],
|
|
3526
|
+
base: 'ibc/B90472F39CE5DBCE833AF960932A8019B082FB1FBD58FF3622A46A850CDB39BC',
|
|
3527
|
+
name: 'yOsmo (31Mar2025)',
|
|
3528
|
+
display: 'yOSMO31Mar2025',
|
|
3529
|
+
symbol: 'yOSMO-31Mar2025',
|
|
3530
|
+
logo_URIs: {
|
|
3531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3533
|
+
},
|
|
3534
|
+
images: [{
|
|
3535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3536
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3537
|
+
}],
|
|
3538
|
+
type_asset: 'sdk.coin',
|
|
3539
|
+
traces: [{
|
|
3540
|
+
type: 'ibc',
|
|
3541
|
+
counterparty: {
|
|
3542
|
+
channel_id: 'channel-23',
|
|
3543
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
3544
|
+
chain_name: 'pryzm'
|
|
3545
|
+
},
|
|
3546
|
+
chain: {
|
|
3547
|
+
channel_id: 'channel-257'
|
|
3548
|
+
}
|
|
3549
|
+
}]
|
|
3550
|
+
},
|
|
3201
3551
|
{
|
|
3202
3552
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
3203
3553
|
denom_units: [{
|
|
@@ -3338,6 +3688,41 @@ const assets = {
|
|
|
3338
3688
|
}
|
|
3339
3689
|
}]
|
|
3340
3690
|
},
|
|
3691
|
+
{
|
|
3692
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
3693
|
+
denom_units: [{
|
|
3694
|
+
denom: 'ibc/D3B34BD506DB1AE446C85842768D6FAD64BEB218E36703979D4D22B892A83B6A',
|
|
3695
|
+
exponent: 0,
|
|
3696
|
+
aliases: ['y:inj:31Mar2025']
|
|
3697
|
+
}, {
|
|
3698
|
+
denom: 'yINJ31Mar2025',
|
|
3699
|
+
exponent: 18
|
|
3700
|
+
}],
|
|
3701
|
+
base: 'ibc/D3B34BD506DB1AE446C85842768D6FAD64BEB218E36703979D4D22B892A83B6A',
|
|
3702
|
+
name: 'yInj (31Mar2025)',
|
|
3703
|
+
display: 'yINJ31Mar2025',
|
|
3704
|
+
symbol: 'yINJ-31Mar2025',
|
|
3705
|
+
logo_URIs: {
|
|
3706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3708
|
+
},
|
|
3709
|
+
images: [{
|
|
3710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3712
|
+
}],
|
|
3713
|
+
type_asset: 'sdk.coin',
|
|
3714
|
+
traces: [{
|
|
3715
|
+
type: 'ibc',
|
|
3716
|
+
counterparty: {
|
|
3717
|
+
channel_id: 'channel-23',
|
|
3718
|
+
base_denom: 'y:inj:31Mar2025',
|
|
3719
|
+
chain_name: 'pryzm'
|
|
3720
|
+
},
|
|
3721
|
+
chain: {
|
|
3722
|
+
channel_id: 'channel-257'
|
|
3723
|
+
}
|
|
3724
|
+
}]
|
|
3725
|
+
},
|
|
3341
3726
|
{
|
|
3342
3727
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
3343
3728
|
denom_units: [{
|
|
@@ -3478,6 +3863,41 @@ const assets = {
|
|
|
3478
3863
|
}
|
|
3479
3864
|
}]
|
|
3480
3865
|
},
|
|
3866
|
+
{
|
|
3867
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
3868
|
+
denom_units: [{
|
|
3869
|
+
denom: 'ibc/785259DA3B08E5DD9610792200F3BA26F246421DB0C6AB0882B93AB42433427D',
|
|
3870
|
+
exponent: 0,
|
|
3871
|
+
aliases: ['y:uluna:31Mar2025']
|
|
3872
|
+
}, {
|
|
3873
|
+
denom: 'yLUNA31Mar2025',
|
|
3874
|
+
exponent: 6
|
|
3875
|
+
}],
|
|
3876
|
+
base: 'ibc/785259DA3B08E5DD9610792200F3BA26F246421DB0C6AB0882B93AB42433427D',
|
|
3877
|
+
name: 'yLuna (31Mar2025)',
|
|
3878
|
+
display: 'yLUNA31Mar2025',
|
|
3879
|
+
symbol: 'yLUNA-31Mar2025',
|
|
3880
|
+
logo_URIs: {
|
|
3881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3882
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3883
|
+
},
|
|
3884
|
+
images: [{
|
|
3885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3886
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3887
|
+
}],
|
|
3888
|
+
type_asset: 'sdk.coin',
|
|
3889
|
+
traces: [{
|
|
3890
|
+
type: 'ibc',
|
|
3891
|
+
counterparty: {
|
|
3892
|
+
channel_id: 'channel-23',
|
|
3893
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
3894
|
+
chain_name: 'pryzm'
|
|
3895
|
+
},
|
|
3896
|
+
chain: {
|
|
3897
|
+
channel_id: 'channel-257'
|
|
3898
|
+
}
|
|
3899
|
+
}]
|
|
3900
|
+
},
|
|
3481
3901
|
{
|
|
3482
3902
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
3483
3903
|
denom_units: [{
|
|
@@ -3758,6 +4178,41 @@ const assets = {
|
|
|
3758
4178
|
}
|
|
3759
4179
|
}]
|
|
3760
4180
|
},
|
|
4181
|
+
{
|
|
4182
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
4183
|
+
denom_units: [{
|
|
4184
|
+
denom: 'ibc/3B91B6DD5DE15986C587752D7C2365768CBF0C6B7A93A4DF8CFD052C76CE9E6E',
|
|
4185
|
+
exponent: 0,
|
|
4186
|
+
aliases: ['y:stutia:31Mar2025']
|
|
4187
|
+
}, {
|
|
4188
|
+
denom: 'ystTIA31Mar2025',
|
|
4189
|
+
exponent: 6
|
|
4190
|
+
}],
|
|
4191
|
+
base: 'ibc/3B91B6DD5DE15986C587752D7C2365768CBF0C6B7A93A4DF8CFD052C76CE9E6E',
|
|
4192
|
+
name: 'ystTia (31Mar2025)',
|
|
4193
|
+
display: 'ystTIA31Mar2025',
|
|
4194
|
+
symbol: 'ystTIA-31Mar2025',
|
|
4195
|
+
logo_URIs: {
|
|
4196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4198
|
+
},
|
|
4199
|
+
images: [{
|
|
4200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4202
|
+
}],
|
|
4203
|
+
type_asset: 'sdk.coin',
|
|
4204
|
+
traces: [{
|
|
4205
|
+
type: 'ibc',
|
|
4206
|
+
counterparty: {
|
|
4207
|
+
channel_id: 'channel-23',
|
|
4208
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
4209
|
+
chain_name: 'pryzm'
|
|
4210
|
+
},
|
|
4211
|
+
chain: {
|
|
4212
|
+
channel_id: 'channel-257'
|
|
4213
|
+
}
|
|
4214
|
+
}]
|
|
4215
|
+
},
|
|
3761
4216
|
{
|
|
3762
4217
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
3763
4218
|
denom_units: [{
|
|
@@ -3898,6 +4353,41 @@ const assets = {
|
|
|
3898
4353
|
}
|
|
3899
4354
|
}]
|
|
3900
4355
|
},
|
|
4356
|
+
{
|
|
4357
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
4358
|
+
denom_units: [{
|
|
4359
|
+
denom: 'ibc/8D726646063536529D99F51A146A61680D390775DBA74FA2291821B47FAC09CF',
|
|
4360
|
+
exponent: 0,
|
|
4361
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
4362
|
+
}, {
|
|
4363
|
+
denom: 'ystDYDX31Mar2025',
|
|
4364
|
+
exponent: 6
|
|
4365
|
+
}],
|
|
4366
|
+
base: 'ibc/8D726646063536529D99F51A146A61680D390775DBA74FA2291821B47FAC09CF',
|
|
4367
|
+
name: 'ystDydx (31Mar2025)',
|
|
4368
|
+
display: 'ystDYDX31Mar2025',
|
|
4369
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
4370
|
+
logo_URIs: {
|
|
4371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4373
|
+
},
|
|
4374
|
+
images: [{
|
|
4375
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4376
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4377
|
+
}],
|
|
4378
|
+
type_asset: 'sdk.coin',
|
|
4379
|
+
traces: [{
|
|
4380
|
+
type: 'ibc',
|
|
4381
|
+
counterparty: {
|
|
4382
|
+
channel_id: 'channel-23',
|
|
4383
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
4384
|
+
chain_name: 'pryzm'
|
|
4385
|
+
},
|
|
4386
|
+
chain: {
|
|
4387
|
+
channel_id: 'channel-257'
|
|
4388
|
+
}
|
|
4389
|
+
}]
|
|
4390
|
+
},
|
|
3901
4391
|
{
|
|
3902
4392
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
3903
4393
|
denom_units: [{
|
|
@@ -3948,19 +4438,54 @@ const assets = {
|
|
|
3948
4438
|
display: 'ystDYDX31Dec2026',
|
|
3949
4439
|
symbol: 'ystDYDX-31Dec2026',
|
|
3950
4440
|
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'
|
|
4441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4443
|
+
},
|
|
4444
|
+
images: [{
|
|
4445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4446
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4447
|
+
}],
|
|
4448
|
+
type_asset: 'sdk.coin',
|
|
4449
|
+
traces: [{
|
|
4450
|
+
type: 'ibc',
|
|
4451
|
+
counterparty: {
|
|
4452
|
+
channel_id: 'channel-23',
|
|
4453
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
4454
|
+
chain_name: 'pryzm'
|
|
4455
|
+
},
|
|
4456
|
+
chain: {
|
|
4457
|
+
channel_id: 'channel-257'
|
|
4458
|
+
}
|
|
4459
|
+
}]
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
4463
|
+
denom_units: [{
|
|
4464
|
+
denom: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3',
|
|
4465
|
+
exponent: 0,
|
|
4466
|
+
aliases: ['y:udatom:31Dec2024']
|
|
4467
|
+
}, {
|
|
4468
|
+
denom: 'ydATOM31Dec2024',
|
|
4469
|
+
exponent: 6
|
|
4470
|
+
}],
|
|
4471
|
+
base: 'ibc/1C2A34E5C1E68510752B42378C50E5B6DF6866AD93ABF6379BEFAE02B1678BA3',
|
|
4472
|
+
name: 'ydAtom (31Dec2024)',
|
|
4473
|
+
display: 'ydATOM31Dec2024',
|
|
4474
|
+
symbol: 'ydATOM-31Dec2024',
|
|
4475
|
+
logo_URIs: {
|
|
4476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3953
4478
|
},
|
|
3954
4479
|
images: [{
|
|
3955
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
3956
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
4480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4481
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
3957
4482
|
}],
|
|
3958
4483
|
type_asset: 'sdk.coin',
|
|
3959
4484
|
traces: [{
|
|
3960
4485
|
type: 'ibc',
|
|
3961
4486
|
counterparty: {
|
|
3962
4487
|
channel_id: 'channel-23',
|
|
3963
|
-
base_denom: 'y:
|
|
4488
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
3964
4489
|
chain_name: 'pryzm'
|
|
3965
4490
|
},
|
|
3966
4491
|
chain: {
|
|
@@ -3969,19 +4494,19 @@ const assets = {
|
|
|
3969
4494
|
}]
|
|
3970
4495
|
},
|
|
3971
4496
|
{
|
|
3972
|
-
description: 'Pryzm\'s refracted yield token for dATOM with maturity of
|
|
4497
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
3973
4498
|
denom_units: [{
|
|
3974
|
-
denom: 'ibc/
|
|
4499
|
+
denom: 'ibc/2D88B0DB5D1712F39985E57C91F486B9D084CD8094743CFBA2ABE827C751E138',
|
|
3975
4500
|
exponent: 0,
|
|
3976
|
-
aliases: ['y:udatom:
|
|
4501
|
+
aliases: ['y:udatom:31Mar2025']
|
|
3977
4502
|
}, {
|
|
3978
|
-
denom: '
|
|
4503
|
+
denom: 'ydATOM31Mar2025',
|
|
3979
4504
|
exponent: 6
|
|
3980
4505
|
}],
|
|
3981
|
-
base: 'ibc/
|
|
3982
|
-
name: 'ydAtom (
|
|
3983
|
-
display: '
|
|
3984
|
-
symbol: 'ydATOM-
|
|
4506
|
+
base: 'ibc/2D88B0DB5D1712F39985E57C91F486B9D084CD8094743CFBA2ABE827C751E138',
|
|
4507
|
+
name: 'ydAtom (31Mar2025)',
|
|
4508
|
+
display: 'ydATOM31Mar2025',
|
|
4509
|
+
symbol: 'ydATOM-31Mar2025',
|
|
3985
4510
|
logo_URIs: {
|
|
3986
4511
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
3987
4512
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
@@ -3995,7 +4520,7 @@ const assets = {
|
|
|
3995
4520
|
type: 'ibc',
|
|
3996
4521
|
counterparty: {
|
|
3997
4522
|
channel_id: 'channel-23',
|
|
3998
|
-
base_denom: 'y:udatom:
|
|
4523
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
3999
4524
|
chain_name: 'pryzm'
|
|
4000
4525
|
},
|
|
4001
4526
|
chain: {
|
|
@@ -4143,6 +4668,41 @@ const assets = {
|
|
|
4143
4668
|
}
|
|
4144
4669
|
}]
|
|
4145
4670
|
},
|
|
4671
|
+
{
|
|
4672
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
4673
|
+
denom_units: [{
|
|
4674
|
+
denom: 'ibc/847950234BB9220FECB1329A11E733C708B07870D5F46477D71464EF9928DA96',
|
|
4675
|
+
exponent: 0,
|
|
4676
|
+
aliases: ['y:utia:31Mar2025']
|
|
4677
|
+
}, {
|
|
4678
|
+
denom: 'yTIA31Mar2025',
|
|
4679
|
+
exponent: 6
|
|
4680
|
+
}],
|
|
4681
|
+
base: 'ibc/847950234BB9220FECB1329A11E733C708B07870D5F46477D71464EF9928DA96',
|
|
4682
|
+
name: 'yTia (31Mar2025)',
|
|
4683
|
+
display: 'yTIA31Mar2025',
|
|
4684
|
+
symbol: 'yTIA-31Mar2025',
|
|
4685
|
+
logo_URIs: {
|
|
4686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4688
|
+
},
|
|
4689
|
+
images: [{
|
|
4690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4691
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4692
|
+
}],
|
|
4693
|
+
type_asset: 'sdk.coin',
|
|
4694
|
+
traces: [{
|
|
4695
|
+
type: 'ibc',
|
|
4696
|
+
counterparty: {
|
|
4697
|
+
channel_id: 'channel-23',
|
|
4698
|
+
base_denom: 'y:utia:31Mar2025',
|
|
4699
|
+
chain_name: 'pryzm'
|
|
4700
|
+
},
|
|
4701
|
+
chain: {
|
|
4702
|
+
channel_id: 'channel-257'
|
|
4703
|
+
}
|
|
4704
|
+
}]
|
|
4705
|
+
},
|
|
4146
4706
|
{
|
|
4147
4707
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
4148
4708
|
denom_units: [{
|
|
@@ -7220,6 +7780,41 @@ const assets = {
|
|
|
7220
7780
|
}
|
|
7221
7781
|
}]
|
|
7222
7782
|
},
|
|
7783
|
+
{
|
|
7784
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
7785
|
+
denom_units: [{
|
|
7786
|
+
denom: 'ibc/2F042D64EFA7F4BB4AB581F922332507C2DCE01896FECEEC6F1F7356E1D55D9A',
|
|
7787
|
+
exponent: 0,
|
|
7788
|
+
aliases: ['p:uatom:31Mar2025']
|
|
7789
|
+
}, {
|
|
7790
|
+
denom: 'pATOM31Mar2025',
|
|
7791
|
+
exponent: 6
|
|
7792
|
+
}],
|
|
7793
|
+
base: 'ibc/2F042D64EFA7F4BB4AB581F922332507C2DCE01896FECEEC6F1F7356E1D55D9A',
|
|
7794
|
+
name: 'pAtom (31Mar2025)',
|
|
7795
|
+
display: 'pATOM31Mar2025',
|
|
7796
|
+
symbol: 'pATOM-31Mar2025',
|
|
7797
|
+
logo_URIs: {
|
|
7798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
7799
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
7800
|
+
},
|
|
7801
|
+
images: [{
|
|
7802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
7803
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
7804
|
+
}],
|
|
7805
|
+
type_asset: 'sdk.coin',
|
|
7806
|
+
traces: [{
|
|
7807
|
+
type: 'ibc',
|
|
7808
|
+
counterparty: {
|
|
7809
|
+
channel_id: 'channel-23',
|
|
7810
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
7811
|
+
chain_name: 'pryzm'
|
|
7812
|
+
},
|
|
7813
|
+
chain: {
|
|
7814
|
+
channel_id: 'channel-257'
|
|
7815
|
+
}
|
|
7816
|
+
}]
|
|
7817
|
+
},
|
|
7223
7818
|
{
|
|
7224
7819
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
7225
7820
|
denom_units: [{
|
|
@@ -7360,6 +7955,41 @@ const assets = {
|
|
|
7360
7955
|
}
|
|
7361
7956
|
}]
|
|
7362
7957
|
},
|
|
7958
|
+
{
|
|
7959
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
7960
|
+
denom_units: [{
|
|
7961
|
+
denom: 'ibc/EFF462661AE1C257F08A7CE72C23AB79D1AF6A5EE0F7AA22AFC73E8709EBB340',
|
|
7962
|
+
exponent: 0,
|
|
7963
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
7964
|
+
}, {
|
|
7965
|
+
denom: 'pOSMO31Mar2025',
|
|
7966
|
+
exponent: 6
|
|
7967
|
+
}],
|
|
7968
|
+
base: 'ibc/EFF462661AE1C257F08A7CE72C23AB79D1AF6A5EE0F7AA22AFC73E8709EBB340',
|
|
7969
|
+
name: 'pOsmo (31Mar2025)',
|
|
7970
|
+
display: 'pOSMO31Mar2025',
|
|
7971
|
+
symbol: 'pOSMO-31Mar2025',
|
|
7972
|
+
logo_URIs: {
|
|
7973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
7974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
7975
|
+
},
|
|
7976
|
+
images: [{
|
|
7977
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
7978
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
7979
|
+
}],
|
|
7980
|
+
type_asset: 'sdk.coin',
|
|
7981
|
+
traces: [{
|
|
7982
|
+
type: 'ibc',
|
|
7983
|
+
counterparty: {
|
|
7984
|
+
channel_id: 'channel-23',
|
|
7985
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
7986
|
+
chain_name: 'pryzm'
|
|
7987
|
+
},
|
|
7988
|
+
chain: {
|
|
7989
|
+
channel_id: 'channel-257'
|
|
7990
|
+
}
|
|
7991
|
+
}]
|
|
7992
|
+
},
|
|
7363
7993
|
{
|
|
7364
7994
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
7365
7995
|
denom_units: [{
|
|
@@ -7500,6 +8130,41 @@ const assets = {
|
|
|
7500
8130
|
}
|
|
7501
8131
|
}]
|
|
7502
8132
|
},
|
|
8133
|
+
{
|
|
8134
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
8135
|
+
denom_units: [{
|
|
8136
|
+
denom: 'ibc/066F65BE987FF88A682CBA23C73C231F1768CFFCBA783BE220553617B7A7627B',
|
|
8137
|
+
exponent: 0,
|
|
8138
|
+
aliases: ['p:inj:31Mar2025']
|
|
8139
|
+
}, {
|
|
8140
|
+
denom: 'pINJ31Mar2025',
|
|
8141
|
+
exponent: 18
|
|
8142
|
+
}],
|
|
8143
|
+
base: 'ibc/066F65BE987FF88A682CBA23C73C231F1768CFFCBA783BE220553617B7A7627B',
|
|
8144
|
+
name: 'pInj (31Mar2025)',
|
|
8145
|
+
display: 'pINJ31Mar2025',
|
|
8146
|
+
symbol: 'pINJ-31Mar2025',
|
|
8147
|
+
logo_URIs: {
|
|
8148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
8149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
8150
|
+
},
|
|
8151
|
+
images: [{
|
|
8152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
8153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
8154
|
+
}],
|
|
8155
|
+
type_asset: 'sdk.coin',
|
|
8156
|
+
traces: [{
|
|
8157
|
+
type: 'ibc',
|
|
8158
|
+
counterparty: {
|
|
8159
|
+
channel_id: 'channel-23',
|
|
8160
|
+
base_denom: 'p:inj:31Mar2025',
|
|
8161
|
+
chain_name: 'pryzm'
|
|
8162
|
+
},
|
|
8163
|
+
chain: {
|
|
8164
|
+
channel_id: 'channel-257'
|
|
8165
|
+
}
|
|
8166
|
+
}]
|
|
8167
|
+
},
|
|
7503
8168
|
{
|
|
7504
8169
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
7505
8170
|
denom_units: [{
|
|
@@ -7641,19 +8306,19 @@ const assets = {
|
|
|
7641
8306
|
}]
|
|
7642
8307
|
},
|
|
7643
8308
|
{
|
|
7644
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
8309
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
7645
8310
|
denom_units: [{
|
|
7646
|
-
denom: 'ibc/
|
|
8311
|
+
denom: 'ibc/14D736AD0862CBF59318775DB6FAADBF3A775D6EA68D8EACC70BD03A548DA822',
|
|
7647
8312
|
exponent: 0,
|
|
7648
|
-
aliases: ['p:uluna:
|
|
8313
|
+
aliases: ['p:uluna:31Mar2025']
|
|
7649
8314
|
}, {
|
|
7650
|
-
denom: '
|
|
8315
|
+
denom: 'pLUNA31Mar2025',
|
|
7651
8316
|
exponent: 6
|
|
7652
8317
|
}],
|
|
7653
|
-
base: 'ibc/
|
|
7654
|
-
name: 'pLuna (
|
|
7655
|
-
display: '
|
|
7656
|
-
symbol: 'pLUNA-
|
|
8318
|
+
base: 'ibc/14D736AD0862CBF59318775DB6FAADBF3A775D6EA68D8EACC70BD03A548DA822',
|
|
8319
|
+
name: 'pLuna (31Mar2025)',
|
|
8320
|
+
display: 'pLUNA31Mar2025',
|
|
8321
|
+
symbol: 'pLUNA-31Mar2025',
|
|
7657
8322
|
logo_URIs: {
|
|
7658
8323
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
7659
8324
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -7667,7 +8332,7 @@ const assets = {
|
|
|
7667
8332
|
type: 'ibc',
|
|
7668
8333
|
counterparty: {
|
|
7669
8334
|
channel_id: 'channel-23',
|
|
7670
|
-
base_denom: 'p:uluna:
|
|
8335
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
7671
8336
|
chain_name: 'pryzm'
|
|
7672
8337
|
},
|
|
7673
8338
|
chain: {
|
|
@@ -7710,6 +8375,41 @@ const assets = {
|
|
|
7710
8375
|
}
|
|
7711
8376
|
}]
|
|
7712
8377
|
},
|
|
8378
|
+
{
|
|
8379
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
8380
|
+
denom_units: [{
|
|
8381
|
+
denom: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2',
|
|
8382
|
+
exponent: 0,
|
|
8383
|
+
aliases: ['p:uluna:31Dec2026']
|
|
8384
|
+
}, {
|
|
8385
|
+
denom: 'pLUNA31Dec2026',
|
|
8386
|
+
exponent: 6
|
|
8387
|
+
}],
|
|
8388
|
+
base: 'ibc/A7489C24FB6625AF5B2AF7A0B9D505AD32DA93C1812188BF00D1EC4B52D614A2',
|
|
8389
|
+
name: 'pLuna (31Dec2026)',
|
|
8390
|
+
display: 'pLUNA31Dec2026',
|
|
8391
|
+
symbol: 'pLUNA-31Dec2026',
|
|
8392
|
+
logo_URIs: {
|
|
8393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
8394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
8395
|
+
},
|
|
8396
|
+
images: [{
|
|
8397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
8398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
8399
|
+
}],
|
|
8400
|
+
type_asset: 'sdk.coin',
|
|
8401
|
+
traces: [{
|
|
8402
|
+
type: 'ibc',
|
|
8403
|
+
counterparty: {
|
|
8404
|
+
channel_id: 'channel-23',
|
|
8405
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
8406
|
+
chain_name: 'pryzm'
|
|
8407
|
+
},
|
|
8408
|
+
chain: {
|
|
8409
|
+
channel_id: 'channel-257'
|
|
8410
|
+
}
|
|
8411
|
+
}]
|
|
8412
|
+
},
|
|
7713
8413
|
{
|
|
7714
8414
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
7715
8415
|
denom_units: [{
|
|
@@ -7920,6 +8620,41 @@ const assets = {
|
|
|
7920
8620
|
}
|
|
7921
8621
|
}]
|
|
7922
8622
|
},
|
|
8623
|
+
{
|
|
8624
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
8625
|
+
denom_units: [{
|
|
8626
|
+
denom: 'ibc/421555677E59D606EC931E1576BB99E04A70EC028A5588B9224820C76319CF32',
|
|
8627
|
+
exponent: 0,
|
|
8628
|
+
aliases: ['p:stutia:31Mar2025']
|
|
8629
|
+
}, {
|
|
8630
|
+
denom: 'pstTIA31Mar2025',
|
|
8631
|
+
exponent: 6
|
|
8632
|
+
}],
|
|
8633
|
+
base: 'ibc/421555677E59D606EC931E1576BB99E04A70EC028A5588B9224820C76319CF32',
|
|
8634
|
+
name: 'pstTia (31Mar2025)',
|
|
8635
|
+
display: 'pstTIA31Mar2025',
|
|
8636
|
+
symbol: 'pstTIA-31Mar2025',
|
|
8637
|
+
logo_URIs: {
|
|
8638
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
8639
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
8640
|
+
},
|
|
8641
|
+
images: [{
|
|
8642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
8643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
8644
|
+
}],
|
|
8645
|
+
type_asset: 'sdk.coin',
|
|
8646
|
+
traces: [{
|
|
8647
|
+
type: 'ibc',
|
|
8648
|
+
counterparty: {
|
|
8649
|
+
channel_id: 'channel-23',
|
|
8650
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
8651
|
+
chain_name: 'pryzm'
|
|
8652
|
+
},
|
|
8653
|
+
chain: {
|
|
8654
|
+
channel_id: 'channel-257'
|
|
8655
|
+
}
|
|
8656
|
+
}]
|
|
8657
|
+
},
|
|
7923
8658
|
{
|
|
7924
8659
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
7925
8660
|
denom_units: [{
|
|
@@ -8060,6 +8795,41 @@ const assets = {
|
|
|
8060
8795
|
}
|
|
8061
8796
|
}]
|
|
8062
8797
|
},
|
|
8798
|
+
{
|
|
8799
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
8800
|
+
denom_units: [{
|
|
8801
|
+
denom: 'ibc/3B719E7E5298395A72AF68FCF5164D25DA42A0F78658BA446E79C3F3058BFA0A',
|
|
8802
|
+
exponent: 0,
|
|
8803
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
8804
|
+
}, {
|
|
8805
|
+
denom: 'pstDYDX31Mar2025',
|
|
8806
|
+
exponent: 18
|
|
8807
|
+
}],
|
|
8808
|
+
base: 'ibc/3B719E7E5298395A72AF68FCF5164D25DA42A0F78658BA446E79C3F3058BFA0A',
|
|
8809
|
+
name: 'pstDydx (31Mar2025)',
|
|
8810
|
+
display: 'pstDYDX31Mar2025',
|
|
8811
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
8812
|
+
logo_URIs: {
|
|
8813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8814
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8815
|
+
},
|
|
8816
|
+
images: [{
|
|
8817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8819
|
+
}],
|
|
8820
|
+
type_asset: 'sdk.coin',
|
|
8821
|
+
traces: [{
|
|
8822
|
+
type: 'ibc',
|
|
8823
|
+
counterparty: {
|
|
8824
|
+
channel_id: 'channel-23',
|
|
8825
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
8826
|
+
chain_name: 'pryzm'
|
|
8827
|
+
},
|
|
8828
|
+
chain: {
|
|
8829
|
+
channel_id: 'channel-257'
|
|
8830
|
+
}
|
|
8831
|
+
}]
|
|
8832
|
+
},
|
|
8063
8833
|
{
|
|
8064
8834
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
8065
8835
|
denom_units: [{
|
|
@@ -8110,19 +8880,54 @@ const assets = {
|
|
|
8110
8880
|
display: 'pstDYDX31Dec2026',
|
|
8111
8881
|
symbol: 'pstDYDX-31Dec2026',
|
|
8112
8882
|
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'
|
|
8883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8884
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8885
|
+
},
|
|
8886
|
+
images: [{
|
|
8887
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8888
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8889
|
+
}],
|
|
8890
|
+
type_asset: 'sdk.coin',
|
|
8891
|
+
traces: [{
|
|
8892
|
+
type: 'ibc',
|
|
8893
|
+
counterparty: {
|
|
8894
|
+
channel_id: 'channel-23',
|
|
8895
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
8896
|
+
chain_name: 'pryzm'
|
|
8897
|
+
},
|
|
8898
|
+
chain: {
|
|
8899
|
+
channel_id: 'channel-257'
|
|
8900
|
+
}
|
|
8901
|
+
}]
|
|
8902
|
+
},
|
|
8903
|
+
{
|
|
8904
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
8905
|
+
denom_units: [{
|
|
8906
|
+
denom: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1',
|
|
8907
|
+
exponent: 0,
|
|
8908
|
+
aliases: ['p:udatom:31Dec2024']
|
|
8909
|
+
}, {
|
|
8910
|
+
denom: 'pdATOM31Dec2024',
|
|
8911
|
+
exponent: 6
|
|
8912
|
+
}],
|
|
8913
|
+
base: 'ibc/1E7C8E1E24029105A717D6AD40D8A09E5492D710393898442C3CECEF215DBCD1',
|
|
8914
|
+
name: 'pdAtom (31Dec2024)',
|
|
8915
|
+
display: 'pdATOM31Dec2024',
|
|
8916
|
+
symbol: 'pdATOM-31Dec2024',
|
|
8917
|
+
logo_URIs: {
|
|
8918
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
8919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
8115
8920
|
},
|
|
8116
8921
|
images: [{
|
|
8117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
8118
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
8922
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
8923
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
8119
8924
|
}],
|
|
8120
8925
|
type_asset: 'sdk.coin',
|
|
8121
8926
|
traces: [{
|
|
8122
8927
|
type: 'ibc',
|
|
8123
8928
|
counterparty: {
|
|
8124
8929
|
channel_id: 'channel-23',
|
|
8125
|
-
base_denom: 'p:
|
|
8930
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
8126
8931
|
chain_name: 'pryzm'
|
|
8127
8932
|
},
|
|
8128
8933
|
chain: {
|
|
@@ -8131,19 +8936,19 @@ const assets = {
|
|
|
8131
8936
|
}]
|
|
8132
8937
|
},
|
|
8133
8938
|
{
|
|
8134
|
-
description: 'Pryzm\'s refracted principal token for dATOM with maturity of
|
|
8939
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
8135
8940
|
denom_units: [{
|
|
8136
|
-
denom: 'ibc/
|
|
8941
|
+
denom: 'ibc/FFEA306531922A10F3D7A986F7E9F7E90729ADDBC8A47FE60602985C94D8C2A6',
|
|
8137
8942
|
exponent: 0,
|
|
8138
|
-
aliases: ['p:udatom:
|
|
8943
|
+
aliases: ['p:udatom:31Mar2025']
|
|
8139
8944
|
}, {
|
|
8140
|
-
denom: '
|
|
8945
|
+
denom: 'pdATOM31Mar2025',
|
|
8141
8946
|
exponent: 6
|
|
8142
8947
|
}],
|
|
8143
|
-
base: 'ibc/
|
|
8144
|
-
name: 'pdAtom (
|
|
8145
|
-
display: '
|
|
8146
|
-
symbol: 'pdATOM-
|
|
8948
|
+
base: 'ibc/FFEA306531922A10F3D7A986F7E9F7E90729ADDBC8A47FE60602985C94D8C2A6',
|
|
8949
|
+
name: 'pdAtom (31Mar2025)',
|
|
8950
|
+
display: 'pdATOM31Mar2025',
|
|
8951
|
+
symbol: 'pdATOM-31Mar2025',
|
|
8147
8952
|
logo_URIs: {
|
|
8148
8953
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
8149
8954
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
@@ -8157,7 +8962,7 @@ const assets = {
|
|
|
8157
8962
|
type: 'ibc',
|
|
8158
8963
|
counterparty: {
|
|
8159
8964
|
channel_id: 'channel-23',
|
|
8160
|
-
base_denom: 'p:udatom:
|
|
8965
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
8161
8966
|
chain_name: 'pryzm'
|
|
8162
8967
|
},
|
|
8163
8968
|
chain: {
|
|
@@ -8305,6 +9110,41 @@ const assets = {
|
|
|
8305
9110
|
}
|
|
8306
9111
|
}]
|
|
8307
9112
|
},
|
|
9113
|
+
{
|
|
9114
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
9115
|
+
denom_units: [{
|
|
9116
|
+
denom: 'ibc/F82942E32BCF3C3DD8ADE4A65330FE790D6FCC8EE95F1A6B340CC576B38EBAE2',
|
|
9117
|
+
exponent: 0,
|
|
9118
|
+
aliases: ['p:utia:31Mar2025']
|
|
9119
|
+
}, {
|
|
9120
|
+
denom: 'pTIA31Mar2025',
|
|
9121
|
+
exponent: 6
|
|
9122
|
+
}],
|
|
9123
|
+
base: 'ibc/F82942E32BCF3C3DD8ADE4A65330FE790D6FCC8EE95F1A6B340CC576B38EBAE2',
|
|
9124
|
+
name: 'pTia (31Mar2025)',
|
|
9125
|
+
display: 'pTIA31Mar2025',
|
|
9126
|
+
symbol: 'pTIA-31Mar2025',
|
|
9127
|
+
logo_URIs: {
|
|
9128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
9129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
9130
|
+
},
|
|
9131
|
+
images: [{
|
|
9132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
9133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
9134
|
+
}],
|
|
9135
|
+
type_asset: 'sdk.coin',
|
|
9136
|
+
traces: [{
|
|
9137
|
+
type: 'ibc',
|
|
9138
|
+
counterparty: {
|
|
9139
|
+
channel_id: 'channel-23',
|
|
9140
|
+
base_denom: 'p:utia:31Mar2025',
|
|
9141
|
+
chain_name: 'pryzm'
|
|
9142
|
+
},
|
|
9143
|
+
chain: {
|
|
9144
|
+
channel_id: 'channel-257'
|
|
9145
|
+
}
|
|
9146
|
+
}]
|
|
9147
|
+
},
|
|
8308
9148
|
{
|
|
8309
9149
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
8310
9150
|
denom_units: [{
|
|
@@ -8445,6 +9285,41 @@ const assets = {
|
|
|
8445
9285
|
}
|
|
8446
9286
|
}]
|
|
8447
9287
|
},
|
|
9288
|
+
{
|
|
9289
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
9290
|
+
denom_units: [{
|
|
9291
|
+
denom: 'ibc/14CAAF787CBC1584F4A5338E0B82C9618866F86B7DF870BE85EB49ACC369B3DD',
|
|
9292
|
+
exponent: 0,
|
|
9293
|
+
aliases: ['y:uatom:31Mar2025']
|
|
9294
|
+
}, {
|
|
9295
|
+
denom: 'yATOM31Mar2025',
|
|
9296
|
+
exponent: 6
|
|
9297
|
+
}],
|
|
9298
|
+
base: 'ibc/14CAAF787CBC1584F4A5338E0B82C9618866F86B7DF870BE85EB49ACC369B3DD',
|
|
9299
|
+
name: 'yAtom (31Mar2025)',
|
|
9300
|
+
display: 'yATOM31Mar2025',
|
|
9301
|
+
symbol: 'yATOM-31Mar2025',
|
|
9302
|
+
logo_URIs: {
|
|
9303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
9304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
9305
|
+
},
|
|
9306
|
+
images: [{
|
|
9307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
9308
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
9309
|
+
}],
|
|
9310
|
+
type_asset: 'sdk.coin',
|
|
9311
|
+
traces: [{
|
|
9312
|
+
type: 'ibc',
|
|
9313
|
+
counterparty: {
|
|
9314
|
+
channel_id: 'channel-23',
|
|
9315
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
9316
|
+
chain_name: 'pryzm'
|
|
9317
|
+
},
|
|
9318
|
+
chain: {
|
|
9319
|
+
channel_id: 'channel-257'
|
|
9320
|
+
}
|
|
9321
|
+
}]
|
|
9322
|
+
},
|
|
8448
9323
|
{
|
|
8449
9324
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
8450
9325
|
denom_units: [{
|
|
@@ -8585,6 +9460,41 @@ const assets = {
|
|
|
8585
9460
|
}
|
|
8586
9461
|
}]
|
|
8587
9462
|
},
|
|
9463
|
+
{
|
|
9464
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
9465
|
+
denom_units: [{
|
|
9466
|
+
denom: 'ibc/B90472F39CE5DBCE833AF960932A8019B082FB1FBD58FF3622A46A850CDB39BC',
|
|
9467
|
+
exponent: 0,
|
|
9468
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
9469
|
+
}, {
|
|
9470
|
+
denom: 'yOSMO31Mar2025',
|
|
9471
|
+
exponent: 6
|
|
9472
|
+
}],
|
|
9473
|
+
base: 'ibc/B90472F39CE5DBCE833AF960932A8019B082FB1FBD58FF3622A46A850CDB39BC',
|
|
9474
|
+
name: 'yOsmo (31Mar2025)',
|
|
9475
|
+
display: 'yOSMO31Mar2025',
|
|
9476
|
+
symbol: 'yOSMO-31Mar2025',
|
|
9477
|
+
logo_URIs: {
|
|
9478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
9479
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
9480
|
+
},
|
|
9481
|
+
images: [{
|
|
9482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
9483
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
9484
|
+
}],
|
|
9485
|
+
type_asset: 'sdk.coin',
|
|
9486
|
+
traces: [{
|
|
9487
|
+
type: 'ibc',
|
|
9488
|
+
counterparty: {
|
|
9489
|
+
channel_id: 'channel-23',
|
|
9490
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
9491
|
+
chain_name: 'pryzm'
|
|
9492
|
+
},
|
|
9493
|
+
chain: {
|
|
9494
|
+
channel_id: 'channel-257'
|
|
9495
|
+
}
|
|
9496
|
+
}]
|
|
9497
|
+
},
|
|
8588
9498
|
{
|
|
8589
9499
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
8590
9500
|
denom_units: [{
|
|
@@ -8725,6 +9635,41 @@ const assets = {
|
|
|
8725
9635
|
}
|
|
8726
9636
|
}]
|
|
8727
9637
|
},
|
|
9638
|
+
{
|
|
9639
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
9640
|
+
denom_units: [{
|
|
9641
|
+
denom: 'ibc/D3B34BD506DB1AE446C85842768D6FAD64BEB218E36703979D4D22B892A83B6A',
|
|
9642
|
+
exponent: 0,
|
|
9643
|
+
aliases: ['y:inj:31Mar2025']
|
|
9644
|
+
}, {
|
|
9645
|
+
denom: 'yINJ31Mar2025',
|
|
9646
|
+
exponent: 18
|
|
9647
|
+
}],
|
|
9648
|
+
base: 'ibc/D3B34BD506DB1AE446C85842768D6FAD64BEB218E36703979D4D22B892A83B6A',
|
|
9649
|
+
name: 'yInj (31Mar2025)',
|
|
9650
|
+
display: 'yINJ31Mar2025',
|
|
9651
|
+
symbol: 'yINJ-31Mar2025',
|
|
9652
|
+
logo_URIs: {
|
|
9653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
9654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
9655
|
+
},
|
|
9656
|
+
images: [{
|
|
9657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
9658
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
9659
|
+
}],
|
|
9660
|
+
type_asset: 'sdk.coin',
|
|
9661
|
+
traces: [{
|
|
9662
|
+
type: 'ibc',
|
|
9663
|
+
counterparty: {
|
|
9664
|
+
channel_id: 'channel-23',
|
|
9665
|
+
base_denom: 'y:inj:31Mar2025',
|
|
9666
|
+
chain_name: 'pryzm'
|
|
9667
|
+
},
|
|
9668
|
+
chain: {
|
|
9669
|
+
channel_id: 'channel-257'
|
|
9670
|
+
}
|
|
9671
|
+
}]
|
|
9672
|
+
},
|
|
8728
9673
|
{
|
|
8729
9674
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
8730
9675
|
denom_units: [{
|
|
@@ -8865,6 +9810,41 @@ const assets = {
|
|
|
8865
9810
|
}
|
|
8866
9811
|
}]
|
|
8867
9812
|
},
|
|
9813
|
+
{
|
|
9814
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
9815
|
+
denom_units: [{
|
|
9816
|
+
denom: 'ibc/785259DA3B08E5DD9610792200F3BA26F246421DB0C6AB0882B93AB42433427D',
|
|
9817
|
+
exponent: 0,
|
|
9818
|
+
aliases: ['y:uluna:31Mar2025']
|
|
9819
|
+
}, {
|
|
9820
|
+
denom: 'yLUNA31Mar2025',
|
|
9821
|
+
exponent: 6
|
|
9822
|
+
}],
|
|
9823
|
+
base: 'ibc/785259DA3B08E5DD9610792200F3BA26F246421DB0C6AB0882B93AB42433427D',
|
|
9824
|
+
name: 'yLuna (31Mar2025)',
|
|
9825
|
+
display: 'yLUNA31Mar2025',
|
|
9826
|
+
symbol: 'yLUNA-31Mar2025',
|
|
9827
|
+
logo_URIs: {
|
|
9828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
9829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
9830
|
+
},
|
|
9831
|
+
images: [{
|
|
9832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
9833
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
9834
|
+
}],
|
|
9835
|
+
type_asset: 'sdk.coin',
|
|
9836
|
+
traces: [{
|
|
9837
|
+
type: 'ibc',
|
|
9838
|
+
counterparty: {
|
|
9839
|
+
channel_id: 'channel-23',
|
|
9840
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
9841
|
+
chain_name: 'pryzm'
|
|
9842
|
+
},
|
|
9843
|
+
chain: {
|
|
9844
|
+
channel_id: 'channel-257'
|
|
9845
|
+
}
|
|
9846
|
+
}]
|
|
9847
|
+
},
|
|
8868
9848
|
{
|
|
8869
9849
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
8870
9850
|
denom_units: [{
|
|
@@ -9145,6 +10125,41 @@ const assets = {
|
|
|
9145
10125
|
}
|
|
9146
10126
|
}]
|
|
9147
10127
|
},
|
|
10128
|
+
{
|
|
10129
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
10130
|
+
denom_units: [{
|
|
10131
|
+
denom: 'ibc/3B91B6DD5DE15986C587752D7C2365768CBF0C6B7A93A4DF8CFD052C76CE9E6E',
|
|
10132
|
+
exponent: 0,
|
|
10133
|
+
aliases: ['y:stutia:31Mar2025']
|
|
10134
|
+
}, {
|
|
10135
|
+
denom: 'ystTIA31Mar2025',
|
|
10136
|
+
exponent: 6
|
|
10137
|
+
}],
|
|
10138
|
+
base: 'ibc/3B91B6DD5DE15986C587752D7C2365768CBF0C6B7A93A4DF8CFD052C76CE9E6E',
|
|
10139
|
+
name: 'ystTia (31Mar2025)',
|
|
10140
|
+
display: 'ystTIA31Mar2025',
|
|
10141
|
+
symbol: 'ystTIA-31Mar2025',
|
|
10142
|
+
logo_URIs: {
|
|
10143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
10144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
10145
|
+
},
|
|
10146
|
+
images: [{
|
|
10147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
10148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
10149
|
+
}],
|
|
10150
|
+
type_asset: 'sdk.coin',
|
|
10151
|
+
traces: [{
|
|
10152
|
+
type: 'ibc',
|
|
10153
|
+
counterparty: {
|
|
10154
|
+
channel_id: 'channel-23',
|
|
10155
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
10156
|
+
chain_name: 'pryzm'
|
|
10157
|
+
},
|
|
10158
|
+
chain: {
|
|
10159
|
+
channel_id: 'channel-257'
|
|
10160
|
+
}
|
|
10161
|
+
}]
|
|
10162
|
+
},
|
|
9148
10163
|
{
|
|
9149
10164
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
9150
10165
|
denom_units: [{
|
|
@@ -9285,6 +10300,41 @@ const assets = {
|
|
|
9285
10300
|
}
|
|
9286
10301
|
}]
|
|
9287
10302
|
},
|
|
10303
|
+
{
|
|
10304
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
10305
|
+
denom_units: [{
|
|
10306
|
+
denom: 'ibc/8D726646063536529D99F51A146A61680D390775DBA74FA2291821B47FAC09CF',
|
|
10307
|
+
exponent: 0,
|
|
10308
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
10309
|
+
}, {
|
|
10310
|
+
denom: 'ystDYDX31Mar2025',
|
|
10311
|
+
exponent: 6
|
|
10312
|
+
}],
|
|
10313
|
+
base: 'ibc/8D726646063536529D99F51A146A61680D390775DBA74FA2291821B47FAC09CF',
|
|
10314
|
+
name: 'ystDydx (31Mar2025)',
|
|
10315
|
+
display: 'ystDYDX31Mar2025',
|
|
10316
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
10317
|
+
logo_URIs: {
|
|
10318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
10319
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
10320
|
+
},
|
|
10321
|
+
images: [{
|
|
10322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
10323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
10324
|
+
}],
|
|
10325
|
+
type_asset: 'sdk.coin',
|
|
10326
|
+
traces: [{
|
|
10327
|
+
type: 'ibc',
|
|
10328
|
+
counterparty: {
|
|
10329
|
+
channel_id: 'channel-23',
|
|
10330
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
10331
|
+
chain_name: 'pryzm'
|
|
10332
|
+
},
|
|
10333
|
+
chain: {
|
|
10334
|
+
channel_id: 'channel-257'
|
|
10335
|
+
}
|
|
10336
|
+
}]
|
|
10337
|
+
},
|
|
9288
10338
|
{
|
|
9289
10339
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
9290
10340
|
denom_units: [{
|
|
@@ -9390,6 +10440,41 @@ const assets = {
|
|
|
9390
10440
|
}
|
|
9391
10441
|
}]
|
|
9392
10442
|
},
|
|
10443
|
+
{
|
|
10444
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
10445
|
+
denom_units: [{
|
|
10446
|
+
denom: 'ibc/2D88B0DB5D1712F39985E57C91F486B9D084CD8094743CFBA2ABE827C751E138',
|
|
10447
|
+
exponent: 0,
|
|
10448
|
+
aliases: ['y:udatom:31Mar2025']
|
|
10449
|
+
}, {
|
|
10450
|
+
denom: 'ydATOM31Mar2025',
|
|
10451
|
+
exponent: 6
|
|
10452
|
+
}],
|
|
10453
|
+
base: 'ibc/2D88B0DB5D1712F39985E57C91F486B9D084CD8094743CFBA2ABE827C751E138',
|
|
10454
|
+
name: 'ydAtom (31Mar2025)',
|
|
10455
|
+
display: 'ydATOM31Mar2025',
|
|
10456
|
+
symbol: 'ydATOM-31Mar2025',
|
|
10457
|
+
logo_URIs: {
|
|
10458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
10459
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
10460
|
+
},
|
|
10461
|
+
images: [{
|
|
10462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
10463
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
10464
|
+
}],
|
|
10465
|
+
type_asset: 'sdk.coin',
|
|
10466
|
+
traces: [{
|
|
10467
|
+
type: 'ibc',
|
|
10468
|
+
counterparty: {
|
|
10469
|
+
channel_id: 'channel-23',
|
|
10470
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
10471
|
+
chain_name: 'pryzm'
|
|
10472
|
+
},
|
|
10473
|
+
chain: {
|
|
10474
|
+
channel_id: 'channel-257'
|
|
10475
|
+
}
|
|
10476
|
+
}]
|
|
10477
|
+
},
|
|
9393
10478
|
{
|
|
9394
10479
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
9395
10480
|
denom_units: [{
|
|
@@ -9530,6 +10615,41 @@ const assets = {
|
|
|
9530
10615
|
}
|
|
9531
10616
|
}]
|
|
9532
10617
|
},
|
|
10618
|
+
{
|
|
10619
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
10620
|
+
denom_units: [{
|
|
10621
|
+
denom: 'ibc/847950234BB9220FECB1329A11E733C708B07870D5F46477D71464EF9928DA96',
|
|
10622
|
+
exponent: 0,
|
|
10623
|
+
aliases: ['y:utia:31Mar2025']
|
|
10624
|
+
}, {
|
|
10625
|
+
denom: 'yTIA31Mar2025',
|
|
10626
|
+
exponent: 6
|
|
10627
|
+
}],
|
|
10628
|
+
base: 'ibc/847950234BB9220FECB1329A11E733C708B07870D5F46477D71464EF9928DA96',
|
|
10629
|
+
name: 'yTia (31Mar2025)',
|
|
10630
|
+
display: 'yTIA31Mar2025',
|
|
10631
|
+
symbol: 'yTIA-31Mar2025',
|
|
10632
|
+
logo_URIs: {
|
|
10633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
10634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
10635
|
+
},
|
|
10636
|
+
images: [{
|
|
10637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
10638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
10639
|
+
}],
|
|
10640
|
+
type_asset: 'sdk.coin',
|
|
10641
|
+
traces: [{
|
|
10642
|
+
type: 'ibc',
|
|
10643
|
+
counterparty: {
|
|
10644
|
+
channel_id: 'channel-23',
|
|
10645
|
+
base_denom: 'y:utia:31Mar2025',
|
|
10646
|
+
chain_name: 'pryzm'
|
|
10647
|
+
},
|
|
10648
|
+
chain: {
|
|
10649
|
+
channel_id: 'channel-257'
|
|
10650
|
+
}
|
|
10651
|
+
}]
|
|
10652
|
+
},
|
|
9533
10653
|
{
|
|
9534
10654
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
9535
10655
|
denom_units: [{
|