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