@chain-registry/assets 1.70.51 → 1.70.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1286 -26
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1386 -40
- package/esm/mainnet/cosmoshub.js +1362 -16
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1286 -26
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1286 -26
- package/esm/mainnet/noble.js +1286 -26
- package/esm/mainnet/osmosis.js +1362 -16
- package/esm/mainnet/stride.js +1286 -26
- package/esm/mainnet/terra2.js +1286 -26
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1286 -26
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1386 -40
- package/mainnet/cosmoshub.js +1362 -16
- package/mainnet/dydx.js +1286 -26
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1286 -26
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1286 -26
- package/mainnet/noble.js +1286 -26
- package/mainnet/osmosis.js +1362 -16
- package/mainnet/stride.js +1286 -26
- package/mainnet/terra2.js +1286 -26
- package/package.json +5 -5
package/mainnet/terra2.js
CHANGED
|
@@ -2053,6 +2053,41 @@ const assets = {
|
|
|
2053
2053
|
}
|
|
2054
2054
|
}]
|
|
2055
2055
|
},
|
|
2056
|
+
{
|
|
2057
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
2058
|
+
denom_units: [{
|
|
2059
|
+
denom: 'ibc/9E5A438A564D1C2E96E87ECA0F6813EBD9C83D6A8337E202EC0DAAB643DED042',
|
|
2060
|
+
exponent: 0,
|
|
2061
|
+
aliases: ['p:uatom:31Dec2026']
|
|
2062
|
+
}, {
|
|
2063
|
+
denom: 'pATOM31Dec2026',
|
|
2064
|
+
exponent: 6
|
|
2065
|
+
}],
|
|
2066
|
+
base: 'ibc/9E5A438A564D1C2E96E87ECA0F6813EBD9C83D6A8337E202EC0DAAB643DED042',
|
|
2067
|
+
name: 'pAtom (31Dec2026)',
|
|
2068
|
+
display: 'pATOM31Dec2026',
|
|
2069
|
+
symbol: 'pATOM-31Dec2026',
|
|
2070
|
+
logo_URIs: {
|
|
2071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2073
|
+
},
|
|
2074
|
+
images: [{
|
|
2075
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2076
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2077
|
+
}],
|
|
2078
|
+
type_asset: 'sdk.coin',
|
|
2079
|
+
traces: [{
|
|
2080
|
+
type: 'ibc',
|
|
2081
|
+
counterparty: {
|
|
2082
|
+
channel_id: 'channel-4',
|
|
2083
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
2084
|
+
chain_name: 'pryzm'
|
|
2085
|
+
},
|
|
2086
|
+
chain: {
|
|
2087
|
+
channel_id: 'channel-473'
|
|
2088
|
+
}
|
|
2089
|
+
}]
|
|
2090
|
+
},
|
|
2056
2091
|
{
|
|
2057
2092
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
2058
2093
|
denom_units: [{
|
|
@@ -2158,6 +2193,41 @@ const assets = {
|
|
|
2158
2193
|
}
|
|
2159
2194
|
}]
|
|
2160
2195
|
},
|
|
2196
|
+
{
|
|
2197
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
2198
|
+
denom_units: [{
|
|
2199
|
+
denom: 'ibc/1BCF08970525B9302C5F5C4844BDF036C1BF12336A5CDEA1074F92FC077AE6AA',
|
|
2200
|
+
exponent: 0,
|
|
2201
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
2202
|
+
}, {
|
|
2203
|
+
denom: 'pOSMO31Dec2026',
|
|
2204
|
+
exponent: 6
|
|
2205
|
+
}],
|
|
2206
|
+
base: 'ibc/1BCF08970525B9302C5F5C4844BDF036C1BF12336A5CDEA1074F92FC077AE6AA',
|
|
2207
|
+
name: 'pOsmo (31Dec2026)',
|
|
2208
|
+
display: 'pOSMO31Dec2026',
|
|
2209
|
+
symbol: 'pOSMO-31Dec2026',
|
|
2210
|
+
logo_URIs: {
|
|
2211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2213
|
+
},
|
|
2214
|
+
images: [{
|
|
2215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2216
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2217
|
+
}],
|
|
2218
|
+
type_asset: 'sdk.coin',
|
|
2219
|
+
traces: [{
|
|
2220
|
+
type: 'ibc',
|
|
2221
|
+
counterparty: {
|
|
2222
|
+
channel_id: 'channel-4',
|
|
2223
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
2224
|
+
chain_name: 'pryzm'
|
|
2225
|
+
},
|
|
2226
|
+
chain: {
|
|
2227
|
+
channel_id: 'channel-473'
|
|
2228
|
+
}
|
|
2229
|
+
}]
|
|
2230
|
+
},
|
|
2161
2231
|
{
|
|
2162
2232
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
2163
2233
|
denom_units: [{
|
|
@@ -2263,6 +2333,41 @@ const assets = {
|
|
|
2263
2333
|
}
|
|
2264
2334
|
}]
|
|
2265
2335
|
},
|
|
2336
|
+
{
|
|
2337
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
2338
|
+
denom_units: [{
|
|
2339
|
+
denom: 'ibc/A51E4337C059C47BD05C8CF613F79F0D8C4776F4B252DCF451E49E05D2EBE149',
|
|
2340
|
+
exponent: 0,
|
|
2341
|
+
aliases: ['p:inj:31Dec2026']
|
|
2342
|
+
}, {
|
|
2343
|
+
denom: 'pINJ31Dec2026',
|
|
2344
|
+
exponent: 18
|
|
2345
|
+
}],
|
|
2346
|
+
base: 'ibc/A51E4337C059C47BD05C8CF613F79F0D8C4776F4B252DCF451E49E05D2EBE149',
|
|
2347
|
+
name: 'pInj (31Dec2026)',
|
|
2348
|
+
display: 'pINJ31Dec2026',
|
|
2349
|
+
symbol: 'pINJ-31Dec2026',
|
|
2350
|
+
logo_URIs: {
|
|
2351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2353
|
+
},
|
|
2354
|
+
images: [{
|
|
2355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2356
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2357
|
+
}],
|
|
2358
|
+
type_asset: 'sdk.coin',
|
|
2359
|
+
traces: [{
|
|
2360
|
+
type: 'ibc',
|
|
2361
|
+
counterparty: {
|
|
2362
|
+
channel_id: 'channel-4',
|
|
2363
|
+
base_denom: 'p:inj:31Dec2026',
|
|
2364
|
+
chain_name: 'pryzm'
|
|
2365
|
+
},
|
|
2366
|
+
chain: {
|
|
2367
|
+
channel_id: 'channel-473'
|
|
2368
|
+
}
|
|
2369
|
+
}]
|
|
2370
|
+
},
|
|
2266
2371
|
{
|
|
2267
2372
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
2268
2373
|
denom_units: [{
|
|
@@ -2333,6 +2438,41 @@ const assets = {
|
|
|
2333
2438
|
}
|
|
2334
2439
|
}]
|
|
2335
2440
|
},
|
|
2441
|
+
{
|
|
2442
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
2443
|
+
denom_units: [{
|
|
2444
|
+
denom: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5',
|
|
2445
|
+
exponent: 0,
|
|
2446
|
+
aliases: ['p:uluna:31Dec2026']
|
|
2447
|
+
}, {
|
|
2448
|
+
denom: 'pLUNA31Dec2026',
|
|
2449
|
+
exponent: 6
|
|
2450
|
+
}],
|
|
2451
|
+
base: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5',
|
|
2452
|
+
name: 'pLuna (31Dec2026)',
|
|
2453
|
+
display: 'pLUNA31Dec2026',
|
|
2454
|
+
symbol: 'pLUNA-31Dec2026',
|
|
2455
|
+
logo_URIs: {
|
|
2456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2458
|
+
},
|
|
2459
|
+
images: [{
|
|
2460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2461
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2462
|
+
}],
|
|
2463
|
+
type_asset: 'sdk.coin',
|
|
2464
|
+
traces: [{
|
|
2465
|
+
type: 'ibc',
|
|
2466
|
+
counterparty: {
|
|
2467
|
+
channel_id: 'channel-4',
|
|
2468
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
2469
|
+
chain_name: 'pryzm'
|
|
2470
|
+
},
|
|
2471
|
+
chain: {
|
|
2472
|
+
channel_id: 'channel-473'
|
|
2473
|
+
}
|
|
2474
|
+
}]
|
|
2475
|
+
},
|
|
2336
2476
|
{
|
|
2337
2477
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
2338
2478
|
denom_units: [{
|
|
@@ -2473,6 +2613,41 @@ const assets = {
|
|
|
2473
2613
|
}
|
|
2474
2614
|
}]
|
|
2475
2615
|
},
|
|
2616
|
+
{
|
|
2617
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
2618
|
+
denom_units: [{
|
|
2619
|
+
denom: 'ibc/BCEB3046AF563E6AF374323994A2C261AE78AD991CB79F98814063CE441ED94E',
|
|
2620
|
+
exponent: 0,
|
|
2621
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
2622
|
+
}, {
|
|
2623
|
+
denom: 'pAUUU31Dec2026',
|
|
2624
|
+
exponent: 6
|
|
2625
|
+
}],
|
|
2626
|
+
base: 'ibc/BCEB3046AF563E6AF374323994A2C261AE78AD991CB79F98814063CE441ED94E',
|
|
2627
|
+
name: 'pAuuu (31Dec2026)',
|
|
2628
|
+
display: 'pAUUU31Dec2026',
|
|
2629
|
+
symbol: 'pAUUU-31Dec2026',
|
|
2630
|
+
logo_URIs: {
|
|
2631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2633
|
+
},
|
|
2634
|
+
images: [{
|
|
2635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2637
|
+
}],
|
|
2638
|
+
type_asset: 'sdk.coin',
|
|
2639
|
+
traces: [{
|
|
2640
|
+
type: 'ibc',
|
|
2641
|
+
counterparty: {
|
|
2642
|
+
channel_id: 'channel-4',
|
|
2643
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
2644
|
+
chain_name: 'pryzm'
|
|
2645
|
+
},
|
|
2646
|
+
chain: {
|
|
2647
|
+
channel_id: 'channel-473'
|
|
2648
|
+
}
|
|
2649
|
+
}]
|
|
2650
|
+
},
|
|
2476
2651
|
{
|
|
2477
2652
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
2478
2653
|
denom_units: [{
|
|
@@ -2578,6 +2753,41 @@ const assets = {
|
|
|
2578
2753
|
}
|
|
2579
2754
|
}]
|
|
2580
2755
|
},
|
|
2756
|
+
{
|
|
2757
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
2758
|
+
denom_units: [{
|
|
2759
|
+
denom: 'ibc/1344AED43978313AF9DE7C4344E26E6B1AF460B0ED0F88966597FFC59DDB7FCB',
|
|
2760
|
+
exponent: 0,
|
|
2761
|
+
aliases: ['p:stutia:31Dec2026']
|
|
2762
|
+
}, {
|
|
2763
|
+
denom: 'pstTIA31Dec2026',
|
|
2764
|
+
exponent: 6
|
|
2765
|
+
}],
|
|
2766
|
+
base: 'ibc/1344AED43978313AF9DE7C4344E26E6B1AF460B0ED0F88966597FFC59DDB7FCB',
|
|
2767
|
+
name: 'pstTia (31Dec2026)',
|
|
2768
|
+
display: 'pstTIA31Dec2026',
|
|
2769
|
+
symbol: 'pstTIA-31Dec2026',
|
|
2770
|
+
logo_URIs: {
|
|
2771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2773
|
+
},
|
|
2774
|
+
images: [{
|
|
2775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2776
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2777
|
+
}],
|
|
2778
|
+
type_asset: 'sdk.coin',
|
|
2779
|
+
traces: [{
|
|
2780
|
+
type: 'ibc',
|
|
2781
|
+
counterparty: {
|
|
2782
|
+
channel_id: 'channel-4',
|
|
2783
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
2784
|
+
chain_name: 'pryzm'
|
|
2785
|
+
},
|
|
2786
|
+
chain: {
|
|
2787
|
+
channel_id: 'channel-473'
|
|
2788
|
+
}
|
|
2789
|
+
}]
|
|
2790
|
+
},
|
|
2581
2791
|
{
|
|
2582
2792
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
2583
2793
|
denom_units: [{
|
|
@@ -2683,6 +2893,41 @@ const assets = {
|
|
|
2683
2893
|
}
|
|
2684
2894
|
}]
|
|
2685
2895
|
},
|
|
2896
|
+
{
|
|
2897
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
2898
|
+
denom_units: [{
|
|
2899
|
+
denom: 'ibc/7DE8FAE6FBD44BE63BDF1516D0BF801E373C2CDA0E7C2B828D2D7525E10E25BF',
|
|
2900
|
+
exponent: 0,
|
|
2901
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
2902
|
+
}, {
|
|
2903
|
+
denom: 'pstDYDX31Dec2026',
|
|
2904
|
+
exponent: 18
|
|
2905
|
+
}],
|
|
2906
|
+
base: 'ibc/7DE8FAE6FBD44BE63BDF1516D0BF801E373C2CDA0E7C2B828D2D7525E10E25BF',
|
|
2907
|
+
name: 'pstDydx (31Dec2026)',
|
|
2908
|
+
display: 'pstDYDX31Dec2026',
|
|
2909
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
2910
|
+
logo_URIs: {
|
|
2911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2912
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2913
|
+
},
|
|
2914
|
+
images: [{
|
|
2915
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
2916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
2917
|
+
}],
|
|
2918
|
+
type_asset: 'sdk.coin',
|
|
2919
|
+
traces: [{
|
|
2920
|
+
type: 'ibc',
|
|
2921
|
+
counterparty: {
|
|
2922
|
+
channel_id: 'channel-4',
|
|
2923
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
2924
|
+
chain_name: 'pryzm'
|
|
2925
|
+
},
|
|
2926
|
+
chain: {
|
|
2927
|
+
channel_id: 'channel-473'
|
|
2928
|
+
}
|
|
2929
|
+
}]
|
|
2930
|
+
},
|
|
2686
2931
|
{
|
|
2687
2932
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
2688
2933
|
denom_units: [{
|
|
@@ -2788,6 +3033,41 @@ const assets = {
|
|
|
2788
3033
|
}
|
|
2789
3034
|
}]
|
|
2790
3035
|
},
|
|
3036
|
+
{
|
|
3037
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
3038
|
+
denom_units: [{
|
|
3039
|
+
denom: 'ibc/066E2C72D067414E6B3F9632DE67612AB6908DB956EB02C3272BD8D101C851BA',
|
|
3040
|
+
exponent: 0,
|
|
3041
|
+
aliases: ['p:udatom:31Dec2026']
|
|
3042
|
+
}, {
|
|
3043
|
+
denom: 'pdATOM31Dec2026',
|
|
3044
|
+
exponent: 6
|
|
3045
|
+
}],
|
|
3046
|
+
base: 'ibc/066E2C72D067414E6B3F9632DE67612AB6908DB956EB02C3272BD8D101C851BA',
|
|
3047
|
+
name: 'pdAtom (31Dec2026)',
|
|
3048
|
+
display: 'pdATOM31Dec2026',
|
|
3049
|
+
symbol: 'pdATOM-31Dec2026',
|
|
3050
|
+
logo_URIs: {
|
|
3051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3053
|
+
},
|
|
3054
|
+
images: [{
|
|
3055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3056
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3057
|
+
}],
|
|
3058
|
+
type_asset: 'sdk.coin',
|
|
3059
|
+
traces: [{
|
|
3060
|
+
type: 'ibc',
|
|
3061
|
+
counterparty: {
|
|
3062
|
+
channel_id: 'channel-4',
|
|
3063
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
3064
|
+
chain_name: 'pryzm'
|
|
3065
|
+
},
|
|
3066
|
+
chain: {
|
|
3067
|
+
channel_id: 'channel-473'
|
|
3068
|
+
}
|
|
3069
|
+
}]
|
|
3070
|
+
},
|
|
2791
3071
|
{
|
|
2792
3072
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
2793
3073
|
denom_units: [{
|
|
@@ -2858,6 +3138,41 @@ const assets = {
|
|
|
2858
3138
|
}
|
|
2859
3139
|
}]
|
|
2860
3140
|
},
|
|
3141
|
+
{
|
|
3142
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
3143
|
+
denom_units: [{
|
|
3144
|
+
denom: 'ibc/F372C0D7A8CB4A399E2C9122EBE49DDB70E625B752EB4E2B88161A20AA2B8E45',
|
|
3145
|
+
exponent: 0,
|
|
3146
|
+
aliases: ['p:utia:31Dec2026']
|
|
3147
|
+
}, {
|
|
3148
|
+
denom: 'pTIA31Dec2026',
|
|
3149
|
+
exponent: 6
|
|
3150
|
+
}],
|
|
3151
|
+
base: 'ibc/F372C0D7A8CB4A399E2C9122EBE49DDB70E625B752EB4E2B88161A20AA2B8E45',
|
|
3152
|
+
name: 'pTia (31Dec2026)',
|
|
3153
|
+
display: 'pTIA31Dec2026',
|
|
3154
|
+
symbol: 'pTIA-31Dec2026',
|
|
3155
|
+
logo_URIs: {
|
|
3156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3158
|
+
},
|
|
3159
|
+
images: [{
|
|
3160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3162
|
+
}],
|
|
3163
|
+
type_asset: 'sdk.coin',
|
|
3164
|
+
traces: [{
|
|
3165
|
+
type: 'ibc',
|
|
3166
|
+
counterparty: {
|
|
3167
|
+
channel_id: 'channel-4',
|
|
3168
|
+
base_denom: 'p:utia:31Dec2026',
|
|
3169
|
+
chain_name: 'pryzm'
|
|
3170
|
+
},
|
|
3171
|
+
chain: {
|
|
3172
|
+
channel_id: 'channel-473'
|
|
3173
|
+
}
|
|
3174
|
+
}]
|
|
3175
|
+
},
|
|
2861
3176
|
{
|
|
2862
3177
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2863
3178
|
denom_units: [{
|
|
@@ -2963,6 +3278,41 @@ const assets = {
|
|
|
2963
3278
|
}
|
|
2964
3279
|
}]
|
|
2965
3280
|
},
|
|
3281
|
+
{
|
|
3282
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
3283
|
+
denom_units: [{
|
|
3284
|
+
denom: 'ibc/4345C08F274F065C602C9C759A54B142762C4BF0E4C72EDE6294B7C4FBB691DD',
|
|
3285
|
+
exponent: 0,
|
|
3286
|
+
aliases: ['y:uatom:31Dec2026']
|
|
3287
|
+
}, {
|
|
3288
|
+
denom: 'yATOM31Dec2026',
|
|
3289
|
+
exponent: 6
|
|
3290
|
+
}],
|
|
3291
|
+
base: 'ibc/4345C08F274F065C602C9C759A54B142762C4BF0E4C72EDE6294B7C4FBB691DD',
|
|
3292
|
+
name: 'yAtom (31Dec2026)',
|
|
3293
|
+
display: 'yATOM31Dec2026',
|
|
3294
|
+
symbol: 'yATOM-31Dec2026',
|
|
3295
|
+
logo_URIs: {
|
|
3296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3298
|
+
},
|
|
3299
|
+
images: [{
|
|
3300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3302
|
+
}],
|
|
3303
|
+
type_asset: 'sdk.coin',
|
|
3304
|
+
traces: [{
|
|
3305
|
+
type: 'ibc',
|
|
3306
|
+
counterparty: {
|
|
3307
|
+
channel_id: 'channel-4',
|
|
3308
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
3309
|
+
chain_name: 'pryzm'
|
|
3310
|
+
},
|
|
3311
|
+
chain: {
|
|
3312
|
+
channel_id: 'channel-473'
|
|
3313
|
+
}
|
|
3314
|
+
}]
|
|
3315
|
+
},
|
|
2966
3316
|
{
|
|
2967
3317
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
2968
3318
|
denom_units: [{
|
|
@@ -3068,6 +3418,41 @@ const assets = {
|
|
|
3068
3418
|
}
|
|
3069
3419
|
}]
|
|
3070
3420
|
},
|
|
3421
|
+
{
|
|
3422
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
3423
|
+
denom_units: [{
|
|
3424
|
+
denom: 'ibc/5C0C04A6C03AAE189DF57A4DF1F6E0861C02A9E620515727C9EDCE6B96894357',
|
|
3425
|
+
exponent: 0,
|
|
3426
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
3427
|
+
}, {
|
|
3428
|
+
denom: 'yOSMO31Dec2026',
|
|
3429
|
+
exponent: 6
|
|
3430
|
+
}],
|
|
3431
|
+
base: 'ibc/5C0C04A6C03AAE189DF57A4DF1F6E0861C02A9E620515727C9EDCE6B96894357',
|
|
3432
|
+
name: 'yOsmo (31Dec2026)',
|
|
3433
|
+
display: 'yOSMO31Dec2026',
|
|
3434
|
+
symbol: 'yOSMO-31Dec2026',
|
|
3435
|
+
logo_URIs: {
|
|
3436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3438
|
+
},
|
|
3439
|
+
images: [{
|
|
3440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3441
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3442
|
+
}],
|
|
3443
|
+
type_asset: 'sdk.coin',
|
|
3444
|
+
traces: [{
|
|
3445
|
+
type: 'ibc',
|
|
3446
|
+
counterparty: {
|
|
3447
|
+
channel_id: 'channel-4',
|
|
3448
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
3449
|
+
chain_name: 'pryzm'
|
|
3450
|
+
},
|
|
3451
|
+
chain: {
|
|
3452
|
+
channel_id: 'channel-473'
|
|
3453
|
+
}
|
|
3454
|
+
}]
|
|
3455
|
+
},
|
|
3071
3456
|
{
|
|
3072
3457
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
3073
3458
|
denom_units: [{
|
|
@@ -3173,6 +3558,41 @@ const assets = {
|
|
|
3173
3558
|
}
|
|
3174
3559
|
}]
|
|
3175
3560
|
},
|
|
3561
|
+
{
|
|
3562
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
3563
|
+
denom_units: [{
|
|
3564
|
+
denom: 'ibc/F5A02C613044C9911A531A7E56B6E6394DFC965E4CA0FE8DFF608D535D0C576E',
|
|
3565
|
+
exponent: 0,
|
|
3566
|
+
aliases: ['y:inj:31Dec2026']
|
|
3567
|
+
}, {
|
|
3568
|
+
denom: 'yINJ31Dec2026',
|
|
3569
|
+
exponent: 18
|
|
3570
|
+
}],
|
|
3571
|
+
base: 'ibc/F5A02C613044C9911A531A7E56B6E6394DFC965E4CA0FE8DFF608D535D0C576E',
|
|
3572
|
+
name: 'yInj (31Dec2026)',
|
|
3573
|
+
display: 'yINJ31Dec2026',
|
|
3574
|
+
symbol: 'yINJ-31Dec2026',
|
|
3575
|
+
logo_URIs: {
|
|
3576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3578
|
+
},
|
|
3579
|
+
images: [{
|
|
3580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3581
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3582
|
+
}],
|
|
3583
|
+
type_asset: 'sdk.coin',
|
|
3584
|
+
traces: [{
|
|
3585
|
+
type: 'ibc',
|
|
3586
|
+
counterparty: {
|
|
3587
|
+
channel_id: 'channel-4',
|
|
3588
|
+
base_denom: 'y:inj:31Dec2026',
|
|
3589
|
+
chain_name: 'pryzm'
|
|
3590
|
+
},
|
|
3591
|
+
chain: {
|
|
3592
|
+
channel_id: 'channel-473'
|
|
3593
|
+
}
|
|
3594
|
+
}]
|
|
3595
|
+
},
|
|
3176
3596
|
{
|
|
3177
3597
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
3178
3598
|
denom_units: [{
|
|
@@ -3278,6 +3698,41 @@ const assets = {
|
|
|
3278
3698
|
}
|
|
3279
3699
|
}]
|
|
3280
3700
|
},
|
|
3701
|
+
{
|
|
3702
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
3703
|
+
denom_units: [{
|
|
3704
|
+
denom: 'ibc/D825EB20186CD1ACEB2A2D6F381981548ABCE9E4661D80CF0BDB8162D83030A4',
|
|
3705
|
+
exponent: 0,
|
|
3706
|
+
aliases: ['y:uluna:31Dec2026']
|
|
3707
|
+
}, {
|
|
3708
|
+
denom: 'yLUNA31Dec2026',
|
|
3709
|
+
exponent: 6
|
|
3710
|
+
}],
|
|
3711
|
+
base: 'ibc/D825EB20186CD1ACEB2A2D6F381981548ABCE9E4661D80CF0BDB8162D83030A4',
|
|
3712
|
+
name: 'yLuna (31Dec2026)',
|
|
3713
|
+
display: 'yLUNA31Dec2026',
|
|
3714
|
+
symbol: 'yLUNA-31Dec2026',
|
|
3715
|
+
logo_URIs: {
|
|
3716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3718
|
+
},
|
|
3719
|
+
images: [{
|
|
3720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3722
|
+
}],
|
|
3723
|
+
type_asset: 'sdk.coin',
|
|
3724
|
+
traces: [{
|
|
3725
|
+
type: 'ibc',
|
|
3726
|
+
counterparty: {
|
|
3727
|
+
channel_id: 'channel-4',
|
|
3728
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
3729
|
+
chain_name: 'pryzm'
|
|
3730
|
+
},
|
|
3731
|
+
chain: {
|
|
3732
|
+
channel_id: 'channel-473'
|
|
3733
|
+
}
|
|
3734
|
+
}]
|
|
3735
|
+
},
|
|
3281
3736
|
{
|
|
3282
3737
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
3283
3738
|
denom_units: [{
|
|
@@ -3383,6 +3838,41 @@ const assets = {
|
|
|
3383
3838
|
}
|
|
3384
3839
|
}]
|
|
3385
3840
|
},
|
|
3841
|
+
{
|
|
3842
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
3843
|
+
denom_units: [{
|
|
3844
|
+
denom: 'ibc/EA591EC29836E81EE8390017CD38439B742463D6A6630CC3065F05B87FF499E6',
|
|
3845
|
+
exponent: 0,
|
|
3846
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
3847
|
+
}, {
|
|
3848
|
+
denom: 'yAUUU31Dec2026',
|
|
3849
|
+
exponent: 6
|
|
3850
|
+
}],
|
|
3851
|
+
base: 'ibc/EA591EC29836E81EE8390017CD38439B742463D6A6630CC3065F05B87FF499E6',
|
|
3852
|
+
name: 'yAuuu (31Dec2026)',
|
|
3853
|
+
display: 'yAUUU31Dec2026',
|
|
3854
|
+
symbol: 'yAUUU-31Dec2026',
|
|
3855
|
+
logo_URIs: {
|
|
3856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
3857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3858
|
+
},
|
|
3859
|
+
images: [{
|
|
3860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
3861
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3862
|
+
}],
|
|
3863
|
+
type_asset: 'sdk.coin',
|
|
3864
|
+
traces: [{
|
|
3865
|
+
type: 'ibc',
|
|
3866
|
+
counterparty: {
|
|
3867
|
+
channel_id: 'channel-4',
|
|
3868
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
3869
|
+
chain_name: 'pryzm'
|
|
3870
|
+
},
|
|
3871
|
+
chain: {
|
|
3872
|
+
channel_id: 'channel-473'
|
|
3873
|
+
}
|
|
3874
|
+
}]
|
|
3875
|
+
},
|
|
3386
3876
|
{
|
|
3387
3877
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
3388
3878
|
denom_units: [{
|
|
@@ -3488,6 +3978,41 @@ const assets = {
|
|
|
3488
3978
|
}
|
|
3489
3979
|
}]
|
|
3490
3980
|
},
|
|
3981
|
+
{
|
|
3982
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
3983
|
+
denom_units: [{
|
|
3984
|
+
denom: 'ibc/E979470B7CB613C1BA705354A6253C6FFAD54416BA233645FB613E85CE116560',
|
|
3985
|
+
exponent: 0,
|
|
3986
|
+
aliases: ['y:stutia:31Dec2026']
|
|
3987
|
+
}, {
|
|
3988
|
+
denom: 'ystTIA31Dec2026',
|
|
3989
|
+
exponent: 6
|
|
3990
|
+
}],
|
|
3991
|
+
base: 'ibc/E979470B7CB613C1BA705354A6253C6FFAD54416BA233645FB613E85CE116560',
|
|
3992
|
+
name: 'ystTia (31Dec2026)',
|
|
3993
|
+
display: 'ystTIA31Dec2026',
|
|
3994
|
+
symbol: 'ystTIA-31Dec2026',
|
|
3995
|
+
logo_URIs: {
|
|
3996
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
3997
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
3998
|
+
},
|
|
3999
|
+
images: [{
|
|
4000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4001
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4002
|
+
}],
|
|
4003
|
+
type_asset: 'sdk.coin',
|
|
4004
|
+
traces: [{
|
|
4005
|
+
type: 'ibc',
|
|
4006
|
+
counterparty: {
|
|
4007
|
+
channel_id: 'channel-4',
|
|
4008
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
4009
|
+
chain_name: 'pryzm'
|
|
4010
|
+
},
|
|
4011
|
+
chain: {
|
|
4012
|
+
channel_id: 'channel-473'
|
|
4013
|
+
}
|
|
4014
|
+
}]
|
|
4015
|
+
},
|
|
3491
4016
|
{
|
|
3492
4017
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
3493
4018
|
denom_units: [{
|
|
@@ -3496,7 +4021,7 @@ const assets = {
|
|
|
3496
4021
|
aliases: ['y:stadydx:30Sep2024']
|
|
3497
4022
|
}, {
|
|
3498
4023
|
denom: 'ystDYDX30Sep2024',
|
|
3499
|
-
exponent:
|
|
4024
|
+
exponent: 18
|
|
3500
4025
|
}],
|
|
3501
4026
|
base: 'ibc/588422D46DC66A1FA347E5530CD74649484268213F2B0A4FD681A0F99827C615',
|
|
3502
4027
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -3531,7 +4056,7 @@ const assets = {
|
|
|
3531
4056
|
aliases: ['y:stadydx:31Dec2024']
|
|
3532
4057
|
}, {
|
|
3533
4058
|
denom: 'ystDYDX31Dec2024',
|
|
3534
|
-
exponent:
|
|
4059
|
+
exponent: 18
|
|
3535
4060
|
}],
|
|
3536
4061
|
base: 'ibc/B7B2453819C2A409C0C7DFEF9586D3B40EDB0280429A2C0F0F29F333BBC991E7',
|
|
3537
4062
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -3566,7 +4091,7 @@ const assets = {
|
|
|
3566
4091
|
aliases: ['y:stadydx:31Dec2025']
|
|
3567
4092
|
}, {
|
|
3568
4093
|
denom: 'ystDYDX31Dec2025',
|
|
3569
|
-
exponent:
|
|
4094
|
+
exponent: 18
|
|
3570
4095
|
}],
|
|
3571
4096
|
base: 'ibc/04B5415DE0AAD8C02289088FAE5DEA48BAE9E39AFCD94037FB3FBA206E3AD6FB',
|
|
3572
4097
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -3593,6 +4118,41 @@ const assets = {
|
|
|
3593
4118
|
}
|
|
3594
4119
|
}]
|
|
3595
4120
|
},
|
|
4121
|
+
{
|
|
4122
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
4123
|
+
denom_units: [{
|
|
4124
|
+
denom: 'ibc/A61BB0872BDCBF1F798BAA7E98C87221B16DC57C4639F0DE0CEC7D5B1639723D',
|
|
4125
|
+
exponent: 0,
|
|
4126
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
4127
|
+
}, {
|
|
4128
|
+
denom: 'ystDYDX31Dec2026',
|
|
4129
|
+
exponent: 18
|
|
4130
|
+
}],
|
|
4131
|
+
base: 'ibc/A61BB0872BDCBF1F798BAA7E98C87221B16DC57C4639F0DE0CEC7D5B1639723D',
|
|
4132
|
+
name: 'ystDydx (31Dec2026)',
|
|
4133
|
+
display: 'ystDYDX31Dec2026',
|
|
4134
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
4135
|
+
logo_URIs: {
|
|
4136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4138
|
+
},
|
|
4139
|
+
images: [{
|
|
4140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4142
|
+
}],
|
|
4143
|
+
type_asset: 'sdk.coin',
|
|
4144
|
+
traces: [{
|
|
4145
|
+
type: 'ibc',
|
|
4146
|
+
counterparty: {
|
|
4147
|
+
channel_id: 'channel-4',
|
|
4148
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
4149
|
+
chain_name: 'pryzm'
|
|
4150
|
+
},
|
|
4151
|
+
chain: {
|
|
4152
|
+
channel_id: 'channel-473'
|
|
4153
|
+
}
|
|
4154
|
+
}]
|
|
4155
|
+
},
|
|
3596
4156
|
{
|
|
3597
4157
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
3598
4158
|
denom_units: [{
|
|
@@ -3698,6 +4258,41 @@ const assets = {
|
|
|
3698
4258
|
}
|
|
3699
4259
|
}]
|
|
3700
4260
|
},
|
|
4261
|
+
{
|
|
4262
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
4263
|
+
denom_units: [{
|
|
4264
|
+
denom: 'ibc/0F500B5164DDE7C7B4C2F20BF1048234EC18266FF0C6DB8E14816ABDFEDAEFD4',
|
|
4265
|
+
exponent: 0,
|
|
4266
|
+
aliases: ['y:udatom:31Dec2026']
|
|
4267
|
+
}, {
|
|
4268
|
+
denom: 'ydATOM31Dec2026',
|
|
4269
|
+
exponent: 6
|
|
4270
|
+
}],
|
|
4271
|
+
base: 'ibc/0F500B5164DDE7C7B4C2F20BF1048234EC18266FF0C6DB8E14816ABDFEDAEFD4',
|
|
4272
|
+
name: 'ydAtom (31Dec2026)',
|
|
4273
|
+
display: 'ydATOM31Dec2026',
|
|
4274
|
+
symbol: 'ydATOM-31Dec2026',
|
|
4275
|
+
logo_URIs: {
|
|
4276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4277
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4278
|
+
},
|
|
4279
|
+
images: [{
|
|
4280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4281
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4282
|
+
}],
|
|
4283
|
+
type_asset: 'sdk.coin',
|
|
4284
|
+
traces: [{
|
|
4285
|
+
type: 'ibc',
|
|
4286
|
+
counterparty: {
|
|
4287
|
+
channel_id: 'channel-4',
|
|
4288
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
4289
|
+
chain_name: 'pryzm'
|
|
4290
|
+
},
|
|
4291
|
+
chain: {
|
|
4292
|
+
channel_id: 'channel-473'
|
|
4293
|
+
}
|
|
4294
|
+
}]
|
|
4295
|
+
},
|
|
3701
4296
|
{
|
|
3702
4297
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
3703
4298
|
denom_units: [{
|
|
@@ -3725,7 +4320,42 @@ const assets = {
|
|
|
3725
4320
|
type: 'ibc',
|
|
3726
4321
|
counterparty: {
|
|
3727
4322
|
channel_id: 'channel-4',
|
|
3728
|
-
base_denom: 'y:utia:31Dec2024',
|
|
4323
|
+
base_denom: 'y:utia:31Dec2024',
|
|
4324
|
+
chain_name: 'pryzm'
|
|
4325
|
+
},
|
|
4326
|
+
chain: {
|
|
4327
|
+
channel_id: 'channel-473'
|
|
4328
|
+
}
|
|
4329
|
+
}]
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
4333
|
+
denom_units: [{
|
|
4334
|
+
denom: 'ibc/FD7304DA50454FF8E721F6D51C2663BFBB526CB7B6538378696ABE41DE0AC66C',
|
|
4335
|
+
exponent: 0,
|
|
4336
|
+
aliases: ['y:utia:31Dec2025']
|
|
4337
|
+
}, {
|
|
4338
|
+
denom: 'yTIA31Dec2025',
|
|
4339
|
+
exponent: 6
|
|
4340
|
+
}],
|
|
4341
|
+
base: 'ibc/FD7304DA50454FF8E721F6D51C2663BFBB526CB7B6538378696ABE41DE0AC66C',
|
|
4342
|
+
name: 'yTia (31Dec2025)',
|
|
4343
|
+
display: 'yTIA31Dec2025',
|
|
4344
|
+
symbol: 'yTIA-31Dec2025',
|
|
4345
|
+
logo_URIs: {
|
|
4346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4348
|
+
},
|
|
4349
|
+
images: [{
|
|
4350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4352
|
+
}],
|
|
4353
|
+
type_asset: 'sdk.coin',
|
|
4354
|
+
traces: [{
|
|
4355
|
+
type: 'ibc',
|
|
4356
|
+
counterparty: {
|
|
4357
|
+
channel_id: 'channel-4',
|
|
4358
|
+
base_denom: 'y:utia:31Dec2025',
|
|
3729
4359
|
chain_name: 'pryzm'
|
|
3730
4360
|
},
|
|
3731
4361
|
chain: {
|
|
@@ -3734,19 +4364,19 @@ const assets = {
|
|
|
3734
4364
|
}]
|
|
3735
4365
|
},
|
|
3736
4366
|
{
|
|
3737
|
-
description: 'Pryzm\'s refracted yield token for TIA with maturity of
|
|
4367
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
3738
4368
|
denom_units: [{
|
|
3739
|
-
denom: 'ibc/
|
|
4369
|
+
denom: 'ibc/832A375734717F8878B1205D1B72175CB0C8511FB1358FA6553F84741ECB4CD4',
|
|
3740
4370
|
exponent: 0,
|
|
3741
|
-
aliases: ['y:utia:
|
|
4371
|
+
aliases: ['y:utia:31Dec2026']
|
|
3742
4372
|
}, {
|
|
3743
|
-
denom: '
|
|
4373
|
+
denom: 'yTIA31Dec2026',
|
|
3744
4374
|
exponent: 6
|
|
3745
4375
|
}],
|
|
3746
|
-
base: 'ibc/
|
|
3747
|
-
name: 'yTia (
|
|
3748
|
-
display: '
|
|
3749
|
-
symbol: 'yTIA-
|
|
4376
|
+
base: 'ibc/832A375734717F8878B1205D1B72175CB0C8511FB1358FA6553F84741ECB4CD4',
|
|
4377
|
+
name: 'yTia (31Dec2026)',
|
|
4378
|
+
display: 'yTIA31Dec2026',
|
|
4379
|
+
symbol: 'yTIA-31Dec2026',
|
|
3750
4380
|
logo_URIs: {
|
|
3751
4381
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3752
4382
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
@@ -3760,7 +4390,7 @@ const assets = {
|
|
|
3760
4390
|
type: 'ibc',
|
|
3761
4391
|
counterparty: {
|
|
3762
4392
|
channel_id: 'channel-4',
|
|
3763
|
-
base_denom: 'y:utia:
|
|
4393
|
+
base_denom: 'y:utia:31Dec2026',
|
|
3764
4394
|
chain_name: 'pryzm'
|
|
3765
4395
|
},
|
|
3766
4396
|
chain: {
|
|
@@ -7971,6 +8601,41 @@ const assets = {
|
|
|
7971
8601
|
}
|
|
7972
8602
|
}]
|
|
7973
8603
|
},
|
|
8604
|
+
{
|
|
8605
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
8606
|
+
denom_units: [{
|
|
8607
|
+
denom: 'ibc/9E5A438A564D1C2E96E87ECA0F6813EBD9C83D6A8337E202EC0DAAB643DED042',
|
|
8608
|
+
exponent: 0,
|
|
8609
|
+
aliases: ['p:uatom:31Dec2026']
|
|
8610
|
+
}, {
|
|
8611
|
+
denom: 'pATOM31Dec2026',
|
|
8612
|
+
exponent: 6
|
|
8613
|
+
}],
|
|
8614
|
+
base: 'ibc/9E5A438A564D1C2E96E87ECA0F6813EBD9C83D6A8337E202EC0DAAB643DED042',
|
|
8615
|
+
name: 'pAtom (31Dec2026)',
|
|
8616
|
+
display: 'pATOM31Dec2026',
|
|
8617
|
+
symbol: 'pATOM-31Dec2026',
|
|
8618
|
+
logo_URIs: {
|
|
8619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8620
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8621
|
+
},
|
|
8622
|
+
images: [{
|
|
8623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8624
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8625
|
+
}],
|
|
8626
|
+
type_asset: 'sdk.coin',
|
|
8627
|
+
traces: [{
|
|
8628
|
+
type: 'ibc',
|
|
8629
|
+
counterparty: {
|
|
8630
|
+
channel_id: 'channel-4',
|
|
8631
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
8632
|
+
chain_name: 'pryzm'
|
|
8633
|
+
},
|
|
8634
|
+
chain: {
|
|
8635
|
+
channel_id: 'channel-473'
|
|
8636
|
+
}
|
|
8637
|
+
}]
|
|
8638
|
+
},
|
|
7974
8639
|
{
|
|
7975
8640
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
7976
8641
|
denom_units: [{
|
|
@@ -8076,6 +8741,41 @@ const assets = {
|
|
|
8076
8741
|
}
|
|
8077
8742
|
}]
|
|
8078
8743
|
},
|
|
8744
|
+
{
|
|
8745
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
8746
|
+
denom_units: [{
|
|
8747
|
+
denom: 'ibc/1BCF08970525B9302C5F5C4844BDF036C1BF12336A5CDEA1074F92FC077AE6AA',
|
|
8748
|
+
exponent: 0,
|
|
8749
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
8750
|
+
}, {
|
|
8751
|
+
denom: 'pOSMO31Dec2026',
|
|
8752
|
+
exponent: 6
|
|
8753
|
+
}],
|
|
8754
|
+
base: 'ibc/1BCF08970525B9302C5F5C4844BDF036C1BF12336A5CDEA1074F92FC077AE6AA',
|
|
8755
|
+
name: 'pOsmo (31Dec2026)',
|
|
8756
|
+
display: 'pOSMO31Dec2026',
|
|
8757
|
+
symbol: 'pOSMO-31Dec2026',
|
|
8758
|
+
logo_URIs: {
|
|
8759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
8760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
8761
|
+
},
|
|
8762
|
+
images: [{
|
|
8763
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
8764
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
8765
|
+
}],
|
|
8766
|
+
type_asset: 'sdk.coin',
|
|
8767
|
+
traces: [{
|
|
8768
|
+
type: 'ibc',
|
|
8769
|
+
counterparty: {
|
|
8770
|
+
channel_id: 'channel-4',
|
|
8771
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
8772
|
+
chain_name: 'pryzm'
|
|
8773
|
+
},
|
|
8774
|
+
chain: {
|
|
8775
|
+
channel_id: 'channel-473'
|
|
8776
|
+
}
|
|
8777
|
+
}]
|
|
8778
|
+
},
|
|
8079
8779
|
{
|
|
8080
8780
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
8081
8781
|
denom_units: [{
|
|
@@ -8181,6 +8881,41 @@ const assets = {
|
|
|
8181
8881
|
}
|
|
8182
8882
|
}]
|
|
8183
8883
|
},
|
|
8884
|
+
{
|
|
8885
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
8886
|
+
denom_units: [{
|
|
8887
|
+
denom: 'ibc/A51E4337C059C47BD05C8CF613F79F0D8C4776F4B252DCF451E49E05D2EBE149',
|
|
8888
|
+
exponent: 0,
|
|
8889
|
+
aliases: ['p:inj:31Dec2026']
|
|
8890
|
+
}, {
|
|
8891
|
+
denom: 'pINJ31Dec2026',
|
|
8892
|
+
exponent: 18
|
|
8893
|
+
}],
|
|
8894
|
+
base: 'ibc/A51E4337C059C47BD05C8CF613F79F0D8C4776F4B252DCF451E49E05D2EBE149',
|
|
8895
|
+
name: 'pInj (31Dec2026)',
|
|
8896
|
+
display: 'pINJ31Dec2026',
|
|
8897
|
+
symbol: 'pINJ-31Dec2026',
|
|
8898
|
+
logo_URIs: {
|
|
8899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
8900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
8901
|
+
},
|
|
8902
|
+
images: [{
|
|
8903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
8904
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
8905
|
+
}],
|
|
8906
|
+
type_asset: 'sdk.coin',
|
|
8907
|
+
traces: [{
|
|
8908
|
+
type: 'ibc',
|
|
8909
|
+
counterparty: {
|
|
8910
|
+
channel_id: 'channel-4',
|
|
8911
|
+
base_denom: 'p:inj:31Dec2026',
|
|
8912
|
+
chain_name: 'pryzm'
|
|
8913
|
+
},
|
|
8914
|
+
chain: {
|
|
8915
|
+
channel_id: 'channel-473'
|
|
8916
|
+
}
|
|
8917
|
+
}]
|
|
8918
|
+
},
|
|
8184
8919
|
{
|
|
8185
8920
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
8186
8921
|
denom_units: [{
|
|
@@ -8251,6 +8986,41 @@ const assets = {
|
|
|
8251
8986
|
}
|
|
8252
8987
|
}]
|
|
8253
8988
|
},
|
|
8989
|
+
{
|
|
8990
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
8991
|
+
denom_units: [{
|
|
8992
|
+
denom: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5',
|
|
8993
|
+
exponent: 0,
|
|
8994
|
+
aliases: ['p:uluna:31Dec2026']
|
|
8995
|
+
}, {
|
|
8996
|
+
denom: 'pLUNA31Dec2026',
|
|
8997
|
+
exponent: 6
|
|
8998
|
+
}],
|
|
8999
|
+
base: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5',
|
|
9000
|
+
name: 'pLuna (31Dec2026)',
|
|
9001
|
+
display: 'pLUNA31Dec2026',
|
|
9002
|
+
symbol: 'pLUNA-31Dec2026',
|
|
9003
|
+
logo_URIs: {
|
|
9004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9006
|
+
},
|
|
9007
|
+
images: [{
|
|
9008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
9010
|
+
}],
|
|
9011
|
+
type_asset: 'sdk.coin',
|
|
9012
|
+
traces: [{
|
|
9013
|
+
type: 'ibc',
|
|
9014
|
+
counterparty: {
|
|
9015
|
+
channel_id: 'channel-4',
|
|
9016
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
9017
|
+
chain_name: 'pryzm'
|
|
9018
|
+
},
|
|
9019
|
+
chain: {
|
|
9020
|
+
channel_id: 'channel-473'
|
|
9021
|
+
}
|
|
9022
|
+
}]
|
|
9023
|
+
},
|
|
8254
9024
|
{
|
|
8255
9025
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
8256
9026
|
denom_units: [{
|
|
@@ -8391,6 +9161,41 @@ const assets = {
|
|
|
8391
9161
|
}
|
|
8392
9162
|
}]
|
|
8393
9163
|
},
|
|
9164
|
+
{
|
|
9165
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
9166
|
+
denom_units: [{
|
|
9167
|
+
denom: 'ibc/BCEB3046AF563E6AF374323994A2C261AE78AD991CB79F98814063CE441ED94E',
|
|
9168
|
+
exponent: 0,
|
|
9169
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
9170
|
+
}, {
|
|
9171
|
+
denom: 'pAUUU31Dec2026',
|
|
9172
|
+
exponent: 6
|
|
9173
|
+
}],
|
|
9174
|
+
base: 'ibc/BCEB3046AF563E6AF374323994A2C261AE78AD991CB79F98814063CE441ED94E',
|
|
9175
|
+
name: 'pAuuu (31Dec2026)',
|
|
9176
|
+
display: 'pAUUU31Dec2026',
|
|
9177
|
+
symbol: 'pAUUU-31Dec2026',
|
|
9178
|
+
logo_URIs: {
|
|
9179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
9180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9181
|
+
},
|
|
9182
|
+
images: [{
|
|
9183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
9184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9185
|
+
}],
|
|
9186
|
+
type_asset: 'sdk.coin',
|
|
9187
|
+
traces: [{
|
|
9188
|
+
type: 'ibc',
|
|
9189
|
+
counterparty: {
|
|
9190
|
+
channel_id: 'channel-4',
|
|
9191
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
9192
|
+
chain_name: 'pryzm'
|
|
9193
|
+
},
|
|
9194
|
+
chain: {
|
|
9195
|
+
channel_id: 'channel-473'
|
|
9196
|
+
}
|
|
9197
|
+
}]
|
|
9198
|
+
},
|
|
8394
9199
|
{
|
|
8395
9200
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
8396
9201
|
denom_units: [{
|
|
@@ -8496,6 +9301,41 @@ const assets = {
|
|
|
8496
9301
|
}
|
|
8497
9302
|
}]
|
|
8498
9303
|
},
|
|
9304
|
+
{
|
|
9305
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
9306
|
+
denom_units: [{
|
|
9307
|
+
denom: 'ibc/1344AED43978313AF9DE7C4344E26E6B1AF460B0ED0F88966597FFC59DDB7FCB',
|
|
9308
|
+
exponent: 0,
|
|
9309
|
+
aliases: ['p:stutia:31Dec2026']
|
|
9310
|
+
}, {
|
|
9311
|
+
denom: 'pstTIA31Dec2026',
|
|
9312
|
+
exponent: 6
|
|
9313
|
+
}],
|
|
9314
|
+
base: 'ibc/1344AED43978313AF9DE7C4344E26E6B1AF460B0ED0F88966597FFC59DDB7FCB',
|
|
9315
|
+
name: 'pstTia (31Dec2026)',
|
|
9316
|
+
display: 'pstTIA31Dec2026',
|
|
9317
|
+
symbol: 'pstTIA-31Dec2026',
|
|
9318
|
+
logo_URIs: {
|
|
9319
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
9320
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
9321
|
+
},
|
|
9322
|
+
images: [{
|
|
9323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
9324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
9325
|
+
}],
|
|
9326
|
+
type_asset: 'sdk.coin',
|
|
9327
|
+
traces: [{
|
|
9328
|
+
type: 'ibc',
|
|
9329
|
+
counterparty: {
|
|
9330
|
+
channel_id: 'channel-4',
|
|
9331
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
9332
|
+
chain_name: 'pryzm'
|
|
9333
|
+
},
|
|
9334
|
+
chain: {
|
|
9335
|
+
channel_id: 'channel-473'
|
|
9336
|
+
}
|
|
9337
|
+
}]
|
|
9338
|
+
},
|
|
8499
9339
|
{
|
|
8500
9340
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
8501
9341
|
denom_units: [{
|
|
@@ -8601,6 +9441,41 @@ const assets = {
|
|
|
8601
9441
|
}
|
|
8602
9442
|
}]
|
|
8603
9443
|
},
|
|
9444
|
+
{
|
|
9445
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
9446
|
+
denom_units: [{
|
|
9447
|
+
denom: 'ibc/7DE8FAE6FBD44BE63BDF1516D0BF801E373C2CDA0E7C2B828D2D7525E10E25BF',
|
|
9448
|
+
exponent: 0,
|
|
9449
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
9450
|
+
}, {
|
|
9451
|
+
denom: 'pstDYDX31Dec2026',
|
|
9452
|
+
exponent: 18
|
|
9453
|
+
}],
|
|
9454
|
+
base: 'ibc/7DE8FAE6FBD44BE63BDF1516D0BF801E373C2CDA0E7C2B828D2D7525E10E25BF',
|
|
9455
|
+
name: 'pstDydx (31Dec2026)',
|
|
9456
|
+
display: 'pstDYDX31Dec2026',
|
|
9457
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
9458
|
+
logo_URIs: {
|
|
9459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
9460
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
9461
|
+
},
|
|
9462
|
+
images: [{
|
|
9463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
9464
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
9465
|
+
}],
|
|
9466
|
+
type_asset: 'sdk.coin',
|
|
9467
|
+
traces: [{
|
|
9468
|
+
type: 'ibc',
|
|
9469
|
+
counterparty: {
|
|
9470
|
+
channel_id: 'channel-4',
|
|
9471
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
9472
|
+
chain_name: 'pryzm'
|
|
9473
|
+
},
|
|
9474
|
+
chain: {
|
|
9475
|
+
channel_id: 'channel-473'
|
|
9476
|
+
}
|
|
9477
|
+
}]
|
|
9478
|
+
},
|
|
8604
9479
|
{
|
|
8605
9480
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
8606
9481
|
denom_units: [{
|
|
@@ -8706,6 +9581,41 @@ const assets = {
|
|
|
8706
9581
|
}
|
|
8707
9582
|
}]
|
|
8708
9583
|
},
|
|
9584
|
+
{
|
|
9585
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
9586
|
+
denom_units: [{
|
|
9587
|
+
denom: 'ibc/066E2C72D067414E6B3F9632DE67612AB6908DB956EB02C3272BD8D101C851BA',
|
|
9588
|
+
exponent: 0,
|
|
9589
|
+
aliases: ['p:udatom:31Dec2026']
|
|
9590
|
+
}, {
|
|
9591
|
+
denom: 'pdATOM31Dec2026',
|
|
9592
|
+
exponent: 6
|
|
9593
|
+
}],
|
|
9594
|
+
base: 'ibc/066E2C72D067414E6B3F9632DE67612AB6908DB956EB02C3272BD8D101C851BA',
|
|
9595
|
+
name: 'pdAtom (31Dec2026)',
|
|
9596
|
+
display: 'pdATOM31Dec2026',
|
|
9597
|
+
symbol: 'pdATOM-31Dec2026',
|
|
9598
|
+
logo_URIs: {
|
|
9599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
9600
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
9601
|
+
},
|
|
9602
|
+
images: [{
|
|
9603
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
9604
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
9605
|
+
}],
|
|
9606
|
+
type_asset: 'sdk.coin',
|
|
9607
|
+
traces: [{
|
|
9608
|
+
type: 'ibc',
|
|
9609
|
+
counterparty: {
|
|
9610
|
+
channel_id: 'channel-4',
|
|
9611
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
9612
|
+
chain_name: 'pryzm'
|
|
9613
|
+
},
|
|
9614
|
+
chain: {
|
|
9615
|
+
channel_id: 'channel-473'
|
|
9616
|
+
}
|
|
9617
|
+
}]
|
|
9618
|
+
},
|
|
8709
9619
|
{
|
|
8710
9620
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
8711
9621
|
denom_units: [{
|
|
@@ -8733,7 +9643,42 @@ const assets = {
|
|
|
8733
9643
|
type: 'ibc',
|
|
8734
9644
|
counterparty: {
|
|
8735
9645
|
channel_id: 'channel-4',
|
|
8736
|
-
base_denom: 'p:utia:31Dec2024',
|
|
9646
|
+
base_denom: 'p:utia:31Dec2024',
|
|
9647
|
+
chain_name: 'pryzm'
|
|
9648
|
+
},
|
|
9649
|
+
chain: {
|
|
9650
|
+
channel_id: 'channel-473'
|
|
9651
|
+
}
|
|
9652
|
+
}]
|
|
9653
|
+
},
|
|
9654
|
+
{
|
|
9655
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
9656
|
+
denom_units: [{
|
|
9657
|
+
denom: 'ibc/840BBEAF444A141C9BF0CFB59779E8C516F4F4C4C4E2AA204EE6FA6A518AA47F',
|
|
9658
|
+
exponent: 0,
|
|
9659
|
+
aliases: ['p:utia:31Dec2025']
|
|
9660
|
+
}, {
|
|
9661
|
+
denom: 'pTIA31Dec2025',
|
|
9662
|
+
exponent: 6
|
|
9663
|
+
}],
|
|
9664
|
+
base: 'ibc/840BBEAF444A141C9BF0CFB59779E8C516F4F4C4C4E2AA204EE6FA6A518AA47F',
|
|
9665
|
+
name: 'pTia (31Dec2025)',
|
|
9666
|
+
display: 'pTIA31Dec2025',
|
|
9667
|
+
symbol: 'pTIA-31Dec2025',
|
|
9668
|
+
logo_URIs: {
|
|
9669
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
9670
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
9671
|
+
},
|
|
9672
|
+
images: [{
|
|
9673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
9674
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
9675
|
+
}],
|
|
9676
|
+
type_asset: 'sdk.coin',
|
|
9677
|
+
traces: [{
|
|
9678
|
+
type: 'ibc',
|
|
9679
|
+
counterparty: {
|
|
9680
|
+
channel_id: 'channel-4',
|
|
9681
|
+
base_denom: 'p:utia:31Dec2025',
|
|
8737
9682
|
chain_name: 'pryzm'
|
|
8738
9683
|
},
|
|
8739
9684
|
chain: {
|
|
@@ -8742,19 +9687,19 @@ const assets = {
|
|
|
8742
9687
|
}]
|
|
8743
9688
|
},
|
|
8744
9689
|
{
|
|
8745
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
9690
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
8746
9691
|
denom_units: [{
|
|
8747
|
-
denom: 'ibc/
|
|
9692
|
+
denom: 'ibc/F372C0D7A8CB4A399E2C9122EBE49DDB70E625B752EB4E2B88161A20AA2B8E45',
|
|
8748
9693
|
exponent: 0,
|
|
8749
|
-
aliases: ['p:utia:
|
|
9694
|
+
aliases: ['p:utia:31Dec2026']
|
|
8750
9695
|
}, {
|
|
8751
|
-
denom: '
|
|
9696
|
+
denom: 'pTIA31Dec2026',
|
|
8752
9697
|
exponent: 6
|
|
8753
9698
|
}],
|
|
8754
|
-
base: 'ibc/
|
|
8755
|
-
name: 'pTia (
|
|
8756
|
-
display: '
|
|
8757
|
-
symbol: 'pTIA-
|
|
9699
|
+
base: 'ibc/F372C0D7A8CB4A399E2C9122EBE49DDB70E625B752EB4E2B88161A20AA2B8E45',
|
|
9700
|
+
name: 'pTia (31Dec2026)',
|
|
9701
|
+
display: 'pTIA31Dec2026',
|
|
9702
|
+
symbol: 'pTIA-31Dec2026',
|
|
8758
9703
|
logo_URIs: {
|
|
8759
9704
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8760
9705
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
@@ -8768,7 +9713,7 @@ const assets = {
|
|
|
8768
9713
|
type: 'ibc',
|
|
8769
9714
|
counterparty: {
|
|
8770
9715
|
channel_id: 'channel-4',
|
|
8771
|
-
base_denom: 'p:utia:
|
|
9716
|
+
base_denom: 'p:utia:31Dec2026',
|
|
8772
9717
|
chain_name: 'pryzm'
|
|
8773
9718
|
},
|
|
8774
9719
|
chain: {
|
|
@@ -8881,6 +9826,41 @@ const assets = {
|
|
|
8881
9826
|
}
|
|
8882
9827
|
}]
|
|
8883
9828
|
},
|
|
9829
|
+
{
|
|
9830
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
9831
|
+
denom_units: [{
|
|
9832
|
+
denom: 'ibc/4345C08F274F065C602C9C759A54B142762C4BF0E4C72EDE6294B7C4FBB691DD',
|
|
9833
|
+
exponent: 0,
|
|
9834
|
+
aliases: ['y:uatom:31Dec2026']
|
|
9835
|
+
}, {
|
|
9836
|
+
denom: 'yATOM31Dec2026',
|
|
9837
|
+
exponent: 6
|
|
9838
|
+
}],
|
|
9839
|
+
base: 'ibc/4345C08F274F065C602C9C759A54B142762C4BF0E4C72EDE6294B7C4FBB691DD',
|
|
9840
|
+
name: 'yAtom (31Dec2026)',
|
|
9841
|
+
display: 'yATOM31Dec2026',
|
|
9842
|
+
symbol: 'yATOM-31Dec2026',
|
|
9843
|
+
logo_URIs: {
|
|
9844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
9845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
9846
|
+
},
|
|
9847
|
+
images: [{
|
|
9848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
9849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
9850
|
+
}],
|
|
9851
|
+
type_asset: 'sdk.coin',
|
|
9852
|
+
traces: [{
|
|
9853
|
+
type: 'ibc',
|
|
9854
|
+
counterparty: {
|
|
9855
|
+
channel_id: 'channel-4',
|
|
9856
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
9857
|
+
chain_name: 'pryzm'
|
|
9858
|
+
},
|
|
9859
|
+
chain: {
|
|
9860
|
+
channel_id: 'channel-473'
|
|
9861
|
+
}
|
|
9862
|
+
}]
|
|
9863
|
+
},
|
|
8884
9864
|
{
|
|
8885
9865
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
8886
9866
|
denom_units: [{
|
|
@@ -8986,6 +9966,41 @@ const assets = {
|
|
|
8986
9966
|
}
|
|
8987
9967
|
}]
|
|
8988
9968
|
},
|
|
9969
|
+
{
|
|
9970
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
9971
|
+
denom_units: [{
|
|
9972
|
+
denom: 'ibc/5C0C04A6C03AAE189DF57A4DF1F6E0861C02A9E620515727C9EDCE6B96894357',
|
|
9973
|
+
exponent: 0,
|
|
9974
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
9975
|
+
}, {
|
|
9976
|
+
denom: 'yOSMO31Dec2026',
|
|
9977
|
+
exponent: 6
|
|
9978
|
+
}],
|
|
9979
|
+
base: 'ibc/5C0C04A6C03AAE189DF57A4DF1F6E0861C02A9E620515727C9EDCE6B96894357',
|
|
9980
|
+
name: 'yOsmo (31Dec2026)',
|
|
9981
|
+
display: 'yOSMO31Dec2026',
|
|
9982
|
+
symbol: 'yOSMO-31Dec2026',
|
|
9983
|
+
logo_URIs: {
|
|
9984
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
9985
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
9986
|
+
},
|
|
9987
|
+
images: [{
|
|
9988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
9989
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
9990
|
+
}],
|
|
9991
|
+
type_asset: 'sdk.coin',
|
|
9992
|
+
traces: [{
|
|
9993
|
+
type: 'ibc',
|
|
9994
|
+
counterparty: {
|
|
9995
|
+
channel_id: 'channel-4',
|
|
9996
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
9997
|
+
chain_name: 'pryzm'
|
|
9998
|
+
},
|
|
9999
|
+
chain: {
|
|
10000
|
+
channel_id: 'channel-473'
|
|
10001
|
+
}
|
|
10002
|
+
}]
|
|
10003
|
+
},
|
|
8989
10004
|
{
|
|
8990
10005
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
8991
10006
|
denom_units: [{
|
|
@@ -9091,6 +10106,41 @@ const assets = {
|
|
|
9091
10106
|
}
|
|
9092
10107
|
}]
|
|
9093
10108
|
},
|
|
10109
|
+
{
|
|
10110
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
10111
|
+
denom_units: [{
|
|
10112
|
+
denom: 'ibc/F5A02C613044C9911A531A7E56B6E6394DFC965E4CA0FE8DFF608D535D0C576E',
|
|
10113
|
+
exponent: 0,
|
|
10114
|
+
aliases: ['y:inj:31Dec2026']
|
|
10115
|
+
}, {
|
|
10116
|
+
denom: 'yINJ31Dec2026',
|
|
10117
|
+
exponent: 18
|
|
10118
|
+
}],
|
|
10119
|
+
base: 'ibc/F5A02C613044C9911A531A7E56B6E6394DFC965E4CA0FE8DFF608D535D0C576E',
|
|
10120
|
+
name: 'yInj (31Dec2026)',
|
|
10121
|
+
display: 'yINJ31Dec2026',
|
|
10122
|
+
symbol: 'yINJ-31Dec2026',
|
|
10123
|
+
logo_URIs: {
|
|
10124
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
10125
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
10126
|
+
},
|
|
10127
|
+
images: [{
|
|
10128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
10129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
10130
|
+
}],
|
|
10131
|
+
type_asset: 'sdk.coin',
|
|
10132
|
+
traces: [{
|
|
10133
|
+
type: 'ibc',
|
|
10134
|
+
counterparty: {
|
|
10135
|
+
channel_id: 'channel-4',
|
|
10136
|
+
base_denom: 'y:inj:31Dec2026',
|
|
10137
|
+
chain_name: 'pryzm'
|
|
10138
|
+
},
|
|
10139
|
+
chain: {
|
|
10140
|
+
channel_id: 'channel-473'
|
|
10141
|
+
}
|
|
10142
|
+
}]
|
|
10143
|
+
},
|
|
9094
10144
|
{
|
|
9095
10145
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
9096
10146
|
denom_units: [{
|
|
@@ -9196,6 +10246,41 @@ const assets = {
|
|
|
9196
10246
|
}
|
|
9197
10247
|
}]
|
|
9198
10248
|
},
|
|
10249
|
+
{
|
|
10250
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
10251
|
+
denom_units: [{
|
|
10252
|
+
denom: 'ibc/D825EB20186CD1ACEB2A2D6F381981548ABCE9E4661D80CF0BDB8162D83030A4',
|
|
10253
|
+
exponent: 0,
|
|
10254
|
+
aliases: ['y:uluna:31Dec2026']
|
|
10255
|
+
}, {
|
|
10256
|
+
denom: 'yLUNA31Dec2026',
|
|
10257
|
+
exponent: 6
|
|
10258
|
+
}],
|
|
10259
|
+
base: 'ibc/D825EB20186CD1ACEB2A2D6F381981548ABCE9E4661D80CF0BDB8162D83030A4',
|
|
10260
|
+
name: 'yLuna (31Dec2026)',
|
|
10261
|
+
display: 'yLUNA31Dec2026',
|
|
10262
|
+
symbol: 'yLUNA-31Dec2026',
|
|
10263
|
+
logo_URIs: {
|
|
10264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
10265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
10266
|
+
},
|
|
10267
|
+
images: [{
|
|
10268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
10269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
10270
|
+
}],
|
|
10271
|
+
type_asset: 'sdk.coin',
|
|
10272
|
+
traces: [{
|
|
10273
|
+
type: 'ibc',
|
|
10274
|
+
counterparty: {
|
|
10275
|
+
channel_id: 'channel-4',
|
|
10276
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
10277
|
+
chain_name: 'pryzm'
|
|
10278
|
+
},
|
|
10279
|
+
chain: {
|
|
10280
|
+
channel_id: 'channel-473'
|
|
10281
|
+
}
|
|
10282
|
+
}]
|
|
10283
|
+
},
|
|
9199
10284
|
{
|
|
9200
10285
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
9201
10286
|
denom_units: [{
|
|
@@ -9301,6 +10386,41 @@ const assets = {
|
|
|
9301
10386
|
}
|
|
9302
10387
|
}]
|
|
9303
10388
|
},
|
|
10389
|
+
{
|
|
10390
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
10391
|
+
denom_units: [{
|
|
10392
|
+
denom: 'ibc/EA591EC29836E81EE8390017CD38439B742463D6A6630CC3065F05B87FF499E6',
|
|
10393
|
+
exponent: 0,
|
|
10394
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
10395
|
+
}, {
|
|
10396
|
+
denom: 'yAUUU31Dec2026',
|
|
10397
|
+
exponent: 6
|
|
10398
|
+
}],
|
|
10399
|
+
base: 'ibc/EA591EC29836E81EE8390017CD38439B742463D6A6630CC3065F05B87FF499E6',
|
|
10400
|
+
name: 'yAuuu (31Dec2026)',
|
|
10401
|
+
display: 'yAUUU31Dec2026',
|
|
10402
|
+
symbol: 'yAUUU-31Dec2026',
|
|
10403
|
+
logo_URIs: {
|
|
10404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
10405
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
10406
|
+
},
|
|
10407
|
+
images: [{
|
|
10408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
10409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
10410
|
+
}],
|
|
10411
|
+
type_asset: 'sdk.coin',
|
|
10412
|
+
traces: [{
|
|
10413
|
+
type: 'ibc',
|
|
10414
|
+
counterparty: {
|
|
10415
|
+
channel_id: 'channel-4',
|
|
10416
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
10417
|
+
chain_name: 'pryzm'
|
|
10418
|
+
},
|
|
10419
|
+
chain: {
|
|
10420
|
+
channel_id: 'channel-473'
|
|
10421
|
+
}
|
|
10422
|
+
}]
|
|
10423
|
+
},
|
|
9304
10424
|
{
|
|
9305
10425
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
9306
10426
|
denom_units: [{
|
|
@@ -9406,6 +10526,41 @@ const assets = {
|
|
|
9406
10526
|
}
|
|
9407
10527
|
}]
|
|
9408
10528
|
},
|
|
10529
|
+
{
|
|
10530
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
10531
|
+
denom_units: [{
|
|
10532
|
+
denom: 'ibc/E979470B7CB613C1BA705354A6253C6FFAD54416BA233645FB613E85CE116560',
|
|
10533
|
+
exponent: 0,
|
|
10534
|
+
aliases: ['y:stutia:31Dec2026']
|
|
10535
|
+
}, {
|
|
10536
|
+
denom: 'ystTIA31Dec2026',
|
|
10537
|
+
exponent: 6
|
|
10538
|
+
}],
|
|
10539
|
+
base: 'ibc/E979470B7CB613C1BA705354A6253C6FFAD54416BA233645FB613E85CE116560',
|
|
10540
|
+
name: 'ystTia (31Dec2026)',
|
|
10541
|
+
display: 'ystTIA31Dec2026',
|
|
10542
|
+
symbol: 'ystTIA-31Dec2026',
|
|
10543
|
+
logo_URIs: {
|
|
10544
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
10545
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
10546
|
+
},
|
|
10547
|
+
images: [{
|
|
10548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
10549
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
10550
|
+
}],
|
|
10551
|
+
type_asset: 'sdk.coin',
|
|
10552
|
+
traces: [{
|
|
10553
|
+
type: 'ibc',
|
|
10554
|
+
counterparty: {
|
|
10555
|
+
channel_id: 'channel-4',
|
|
10556
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
10557
|
+
chain_name: 'pryzm'
|
|
10558
|
+
},
|
|
10559
|
+
chain: {
|
|
10560
|
+
channel_id: 'channel-473'
|
|
10561
|
+
}
|
|
10562
|
+
}]
|
|
10563
|
+
},
|
|
9409
10564
|
{
|
|
9410
10565
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
9411
10566
|
denom_units: [{
|
|
@@ -9414,7 +10569,7 @@ const assets = {
|
|
|
9414
10569
|
aliases: ['y:stadydx:30Sep2024']
|
|
9415
10570
|
}, {
|
|
9416
10571
|
denom: 'ystDYDX30Sep2024',
|
|
9417
|
-
exponent:
|
|
10572
|
+
exponent: 18
|
|
9418
10573
|
}],
|
|
9419
10574
|
base: 'ibc/588422D46DC66A1FA347E5530CD74649484268213F2B0A4FD681A0F99827C615',
|
|
9420
10575
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -9449,7 +10604,7 @@ const assets = {
|
|
|
9449
10604
|
aliases: ['y:stadydx:31Dec2024']
|
|
9450
10605
|
}, {
|
|
9451
10606
|
denom: 'ystDYDX31Dec2024',
|
|
9452
|
-
exponent:
|
|
10607
|
+
exponent: 18
|
|
9453
10608
|
}],
|
|
9454
10609
|
base: 'ibc/B7B2453819C2A409C0C7DFEF9586D3B40EDB0280429A2C0F0F29F333BBC991E7',
|
|
9455
10610
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -9484,7 +10639,7 @@ const assets = {
|
|
|
9484
10639
|
aliases: ['y:stadydx:31Dec2025']
|
|
9485
10640
|
}, {
|
|
9486
10641
|
denom: 'ystDYDX31Dec2025',
|
|
9487
|
-
exponent:
|
|
10642
|
+
exponent: 18
|
|
9488
10643
|
}],
|
|
9489
10644
|
base: 'ibc/04B5415DE0AAD8C02289088FAE5DEA48BAE9E39AFCD94037FB3FBA206E3AD6FB',
|
|
9490
10645
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -9511,6 +10666,41 @@ const assets = {
|
|
|
9511
10666
|
}
|
|
9512
10667
|
}]
|
|
9513
10668
|
},
|
|
10669
|
+
{
|
|
10670
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
10671
|
+
denom_units: [{
|
|
10672
|
+
denom: 'ibc/A61BB0872BDCBF1F798BAA7E98C87221B16DC57C4639F0DE0CEC7D5B1639723D',
|
|
10673
|
+
exponent: 0,
|
|
10674
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
10675
|
+
}, {
|
|
10676
|
+
denom: 'ystDYDX31Dec2026',
|
|
10677
|
+
exponent: 18
|
|
10678
|
+
}],
|
|
10679
|
+
base: 'ibc/A61BB0872BDCBF1F798BAA7E98C87221B16DC57C4639F0DE0CEC7D5B1639723D',
|
|
10680
|
+
name: 'ystDydx (31Dec2026)',
|
|
10681
|
+
display: 'ystDYDX31Dec2026',
|
|
10682
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
10683
|
+
logo_URIs: {
|
|
10684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
10685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
10686
|
+
},
|
|
10687
|
+
images: [{
|
|
10688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
10689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
10690
|
+
}],
|
|
10691
|
+
type_asset: 'sdk.coin',
|
|
10692
|
+
traces: [{
|
|
10693
|
+
type: 'ibc',
|
|
10694
|
+
counterparty: {
|
|
10695
|
+
channel_id: 'channel-4',
|
|
10696
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
10697
|
+
chain_name: 'pryzm'
|
|
10698
|
+
},
|
|
10699
|
+
chain: {
|
|
10700
|
+
channel_id: 'channel-473'
|
|
10701
|
+
}
|
|
10702
|
+
}]
|
|
10703
|
+
},
|
|
9514
10704
|
{
|
|
9515
10705
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
9516
10706
|
denom_units: [{
|
|
@@ -9616,6 +10806,41 @@ const assets = {
|
|
|
9616
10806
|
}
|
|
9617
10807
|
}]
|
|
9618
10808
|
},
|
|
10809
|
+
{
|
|
10810
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
10811
|
+
denom_units: [{
|
|
10812
|
+
denom: 'ibc/0F500B5164DDE7C7B4C2F20BF1048234EC18266FF0C6DB8E14816ABDFEDAEFD4',
|
|
10813
|
+
exponent: 0,
|
|
10814
|
+
aliases: ['y:udatom:31Dec2026']
|
|
10815
|
+
}, {
|
|
10816
|
+
denom: 'ydATOM31Dec2026',
|
|
10817
|
+
exponent: 6
|
|
10818
|
+
}],
|
|
10819
|
+
base: 'ibc/0F500B5164DDE7C7B4C2F20BF1048234EC18266FF0C6DB8E14816ABDFEDAEFD4',
|
|
10820
|
+
name: 'ydAtom (31Dec2026)',
|
|
10821
|
+
display: 'ydATOM31Dec2026',
|
|
10822
|
+
symbol: 'ydATOM-31Dec2026',
|
|
10823
|
+
logo_URIs: {
|
|
10824
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
10825
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
10826
|
+
},
|
|
10827
|
+
images: [{
|
|
10828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
10829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
10830
|
+
}],
|
|
10831
|
+
type_asset: 'sdk.coin',
|
|
10832
|
+
traces: [{
|
|
10833
|
+
type: 'ibc',
|
|
10834
|
+
counterparty: {
|
|
10835
|
+
channel_id: 'channel-4',
|
|
10836
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
10837
|
+
chain_name: 'pryzm'
|
|
10838
|
+
},
|
|
10839
|
+
chain: {
|
|
10840
|
+
channel_id: 'channel-473'
|
|
10841
|
+
}
|
|
10842
|
+
}]
|
|
10843
|
+
},
|
|
9619
10844
|
{
|
|
9620
10845
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
9621
10846
|
denom_units: [{
|
|
@@ -9686,6 +10911,41 @@ const assets = {
|
|
|
9686
10911
|
}
|
|
9687
10912
|
}]
|
|
9688
10913
|
},
|
|
10914
|
+
{
|
|
10915
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
10916
|
+
denom_units: [{
|
|
10917
|
+
denom: 'ibc/832A375734717F8878B1205D1B72175CB0C8511FB1358FA6553F84741ECB4CD4',
|
|
10918
|
+
exponent: 0,
|
|
10919
|
+
aliases: ['y:utia:31Dec2026']
|
|
10920
|
+
}, {
|
|
10921
|
+
denom: 'yTIA31Dec2026',
|
|
10922
|
+
exponent: 6
|
|
10923
|
+
}],
|
|
10924
|
+
base: 'ibc/832A375734717F8878B1205D1B72175CB0C8511FB1358FA6553F84741ECB4CD4',
|
|
10925
|
+
name: 'yTia (31Dec2026)',
|
|
10926
|
+
display: 'yTIA31Dec2026',
|
|
10927
|
+
symbol: 'yTIA-31Dec2026',
|
|
10928
|
+
logo_URIs: {
|
|
10929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
10930
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
10931
|
+
},
|
|
10932
|
+
images: [{
|
|
10933
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
10934
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
10935
|
+
}],
|
|
10936
|
+
type_asset: 'sdk.coin',
|
|
10937
|
+
traces: [{
|
|
10938
|
+
type: 'ibc',
|
|
10939
|
+
counterparty: {
|
|
10940
|
+
channel_id: 'channel-4',
|
|
10941
|
+
base_denom: 'y:utia:31Dec2026',
|
|
10942
|
+
chain_name: 'pryzm'
|
|
10943
|
+
},
|
|
10944
|
+
chain: {
|
|
10945
|
+
channel_id: 'channel-473'
|
|
10946
|
+
}
|
|
10947
|
+
}]
|
|
10948
|
+
},
|
|
9689
10949
|
{
|
|
9690
10950
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
9691
10951
|
denom_units: [{
|