@chain-registry/assets 1.70.233 → 1.70.235
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/axelar.js +2595 -75
- package/esm/mainnet/celestia.js +2595 -75
- package/esm/mainnet/cosmoshub.js +2595 -75
- package/esm/mainnet/dydx.js +2595 -75
- package/esm/mainnet/injective.js +2595 -75
- package/esm/mainnet/neutron.js +2595 -75
- package/esm/mainnet/noble.js +2595 -75
- package/esm/mainnet/osmosis.js +2595 -75
- package/esm/mainnet/stride.js +2595 -75
- package/esm/mainnet/terra2.js +2595 -75
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +2595 -75
- package/mainnet/celestia.js +2595 -75
- package/mainnet/cosmoshub.js +2595 -75
- package/mainnet/dydx.js +2595 -75
- package/mainnet/injective.js +2595 -75
- package/mainnet/neutron.js +2595 -75
- package/mainnet/noble.js +2595 -75
- package/mainnet/osmosis.js +2595 -75
- package/mainnet/stride.js +2595 -75
- package/mainnet/terra2.js +2595 -75
- package/package.json +5 -5
package/mainnet/terra2.js
CHANGED
|
@@ -2265,6 +2265,76 @@ const assets = {
|
|
|
2265
2265
|
}
|
|
2266
2266
|
}]
|
|
2267
2267
|
},
|
|
2268
|
+
{
|
|
2269
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
2270
|
+
denom_units: [{
|
|
2271
|
+
denom: 'ibc/4C017A072D59DAEDB740766F746D1D1A6B75583FE0B8B4E66CE9EFD165C22925',
|
|
2272
|
+
exponent: 0,
|
|
2273
|
+
aliases: ['p:uatom:30Jun2025']
|
|
2274
|
+
}, {
|
|
2275
|
+
denom: 'pATOM30Jun2025',
|
|
2276
|
+
exponent: 6
|
|
2277
|
+
}],
|
|
2278
|
+
base: 'ibc/4C017A072D59DAEDB740766F746D1D1A6B75583FE0B8B4E66CE9EFD165C22925',
|
|
2279
|
+
name: 'pAtom (30Jun2025)',
|
|
2280
|
+
display: 'pATOM30Jun2025',
|
|
2281
|
+
symbol: 'pATOM-30Jun2025',
|
|
2282
|
+
logo_URIs: {
|
|
2283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2284
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2285
|
+
},
|
|
2286
|
+
images: [{
|
|
2287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2288
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2289
|
+
}],
|
|
2290
|
+
type_asset: 'sdk.coin',
|
|
2291
|
+
traces: [{
|
|
2292
|
+
type: 'ibc',
|
|
2293
|
+
counterparty: {
|
|
2294
|
+
channel_id: 'channel-4',
|
|
2295
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
2296
|
+
chain_name: 'pryzm'
|
|
2297
|
+
},
|
|
2298
|
+
chain: {
|
|
2299
|
+
channel_id: 'channel-473'
|
|
2300
|
+
}
|
|
2301
|
+
}]
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
2305
|
+
denom_units: [{
|
|
2306
|
+
denom: 'ibc/39ADA232A203B9647DCA8337BF5914F86C00D74E2A9DCAC66AE167EBC9CB3CAD',
|
|
2307
|
+
exponent: 0,
|
|
2308
|
+
aliases: ['p:uatom:30Sep2025']
|
|
2309
|
+
}, {
|
|
2310
|
+
denom: 'pATOM30Sep2025',
|
|
2311
|
+
exponent: 6
|
|
2312
|
+
}],
|
|
2313
|
+
base: 'ibc/39ADA232A203B9647DCA8337BF5914F86C00D74E2A9DCAC66AE167EBC9CB3CAD',
|
|
2314
|
+
name: 'pAtom (30Sep2025)',
|
|
2315
|
+
display: 'pATOM30Sep2025',
|
|
2316
|
+
symbol: 'pATOM-30Sep2025',
|
|
2317
|
+
logo_URIs: {
|
|
2318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2319
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2320
|
+
},
|
|
2321
|
+
images: [{
|
|
2322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2324
|
+
}],
|
|
2325
|
+
type_asset: 'sdk.coin',
|
|
2326
|
+
traces: [{
|
|
2327
|
+
type: 'ibc',
|
|
2328
|
+
counterparty: {
|
|
2329
|
+
channel_id: 'channel-4',
|
|
2330
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
2331
|
+
chain_name: 'pryzm'
|
|
2332
|
+
},
|
|
2333
|
+
chain: {
|
|
2334
|
+
channel_id: 'channel-473'
|
|
2335
|
+
}
|
|
2336
|
+
}]
|
|
2337
|
+
},
|
|
2268
2338
|
{
|
|
2269
2339
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
2270
2340
|
denom_units: [{
|
|
@@ -2440,6 +2510,76 @@ const assets = {
|
|
|
2440
2510
|
}
|
|
2441
2511
|
}]
|
|
2442
2512
|
},
|
|
2513
|
+
{
|
|
2514
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
2515
|
+
denom_units: [{
|
|
2516
|
+
denom: 'ibc/696487D9B9904B292A1B97792E3D88C252CD03856B787E15A9E489461962ADD6',
|
|
2517
|
+
exponent: 0,
|
|
2518
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
2519
|
+
}, {
|
|
2520
|
+
denom: 'pOSMO30Jun2025',
|
|
2521
|
+
exponent: 6
|
|
2522
|
+
}],
|
|
2523
|
+
base: 'ibc/696487D9B9904B292A1B97792E3D88C252CD03856B787E15A9E489461962ADD6',
|
|
2524
|
+
name: 'pOsmo (30Jun2025)',
|
|
2525
|
+
display: 'pOSMO30Jun2025',
|
|
2526
|
+
symbol: 'pOSMO-30Jun2025',
|
|
2527
|
+
logo_URIs: {
|
|
2528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2529
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2530
|
+
},
|
|
2531
|
+
images: [{
|
|
2532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2533
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2534
|
+
}],
|
|
2535
|
+
type_asset: 'sdk.coin',
|
|
2536
|
+
traces: [{
|
|
2537
|
+
type: 'ibc',
|
|
2538
|
+
counterparty: {
|
|
2539
|
+
channel_id: 'channel-4',
|
|
2540
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
2541
|
+
chain_name: 'pryzm'
|
|
2542
|
+
},
|
|
2543
|
+
chain: {
|
|
2544
|
+
channel_id: 'channel-473'
|
|
2545
|
+
}
|
|
2546
|
+
}]
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
2550
|
+
denom_units: [{
|
|
2551
|
+
denom: 'ibc/43604CF3EF9FF915AD3EF8D2D43AAB6E608A07F4702E08454D72137E51178744',
|
|
2552
|
+
exponent: 0,
|
|
2553
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
2554
|
+
}, {
|
|
2555
|
+
denom: 'pOSMO30Sep2025',
|
|
2556
|
+
exponent: 6
|
|
2557
|
+
}],
|
|
2558
|
+
base: 'ibc/43604CF3EF9FF915AD3EF8D2D43AAB6E608A07F4702E08454D72137E51178744',
|
|
2559
|
+
name: 'pOsmo (30Sep2025)',
|
|
2560
|
+
display: 'pOSMO30Sep2025',
|
|
2561
|
+
symbol: 'pOSMO-30Sep2025',
|
|
2562
|
+
logo_URIs: {
|
|
2563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2565
|
+
},
|
|
2566
|
+
images: [{
|
|
2567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2569
|
+
}],
|
|
2570
|
+
type_asset: 'sdk.coin',
|
|
2571
|
+
traces: [{
|
|
2572
|
+
type: 'ibc',
|
|
2573
|
+
counterparty: {
|
|
2574
|
+
channel_id: 'channel-4',
|
|
2575
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
2576
|
+
chain_name: 'pryzm'
|
|
2577
|
+
},
|
|
2578
|
+
chain: {
|
|
2579
|
+
channel_id: 'channel-473'
|
|
2580
|
+
}
|
|
2581
|
+
}]
|
|
2582
|
+
},
|
|
2443
2583
|
{
|
|
2444
2584
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
2445
2585
|
denom_units: [{
|
|
@@ -2615,6 +2755,76 @@ const assets = {
|
|
|
2615
2755
|
}
|
|
2616
2756
|
}]
|
|
2617
2757
|
},
|
|
2758
|
+
{
|
|
2759
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
2760
|
+
denom_units: [{
|
|
2761
|
+
denom: 'ibc/D1017EEC58E919EEBF121B730EC5E75C692C266868EC80216295A32D0B695230',
|
|
2762
|
+
exponent: 0,
|
|
2763
|
+
aliases: ['p:inj:30Jun2025']
|
|
2764
|
+
}, {
|
|
2765
|
+
denom: 'pINJ30Jun2025',
|
|
2766
|
+
exponent: 18
|
|
2767
|
+
}],
|
|
2768
|
+
base: 'ibc/D1017EEC58E919EEBF121B730EC5E75C692C266868EC80216295A32D0B695230',
|
|
2769
|
+
name: 'pInj (30Jun2025)',
|
|
2770
|
+
display: 'pINJ30Jun2025',
|
|
2771
|
+
symbol: 'pINJ-30Jun2025',
|
|
2772
|
+
logo_URIs: {
|
|
2773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2775
|
+
},
|
|
2776
|
+
images: [{
|
|
2777
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2778
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2779
|
+
}],
|
|
2780
|
+
type_asset: 'sdk.coin',
|
|
2781
|
+
traces: [{
|
|
2782
|
+
type: 'ibc',
|
|
2783
|
+
counterparty: {
|
|
2784
|
+
channel_id: 'channel-4',
|
|
2785
|
+
base_denom: 'p:inj:30Jun2025',
|
|
2786
|
+
chain_name: 'pryzm'
|
|
2787
|
+
},
|
|
2788
|
+
chain: {
|
|
2789
|
+
channel_id: 'channel-473'
|
|
2790
|
+
}
|
|
2791
|
+
}]
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
2795
|
+
denom_units: [{
|
|
2796
|
+
denom: 'ibc/637CA5C14950A7866E04D43012429BB0A892676D32FD26FA32047547E492E91F',
|
|
2797
|
+
exponent: 0,
|
|
2798
|
+
aliases: ['p:inj:30Sep2025']
|
|
2799
|
+
}, {
|
|
2800
|
+
denom: 'pINJ30Sep2025',
|
|
2801
|
+
exponent: 18
|
|
2802
|
+
}],
|
|
2803
|
+
base: 'ibc/637CA5C14950A7866E04D43012429BB0A892676D32FD26FA32047547E492E91F',
|
|
2804
|
+
name: 'pInj (30Sep2025)',
|
|
2805
|
+
display: 'pINJ30Sep2025',
|
|
2806
|
+
symbol: 'pINJ-30Sep2025',
|
|
2807
|
+
logo_URIs: {
|
|
2808
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2809
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2810
|
+
},
|
|
2811
|
+
images: [{
|
|
2812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2814
|
+
}],
|
|
2815
|
+
type_asset: 'sdk.coin',
|
|
2816
|
+
traces: [{
|
|
2817
|
+
type: 'ibc',
|
|
2818
|
+
counterparty: {
|
|
2819
|
+
channel_id: 'channel-4',
|
|
2820
|
+
base_denom: 'p:inj:30Sep2025',
|
|
2821
|
+
chain_name: 'pryzm'
|
|
2822
|
+
},
|
|
2823
|
+
chain: {
|
|
2824
|
+
channel_id: 'channel-473'
|
|
2825
|
+
}
|
|
2826
|
+
}]
|
|
2827
|
+
},
|
|
2618
2828
|
{
|
|
2619
2829
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
2620
2830
|
denom_units: [{
|
|
@@ -2790,6 +3000,76 @@ const assets = {
|
|
|
2790
3000
|
}
|
|
2791
3001
|
}]
|
|
2792
3002
|
},
|
|
3003
|
+
{
|
|
3004
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
3005
|
+
denom_units: [{
|
|
3006
|
+
denom: 'ibc/883135F775AF37B213A45E2A6AFB33B5520EA0C249D4BE7BABCC2C0B37666044',
|
|
3007
|
+
exponent: 0,
|
|
3008
|
+
aliases: ['p:uluna:30Jun2025']
|
|
3009
|
+
}, {
|
|
3010
|
+
denom: 'pLUNA30Jun2025',
|
|
3011
|
+
exponent: 6
|
|
3012
|
+
}],
|
|
3013
|
+
base: 'ibc/883135F775AF37B213A45E2A6AFB33B5520EA0C249D4BE7BABCC2C0B37666044',
|
|
3014
|
+
name: 'pLuna (30Jun2025)',
|
|
3015
|
+
display: 'pLUNA30Jun2025',
|
|
3016
|
+
symbol: 'pLUNA-30Jun2025',
|
|
3017
|
+
logo_URIs: {
|
|
3018
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3019
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3020
|
+
},
|
|
3021
|
+
images: [{
|
|
3022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3024
|
+
}],
|
|
3025
|
+
type_asset: 'sdk.coin',
|
|
3026
|
+
traces: [{
|
|
3027
|
+
type: 'ibc',
|
|
3028
|
+
counterparty: {
|
|
3029
|
+
channel_id: 'channel-4',
|
|
3030
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
3031
|
+
chain_name: 'pryzm'
|
|
3032
|
+
},
|
|
3033
|
+
chain: {
|
|
3034
|
+
channel_id: 'channel-473'
|
|
3035
|
+
}
|
|
3036
|
+
}]
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
3040
|
+
denom_units: [{
|
|
3041
|
+
denom: 'ibc/4EBD097053F2DD2F15A921D5EE6F9976AEA22B21EAB4192473A14743A949CE93',
|
|
3042
|
+
exponent: 0,
|
|
3043
|
+
aliases: ['p:uluna:30Sep2025']
|
|
3044
|
+
}, {
|
|
3045
|
+
denom: 'pLUNA30Sep2025',
|
|
3046
|
+
exponent: 6
|
|
3047
|
+
}],
|
|
3048
|
+
base: 'ibc/4EBD097053F2DD2F15A921D5EE6F9976AEA22B21EAB4192473A14743A949CE93',
|
|
3049
|
+
name: 'pLuna (30Sep2025)',
|
|
3050
|
+
display: 'pLUNA30Sep2025',
|
|
3051
|
+
symbol: 'pLUNA-30Sep2025',
|
|
3052
|
+
logo_URIs: {
|
|
3053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3054
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3055
|
+
},
|
|
3056
|
+
images: [{
|
|
3057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3059
|
+
}],
|
|
3060
|
+
type_asset: 'sdk.coin',
|
|
3061
|
+
traces: [{
|
|
3062
|
+
type: 'ibc',
|
|
3063
|
+
counterparty: {
|
|
3064
|
+
channel_id: 'channel-4',
|
|
3065
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
3066
|
+
chain_name: 'pryzm'
|
|
3067
|
+
},
|
|
3068
|
+
chain: {
|
|
3069
|
+
channel_id: 'channel-473'
|
|
3070
|
+
}
|
|
3071
|
+
}]
|
|
3072
|
+
},
|
|
2793
3073
|
{
|
|
2794
3074
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
2795
3075
|
denom_units: [{
|
|
@@ -2930,6 +3210,41 @@ const assets = {
|
|
|
2930
3210
|
}
|
|
2931
3211
|
}]
|
|
2932
3212
|
},
|
|
3213
|
+
{
|
|
3214
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
3215
|
+
denom_units: [{
|
|
3216
|
+
denom: 'ibc/2AB8DFB0E3F09C2673D0A411D260BAFB256CFCD47B614EA067C51477C8F989CC',
|
|
3217
|
+
exponent: 0,
|
|
3218
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
3219
|
+
}, {
|
|
3220
|
+
denom: 'pAUUU30Jun2025',
|
|
3221
|
+
exponent: 6
|
|
3222
|
+
}],
|
|
3223
|
+
base: 'ibc/2AB8DFB0E3F09C2673D0A411D260BAFB256CFCD47B614EA067C51477C8F989CC',
|
|
3224
|
+
name: 'pAuuu (30Jun2025)',
|
|
3225
|
+
display: 'pAUUU30Jun2025',
|
|
3226
|
+
symbol: 'pAUUU-30Jun2025',
|
|
3227
|
+
logo_URIs: {
|
|
3228
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
3229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3230
|
+
},
|
|
3231
|
+
images: [{
|
|
3232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
3233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3234
|
+
}],
|
|
3235
|
+
type_asset: 'sdk.coin',
|
|
3236
|
+
traces: [{
|
|
3237
|
+
type: 'ibc',
|
|
3238
|
+
counterparty: {
|
|
3239
|
+
channel_id: 'channel-4',
|
|
3240
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
3241
|
+
chain_name: 'pryzm'
|
|
3242
|
+
},
|
|
3243
|
+
chain: {
|
|
3244
|
+
channel_id: 'channel-473'
|
|
3245
|
+
}
|
|
3246
|
+
}]
|
|
3247
|
+
},
|
|
2933
3248
|
{
|
|
2934
3249
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
2935
3250
|
denom_units: [{
|
|
@@ -3106,19 +3421,19 @@ const assets = {
|
|
|
3106
3421
|
}]
|
|
3107
3422
|
},
|
|
3108
3423
|
{
|
|
3109
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
3424
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
3110
3425
|
denom_units: [{
|
|
3111
|
-
denom: 'ibc/
|
|
3426
|
+
denom: 'ibc/7DB17C7AAB016A8CFA80752AF60CF93F1AC3C7244BC0A6234AEC032E62CDDEF3',
|
|
3112
3427
|
exponent: 0,
|
|
3113
|
-
aliases: ['p:stutia:
|
|
3428
|
+
aliases: ['p:stutia:30Jun2025']
|
|
3114
3429
|
}, {
|
|
3115
|
-
denom: '
|
|
3430
|
+
denom: 'pstTIA30Jun2025',
|
|
3116
3431
|
exponent: 6
|
|
3117
3432
|
}],
|
|
3118
|
-
base: 'ibc/
|
|
3119
|
-
name: 'pstTia (
|
|
3120
|
-
display: '
|
|
3121
|
-
symbol: 'pstTIA-
|
|
3433
|
+
base: 'ibc/7DB17C7AAB016A8CFA80752AF60CF93F1AC3C7244BC0A6234AEC032E62CDDEF3',
|
|
3434
|
+
name: 'pstTia (30Jun2025)',
|
|
3435
|
+
display: 'pstTIA30Jun2025',
|
|
3436
|
+
symbol: 'pstTIA-30Jun2025',
|
|
3122
3437
|
logo_URIs: {
|
|
3123
3438
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3124
3439
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -3132,7 +3447,7 @@ const assets = {
|
|
|
3132
3447
|
type: 'ibc',
|
|
3133
3448
|
counterparty: {
|
|
3134
3449
|
channel_id: 'channel-4',
|
|
3135
|
-
base_denom: 'p:stutia:
|
|
3450
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
3136
3451
|
chain_name: 'pryzm'
|
|
3137
3452
|
},
|
|
3138
3453
|
chain: {
|
|
@@ -3141,20 +3456,55 @@ const assets = {
|
|
|
3141
3456
|
}]
|
|
3142
3457
|
},
|
|
3143
3458
|
{
|
|
3144
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
3459
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
3145
3460
|
denom_units: [{
|
|
3146
|
-
denom: 'ibc/
|
|
3461
|
+
denom: 'ibc/B75D52B360EC491958142C5E1B13F9A8EEED50B60759A121FF82DD13724EA47E',
|
|
3147
3462
|
exponent: 0,
|
|
3148
|
-
aliases: ['p:stutia:
|
|
3463
|
+
aliases: ['p:stutia:31Dec2025']
|
|
3149
3464
|
}, {
|
|
3150
|
-
denom: '
|
|
3465
|
+
denom: 'pstTIA31Dec2025',
|
|
3151
3466
|
exponent: 6
|
|
3152
3467
|
}],
|
|
3153
|
-
base: 'ibc/
|
|
3154
|
-
name: 'pstTia (
|
|
3155
|
-
display: '
|
|
3156
|
-
symbol: 'pstTIA-
|
|
3157
|
-
logo_URIs: {
|
|
3468
|
+
base: 'ibc/B75D52B360EC491958142C5E1B13F9A8EEED50B60759A121FF82DD13724EA47E',
|
|
3469
|
+
name: 'pstTia (31Dec2025)',
|
|
3470
|
+
display: 'pstTIA31Dec2025',
|
|
3471
|
+
symbol: 'pstTIA-31Dec2025',
|
|
3472
|
+
logo_URIs: {
|
|
3473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3475
|
+
},
|
|
3476
|
+
images: [{
|
|
3477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3478
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3479
|
+
}],
|
|
3480
|
+
type_asset: 'sdk.coin',
|
|
3481
|
+
traces: [{
|
|
3482
|
+
type: 'ibc',
|
|
3483
|
+
counterparty: {
|
|
3484
|
+
channel_id: 'channel-4',
|
|
3485
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
3486
|
+
chain_name: 'pryzm'
|
|
3487
|
+
},
|
|
3488
|
+
chain: {
|
|
3489
|
+
channel_id: 'channel-473'
|
|
3490
|
+
}
|
|
3491
|
+
}]
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
3495
|
+
denom_units: [{
|
|
3496
|
+
denom: 'ibc/1344AED43978313AF9DE7C4344E26E6B1AF460B0ED0F88966597FFC59DDB7FCB',
|
|
3497
|
+
exponent: 0,
|
|
3498
|
+
aliases: ['p:stutia:31Dec2026']
|
|
3499
|
+
}, {
|
|
3500
|
+
denom: 'pstTIA31Dec2026',
|
|
3501
|
+
exponent: 6
|
|
3502
|
+
}],
|
|
3503
|
+
base: 'ibc/1344AED43978313AF9DE7C4344E26E6B1AF460B0ED0F88966597FFC59DDB7FCB',
|
|
3504
|
+
name: 'pstTia (31Dec2026)',
|
|
3505
|
+
display: 'pstTIA31Dec2026',
|
|
3506
|
+
symbol: 'pstTIA-31Dec2026',
|
|
3507
|
+
logo_URIs: {
|
|
3158
3508
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3159
3509
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3160
3510
|
},
|
|
@@ -3280,6 +3630,41 @@ const assets = {
|
|
|
3280
3630
|
}
|
|
3281
3631
|
}]
|
|
3282
3632
|
},
|
|
3633
|
+
{
|
|
3634
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
3635
|
+
denom_units: [{
|
|
3636
|
+
denom: 'ibc/317691002C02408161DC32D3EA7B9FF20EED3F8BAEA32A845870887E21B59D8B',
|
|
3637
|
+
exponent: 0,
|
|
3638
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
3639
|
+
}, {
|
|
3640
|
+
denom: 'pstDYDX30Jun2025',
|
|
3641
|
+
exponent: 18
|
|
3642
|
+
}],
|
|
3643
|
+
base: 'ibc/317691002C02408161DC32D3EA7B9FF20EED3F8BAEA32A845870887E21B59D8B',
|
|
3644
|
+
name: 'pstDydx (30Jun2025)',
|
|
3645
|
+
display: 'pstDYDX30Jun2025',
|
|
3646
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
3647
|
+
logo_URIs: {
|
|
3648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3649
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3650
|
+
},
|
|
3651
|
+
images: [{
|
|
3652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3654
|
+
}],
|
|
3655
|
+
type_asset: 'sdk.coin',
|
|
3656
|
+
traces: [{
|
|
3657
|
+
type: 'ibc',
|
|
3658
|
+
counterparty: {
|
|
3659
|
+
channel_id: 'channel-4',
|
|
3660
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
3661
|
+
chain_name: 'pryzm'
|
|
3662
|
+
},
|
|
3663
|
+
chain: {
|
|
3664
|
+
channel_id: 'channel-473'
|
|
3665
|
+
}
|
|
3666
|
+
}]
|
|
3667
|
+
},
|
|
3283
3668
|
{
|
|
3284
3669
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
3285
3670
|
denom_units: [{
|
|
@@ -3595,6 +3980,76 @@ const assets = {
|
|
|
3595
3980
|
}
|
|
3596
3981
|
}]
|
|
3597
3982
|
},
|
|
3983
|
+
{
|
|
3984
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
3985
|
+
denom_units: [{
|
|
3986
|
+
denom: 'ibc/503F122D924F1AAAC95F4729F49867ACB319D4CFB37A3F1A3D4FE3FA3913EE8E',
|
|
3987
|
+
exponent: 0,
|
|
3988
|
+
aliases: ['p:utia:30Jun2025']
|
|
3989
|
+
}, {
|
|
3990
|
+
denom: 'pTIA30Jun2025',
|
|
3991
|
+
exponent: 6
|
|
3992
|
+
}],
|
|
3993
|
+
base: 'ibc/503F122D924F1AAAC95F4729F49867ACB319D4CFB37A3F1A3D4FE3FA3913EE8E',
|
|
3994
|
+
name: 'pTia (30Jun2025)',
|
|
3995
|
+
display: 'pTIA30Jun2025',
|
|
3996
|
+
symbol: 'pTIA-30Jun2025',
|
|
3997
|
+
logo_URIs: {
|
|
3998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3999
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4000
|
+
},
|
|
4001
|
+
images: [{
|
|
4002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4004
|
+
}],
|
|
4005
|
+
type_asset: 'sdk.coin',
|
|
4006
|
+
traces: [{
|
|
4007
|
+
type: 'ibc',
|
|
4008
|
+
counterparty: {
|
|
4009
|
+
channel_id: 'channel-4',
|
|
4010
|
+
base_denom: 'p:utia:30Jun2025',
|
|
4011
|
+
chain_name: 'pryzm'
|
|
4012
|
+
},
|
|
4013
|
+
chain: {
|
|
4014
|
+
channel_id: 'channel-473'
|
|
4015
|
+
}
|
|
4016
|
+
}]
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
4020
|
+
denom_units: [{
|
|
4021
|
+
denom: 'ibc/6800395BBB2C8D189E9DAEC46FB81A683FA93D04F375B8923BCC815822FEF7AB',
|
|
4022
|
+
exponent: 0,
|
|
4023
|
+
aliases: ['p:utia:30Sep2025']
|
|
4024
|
+
}, {
|
|
4025
|
+
denom: 'pTIA30Sep2025',
|
|
4026
|
+
exponent: 6
|
|
4027
|
+
}],
|
|
4028
|
+
base: 'ibc/6800395BBB2C8D189E9DAEC46FB81A683FA93D04F375B8923BCC815822FEF7AB',
|
|
4029
|
+
name: 'pTia (30Sep2025)',
|
|
4030
|
+
display: 'pTIA30Sep2025',
|
|
4031
|
+
symbol: 'pTIA-30Sep2025',
|
|
4032
|
+
logo_URIs: {
|
|
4033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4035
|
+
},
|
|
4036
|
+
images: [{
|
|
4037
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4038
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4039
|
+
}],
|
|
4040
|
+
type_asset: 'sdk.coin',
|
|
4041
|
+
traces: [{
|
|
4042
|
+
type: 'ibc',
|
|
4043
|
+
counterparty: {
|
|
4044
|
+
channel_id: 'channel-4',
|
|
4045
|
+
base_denom: 'p:utia:30Sep2025',
|
|
4046
|
+
chain_name: 'pryzm'
|
|
4047
|
+
},
|
|
4048
|
+
chain: {
|
|
4049
|
+
channel_id: 'channel-473'
|
|
4050
|
+
}
|
|
4051
|
+
}]
|
|
4052
|
+
},
|
|
3598
4053
|
{
|
|
3599
4054
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
3600
4055
|
denom_units: [{
|
|
@@ -3805,6 +4260,76 @@ const assets = {
|
|
|
3805
4260
|
}
|
|
3806
4261
|
}]
|
|
3807
4262
|
},
|
|
4263
|
+
{
|
|
4264
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
4265
|
+
denom_units: [{
|
|
4266
|
+
denom: 'ibc/DB4FB8805DD3A03086B8CFBD5375704373FBF57821819AD1AE6A72C5F1F5154C',
|
|
4267
|
+
exponent: 0,
|
|
4268
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
4269
|
+
}, {
|
|
4270
|
+
denom: 'pUSDY31Mar2026',
|
|
4271
|
+
exponent: 18
|
|
4272
|
+
}],
|
|
4273
|
+
base: 'ibc/DB4FB8805DD3A03086B8CFBD5375704373FBF57821819AD1AE6A72C5F1F5154C',
|
|
4274
|
+
name: 'pUsdy (31Mar2026)',
|
|
4275
|
+
display: 'pUSDY31Mar2026',
|
|
4276
|
+
symbol: 'pUSDY-31Mar2026',
|
|
4277
|
+
logo_URIs: {
|
|
4278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4280
|
+
},
|
|
4281
|
+
images: [{
|
|
4282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4284
|
+
}],
|
|
4285
|
+
type_asset: 'sdk.coin',
|
|
4286
|
+
traces: [{
|
|
4287
|
+
type: 'ibc',
|
|
4288
|
+
counterparty: {
|
|
4289
|
+
channel_id: 'channel-4',
|
|
4290
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
4291
|
+
chain_name: 'pryzm'
|
|
4292
|
+
},
|
|
4293
|
+
chain: {
|
|
4294
|
+
channel_id: 'channel-473'
|
|
4295
|
+
}
|
|
4296
|
+
}]
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
4300
|
+
denom_units: [{
|
|
4301
|
+
denom: 'ibc/DDF4825565F7DBD1113861E451608AFE3F77BA66255AFB041EE53065ABD8BC6B',
|
|
4302
|
+
exponent: 0,
|
|
4303
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
4304
|
+
}, {
|
|
4305
|
+
denom: 'pUSDY30Jun2026',
|
|
4306
|
+
exponent: 18
|
|
4307
|
+
}],
|
|
4308
|
+
base: 'ibc/DDF4825565F7DBD1113861E451608AFE3F77BA66255AFB041EE53065ABD8BC6B',
|
|
4309
|
+
name: 'pUsdy (30Jun2026)',
|
|
4310
|
+
display: 'pUSDY30Jun2026',
|
|
4311
|
+
symbol: 'pUSDY-30Jun2026',
|
|
4312
|
+
logo_URIs: {
|
|
4313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4315
|
+
},
|
|
4316
|
+
images: [{
|
|
4317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4318
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4319
|
+
}],
|
|
4320
|
+
type_asset: 'sdk.coin',
|
|
4321
|
+
traces: [{
|
|
4322
|
+
type: 'ibc',
|
|
4323
|
+
counterparty: {
|
|
4324
|
+
channel_id: 'channel-4',
|
|
4325
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
4326
|
+
chain_name: 'pryzm'
|
|
4327
|
+
},
|
|
4328
|
+
chain: {
|
|
4329
|
+
channel_id: 'channel-473'
|
|
4330
|
+
}
|
|
4331
|
+
}]
|
|
4332
|
+
},
|
|
3808
4333
|
{
|
|
3809
4334
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
3810
4335
|
denom_units: [{
|
|
@@ -3945,6 +4470,76 @@ const assets = {
|
|
|
3945
4470
|
}
|
|
3946
4471
|
}]
|
|
3947
4472
|
},
|
|
4473
|
+
{
|
|
4474
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
4475
|
+
denom_units: [{
|
|
4476
|
+
denom: 'ibc/43F0D50D51EDF01F84E8C2CA3B7C9E80950691F27276C43E93472D09EDFB3E85',
|
|
4477
|
+
exponent: 0,
|
|
4478
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
4479
|
+
}, {
|
|
4480
|
+
denom: 'pPRYZM31Mar2026',
|
|
4481
|
+
exponent: 6
|
|
4482
|
+
}],
|
|
4483
|
+
base: 'ibc/43F0D50D51EDF01F84E8C2CA3B7C9E80950691F27276C43E93472D09EDFB3E85',
|
|
4484
|
+
name: 'pPryzm (31Mar2026)',
|
|
4485
|
+
display: 'pPRYZM31Mar2026',
|
|
4486
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
4487
|
+
logo_URIs: {
|
|
4488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4489
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4490
|
+
},
|
|
4491
|
+
images: [{
|
|
4492
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4493
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4494
|
+
}],
|
|
4495
|
+
type_asset: 'sdk.coin',
|
|
4496
|
+
traces: [{
|
|
4497
|
+
type: 'ibc',
|
|
4498
|
+
counterparty: {
|
|
4499
|
+
channel_id: 'channel-4',
|
|
4500
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
4501
|
+
chain_name: 'pryzm'
|
|
4502
|
+
},
|
|
4503
|
+
chain: {
|
|
4504
|
+
channel_id: 'channel-473'
|
|
4505
|
+
}
|
|
4506
|
+
}]
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
4510
|
+
denom_units: [{
|
|
4511
|
+
denom: 'ibc/8516B00C04031356FBC60569AF122E3E01C452D071A5B7579927525D84D093DD',
|
|
4512
|
+
exponent: 0,
|
|
4513
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
4514
|
+
}, {
|
|
4515
|
+
denom: 'pPRYZM30Jun2026',
|
|
4516
|
+
exponent: 6
|
|
4517
|
+
}],
|
|
4518
|
+
base: 'ibc/8516B00C04031356FBC60569AF122E3E01C452D071A5B7579927525D84D093DD',
|
|
4519
|
+
name: 'pPryzm (30Jun2026)',
|
|
4520
|
+
display: 'pPRYZM30Jun2026',
|
|
4521
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
4522
|
+
logo_URIs: {
|
|
4523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4525
|
+
},
|
|
4526
|
+
images: [{
|
|
4527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4528
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4529
|
+
}],
|
|
4530
|
+
type_asset: 'sdk.coin',
|
|
4531
|
+
traces: [{
|
|
4532
|
+
type: 'ibc',
|
|
4533
|
+
counterparty: {
|
|
4534
|
+
channel_id: 'channel-4',
|
|
4535
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
4536
|
+
chain_name: 'pryzm'
|
|
4537
|
+
},
|
|
4538
|
+
chain: {
|
|
4539
|
+
channel_id: 'channel-473'
|
|
4540
|
+
}
|
|
4541
|
+
}]
|
|
4542
|
+
},
|
|
3948
4543
|
{
|
|
3949
4544
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
3950
4545
|
denom_units: [{
|
|
@@ -4085,6 +4680,41 @@ const assets = {
|
|
|
4085
4680
|
}
|
|
4086
4681
|
}]
|
|
4087
4682
|
},
|
|
4683
|
+
{
|
|
4684
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
4685
|
+
denom_units: [{
|
|
4686
|
+
denom: 'ibc/4082A90BC27FE591C7F36417496D654FF0DC896616C208001045A4E46C4DBB3B',
|
|
4687
|
+
exponent: 0,
|
|
4688
|
+
aliases: ['p:asusds:30Jun2026']
|
|
4689
|
+
}, {
|
|
4690
|
+
denom: 'psUSDS30Jun2026',
|
|
4691
|
+
exponent: 18
|
|
4692
|
+
}],
|
|
4693
|
+
base: 'ibc/4082A90BC27FE591C7F36417496D654FF0DC896616C208001045A4E46C4DBB3B',
|
|
4694
|
+
name: 'psUsds (30Jun2026)',
|
|
4695
|
+
display: 'psUSDS30Jun2026',
|
|
4696
|
+
symbol: 'psUSDS-30Jun2026',
|
|
4697
|
+
logo_URIs: {
|
|
4698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4700
|
+
},
|
|
4701
|
+
images: [{
|
|
4702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4704
|
+
}],
|
|
4705
|
+
type_asset: 'sdk.coin',
|
|
4706
|
+
traces: [{
|
|
4707
|
+
type: 'ibc',
|
|
4708
|
+
counterparty: {
|
|
4709
|
+
channel_id: 'channel-4',
|
|
4710
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
4711
|
+
chain_name: 'pryzm'
|
|
4712
|
+
},
|
|
4713
|
+
chain: {
|
|
4714
|
+
channel_id: 'channel-473'
|
|
4715
|
+
}
|
|
4716
|
+
}]
|
|
4717
|
+
},
|
|
4088
4718
|
{
|
|
4089
4719
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
4090
4720
|
denom_units: [{
|
|
@@ -4191,19 +4821,89 @@ const assets = {
|
|
|
4191
4821
|
}]
|
|
4192
4822
|
},
|
|
4193
4823
|
{
|
|
4194
|
-
description: 'Pryzm\'s refracted yield token for ATOM with maturity of
|
|
4824
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
4195
4825
|
denom_units: [{
|
|
4196
|
-
denom: 'ibc/
|
|
4826
|
+
denom: 'ibc/4CDD9187DC2997B0F86CAE235EFA09E1B53326F56041C0F787320FB3392078C5',
|
|
4197
4827
|
exponent: 0,
|
|
4198
|
-
aliases: ['y:uatom:
|
|
4828
|
+
aliases: ['y:uatom:30Jun2025']
|
|
4199
4829
|
}, {
|
|
4200
|
-
denom: '
|
|
4830
|
+
denom: 'yATOM30Jun2025',
|
|
4201
4831
|
exponent: 6
|
|
4202
4832
|
}],
|
|
4203
|
-
base: 'ibc/
|
|
4204
|
-
name: 'yAtom (
|
|
4205
|
-
display: '
|
|
4206
|
-
symbol: 'yATOM-
|
|
4833
|
+
base: 'ibc/4CDD9187DC2997B0F86CAE235EFA09E1B53326F56041C0F787320FB3392078C5',
|
|
4834
|
+
name: 'yAtom (30Jun2025)',
|
|
4835
|
+
display: 'yATOM30Jun2025',
|
|
4836
|
+
symbol: 'yATOM-30Jun2025',
|
|
4837
|
+
logo_URIs: {
|
|
4838
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4839
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4840
|
+
},
|
|
4841
|
+
images: [{
|
|
4842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4844
|
+
}],
|
|
4845
|
+
type_asset: 'sdk.coin',
|
|
4846
|
+
traces: [{
|
|
4847
|
+
type: 'ibc',
|
|
4848
|
+
counterparty: {
|
|
4849
|
+
channel_id: 'channel-4',
|
|
4850
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
4851
|
+
chain_name: 'pryzm'
|
|
4852
|
+
},
|
|
4853
|
+
chain: {
|
|
4854
|
+
channel_id: 'channel-473'
|
|
4855
|
+
}
|
|
4856
|
+
}]
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
4860
|
+
denom_units: [{
|
|
4861
|
+
denom: 'ibc/7285CAC4044AF5D2965808315D08A586AA83F0669271FA1BB871C58B39FDD623',
|
|
4862
|
+
exponent: 0,
|
|
4863
|
+
aliases: ['y:uatom:30Sep2025']
|
|
4864
|
+
}, {
|
|
4865
|
+
denom: 'yATOM30Sep2025',
|
|
4866
|
+
exponent: 6
|
|
4867
|
+
}],
|
|
4868
|
+
base: 'ibc/7285CAC4044AF5D2965808315D08A586AA83F0669271FA1BB871C58B39FDD623',
|
|
4869
|
+
name: 'yAtom (30Sep2025)',
|
|
4870
|
+
display: 'yATOM30Sep2025',
|
|
4871
|
+
symbol: 'yATOM-30Sep2025',
|
|
4872
|
+
logo_URIs: {
|
|
4873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4874
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4875
|
+
},
|
|
4876
|
+
images: [{
|
|
4877
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4878
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4879
|
+
}],
|
|
4880
|
+
type_asset: 'sdk.coin',
|
|
4881
|
+
traces: [{
|
|
4882
|
+
type: 'ibc',
|
|
4883
|
+
counterparty: {
|
|
4884
|
+
channel_id: 'channel-4',
|
|
4885
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
4886
|
+
chain_name: 'pryzm'
|
|
4887
|
+
},
|
|
4888
|
+
chain: {
|
|
4889
|
+
channel_id: 'channel-473'
|
|
4890
|
+
}
|
|
4891
|
+
}]
|
|
4892
|
+
},
|
|
4893
|
+
{
|
|
4894
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
4895
|
+
denom_units: [{
|
|
4896
|
+
denom: 'ibc/644C4918BB10E1567D5D2115D3CD5C3F23B2CA86BC7BFB412CBFBF3B52183408',
|
|
4897
|
+
exponent: 0,
|
|
4898
|
+
aliases: ['y:uatom:31Dec2025']
|
|
4899
|
+
}, {
|
|
4900
|
+
denom: 'yATOM31Dec2025',
|
|
4901
|
+
exponent: 6
|
|
4902
|
+
}],
|
|
4903
|
+
base: 'ibc/644C4918BB10E1567D5D2115D3CD5C3F23B2CA86BC7BFB412CBFBF3B52183408',
|
|
4904
|
+
name: 'yAtom (31Dec2025)',
|
|
4905
|
+
display: 'yATOM31Dec2025',
|
|
4906
|
+
symbol: 'yATOM-31Dec2025',
|
|
4207
4907
|
logo_URIs: {
|
|
4208
4908
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4209
4909
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -4365,6 +5065,76 @@ const assets = {
|
|
|
4365
5065
|
}
|
|
4366
5066
|
}]
|
|
4367
5067
|
},
|
|
5068
|
+
{
|
|
5069
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
5070
|
+
denom_units: [{
|
|
5071
|
+
denom: 'ibc/4142D15CB4E0E5FEFD08BC0808F8944ABC2A78D495EF45B4122BC21472AE6421',
|
|
5072
|
+
exponent: 0,
|
|
5073
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
5074
|
+
}, {
|
|
5075
|
+
denom: 'yOSMO30Jun2025',
|
|
5076
|
+
exponent: 6
|
|
5077
|
+
}],
|
|
5078
|
+
base: 'ibc/4142D15CB4E0E5FEFD08BC0808F8944ABC2A78D495EF45B4122BC21472AE6421',
|
|
5079
|
+
name: 'yOsmo (30Jun2025)',
|
|
5080
|
+
display: 'yOSMO30Jun2025',
|
|
5081
|
+
symbol: 'yOSMO-30Jun2025',
|
|
5082
|
+
logo_URIs: {
|
|
5083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5085
|
+
},
|
|
5086
|
+
images: [{
|
|
5087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5089
|
+
}],
|
|
5090
|
+
type_asset: 'sdk.coin',
|
|
5091
|
+
traces: [{
|
|
5092
|
+
type: 'ibc',
|
|
5093
|
+
counterparty: {
|
|
5094
|
+
channel_id: 'channel-4',
|
|
5095
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
5096
|
+
chain_name: 'pryzm'
|
|
5097
|
+
},
|
|
5098
|
+
chain: {
|
|
5099
|
+
channel_id: 'channel-473'
|
|
5100
|
+
}
|
|
5101
|
+
}]
|
|
5102
|
+
},
|
|
5103
|
+
{
|
|
5104
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
5105
|
+
denom_units: [{
|
|
5106
|
+
denom: 'ibc/506E3A8DACEAD41F7C38C7AB5445AC6176B0B6C8965DD71B8697D7B81680189C',
|
|
5107
|
+
exponent: 0,
|
|
5108
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
5109
|
+
}, {
|
|
5110
|
+
denom: 'yOSMO30Sep2025',
|
|
5111
|
+
exponent: 6
|
|
5112
|
+
}],
|
|
5113
|
+
base: 'ibc/506E3A8DACEAD41F7C38C7AB5445AC6176B0B6C8965DD71B8697D7B81680189C',
|
|
5114
|
+
name: 'yOsmo (30Sep2025)',
|
|
5115
|
+
display: 'yOSMO30Sep2025',
|
|
5116
|
+
symbol: 'yOSMO-30Sep2025',
|
|
5117
|
+
logo_URIs: {
|
|
5118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5120
|
+
},
|
|
5121
|
+
images: [{
|
|
5122
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5123
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5124
|
+
}],
|
|
5125
|
+
type_asset: 'sdk.coin',
|
|
5126
|
+
traces: [{
|
|
5127
|
+
type: 'ibc',
|
|
5128
|
+
counterparty: {
|
|
5129
|
+
channel_id: 'channel-4',
|
|
5130
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
5131
|
+
chain_name: 'pryzm'
|
|
5132
|
+
},
|
|
5133
|
+
chain: {
|
|
5134
|
+
channel_id: 'channel-473'
|
|
5135
|
+
}
|
|
5136
|
+
}]
|
|
5137
|
+
},
|
|
4368
5138
|
{
|
|
4369
5139
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
4370
5140
|
denom_units: [{
|
|
@@ -4540,6 +5310,76 @@ const assets = {
|
|
|
4540
5310
|
}
|
|
4541
5311
|
}]
|
|
4542
5312
|
},
|
|
5313
|
+
{
|
|
5314
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
5315
|
+
denom_units: [{
|
|
5316
|
+
denom: 'ibc/273C014D5B8B5EC90B0111AB97B1F919D35F9C465CF9ACA7B5824CE0072F87CA',
|
|
5317
|
+
exponent: 0,
|
|
5318
|
+
aliases: ['y:inj:30Jun2025']
|
|
5319
|
+
}, {
|
|
5320
|
+
denom: 'yINJ30Jun2025',
|
|
5321
|
+
exponent: 18
|
|
5322
|
+
}],
|
|
5323
|
+
base: 'ibc/273C014D5B8B5EC90B0111AB97B1F919D35F9C465CF9ACA7B5824CE0072F87CA',
|
|
5324
|
+
name: 'yInj (30Jun2025)',
|
|
5325
|
+
display: 'yINJ30Jun2025',
|
|
5326
|
+
symbol: 'yINJ-30Jun2025',
|
|
5327
|
+
logo_URIs: {
|
|
5328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
5329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
5330
|
+
},
|
|
5331
|
+
images: [{
|
|
5332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
5333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
5334
|
+
}],
|
|
5335
|
+
type_asset: 'sdk.coin',
|
|
5336
|
+
traces: [{
|
|
5337
|
+
type: 'ibc',
|
|
5338
|
+
counterparty: {
|
|
5339
|
+
channel_id: 'channel-4',
|
|
5340
|
+
base_denom: 'y:inj:30Jun2025',
|
|
5341
|
+
chain_name: 'pryzm'
|
|
5342
|
+
},
|
|
5343
|
+
chain: {
|
|
5344
|
+
channel_id: 'channel-473'
|
|
5345
|
+
}
|
|
5346
|
+
}]
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
5350
|
+
denom_units: [{
|
|
5351
|
+
denom: 'ibc/11DCAFEE22954588DBE27929F23D9C30B42F9E70BB344608AF6DA1AE79CE708A',
|
|
5352
|
+
exponent: 0,
|
|
5353
|
+
aliases: ['y:inj:30Sep2025']
|
|
5354
|
+
}, {
|
|
5355
|
+
denom: 'yINJ30Sep2025',
|
|
5356
|
+
exponent: 18
|
|
5357
|
+
}],
|
|
5358
|
+
base: 'ibc/11DCAFEE22954588DBE27929F23D9C30B42F9E70BB344608AF6DA1AE79CE708A',
|
|
5359
|
+
name: 'yInj (30Sep2025)',
|
|
5360
|
+
display: 'yINJ30Sep2025',
|
|
5361
|
+
symbol: 'yINJ-30Sep2025',
|
|
5362
|
+
logo_URIs: {
|
|
5363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
5364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
5365
|
+
},
|
|
5366
|
+
images: [{
|
|
5367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
5368
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
5369
|
+
}],
|
|
5370
|
+
type_asset: 'sdk.coin',
|
|
5371
|
+
traces: [{
|
|
5372
|
+
type: 'ibc',
|
|
5373
|
+
counterparty: {
|
|
5374
|
+
channel_id: 'channel-4',
|
|
5375
|
+
base_denom: 'y:inj:30Sep2025',
|
|
5376
|
+
chain_name: 'pryzm'
|
|
5377
|
+
},
|
|
5378
|
+
chain: {
|
|
5379
|
+
channel_id: 'channel-473'
|
|
5380
|
+
}
|
|
5381
|
+
}]
|
|
5382
|
+
},
|
|
4543
5383
|
{
|
|
4544
5384
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
4545
5385
|
denom_units: [{
|
|
@@ -4715,6 +5555,76 @@ const assets = {
|
|
|
4715
5555
|
}
|
|
4716
5556
|
}]
|
|
4717
5557
|
},
|
|
5558
|
+
{
|
|
5559
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
5560
|
+
denom_units: [{
|
|
5561
|
+
denom: 'ibc/06F05E6464E0A6E1FF36E540720F9BDA5400E84300BE858CEDDB6B908C85F980',
|
|
5562
|
+
exponent: 0,
|
|
5563
|
+
aliases: ['y:uluna:30Jun2025']
|
|
5564
|
+
}, {
|
|
5565
|
+
denom: 'yLUNA30Jun2025',
|
|
5566
|
+
exponent: 6
|
|
5567
|
+
}],
|
|
5568
|
+
base: 'ibc/06F05E6464E0A6E1FF36E540720F9BDA5400E84300BE858CEDDB6B908C85F980',
|
|
5569
|
+
name: 'yLuna (30Jun2025)',
|
|
5570
|
+
display: 'yLUNA30Jun2025',
|
|
5571
|
+
symbol: 'yLUNA-30Jun2025',
|
|
5572
|
+
logo_URIs: {
|
|
5573
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
5574
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
5575
|
+
},
|
|
5576
|
+
images: [{
|
|
5577
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
5578
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
5579
|
+
}],
|
|
5580
|
+
type_asset: 'sdk.coin',
|
|
5581
|
+
traces: [{
|
|
5582
|
+
type: 'ibc',
|
|
5583
|
+
counterparty: {
|
|
5584
|
+
channel_id: 'channel-4',
|
|
5585
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
5586
|
+
chain_name: 'pryzm'
|
|
5587
|
+
},
|
|
5588
|
+
chain: {
|
|
5589
|
+
channel_id: 'channel-473'
|
|
5590
|
+
}
|
|
5591
|
+
}]
|
|
5592
|
+
},
|
|
5593
|
+
{
|
|
5594
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
5595
|
+
denom_units: [{
|
|
5596
|
+
denom: 'ibc/A57C66A4445C956CF67531A2456FE3ECBD307A6A1063C921CE6AD1275714F052',
|
|
5597
|
+
exponent: 0,
|
|
5598
|
+
aliases: ['y:uluna:30Sep2025']
|
|
5599
|
+
}, {
|
|
5600
|
+
denom: 'yLUNA30Sep2025',
|
|
5601
|
+
exponent: 6
|
|
5602
|
+
}],
|
|
5603
|
+
base: 'ibc/A57C66A4445C956CF67531A2456FE3ECBD307A6A1063C921CE6AD1275714F052',
|
|
5604
|
+
name: 'yLuna (30Sep2025)',
|
|
5605
|
+
display: 'yLUNA30Sep2025',
|
|
5606
|
+
symbol: 'yLUNA-30Sep2025',
|
|
5607
|
+
logo_URIs: {
|
|
5608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
5609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
5610
|
+
},
|
|
5611
|
+
images: [{
|
|
5612
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
5613
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
5614
|
+
}],
|
|
5615
|
+
type_asset: 'sdk.coin',
|
|
5616
|
+
traces: [{
|
|
5617
|
+
type: 'ibc',
|
|
5618
|
+
counterparty: {
|
|
5619
|
+
channel_id: 'channel-4',
|
|
5620
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
5621
|
+
chain_name: 'pryzm'
|
|
5622
|
+
},
|
|
5623
|
+
chain: {
|
|
5624
|
+
channel_id: 'channel-473'
|
|
5625
|
+
}
|
|
5626
|
+
}]
|
|
5627
|
+
},
|
|
4718
5628
|
{
|
|
4719
5629
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
4720
5630
|
denom_units: [{
|
|
@@ -4855,6 +5765,41 @@ const assets = {
|
|
|
4855
5765
|
}
|
|
4856
5766
|
}]
|
|
4857
5767
|
},
|
|
5768
|
+
{
|
|
5769
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
5770
|
+
denom_units: [{
|
|
5771
|
+
denom: 'ibc/C2B675522992D84A9128FFE095F1895B67071A76A62F35C071247B738E4CE9F3',
|
|
5772
|
+
exponent: 0,
|
|
5773
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
5774
|
+
}, {
|
|
5775
|
+
denom: 'yAUUU30Jun2025',
|
|
5776
|
+
exponent: 6
|
|
5777
|
+
}],
|
|
5778
|
+
base: 'ibc/C2B675522992D84A9128FFE095F1895B67071A76A62F35C071247B738E4CE9F3',
|
|
5779
|
+
name: 'yAuuu (30Jun2025)',
|
|
5780
|
+
display: 'yAUUU30Jun2025',
|
|
5781
|
+
symbol: 'yAUUU-30Jun2025',
|
|
5782
|
+
logo_URIs: {
|
|
5783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
5784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5785
|
+
},
|
|
5786
|
+
images: [{
|
|
5787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
5788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5789
|
+
}],
|
|
5790
|
+
type_asset: 'sdk.coin',
|
|
5791
|
+
traces: [{
|
|
5792
|
+
type: 'ibc',
|
|
5793
|
+
counterparty: {
|
|
5794
|
+
channel_id: 'channel-4',
|
|
5795
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
5796
|
+
chain_name: 'pryzm'
|
|
5797
|
+
},
|
|
5798
|
+
chain: {
|
|
5799
|
+
channel_id: 'channel-473'
|
|
5800
|
+
}
|
|
5801
|
+
}]
|
|
5802
|
+
},
|
|
4858
5803
|
{
|
|
4859
5804
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2025',
|
|
4860
5805
|
denom_units: [{
|
|
@@ -5031,19 +5976,19 @@ const assets = {
|
|
|
5031
5976
|
}]
|
|
5032
5977
|
},
|
|
5033
5978
|
{
|
|
5034
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
5979
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
5035
5980
|
denom_units: [{
|
|
5036
|
-
denom: 'ibc/
|
|
5981
|
+
denom: 'ibc/A7962C8AAA58CB876C52764181E23CB6FA8C28294F8CA9ABF1689ACF4C13FFCF',
|
|
5037
5982
|
exponent: 0,
|
|
5038
|
-
aliases: ['y:stutia:
|
|
5983
|
+
aliases: ['y:stutia:30Jun2025']
|
|
5039
5984
|
}, {
|
|
5040
|
-
denom: '
|
|
5985
|
+
denom: 'ystTIA30Jun2025',
|
|
5041
5986
|
exponent: 6
|
|
5042
5987
|
}],
|
|
5043
|
-
base: 'ibc/
|
|
5044
|
-
name: 'ystTia (
|
|
5045
|
-
display: '
|
|
5046
|
-
symbol: 'ystTIA-
|
|
5988
|
+
base: 'ibc/A7962C8AAA58CB876C52764181E23CB6FA8C28294F8CA9ABF1689ACF4C13FFCF',
|
|
5989
|
+
name: 'ystTia (30Jun2025)',
|
|
5990
|
+
display: 'ystTIA30Jun2025',
|
|
5991
|
+
symbol: 'ystTIA-30Jun2025',
|
|
5047
5992
|
logo_URIs: {
|
|
5048
5993
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
5049
5994
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
@@ -5057,7 +6002,7 @@ const assets = {
|
|
|
5057
6002
|
type: 'ibc',
|
|
5058
6003
|
counterparty: {
|
|
5059
6004
|
channel_id: 'channel-4',
|
|
5060
|
-
base_denom: 'y:stutia:
|
|
6005
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
5061
6006
|
chain_name: 'pryzm'
|
|
5062
6007
|
},
|
|
5063
6008
|
chain: {
|
|
@@ -5066,11 +6011,46 @@ const assets = {
|
|
|
5066
6011
|
}]
|
|
5067
6012
|
},
|
|
5068
6013
|
{
|
|
5069
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
6014
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
5070
6015
|
denom_units: [{
|
|
5071
|
-
denom: 'ibc/
|
|
6016
|
+
denom: 'ibc/C92E3B530570E26E4DBD67E56BAFEA1E33DC3ACAF80AB2B588D9F23A164B9AA9',
|
|
5072
6017
|
exponent: 0,
|
|
5073
|
-
aliases: ['y:stutia:
|
|
6018
|
+
aliases: ['y:stutia:31Dec2025']
|
|
6019
|
+
}, {
|
|
6020
|
+
denom: 'ystTIA31Dec2025',
|
|
6021
|
+
exponent: 6
|
|
6022
|
+
}],
|
|
6023
|
+
base: 'ibc/C92E3B530570E26E4DBD67E56BAFEA1E33DC3ACAF80AB2B588D9F23A164B9AA9',
|
|
6024
|
+
name: 'ystTia (31Dec2025)',
|
|
6025
|
+
display: 'ystTIA31Dec2025',
|
|
6026
|
+
symbol: 'ystTIA-31Dec2025',
|
|
6027
|
+
logo_URIs: {
|
|
6028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
6029
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
6030
|
+
},
|
|
6031
|
+
images: [{
|
|
6032
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
6033
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
6034
|
+
}],
|
|
6035
|
+
type_asset: 'sdk.coin',
|
|
6036
|
+
traces: [{
|
|
6037
|
+
type: 'ibc',
|
|
6038
|
+
counterparty: {
|
|
6039
|
+
channel_id: 'channel-4',
|
|
6040
|
+
base_denom: 'y:stutia:31Dec2025',
|
|
6041
|
+
chain_name: 'pryzm'
|
|
6042
|
+
},
|
|
6043
|
+
chain: {
|
|
6044
|
+
channel_id: 'channel-473'
|
|
6045
|
+
}
|
|
6046
|
+
}]
|
|
6047
|
+
},
|
|
6048
|
+
{
|
|
6049
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
6050
|
+
denom_units: [{
|
|
6051
|
+
denom: 'ibc/E979470B7CB613C1BA705354A6253C6FFAD54416BA233645FB613E85CE116560',
|
|
6052
|
+
exponent: 0,
|
|
6053
|
+
aliases: ['y:stutia:31Dec2026']
|
|
5074
6054
|
}, {
|
|
5075
6055
|
denom: 'ystTIA31Dec2026',
|
|
5076
6056
|
exponent: 6
|
|
@@ -5205,6 +6185,41 @@ const assets = {
|
|
|
5205
6185
|
}
|
|
5206
6186
|
}]
|
|
5207
6187
|
},
|
|
6188
|
+
{
|
|
6189
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
6190
|
+
denom_units: [{
|
|
6191
|
+
denom: 'ibc/84E6334F5007D40420E078BB5C7BE88190BD990B4409A0C02550940A5AE83D04',
|
|
6192
|
+
exponent: 0,
|
|
6193
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
6194
|
+
}, {
|
|
6195
|
+
denom: 'ystDYDX30Jun2025',
|
|
6196
|
+
exponent: 6
|
|
6197
|
+
}],
|
|
6198
|
+
base: 'ibc/84E6334F5007D40420E078BB5C7BE88190BD990B4409A0C02550940A5AE83D04',
|
|
6199
|
+
name: 'ystDydx (30Jun2025)',
|
|
6200
|
+
display: 'ystDYDX30Jun2025',
|
|
6201
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
6202
|
+
logo_URIs: {
|
|
6203
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
6204
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
6205
|
+
},
|
|
6206
|
+
images: [{
|
|
6207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
6208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
6209
|
+
}],
|
|
6210
|
+
type_asset: 'sdk.coin',
|
|
6211
|
+
traces: [{
|
|
6212
|
+
type: 'ibc',
|
|
6213
|
+
counterparty: {
|
|
6214
|
+
channel_id: 'channel-4',
|
|
6215
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
6216
|
+
chain_name: 'pryzm'
|
|
6217
|
+
},
|
|
6218
|
+
chain: {
|
|
6219
|
+
channel_id: 'channel-473'
|
|
6220
|
+
}
|
|
6221
|
+
}]
|
|
6222
|
+
},
|
|
5208
6223
|
{
|
|
5209
6224
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
5210
6225
|
denom_units: [{
|
|
@@ -5520,6 +6535,76 @@ const assets = {
|
|
|
5520
6535
|
}
|
|
5521
6536
|
}]
|
|
5522
6537
|
},
|
|
6538
|
+
{
|
|
6539
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
6540
|
+
denom_units: [{
|
|
6541
|
+
denom: 'ibc/7734615F64A624419363ABDBCA17D40902DB85A18B2743B613A5BEA893566F54',
|
|
6542
|
+
exponent: 0,
|
|
6543
|
+
aliases: ['y:utia:30Jun2025']
|
|
6544
|
+
}, {
|
|
6545
|
+
denom: 'yTIA30Jun2025',
|
|
6546
|
+
exponent: 6
|
|
6547
|
+
}],
|
|
6548
|
+
base: 'ibc/7734615F64A624419363ABDBCA17D40902DB85A18B2743B613A5BEA893566F54',
|
|
6549
|
+
name: 'yTia (30Jun2025)',
|
|
6550
|
+
display: 'yTIA30Jun2025',
|
|
6551
|
+
symbol: 'yTIA-30Jun2025',
|
|
6552
|
+
logo_URIs: {
|
|
6553
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6555
|
+
},
|
|
6556
|
+
images: [{
|
|
6557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6559
|
+
}],
|
|
6560
|
+
type_asset: 'sdk.coin',
|
|
6561
|
+
traces: [{
|
|
6562
|
+
type: 'ibc',
|
|
6563
|
+
counterparty: {
|
|
6564
|
+
channel_id: 'channel-4',
|
|
6565
|
+
base_denom: 'y:utia:30Jun2025',
|
|
6566
|
+
chain_name: 'pryzm'
|
|
6567
|
+
},
|
|
6568
|
+
chain: {
|
|
6569
|
+
channel_id: 'channel-473'
|
|
6570
|
+
}
|
|
6571
|
+
}]
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
6575
|
+
denom_units: [{
|
|
6576
|
+
denom: 'ibc/5EE4544FB8DCED5C971DE7992BFB9E82FB36140C7C867EFD7069E7B005AA612E',
|
|
6577
|
+
exponent: 0,
|
|
6578
|
+
aliases: ['y:utia:30Sep2025']
|
|
6579
|
+
}, {
|
|
6580
|
+
denom: 'yTIA30Sep2025',
|
|
6581
|
+
exponent: 6
|
|
6582
|
+
}],
|
|
6583
|
+
base: 'ibc/5EE4544FB8DCED5C971DE7992BFB9E82FB36140C7C867EFD7069E7B005AA612E',
|
|
6584
|
+
name: 'yTia (30Sep2025)',
|
|
6585
|
+
display: 'yTIA30Sep2025',
|
|
6586
|
+
symbol: 'yTIA-30Sep2025',
|
|
6587
|
+
logo_URIs: {
|
|
6588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6589
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6590
|
+
},
|
|
6591
|
+
images: [{
|
|
6592
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6593
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6594
|
+
}],
|
|
6595
|
+
type_asset: 'sdk.coin',
|
|
6596
|
+
traces: [{
|
|
6597
|
+
type: 'ibc',
|
|
6598
|
+
counterparty: {
|
|
6599
|
+
channel_id: 'channel-4',
|
|
6600
|
+
base_denom: 'y:utia:30Sep2025',
|
|
6601
|
+
chain_name: 'pryzm'
|
|
6602
|
+
},
|
|
6603
|
+
chain: {
|
|
6604
|
+
channel_id: 'channel-473'
|
|
6605
|
+
}
|
|
6606
|
+
}]
|
|
6607
|
+
},
|
|
5523
6608
|
{
|
|
5524
6609
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
5525
6610
|
denom_units: [{
|
|
@@ -5730,6 +6815,76 @@ const assets = {
|
|
|
5730
6815
|
}
|
|
5731
6816
|
}]
|
|
5732
6817
|
},
|
|
6818
|
+
{
|
|
6819
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
6820
|
+
denom_units: [{
|
|
6821
|
+
denom: 'ibc/03A8D5A793C2D3075F671748925EAF3574D704FCD9E920A0BEA7954DB8BF41EF',
|
|
6822
|
+
exponent: 0,
|
|
6823
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
6824
|
+
}, {
|
|
6825
|
+
denom: 'yUSDY31Mar2026',
|
|
6826
|
+
exponent: 18
|
|
6827
|
+
}],
|
|
6828
|
+
base: 'ibc/03A8D5A793C2D3075F671748925EAF3574D704FCD9E920A0BEA7954DB8BF41EF',
|
|
6829
|
+
name: 'yUsdy (31Mar2026)',
|
|
6830
|
+
display: 'yUSDY31Mar2026',
|
|
6831
|
+
symbol: 'yUSDY-31Mar2026',
|
|
6832
|
+
logo_URIs: {
|
|
6833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6835
|
+
},
|
|
6836
|
+
images: [{
|
|
6837
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6838
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6839
|
+
}],
|
|
6840
|
+
type_asset: 'sdk.coin',
|
|
6841
|
+
traces: [{
|
|
6842
|
+
type: 'ibc',
|
|
6843
|
+
counterparty: {
|
|
6844
|
+
channel_id: 'channel-4',
|
|
6845
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
6846
|
+
chain_name: 'pryzm'
|
|
6847
|
+
},
|
|
6848
|
+
chain: {
|
|
6849
|
+
channel_id: 'channel-473'
|
|
6850
|
+
}
|
|
6851
|
+
}]
|
|
6852
|
+
},
|
|
6853
|
+
{
|
|
6854
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
6855
|
+
denom_units: [{
|
|
6856
|
+
denom: 'ibc/2185EBEE5FA338AA6D2527A03DCA0F16D8F541740D22718B6A66FA78E5F340C9',
|
|
6857
|
+
exponent: 0,
|
|
6858
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
6859
|
+
}, {
|
|
6860
|
+
denom: 'yUSDY30Jun2026',
|
|
6861
|
+
exponent: 18
|
|
6862
|
+
}],
|
|
6863
|
+
base: 'ibc/2185EBEE5FA338AA6D2527A03DCA0F16D8F541740D22718B6A66FA78E5F340C9',
|
|
6864
|
+
name: 'yUsdy (30Jun2026)',
|
|
6865
|
+
display: 'yUSDY30Jun2026',
|
|
6866
|
+
symbol: 'yUSDY-30Jun2026',
|
|
6867
|
+
logo_URIs: {
|
|
6868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6869
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6870
|
+
},
|
|
6871
|
+
images: [{
|
|
6872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6874
|
+
}],
|
|
6875
|
+
type_asset: 'sdk.coin',
|
|
6876
|
+
traces: [{
|
|
6877
|
+
type: 'ibc',
|
|
6878
|
+
counterparty: {
|
|
6879
|
+
channel_id: 'channel-4',
|
|
6880
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
6881
|
+
chain_name: 'pryzm'
|
|
6882
|
+
},
|
|
6883
|
+
chain: {
|
|
6884
|
+
channel_id: 'channel-473'
|
|
6885
|
+
}
|
|
6886
|
+
}]
|
|
6887
|
+
},
|
|
5733
6888
|
{
|
|
5734
6889
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
5735
6890
|
denom_units: [{
|
|
@@ -5870,6 +7025,76 @@ const assets = {
|
|
|
5870
7025
|
}
|
|
5871
7026
|
}]
|
|
5872
7027
|
},
|
|
7028
|
+
{
|
|
7029
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
7030
|
+
denom_units: [{
|
|
7031
|
+
denom: 'ibc/0336BD6A057EF9AB756D2C80D33FDB8AA0E4EBDFA4A530E18A1A6C81D4383A42',
|
|
7032
|
+
exponent: 0,
|
|
7033
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
7034
|
+
}, {
|
|
7035
|
+
denom: 'yPRYZM31Mar2026',
|
|
7036
|
+
exponent: 6
|
|
7037
|
+
}],
|
|
7038
|
+
base: 'ibc/0336BD6A057EF9AB756D2C80D33FDB8AA0E4EBDFA4A530E18A1A6C81D4383A42',
|
|
7039
|
+
name: 'yPryzm (31Mar2026)',
|
|
7040
|
+
display: 'yPRYZM31Mar2026',
|
|
7041
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
7042
|
+
logo_URIs: {
|
|
7043
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
7044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
7045
|
+
},
|
|
7046
|
+
images: [{
|
|
7047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
7048
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
7049
|
+
}],
|
|
7050
|
+
type_asset: 'sdk.coin',
|
|
7051
|
+
traces: [{
|
|
7052
|
+
type: 'ibc',
|
|
7053
|
+
counterparty: {
|
|
7054
|
+
channel_id: 'channel-4',
|
|
7055
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
7056
|
+
chain_name: 'pryzm'
|
|
7057
|
+
},
|
|
7058
|
+
chain: {
|
|
7059
|
+
channel_id: 'channel-473'
|
|
7060
|
+
}
|
|
7061
|
+
}]
|
|
7062
|
+
},
|
|
7063
|
+
{
|
|
7064
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
7065
|
+
denom_units: [{
|
|
7066
|
+
denom: 'ibc/3A0189F3CF1C18577E0424C9A6C470B3F5986CD52C1524632D1DB830319AF765',
|
|
7067
|
+
exponent: 0,
|
|
7068
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
7069
|
+
}, {
|
|
7070
|
+
denom: 'yPRYZM30Jun2026',
|
|
7071
|
+
exponent: 6
|
|
7072
|
+
}],
|
|
7073
|
+
base: 'ibc/3A0189F3CF1C18577E0424C9A6C470B3F5986CD52C1524632D1DB830319AF765',
|
|
7074
|
+
name: 'yPryzm (30Jun2026)',
|
|
7075
|
+
display: 'yPRYZM30Jun2026',
|
|
7076
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
7077
|
+
logo_URIs: {
|
|
7078
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
7079
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
7080
|
+
},
|
|
7081
|
+
images: [{
|
|
7082
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
7083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
7084
|
+
}],
|
|
7085
|
+
type_asset: 'sdk.coin',
|
|
7086
|
+
traces: [{
|
|
7087
|
+
type: 'ibc',
|
|
7088
|
+
counterparty: {
|
|
7089
|
+
channel_id: 'channel-4',
|
|
7090
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
7091
|
+
chain_name: 'pryzm'
|
|
7092
|
+
},
|
|
7093
|
+
chain: {
|
|
7094
|
+
channel_id: 'channel-473'
|
|
7095
|
+
}
|
|
7096
|
+
}]
|
|
7097
|
+
},
|
|
5873
7098
|
{
|
|
5874
7099
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
5875
7100
|
denom_units: [{
|
|
@@ -6010,6 +7235,41 @@ const assets = {
|
|
|
6010
7235
|
}
|
|
6011
7236
|
}]
|
|
6012
7237
|
},
|
|
7238
|
+
{
|
|
7239
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
7240
|
+
denom_units: [{
|
|
7241
|
+
denom: 'ibc/31638A8D98F81F9F7126FBBB7A91A1E39BE09BDBA3EEA896094EA116D82E3EA6',
|
|
7242
|
+
exponent: 0,
|
|
7243
|
+
aliases: ['y:asusds:30Jun2026']
|
|
7244
|
+
}, {
|
|
7245
|
+
denom: 'ysUSDS30Jun2026',
|
|
7246
|
+
exponent: 18
|
|
7247
|
+
}],
|
|
7248
|
+
base: 'ibc/31638A8D98F81F9F7126FBBB7A91A1E39BE09BDBA3EEA896094EA116D82E3EA6',
|
|
7249
|
+
name: 'ysUsds (30Jun2026)',
|
|
7250
|
+
display: 'ysUSDS30Jun2026',
|
|
7251
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
7252
|
+
logo_URIs: {
|
|
7253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
7254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
7255
|
+
},
|
|
7256
|
+
images: [{
|
|
7257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
7258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
7259
|
+
}],
|
|
7260
|
+
type_asset: 'sdk.coin',
|
|
7261
|
+
traces: [{
|
|
7262
|
+
type: 'ibc',
|
|
7263
|
+
counterparty: {
|
|
7264
|
+
channel_id: 'channel-4',
|
|
7265
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
7266
|
+
chain_name: 'pryzm'
|
|
7267
|
+
},
|
|
7268
|
+
chain: {
|
|
7269
|
+
channel_id: 'channel-473'
|
|
7270
|
+
}
|
|
7271
|
+
}]
|
|
7272
|
+
},
|
|
6013
7273
|
{
|
|
6014
7274
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
6015
7275
|
denom_units: [{
|
|
@@ -10643,19 +11903,19 @@ const assets = {
|
|
|
10643
11903
|
}]
|
|
10644
11904
|
},
|
|
10645
11905
|
{
|
|
10646
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
11906
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
10647
11907
|
denom_units: [{
|
|
10648
|
-
denom: 'ibc/
|
|
11908
|
+
denom: 'ibc/4C017A072D59DAEDB740766F746D1D1A6B75583FE0B8B4E66CE9EFD165C22925',
|
|
10649
11909
|
exponent: 0,
|
|
10650
|
-
aliases: ['p:uatom:
|
|
11910
|
+
aliases: ['p:uatom:30Jun2025']
|
|
10651
11911
|
}, {
|
|
10652
|
-
denom: '
|
|
11912
|
+
denom: 'pATOM30Jun2025',
|
|
10653
11913
|
exponent: 6
|
|
10654
11914
|
}],
|
|
10655
|
-
base: 'ibc/
|
|
10656
|
-
name: 'pAtom (
|
|
10657
|
-
display: '
|
|
10658
|
-
symbol: 'pATOM-
|
|
11915
|
+
base: 'ibc/4C017A072D59DAEDB740766F746D1D1A6B75583FE0B8B4E66CE9EFD165C22925',
|
|
11916
|
+
name: 'pAtom (30Jun2025)',
|
|
11917
|
+
display: 'pATOM30Jun2025',
|
|
11918
|
+
symbol: 'pATOM-30Jun2025',
|
|
10659
11919
|
logo_URIs: {
|
|
10660
11920
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
10661
11921
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
@@ -10669,7 +11929,7 @@ const assets = {
|
|
|
10669
11929
|
type: 'ibc',
|
|
10670
11930
|
counterparty: {
|
|
10671
11931
|
channel_id: 'channel-4',
|
|
10672
|
-
base_denom: 'p:uatom:
|
|
11932
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
10673
11933
|
chain_name: 'pryzm'
|
|
10674
11934
|
},
|
|
10675
11935
|
chain: {
|
|
@@ -10678,11 +11938,81 @@ const assets = {
|
|
|
10678
11938
|
}]
|
|
10679
11939
|
},
|
|
10680
11940
|
{
|
|
10681
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
11941
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
10682
11942
|
denom_units: [{
|
|
10683
|
-
denom: 'ibc/
|
|
11943
|
+
denom: 'ibc/39ADA232A203B9647DCA8337BF5914F86C00D74E2A9DCAC66AE167EBC9CB3CAD',
|
|
10684
11944
|
exponent: 0,
|
|
10685
|
-
aliases: ['p:uatom:
|
|
11945
|
+
aliases: ['p:uatom:30Sep2025']
|
|
11946
|
+
}, {
|
|
11947
|
+
denom: 'pATOM30Sep2025',
|
|
11948
|
+
exponent: 6
|
|
11949
|
+
}],
|
|
11950
|
+
base: 'ibc/39ADA232A203B9647DCA8337BF5914F86C00D74E2A9DCAC66AE167EBC9CB3CAD',
|
|
11951
|
+
name: 'pAtom (30Sep2025)',
|
|
11952
|
+
display: 'pATOM30Sep2025',
|
|
11953
|
+
symbol: 'pATOM-30Sep2025',
|
|
11954
|
+
logo_URIs: {
|
|
11955
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11956
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11957
|
+
},
|
|
11958
|
+
images: [{
|
|
11959
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11961
|
+
}],
|
|
11962
|
+
type_asset: 'sdk.coin',
|
|
11963
|
+
traces: [{
|
|
11964
|
+
type: 'ibc',
|
|
11965
|
+
counterparty: {
|
|
11966
|
+
channel_id: 'channel-4',
|
|
11967
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
11968
|
+
chain_name: 'pryzm'
|
|
11969
|
+
},
|
|
11970
|
+
chain: {
|
|
11971
|
+
channel_id: 'channel-473'
|
|
11972
|
+
}
|
|
11973
|
+
}]
|
|
11974
|
+
},
|
|
11975
|
+
{
|
|
11976
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
11977
|
+
denom_units: [{
|
|
11978
|
+
denom: 'ibc/45841AD48D2736EB0E25C5EA7EC2D96F846C3405C0CB22AFA797896489FEB6A1',
|
|
11979
|
+
exponent: 0,
|
|
11980
|
+
aliases: ['p:uatom:31Dec2025']
|
|
11981
|
+
}, {
|
|
11982
|
+
denom: 'pATOM31Dec2025',
|
|
11983
|
+
exponent: 6
|
|
11984
|
+
}],
|
|
11985
|
+
base: 'ibc/45841AD48D2736EB0E25C5EA7EC2D96F846C3405C0CB22AFA797896489FEB6A1',
|
|
11986
|
+
name: 'pAtom (31Dec2025)',
|
|
11987
|
+
display: 'pATOM31Dec2025',
|
|
11988
|
+
symbol: 'pATOM-31Dec2025',
|
|
11989
|
+
logo_URIs: {
|
|
11990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11991
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11992
|
+
},
|
|
11993
|
+
images: [{
|
|
11994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
11995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
11996
|
+
}],
|
|
11997
|
+
type_asset: 'sdk.coin',
|
|
11998
|
+
traces: [{
|
|
11999
|
+
type: 'ibc',
|
|
12000
|
+
counterparty: {
|
|
12001
|
+
channel_id: 'channel-4',
|
|
12002
|
+
base_denom: 'p:uatom:31Dec2025',
|
|
12003
|
+
chain_name: 'pryzm'
|
|
12004
|
+
},
|
|
12005
|
+
chain: {
|
|
12006
|
+
channel_id: 'channel-473'
|
|
12007
|
+
}
|
|
12008
|
+
}]
|
|
12009
|
+
},
|
|
12010
|
+
{
|
|
12011
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
12012
|
+
denom_units: [{
|
|
12013
|
+
denom: 'ibc/9E5A438A564D1C2E96E87ECA0F6813EBD9C83D6A8337E202EC0DAAB643DED042',
|
|
12014
|
+
exponent: 0,
|
|
12015
|
+
aliases: ['p:uatom:31Dec2026']
|
|
10686
12016
|
}, {
|
|
10687
12017
|
denom: 'pATOM31Dec2026',
|
|
10688
12018
|
exponent: 6
|
|
@@ -10817,6 +12147,76 @@ const assets = {
|
|
|
10817
12147
|
}
|
|
10818
12148
|
}]
|
|
10819
12149
|
},
|
|
12150
|
+
{
|
|
12151
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
12152
|
+
denom_units: [{
|
|
12153
|
+
denom: 'ibc/696487D9B9904B292A1B97792E3D88C252CD03856B787E15A9E489461962ADD6',
|
|
12154
|
+
exponent: 0,
|
|
12155
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
12156
|
+
}, {
|
|
12157
|
+
denom: 'pOSMO30Jun2025',
|
|
12158
|
+
exponent: 6
|
|
12159
|
+
}],
|
|
12160
|
+
base: 'ibc/696487D9B9904B292A1B97792E3D88C252CD03856B787E15A9E489461962ADD6',
|
|
12161
|
+
name: 'pOsmo (30Jun2025)',
|
|
12162
|
+
display: 'pOSMO30Jun2025',
|
|
12163
|
+
symbol: 'pOSMO-30Jun2025',
|
|
12164
|
+
logo_URIs: {
|
|
12165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
12166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
12167
|
+
},
|
|
12168
|
+
images: [{
|
|
12169
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
12170
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
12171
|
+
}],
|
|
12172
|
+
type_asset: 'sdk.coin',
|
|
12173
|
+
traces: [{
|
|
12174
|
+
type: 'ibc',
|
|
12175
|
+
counterparty: {
|
|
12176
|
+
channel_id: 'channel-4',
|
|
12177
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
12178
|
+
chain_name: 'pryzm'
|
|
12179
|
+
},
|
|
12180
|
+
chain: {
|
|
12181
|
+
channel_id: 'channel-473'
|
|
12182
|
+
}
|
|
12183
|
+
}]
|
|
12184
|
+
},
|
|
12185
|
+
{
|
|
12186
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
12187
|
+
denom_units: [{
|
|
12188
|
+
denom: 'ibc/43604CF3EF9FF915AD3EF8D2D43AAB6E608A07F4702E08454D72137E51178744',
|
|
12189
|
+
exponent: 0,
|
|
12190
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
12191
|
+
}, {
|
|
12192
|
+
denom: 'pOSMO30Sep2025',
|
|
12193
|
+
exponent: 6
|
|
12194
|
+
}],
|
|
12195
|
+
base: 'ibc/43604CF3EF9FF915AD3EF8D2D43AAB6E608A07F4702E08454D72137E51178744',
|
|
12196
|
+
name: 'pOsmo (30Sep2025)',
|
|
12197
|
+
display: 'pOSMO30Sep2025',
|
|
12198
|
+
symbol: 'pOSMO-30Sep2025',
|
|
12199
|
+
logo_URIs: {
|
|
12200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
12201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
12202
|
+
},
|
|
12203
|
+
images: [{
|
|
12204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
12205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
12206
|
+
}],
|
|
12207
|
+
type_asset: 'sdk.coin',
|
|
12208
|
+
traces: [{
|
|
12209
|
+
type: 'ibc',
|
|
12210
|
+
counterparty: {
|
|
12211
|
+
channel_id: 'channel-4',
|
|
12212
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
12213
|
+
chain_name: 'pryzm'
|
|
12214
|
+
},
|
|
12215
|
+
chain: {
|
|
12216
|
+
channel_id: 'channel-473'
|
|
12217
|
+
}
|
|
12218
|
+
}]
|
|
12219
|
+
},
|
|
10820
12220
|
{
|
|
10821
12221
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
10822
12222
|
denom_units: [{
|
|
@@ -10992,6 +12392,76 @@ const assets = {
|
|
|
10992
12392
|
}
|
|
10993
12393
|
}]
|
|
10994
12394
|
},
|
|
12395
|
+
{
|
|
12396
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
12397
|
+
denom_units: [{
|
|
12398
|
+
denom: 'ibc/D1017EEC58E919EEBF121B730EC5E75C692C266868EC80216295A32D0B695230',
|
|
12399
|
+
exponent: 0,
|
|
12400
|
+
aliases: ['p:inj:30Jun2025']
|
|
12401
|
+
}, {
|
|
12402
|
+
denom: 'pINJ30Jun2025',
|
|
12403
|
+
exponent: 18
|
|
12404
|
+
}],
|
|
12405
|
+
base: 'ibc/D1017EEC58E919EEBF121B730EC5E75C692C266868EC80216295A32D0B695230',
|
|
12406
|
+
name: 'pInj (30Jun2025)',
|
|
12407
|
+
display: 'pINJ30Jun2025',
|
|
12408
|
+
symbol: 'pINJ-30Jun2025',
|
|
12409
|
+
logo_URIs: {
|
|
12410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
12411
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
12412
|
+
},
|
|
12413
|
+
images: [{
|
|
12414
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
12415
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
12416
|
+
}],
|
|
12417
|
+
type_asset: 'sdk.coin',
|
|
12418
|
+
traces: [{
|
|
12419
|
+
type: 'ibc',
|
|
12420
|
+
counterparty: {
|
|
12421
|
+
channel_id: 'channel-4',
|
|
12422
|
+
base_denom: 'p:inj:30Jun2025',
|
|
12423
|
+
chain_name: 'pryzm'
|
|
12424
|
+
},
|
|
12425
|
+
chain: {
|
|
12426
|
+
channel_id: 'channel-473'
|
|
12427
|
+
}
|
|
12428
|
+
}]
|
|
12429
|
+
},
|
|
12430
|
+
{
|
|
12431
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
12432
|
+
denom_units: [{
|
|
12433
|
+
denom: 'ibc/637CA5C14950A7866E04D43012429BB0A892676D32FD26FA32047547E492E91F',
|
|
12434
|
+
exponent: 0,
|
|
12435
|
+
aliases: ['p:inj:30Sep2025']
|
|
12436
|
+
}, {
|
|
12437
|
+
denom: 'pINJ30Sep2025',
|
|
12438
|
+
exponent: 18
|
|
12439
|
+
}],
|
|
12440
|
+
base: 'ibc/637CA5C14950A7866E04D43012429BB0A892676D32FD26FA32047547E492E91F',
|
|
12441
|
+
name: 'pInj (30Sep2025)',
|
|
12442
|
+
display: 'pINJ30Sep2025',
|
|
12443
|
+
symbol: 'pINJ-30Sep2025',
|
|
12444
|
+
logo_URIs: {
|
|
12445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
12446
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
12447
|
+
},
|
|
12448
|
+
images: [{
|
|
12449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
12450
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
12451
|
+
}],
|
|
12452
|
+
type_asset: 'sdk.coin',
|
|
12453
|
+
traces: [{
|
|
12454
|
+
type: 'ibc',
|
|
12455
|
+
counterparty: {
|
|
12456
|
+
channel_id: 'channel-4',
|
|
12457
|
+
base_denom: 'p:inj:30Sep2025',
|
|
12458
|
+
chain_name: 'pryzm'
|
|
12459
|
+
},
|
|
12460
|
+
chain: {
|
|
12461
|
+
channel_id: 'channel-473'
|
|
12462
|
+
}
|
|
12463
|
+
}]
|
|
12464
|
+
},
|
|
10995
12465
|
{
|
|
10996
12466
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
10997
12467
|
denom_units: [{
|
|
@@ -11167,6 +12637,76 @@ const assets = {
|
|
|
11167
12637
|
}
|
|
11168
12638
|
}]
|
|
11169
12639
|
},
|
|
12640
|
+
{
|
|
12641
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
12642
|
+
denom_units: [{
|
|
12643
|
+
denom: 'ibc/883135F775AF37B213A45E2A6AFB33B5520EA0C249D4BE7BABCC2C0B37666044',
|
|
12644
|
+
exponent: 0,
|
|
12645
|
+
aliases: ['p:uluna:30Jun2025']
|
|
12646
|
+
}, {
|
|
12647
|
+
denom: 'pLUNA30Jun2025',
|
|
12648
|
+
exponent: 6
|
|
12649
|
+
}],
|
|
12650
|
+
base: 'ibc/883135F775AF37B213A45E2A6AFB33B5520EA0C249D4BE7BABCC2C0B37666044',
|
|
12651
|
+
name: 'pLuna (30Jun2025)',
|
|
12652
|
+
display: 'pLUNA30Jun2025',
|
|
12653
|
+
symbol: 'pLUNA-30Jun2025',
|
|
12654
|
+
logo_URIs: {
|
|
12655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
12656
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
12657
|
+
},
|
|
12658
|
+
images: [{
|
|
12659
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
12660
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
12661
|
+
}],
|
|
12662
|
+
type_asset: 'sdk.coin',
|
|
12663
|
+
traces: [{
|
|
12664
|
+
type: 'ibc',
|
|
12665
|
+
counterparty: {
|
|
12666
|
+
channel_id: 'channel-4',
|
|
12667
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
12668
|
+
chain_name: 'pryzm'
|
|
12669
|
+
},
|
|
12670
|
+
chain: {
|
|
12671
|
+
channel_id: 'channel-473'
|
|
12672
|
+
}
|
|
12673
|
+
}]
|
|
12674
|
+
},
|
|
12675
|
+
{
|
|
12676
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
12677
|
+
denom_units: [{
|
|
12678
|
+
denom: 'ibc/4EBD097053F2DD2F15A921D5EE6F9976AEA22B21EAB4192473A14743A949CE93',
|
|
12679
|
+
exponent: 0,
|
|
12680
|
+
aliases: ['p:uluna:30Sep2025']
|
|
12681
|
+
}, {
|
|
12682
|
+
denom: 'pLUNA30Sep2025',
|
|
12683
|
+
exponent: 6
|
|
12684
|
+
}],
|
|
12685
|
+
base: 'ibc/4EBD097053F2DD2F15A921D5EE6F9976AEA22B21EAB4192473A14743A949CE93',
|
|
12686
|
+
name: 'pLuna (30Sep2025)',
|
|
12687
|
+
display: 'pLUNA30Sep2025',
|
|
12688
|
+
symbol: 'pLUNA-30Sep2025',
|
|
12689
|
+
logo_URIs: {
|
|
12690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
12691
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
12692
|
+
},
|
|
12693
|
+
images: [{
|
|
12694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
12695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
12696
|
+
}],
|
|
12697
|
+
type_asset: 'sdk.coin',
|
|
12698
|
+
traces: [{
|
|
12699
|
+
type: 'ibc',
|
|
12700
|
+
counterparty: {
|
|
12701
|
+
channel_id: 'channel-4',
|
|
12702
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
12703
|
+
chain_name: 'pryzm'
|
|
12704
|
+
},
|
|
12705
|
+
chain: {
|
|
12706
|
+
channel_id: 'channel-473'
|
|
12707
|
+
}
|
|
12708
|
+
}]
|
|
12709
|
+
},
|
|
11170
12710
|
{
|
|
11171
12711
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
11172
12712
|
denom_units: [{
|
|
@@ -11307,6 +12847,41 @@ const assets = {
|
|
|
11307
12847
|
}
|
|
11308
12848
|
}]
|
|
11309
12849
|
},
|
|
12850
|
+
{
|
|
12851
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
12852
|
+
denom_units: [{
|
|
12853
|
+
denom: 'ibc/2AB8DFB0E3F09C2673D0A411D260BAFB256CFCD47B614EA067C51477C8F989CC',
|
|
12854
|
+
exponent: 0,
|
|
12855
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
12856
|
+
}, {
|
|
12857
|
+
denom: 'pAUUU30Jun2025',
|
|
12858
|
+
exponent: 6
|
|
12859
|
+
}],
|
|
12860
|
+
base: 'ibc/2AB8DFB0E3F09C2673D0A411D260BAFB256CFCD47B614EA067C51477C8F989CC',
|
|
12861
|
+
name: 'pAuuu (30Jun2025)',
|
|
12862
|
+
display: 'pAUUU30Jun2025',
|
|
12863
|
+
symbol: 'pAUUU-30Jun2025',
|
|
12864
|
+
logo_URIs: {
|
|
12865
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
12866
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12867
|
+
},
|
|
12868
|
+
images: [{
|
|
12869
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
12870
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
12871
|
+
}],
|
|
12872
|
+
type_asset: 'sdk.coin',
|
|
12873
|
+
traces: [{
|
|
12874
|
+
type: 'ibc',
|
|
12875
|
+
counterparty: {
|
|
12876
|
+
channel_id: 'channel-4',
|
|
12877
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
12878
|
+
chain_name: 'pryzm'
|
|
12879
|
+
},
|
|
12880
|
+
chain: {
|
|
12881
|
+
channel_id: 'channel-473'
|
|
12882
|
+
}
|
|
12883
|
+
}]
|
|
12884
|
+
},
|
|
11310
12885
|
{
|
|
11311
12886
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
11312
12887
|
denom_units: [{
|
|
@@ -11483,19 +13058,19 @@ const assets = {
|
|
|
11483
13058
|
}]
|
|
11484
13059
|
},
|
|
11485
13060
|
{
|
|
11486
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
13061
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
11487
13062
|
denom_units: [{
|
|
11488
|
-
denom: 'ibc/
|
|
13063
|
+
denom: 'ibc/7DB17C7AAB016A8CFA80752AF60CF93F1AC3C7244BC0A6234AEC032E62CDDEF3',
|
|
11489
13064
|
exponent: 0,
|
|
11490
|
-
aliases: ['p:stutia:
|
|
13065
|
+
aliases: ['p:stutia:30Jun2025']
|
|
11491
13066
|
}, {
|
|
11492
|
-
denom: '
|
|
13067
|
+
denom: 'pstTIA30Jun2025',
|
|
11493
13068
|
exponent: 6
|
|
11494
13069
|
}],
|
|
11495
|
-
base: 'ibc/
|
|
11496
|
-
name: 'pstTia (
|
|
11497
|
-
display: '
|
|
11498
|
-
symbol: 'pstTIA-
|
|
13070
|
+
base: 'ibc/7DB17C7AAB016A8CFA80752AF60CF93F1AC3C7244BC0A6234AEC032E62CDDEF3',
|
|
13071
|
+
name: 'pstTia (30Jun2025)',
|
|
13072
|
+
display: 'pstTIA30Jun2025',
|
|
13073
|
+
symbol: 'pstTIA-30Jun2025',
|
|
11499
13074
|
logo_URIs: {
|
|
11500
13075
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
11501
13076
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -11509,7 +13084,7 @@ const assets = {
|
|
|
11509
13084
|
type: 'ibc',
|
|
11510
13085
|
counterparty: {
|
|
11511
13086
|
channel_id: 'channel-4',
|
|
11512
|
-
base_denom: 'p:stutia:
|
|
13087
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
11513
13088
|
chain_name: 'pryzm'
|
|
11514
13089
|
},
|
|
11515
13090
|
chain: {
|
|
@@ -11518,7 +13093,42 @@ const assets = {
|
|
|
11518
13093
|
}]
|
|
11519
13094
|
},
|
|
11520
13095
|
{
|
|
11521
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
13096
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
13097
|
+
denom_units: [{
|
|
13098
|
+
denom: 'ibc/B75D52B360EC491958142C5E1B13F9A8EEED50B60759A121FF82DD13724EA47E',
|
|
13099
|
+
exponent: 0,
|
|
13100
|
+
aliases: ['p:stutia:31Dec2025']
|
|
13101
|
+
}, {
|
|
13102
|
+
denom: 'pstTIA31Dec2025',
|
|
13103
|
+
exponent: 6
|
|
13104
|
+
}],
|
|
13105
|
+
base: 'ibc/B75D52B360EC491958142C5E1B13F9A8EEED50B60759A121FF82DD13724EA47E',
|
|
13106
|
+
name: 'pstTia (31Dec2025)',
|
|
13107
|
+
display: 'pstTIA31Dec2025',
|
|
13108
|
+
symbol: 'pstTIA-31Dec2025',
|
|
13109
|
+
logo_URIs: {
|
|
13110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
13111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
13112
|
+
},
|
|
13113
|
+
images: [{
|
|
13114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
13115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
13116
|
+
}],
|
|
13117
|
+
type_asset: 'sdk.coin',
|
|
13118
|
+
traces: [{
|
|
13119
|
+
type: 'ibc',
|
|
13120
|
+
counterparty: {
|
|
13121
|
+
channel_id: 'channel-4',
|
|
13122
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
13123
|
+
chain_name: 'pryzm'
|
|
13124
|
+
},
|
|
13125
|
+
chain: {
|
|
13126
|
+
channel_id: 'channel-473'
|
|
13127
|
+
}
|
|
13128
|
+
}]
|
|
13129
|
+
},
|
|
13130
|
+
{
|
|
13131
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
11522
13132
|
denom_units: [{
|
|
11523
13133
|
denom: 'ibc/1344AED43978313AF9DE7C4344E26E6B1AF460B0ED0F88966597FFC59DDB7FCB',
|
|
11524
13134
|
exponent: 0,
|
|
@@ -11657,6 +13267,41 @@ const assets = {
|
|
|
11657
13267
|
}
|
|
11658
13268
|
}]
|
|
11659
13269
|
},
|
|
13270
|
+
{
|
|
13271
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
13272
|
+
denom_units: [{
|
|
13273
|
+
denom: 'ibc/317691002C02408161DC32D3EA7B9FF20EED3F8BAEA32A845870887E21B59D8B',
|
|
13274
|
+
exponent: 0,
|
|
13275
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
13276
|
+
}, {
|
|
13277
|
+
denom: 'pstDYDX30Jun2025',
|
|
13278
|
+
exponent: 18
|
|
13279
|
+
}],
|
|
13280
|
+
base: 'ibc/317691002C02408161DC32D3EA7B9FF20EED3F8BAEA32A845870887E21B59D8B',
|
|
13281
|
+
name: 'pstDydx (30Jun2025)',
|
|
13282
|
+
display: 'pstDYDX30Jun2025',
|
|
13283
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
13284
|
+
logo_URIs: {
|
|
13285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
13286
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
13287
|
+
},
|
|
13288
|
+
images: [{
|
|
13289
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
13290
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
13291
|
+
}],
|
|
13292
|
+
type_asset: 'sdk.coin',
|
|
13293
|
+
traces: [{
|
|
13294
|
+
type: 'ibc',
|
|
13295
|
+
counterparty: {
|
|
13296
|
+
channel_id: 'channel-4',
|
|
13297
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
13298
|
+
chain_name: 'pryzm'
|
|
13299
|
+
},
|
|
13300
|
+
chain: {
|
|
13301
|
+
channel_id: 'channel-473'
|
|
13302
|
+
}
|
|
13303
|
+
}]
|
|
13304
|
+
},
|
|
11660
13305
|
{
|
|
11661
13306
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
11662
13307
|
denom_units: [{
|
|
@@ -11972,6 +13617,76 @@ const assets = {
|
|
|
11972
13617
|
}
|
|
11973
13618
|
}]
|
|
11974
13619
|
},
|
|
13620
|
+
{
|
|
13621
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
13622
|
+
denom_units: [{
|
|
13623
|
+
denom: 'ibc/503F122D924F1AAAC95F4729F49867ACB319D4CFB37A3F1A3D4FE3FA3913EE8E',
|
|
13624
|
+
exponent: 0,
|
|
13625
|
+
aliases: ['p:utia:30Jun2025']
|
|
13626
|
+
}, {
|
|
13627
|
+
denom: 'pTIA30Jun2025',
|
|
13628
|
+
exponent: 6
|
|
13629
|
+
}],
|
|
13630
|
+
base: 'ibc/503F122D924F1AAAC95F4729F49867ACB319D4CFB37A3F1A3D4FE3FA3913EE8E',
|
|
13631
|
+
name: 'pTia (30Jun2025)',
|
|
13632
|
+
display: 'pTIA30Jun2025',
|
|
13633
|
+
symbol: 'pTIA-30Jun2025',
|
|
13634
|
+
logo_URIs: {
|
|
13635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
13636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
13637
|
+
},
|
|
13638
|
+
images: [{
|
|
13639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
13640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
13641
|
+
}],
|
|
13642
|
+
type_asset: 'sdk.coin',
|
|
13643
|
+
traces: [{
|
|
13644
|
+
type: 'ibc',
|
|
13645
|
+
counterparty: {
|
|
13646
|
+
channel_id: 'channel-4',
|
|
13647
|
+
base_denom: 'p:utia:30Jun2025',
|
|
13648
|
+
chain_name: 'pryzm'
|
|
13649
|
+
},
|
|
13650
|
+
chain: {
|
|
13651
|
+
channel_id: 'channel-473'
|
|
13652
|
+
}
|
|
13653
|
+
}]
|
|
13654
|
+
},
|
|
13655
|
+
{
|
|
13656
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
13657
|
+
denom_units: [{
|
|
13658
|
+
denom: 'ibc/6800395BBB2C8D189E9DAEC46FB81A683FA93D04F375B8923BCC815822FEF7AB',
|
|
13659
|
+
exponent: 0,
|
|
13660
|
+
aliases: ['p:utia:30Sep2025']
|
|
13661
|
+
}, {
|
|
13662
|
+
denom: 'pTIA30Sep2025',
|
|
13663
|
+
exponent: 6
|
|
13664
|
+
}],
|
|
13665
|
+
base: 'ibc/6800395BBB2C8D189E9DAEC46FB81A683FA93D04F375B8923BCC815822FEF7AB',
|
|
13666
|
+
name: 'pTia (30Sep2025)',
|
|
13667
|
+
display: 'pTIA30Sep2025',
|
|
13668
|
+
symbol: 'pTIA-30Sep2025',
|
|
13669
|
+
logo_URIs: {
|
|
13670
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
13671
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
13672
|
+
},
|
|
13673
|
+
images: [{
|
|
13674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
13675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
13676
|
+
}],
|
|
13677
|
+
type_asset: 'sdk.coin',
|
|
13678
|
+
traces: [{
|
|
13679
|
+
type: 'ibc',
|
|
13680
|
+
counterparty: {
|
|
13681
|
+
channel_id: 'channel-4',
|
|
13682
|
+
base_denom: 'p:utia:30Sep2025',
|
|
13683
|
+
chain_name: 'pryzm'
|
|
13684
|
+
},
|
|
13685
|
+
chain: {
|
|
13686
|
+
channel_id: 'channel-473'
|
|
13687
|
+
}
|
|
13688
|
+
}]
|
|
13689
|
+
},
|
|
11975
13690
|
{
|
|
11976
13691
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
11977
13692
|
denom_units: [{
|
|
@@ -12182,6 +13897,76 @@ const assets = {
|
|
|
12182
13897
|
}
|
|
12183
13898
|
}]
|
|
12184
13899
|
},
|
|
13900
|
+
{
|
|
13901
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
13902
|
+
denom_units: [{
|
|
13903
|
+
denom: 'ibc/DB4FB8805DD3A03086B8CFBD5375704373FBF57821819AD1AE6A72C5F1F5154C',
|
|
13904
|
+
exponent: 0,
|
|
13905
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
13906
|
+
}, {
|
|
13907
|
+
denom: 'pUSDY31Mar2026',
|
|
13908
|
+
exponent: 18
|
|
13909
|
+
}],
|
|
13910
|
+
base: 'ibc/DB4FB8805DD3A03086B8CFBD5375704373FBF57821819AD1AE6A72C5F1F5154C',
|
|
13911
|
+
name: 'pUsdy (31Mar2026)',
|
|
13912
|
+
display: 'pUSDY31Mar2026',
|
|
13913
|
+
symbol: 'pUSDY-31Mar2026',
|
|
13914
|
+
logo_URIs: {
|
|
13915
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
13916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
13917
|
+
},
|
|
13918
|
+
images: [{
|
|
13919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
13920
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
13921
|
+
}],
|
|
13922
|
+
type_asset: 'sdk.coin',
|
|
13923
|
+
traces: [{
|
|
13924
|
+
type: 'ibc',
|
|
13925
|
+
counterparty: {
|
|
13926
|
+
channel_id: 'channel-4',
|
|
13927
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
13928
|
+
chain_name: 'pryzm'
|
|
13929
|
+
},
|
|
13930
|
+
chain: {
|
|
13931
|
+
channel_id: 'channel-473'
|
|
13932
|
+
}
|
|
13933
|
+
}]
|
|
13934
|
+
},
|
|
13935
|
+
{
|
|
13936
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
13937
|
+
denom_units: [{
|
|
13938
|
+
denom: 'ibc/DDF4825565F7DBD1113861E451608AFE3F77BA66255AFB041EE53065ABD8BC6B',
|
|
13939
|
+
exponent: 0,
|
|
13940
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
13941
|
+
}, {
|
|
13942
|
+
denom: 'pUSDY30Jun2026',
|
|
13943
|
+
exponent: 18
|
|
13944
|
+
}],
|
|
13945
|
+
base: 'ibc/DDF4825565F7DBD1113861E451608AFE3F77BA66255AFB041EE53065ABD8BC6B',
|
|
13946
|
+
name: 'pUsdy (30Jun2026)',
|
|
13947
|
+
display: 'pUSDY30Jun2026',
|
|
13948
|
+
symbol: 'pUSDY-30Jun2026',
|
|
13949
|
+
logo_URIs: {
|
|
13950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
13951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
13952
|
+
},
|
|
13953
|
+
images: [{
|
|
13954
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
13955
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
13956
|
+
}],
|
|
13957
|
+
type_asset: 'sdk.coin',
|
|
13958
|
+
traces: [{
|
|
13959
|
+
type: 'ibc',
|
|
13960
|
+
counterparty: {
|
|
13961
|
+
channel_id: 'channel-4',
|
|
13962
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
13963
|
+
chain_name: 'pryzm'
|
|
13964
|
+
},
|
|
13965
|
+
chain: {
|
|
13966
|
+
channel_id: 'channel-473'
|
|
13967
|
+
}
|
|
13968
|
+
}]
|
|
13969
|
+
},
|
|
12185
13970
|
{
|
|
12186
13971
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
12187
13972
|
denom_units: [{
|
|
@@ -12322,6 +14107,76 @@ const assets = {
|
|
|
12322
14107
|
}
|
|
12323
14108
|
}]
|
|
12324
14109
|
},
|
|
14110
|
+
{
|
|
14111
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
14112
|
+
denom_units: [{
|
|
14113
|
+
denom: 'ibc/43F0D50D51EDF01F84E8C2CA3B7C9E80950691F27276C43E93472D09EDFB3E85',
|
|
14114
|
+
exponent: 0,
|
|
14115
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
14116
|
+
}, {
|
|
14117
|
+
denom: 'pPRYZM31Mar2026',
|
|
14118
|
+
exponent: 6
|
|
14119
|
+
}],
|
|
14120
|
+
base: 'ibc/43F0D50D51EDF01F84E8C2CA3B7C9E80950691F27276C43E93472D09EDFB3E85',
|
|
14121
|
+
name: 'pPryzm (31Mar2026)',
|
|
14122
|
+
display: 'pPRYZM31Mar2026',
|
|
14123
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
14124
|
+
logo_URIs: {
|
|
14125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
14126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
14127
|
+
},
|
|
14128
|
+
images: [{
|
|
14129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
14130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
14131
|
+
}],
|
|
14132
|
+
type_asset: 'sdk.coin',
|
|
14133
|
+
traces: [{
|
|
14134
|
+
type: 'ibc',
|
|
14135
|
+
counterparty: {
|
|
14136
|
+
channel_id: 'channel-4',
|
|
14137
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
14138
|
+
chain_name: 'pryzm'
|
|
14139
|
+
},
|
|
14140
|
+
chain: {
|
|
14141
|
+
channel_id: 'channel-473'
|
|
14142
|
+
}
|
|
14143
|
+
}]
|
|
14144
|
+
},
|
|
14145
|
+
{
|
|
14146
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
14147
|
+
denom_units: [{
|
|
14148
|
+
denom: 'ibc/8516B00C04031356FBC60569AF122E3E01C452D071A5B7579927525D84D093DD',
|
|
14149
|
+
exponent: 0,
|
|
14150
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
14151
|
+
}, {
|
|
14152
|
+
denom: 'pPRYZM30Jun2026',
|
|
14153
|
+
exponent: 6
|
|
14154
|
+
}],
|
|
14155
|
+
base: 'ibc/8516B00C04031356FBC60569AF122E3E01C452D071A5B7579927525D84D093DD',
|
|
14156
|
+
name: 'pPryzm (30Jun2026)',
|
|
14157
|
+
display: 'pPRYZM30Jun2026',
|
|
14158
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
14159
|
+
logo_URIs: {
|
|
14160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
14161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
14162
|
+
},
|
|
14163
|
+
images: [{
|
|
14164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
14165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
14166
|
+
}],
|
|
14167
|
+
type_asset: 'sdk.coin',
|
|
14168
|
+
traces: [{
|
|
14169
|
+
type: 'ibc',
|
|
14170
|
+
counterparty: {
|
|
14171
|
+
channel_id: 'channel-4',
|
|
14172
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
14173
|
+
chain_name: 'pryzm'
|
|
14174
|
+
},
|
|
14175
|
+
chain: {
|
|
14176
|
+
channel_id: 'channel-473'
|
|
14177
|
+
}
|
|
14178
|
+
}]
|
|
14179
|
+
},
|
|
12325
14180
|
{
|
|
12326
14181
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
12327
14182
|
denom_units: [{
|
|
@@ -12462,6 +14317,41 @@ const assets = {
|
|
|
12462
14317
|
}
|
|
12463
14318
|
}]
|
|
12464
14319
|
},
|
|
14320
|
+
{
|
|
14321
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
14322
|
+
denom_units: [{
|
|
14323
|
+
denom: 'ibc/4082A90BC27FE591C7F36417496D654FF0DC896616C208001045A4E46C4DBB3B',
|
|
14324
|
+
exponent: 0,
|
|
14325
|
+
aliases: ['p:asusds:30Jun2026']
|
|
14326
|
+
}, {
|
|
14327
|
+
denom: 'psUSDS30Jun2026',
|
|
14328
|
+
exponent: 18
|
|
14329
|
+
}],
|
|
14330
|
+
base: 'ibc/4082A90BC27FE591C7F36417496D654FF0DC896616C208001045A4E46C4DBB3B',
|
|
14331
|
+
name: 'psUsds (30Jun2026)',
|
|
14332
|
+
display: 'psUSDS30Jun2026',
|
|
14333
|
+
symbol: 'psUSDS-30Jun2026',
|
|
14334
|
+
logo_URIs: {
|
|
14335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
14336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
14337
|
+
},
|
|
14338
|
+
images: [{
|
|
14339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
14340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
14341
|
+
}],
|
|
14342
|
+
type_asset: 'sdk.coin',
|
|
14343
|
+
traces: [{
|
|
14344
|
+
type: 'ibc',
|
|
14345
|
+
counterparty: {
|
|
14346
|
+
channel_id: 'channel-4',
|
|
14347
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
14348
|
+
chain_name: 'pryzm'
|
|
14349
|
+
},
|
|
14350
|
+
chain: {
|
|
14351
|
+
channel_id: 'channel-473'
|
|
14352
|
+
}
|
|
14353
|
+
}]
|
|
14354
|
+
},
|
|
12465
14355
|
{
|
|
12466
14356
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
12467
14357
|
denom_units: [{
|
|
@@ -12567,6 +14457,76 @@ const assets = {
|
|
|
12567
14457
|
}
|
|
12568
14458
|
}]
|
|
12569
14459
|
},
|
|
14460
|
+
{
|
|
14461
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
14462
|
+
denom_units: [{
|
|
14463
|
+
denom: 'ibc/4CDD9187DC2997B0F86CAE235EFA09E1B53326F56041C0F787320FB3392078C5',
|
|
14464
|
+
exponent: 0,
|
|
14465
|
+
aliases: ['y:uatom:30Jun2025']
|
|
14466
|
+
}, {
|
|
14467
|
+
denom: 'yATOM30Jun2025',
|
|
14468
|
+
exponent: 6
|
|
14469
|
+
}],
|
|
14470
|
+
base: 'ibc/4CDD9187DC2997B0F86CAE235EFA09E1B53326F56041C0F787320FB3392078C5',
|
|
14471
|
+
name: 'yAtom (30Jun2025)',
|
|
14472
|
+
display: 'yATOM30Jun2025',
|
|
14473
|
+
symbol: 'yATOM-30Jun2025',
|
|
14474
|
+
logo_URIs: {
|
|
14475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
14476
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
14477
|
+
},
|
|
14478
|
+
images: [{
|
|
14479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
14480
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
14481
|
+
}],
|
|
14482
|
+
type_asset: 'sdk.coin',
|
|
14483
|
+
traces: [{
|
|
14484
|
+
type: 'ibc',
|
|
14485
|
+
counterparty: {
|
|
14486
|
+
channel_id: 'channel-4',
|
|
14487
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
14488
|
+
chain_name: 'pryzm'
|
|
14489
|
+
},
|
|
14490
|
+
chain: {
|
|
14491
|
+
channel_id: 'channel-473'
|
|
14492
|
+
}
|
|
14493
|
+
}]
|
|
14494
|
+
},
|
|
14495
|
+
{
|
|
14496
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
14497
|
+
denom_units: [{
|
|
14498
|
+
denom: 'ibc/7285CAC4044AF5D2965808315D08A586AA83F0669271FA1BB871C58B39FDD623',
|
|
14499
|
+
exponent: 0,
|
|
14500
|
+
aliases: ['y:uatom:30Sep2025']
|
|
14501
|
+
}, {
|
|
14502
|
+
denom: 'yATOM30Sep2025',
|
|
14503
|
+
exponent: 6
|
|
14504
|
+
}],
|
|
14505
|
+
base: 'ibc/7285CAC4044AF5D2965808315D08A586AA83F0669271FA1BB871C58B39FDD623',
|
|
14506
|
+
name: 'yAtom (30Sep2025)',
|
|
14507
|
+
display: 'yATOM30Sep2025',
|
|
14508
|
+
symbol: 'yATOM-30Sep2025',
|
|
14509
|
+
logo_URIs: {
|
|
14510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
14511
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
14512
|
+
},
|
|
14513
|
+
images: [{
|
|
14514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
14515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
14516
|
+
}],
|
|
14517
|
+
type_asset: 'sdk.coin',
|
|
14518
|
+
traces: [{
|
|
14519
|
+
type: 'ibc',
|
|
14520
|
+
counterparty: {
|
|
14521
|
+
channel_id: 'channel-4',
|
|
14522
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
14523
|
+
chain_name: 'pryzm'
|
|
14524
|
+
},
|
|
14525
|
+
chain: {
|
|
14526
|
+
channel_id: 'channel-473'
|
|
14527
|
+
}
|
|
14528
|
+
}]
|
|
14529
|
+
},
|
|
12570
14530
|
{
|
|
12571
14531
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
12572
14532
|
denom_units: [{
|
|
@@ -12742,6 +14702,76 @@ const assets = {
|
|
|
12742
14702
|
}
|
|
12743
14703
|
}]
|
|
12744
14704
|
},
|
|
14705
|
+
{
|
|
14706
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
14707
|
+
denom_units: [{
|
|
14708
|
+
denom: 'ibc/4142D15CB4E0E5FEFD08BC0808F8944ABC2A78D495EF45B4122BC21472AE6421',
|
|
14709
|
+
exponent: 0,
|
|
14710
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
14711
|
+
}, {
|
|
14712
|
+
denom: 'yOSMO30Jun2025',
|
|
14713
|
+
exponent: 6
|
|
14714
|
+
}],
|
|
14715
|
+
base: 'ibc/4142D15CB4E0E5FEFD08BC0808F8944ABC2A78D495EF45B4122BC21472AE6421',
|
|
14716
|
+
name: 'yOsmo (30Jun2025)',
|
|
14717
|
+
display: 'yOSMO30Jun2025',
|
|
14718
|
+
symbol: 'yOSMO-30Jun2025',
|
|
14719
|
+
logo_URIs: {
|
|
14720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
14721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
14722
|
+
},
|
|
14723
|
+
images: [{
|
|
14724
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
14725
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
14726
|
+
}],
|
|
14727
|
+
type_asset: 'sdk.coin',
|
|
14728
|
+
traces: [{
|
|
14729
|
+
type: 'ibc',
|
|
14730
|
+
counterparty: {
|
|
14731
|
+
channel_id: 'channel-4',
|
|
14732
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
14733
|
+
chain_name: 'pryzm'
|
|
14734
|
+
},
|
|
14735
|
+
chain: {
|
|
14736
|
+
channel_id: 'channel-473'
|
|
14737
|
+
}
|
|
14738
|
+
}]
|
|
14739
|
+
},
|
|
14740
|
+
{
|
|
14741
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
14742
|
+
denom_units: [{
|
|
14743
|
+
denom: 'ibc/506E3A8DACEAD41F7C38C7AB5445AC6176B0B6C8965DD71B8697D7B81680189C',
|
|
14744
|
+
exponent: 0,
|
|
14745
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
14746
|
+
}, {
|
|
14747
|
+
denom: 'yOSMO30Sep2025',
|
|
14748
|
+
exponent: 6
|
|
14749
|
+
}],
|
|
14750
|
+
base: 'ibc/506E3A8DACEAD41F7C38C7AB5445AC6176B0B6C8965DD71B8697D7B81680189C',
|
|
14751
|
+
name: 'yOsmo (30Sep2025)',
|
|
14752
|
+
display: 'yOSMO30Sep2025',
|
|
14753
|
+
symbol: 'yOSMO-30Sep2025',
|
|
14754
|
+
logo_URIs: {
|
|
14755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
14756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
14757
|
+
},
|
|
14758
|
+
images: [{
|
|
14759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
14760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
14761
|
+
}],
|
|
14762
|
+
type_asset: 'sdk.coin',
|
|
14763
|
+
traces: [{
|
|
14764
|
+
type: 'ibc',
|
|
14765
|
+
counterparty: {
|
|
14766
|
+
channel_id: 'channel-4',
|
|
14767
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
14768
|
+
chain_name: 'pryzm'
|
|
14769
|
+
},
|
|
14770
|
+
chain: {
|
|
14771
|
+
channel_id: 'channel-473'
|
|
14772
|
+
}
|
|
14773
|
+
}]
|
|
14774
|
+
},
|
|
12745
14775
|
{
|
|
12746
14776
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
12747
14777
|
denom_units: [{
|
|
@@ -12917,6 +14947,76 @@ const assets = {
|
|
|
12917
14947
|
}
|
|
12918
14948
|
}]
|
|
12919
14949
|
},
|
|
14950
|
+
{
|
|
14951
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
14952
|
+
denom_units: [{
|
|
14953
|
+
denom: 'ibc/273C014D5B8B5EC90B0111AB97B1F919D35F9C465CF9ACA7B5824CE0072F87CA',
|
|
14954
|
+
exponent: 0,
|
|
14955
|
+
aliases: ['y:inj:30Jun2025']
|
|
14956
|
+
}, {
|
|
14957
|
+
denom: 'yINJ30Jun2025',
|
|
14958
|
+
exponent: 18
|
|
14959
|
+
}],
|
|
14960
|
+
base: 'ibc/273C014D5B8B5EC90B0111AB97B1F919D35F9C465CF9ACA7B5824CE0072F87CA',
|
|
14961
|
+
name: 'yInj (30Jun2025)',
|
|
14962
|
+
display: 'yINJ30Jun2025',
|
|
14963
|
+
symbol: 'yINJ-30Jun2025',
|
|
14964
|
+
logo_URIs: {
|
|
14965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
14966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
14967
|
+
},
|
|
14968
|
+
images: [{
|
|
14969
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
14970
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
14971
|
+
}],
|
|
14972
|
+
type_asset: 'sdk.coin',
|
|
14973
|
+
traces: [{
|
|
14974
|
+
type: 'ibc',
|
|
14975
|
+
counterparty: {
|
|
14976
|
+
channel_id: 'channel-4',
|
|
14977
|
+
base_denom: 'y:inj:30Jun2025',
|
|
14978
|
+
chain_name: 'pryzm'
|
|
14979
|
+
},
|
|
14980
|
+
chain: {
|
|
14981
|
+
channel_id: 'channel-473'
|
|
14982
|
+
}
|
|
14983
|
+
}]
|
|
14984
|
+
},
|
|
14985
|
+
{
|
|
14986
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
14987
|
+
denom_units: [{
|
|
14988
|
+
denom: 'ibc/11DCAFEE22954588DBE27929F23D9C30B42F9E70BB344608AF6DA1AE79CE708A',
|
|
14989
|
+
exponent: 0,
|
|
14990
|
+
aliases: ['y:inj:30Sep2025']
|
|
14991
|
+
}, {
|
|
14992
|
+
denom: 'yINJ30Sep2025',
|
|
14993
|
+
exponent: 18
|
|
14994
|
+
}],
|
|
14995
|
+
base: 'ibc/11DCAFEE22954588DBE27929F23D9C30B42F9E70BB344608AF6DA1AE79CE708A',
|
|
14996
|
+
name: 'yInj (30Sep2025)',
|
|
14997
|
+
display: 'yINJ30Sep2025',
|
|
14998
|
+
symbol: 'yINJ-30Sep2025',
|
|
14999
|
+
logo_URIs: {
|
|
15000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
15001
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
15002
|
+
},
|
|
15003
|
+
images: [{
|
|
15004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
15005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
15006
|
+
}],
|
|
15007
|
+
type_asset: 'sdk.coin',
|
|
15008
|
+
traces: [{
|
|
15009
|
+
type: 'ibc',
|
|
15010
|
+
counterparty: {
|
|
15011
|
+
channel_id: 'channel-4',
|
|
15012
|
+
base_denom: 'y:inj:30Sep2025',
|
|
15013
|
+
chain_name: 'pryzm'
|
|
15014
|
+
},
|
|
15015
|
+
chain: {
|
|
15016
|
+
channel_id: 'channel-473'
|
|
15017
|
+
}
|
|
15018
|
+
}]
|
|
15019
|
+
},
|
|
12920
15020
|
{
|
|
12921
15021
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
12922
15022
|
denom_units: [{
|
|
@@ -13092,6 +15192,76 @@ const assets = {
|
|
|
13092
15192
|
}
|
|
13093
15193
|
}]
|
|
13094
15194
|
},
|
|
15195
|
+
{
|
|
15196
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
15197
|
+
denom_units: [{
|
|
15198
|
+
denom: 'ibc/06F05E6464E0A6E1FF36E540720F9BDA5400E84300BE858CEDDB6B908C85F980',
|
|
15199
|
+
exponent: 0,
|
|
15200
|
+
aliases: ['y:uluna:30Jun2025']
|
|
15201
|
+
}, {
|
|
15202
|
+
denom: 'yLUNA30Jun2025',
|
|
15203
|
+
exponent: 6
|
|
15204
|
+
}],
|
|
15205
|
+
base: 'ibc/06F05E6464E0A6E1FF36E540720F9BDA5400E84300BE858CEDDB6B908C85F980',
|
|
15206
|
+
name: 'yLuna (30Jun2025)',
|
|
15207
|
+
display: 'yLUNA30Jun2025',
|
|
15208
|
+
symbol: 'yLUNA-30Jun2025',
|
|
15209
|
+
logo_URIs: {
|
|
15210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
15211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
15212
|
+
},
|
|
15213
|
+
images: [{
|
|
15214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
15215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
15216
|
+
}],
|
|
15217
|
+
type_asset: 'sdk.coin',
|
|
15218
|
+
traces: [{
|
|
15219
|
+
type: 'ibc',
|
|
15220
|
+
counterparty: {
|
|
15221
|
+
channel_id: 'channel-4',
|
|
15222
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
15223
|
+
chain_name: 'pryzm'
|
|
15224
|
+
},
|
|
15225
|
+
chain: {
|
|
15226
|
+
channel_id: 'channel-473'
|
|
15227
|
+
}
|
|
15228
|
+
}]
|
|
15229
|
+
},
|
|
15230
|
+
{
|
|
15231
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
15232
|
+
denom_units: [{
|
|
15233
|
+
denom: 'ibc/A57C66A4445C956CF67531A2456FE3ECBD307A6A1063C921CE6AD1275714F052',
|
|
15234
|
+
exponent: 0,
|
|
15235
|
+
aliases: ['y:uluna:30Sep2025']
|
|
15236
|
+
}, {
|
|
15237
|
+
denom: 'yLUNA30Sep2025',
|
|
15238
|
+
exponent: 6
|
|
15239
|
+
}],
|
|
15240
|
+
base: 'ibc/A57C66A4445C956CF67531A2456FE3ECBD307A6A1063C921CE6AD1275714F052',
|
|
15241
|
+
name: 'yLuna (30Sep2025)',
|
|
15242
|
+
display: 'yLUNA30Sep2025',
|
|
15243
|
+
symbol: 'yLUNA-30Sep2025',
|
|
15244
|
+
logo_URIs: {
|
|
15245
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
15246
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
15247
|
+
},
|
|
15248
|
+
images: [{
|
|
15249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
15250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
15251
|
+
}],
|
|
15252
|
+
type_asset: 'sdk.coin',
|
|
15253
|
+
traces: [{
|
|
15254
|
+
type: 'ibc',
|
|
15255
|
+
counterparty: {
|
|
15256
|
+
channel_id: 'channel-4',
|
|
15257
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
15258
|
+
chain_name: 'pryzm'
|
|
15259
|
+
},
|
|
15260
|
+
chain: {
|
|
15261
|
+
channel_id: 'channel-473'
|
|
15262
|
+
}
|
|
15263
|
+
}]
|
|
15264
|
+
},
|
|
13095
15265
|
{
|
|
13096
15266
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
13097
15267
|
denom_units: [{
|
|
@@ -13169,13 +15339,48 @@ const assets = {
|
|
|
13169
15339
|
exponent: 0,
|
|
13170
15340
|
aliases: ['y:uauuu:30Sep2024']
|
|
13171
15341
|
}, {
|
|
13172
|
-
denom: 'yAUUU30Sep2024',
|
|
15342
|
+
denom: 'yAUUU30Sep2024',
|
|
15343
|
+
exponent: 6
|
|
15344
|
+
}],
|
|
15345
|
+
base: 'ibc/60C138918E41F0CE4C2043775919F313287DAB6923628256F4ECE34B706A8251',
|
|
15346
|
+
name: 'yAuuu (30Sep2024)',
|
|
15347
|
+
display: 'yAUUU30Sep2024',
|
|
15348
|
+
symbol: 'yAUUU-30Sep2024',
|
|
15349
|
+
logo_URIs: {
|
|
15350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
15351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15352
|
+
},
|
|
15353
|
+
images: [{
|
|
15354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
15355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
15356
|
+
}],
|
|
15357
|
+
type_asset: 'sdk.coin',
|
|
15358
|
+
traces: [{
|
|
15359
|
+
type: 'ibc',
|
|
15360
|
+
counterparty: {
|
|
15361
|
+
channel_id: 'channel-4',
|
|
15362
|
+
base_denom: 'y:uauuu:30Sep2024',
|
|
15363
|
+
chain_name: 'pryzm'
|
|
15364
|
+
},
|
|
15365
|
+
chain: {
|
|
15366
|
+
channel_id: 'channel-473'
|
|
15367
|
+
}
|
|
15368
|
+
}]
|
|
15369
|
+
},
|
|
15370
|
+
{
|
|
15371
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2024',
|
|
15372
|
+
denom_units: [{
|
|
15373
|
+
denom: 'ibc/961D9153FA0D4DA092DC4A4FA176016E0BC48D176EAD5E415B93319C6758ED50',
|
|
15374
|
+
exponent: 0,
|
|
15375
|
+
aliases: ['y:uauuu:31Dec2024']
|
|
15376
|
+
}, {
|
|
15377
|
+
denom: 'yAUUU31Dec2024',
|
|
13173
15378
|
exponent: 6
|
|
13174
15379
|
}],
|
|
13175
|
-
base: 'ibc/
|
|
13176
|
-
name: 'yAuuu (
|
|
13177
|
-
display: '
|
|
13178
|
-
symbol: 'yAUUU-
|
|
15380
|
+
base: 'ibc/961D9153FA0D4DA092DC4A4FA176016E0BC48D176EAD5E415B93319C6758ED50',
|
|
15381
|
+
name: 'yAuuu (31Dec2024)',
|
|
15382
|
+
display: 'yAUUU31Dec2024',
|
|
15383
|
+
symbol: 'yAUUU-31Dec2024',
|
|
13179
15384
|
logo_URIs: {
|
|
13180
15385
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
13181
15386
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -13189,7 +15394,7 @@ const assets = {
|
|
|
13189
15394
|
type: 'ibc',
|
|
13190
15395
|
counterparty: {
|
|
13191
15396
|
channel_id: 'channel-4',
|
|
13192
|
-
base_denom: 'y:uauuu:
|
|
15397
|
+
base_denom: 'y:uauuu:31Dec2024',
|
|
13193
15398
|
chain_name: 'pryzm'
|
|
13194
15399
|
},
|
|
13195
15400
|
chain: {
|
|
@@ -13198,19 +15403,19 @@ const assets = {
|
|
|
13198
15403
|
}]
|
|
13199
15404
|
},
|
|
13200
15405
|
{
|
|
13201
|
-
description: 'Pryzm\'s refracted yield token for AUUU with maturity of
|
|
15406
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
13202
15407
|
denom_units: [{
|
|
13203
|
-
denom: 'ibc/
|
|
15408
|
+
denom: 'ibc/C2B675522992D84A9128FFE095F1895B67071A76A62F35C071247B738E4CE9F3',
|
|
13204
15409
|
exponent: 0,
|
|
13205
|
-
aliases: ['y:uauuu:
|
|
15410
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
13206
15411
|
}, {
|
|
13207
|
-
denom: '
|
|
15412
|
+
denom: 'yAUUU30Jun2025',
|
|
13208
15413
|
exponent: 6
|
|
13209
15414
|
}],
|
|
13210
|
-
base: 'ibc/
|
|
13211
|
-
name: 'yAuuu (
|
|
13212
|
-
display: '
|
|
13213
|
-
symbol: 'yAUUU-
|
|
15415
|
+
base: 'ibc/C2B675522992D84A9128FFE095F1895B67071A76A62F35C071247B738E4CE9F3',
|
|
15416
|
+
name: 'yAuuu (30Jun2025)',
|
|
15417
|
+
display: 'yAUUU30Jun2025',
|
|
15418
|
+
symbol: 'yAUUU-30Jun2025',
|
|
13214
15419
|
logo_URIs: {
|
|
13215
15420
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
13216
15421
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -13224,7 +15429,7 @@ const assets = {
|
|
|
13224
15429
|
type: 'ibc',
|
|
13225
15430
|
counterparty: {
|
|
13226
15431
|
channel_id: 'channel-4',
|
|
13227
|
-
base_denom: 'y:uauuu:
|
|
15432
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
13228
15433
|
chain_name: 'pryzm'
|
|
13229
15434
|
},
|
|
13230
15435
|
chain: {
|
|
@@ -13407,6 +15612,41 @@ const assets = {
|
|
|
13407
15612
|
}
|
|
13408
15613
|
}]
|
|
13409
15614
|
},
|
|
15615
|
+
{
|
|
15616
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
15617
|
+
denom_units: [{
|
|
15618
|
+
denom: 'ibc/A7962C8AAA58CB876C52764181E23CB6FA8C28294F8CA9ABF1689ACF4C13FFCF',
|
|
15619
|
+
exponent: 0,
|
|
15620
|
+
aliases: ['y:stutia:30Jun2025']
|
|
15621
|
+
}, {
|
|
15622
|
+
denom: 'ystTIA30Jun2025',
|
|
15623
|
+
exponent: 6
|
|
15624
|
+
}],
|
|
15625
|
+
base: 'ibc/A7962C8AAA58CB876C52764181E23CB6FA8C28294F8CA9ABF1689ACF4C13FFCF',
|
|
15626
|
+
name: 'ystTia (30Jun2025)',
|
|
15627
|
+
display: 'ystTIA30Jun2025',
|
|
15628
|
+
symbol: 'ystTIA-30Jun2025',
|
|
15629
|
+
logo_URIs: {
|
|
15630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
15631
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
15632
|
+
},
|
|
15633
|
+
images: [{
|
|
15634
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
15635
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
15636
|
+
}],
|
|
15637
|
+
type_asset: 'sdk.coin',
|
|
15638
|
+
traces: [{
|
|
15639
|
+
type: 'ibc',
|
|
15640
|
+
counterparty: {
|
|
15641
|
+
channel_id: 'channel-4',
|
|
15642
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
15643
|
+
chain_name: 'pryzm'
|
|
15644
|
+
},
|
|
15645
|
+
chain: {
|
|
15646
|
+
channel_id: 'channel-473'
|
|
15647
|
+
}
|
|
15648
|
+
}]
|
|
15649
|
+
},
|
|
13410
15650
|
{
|
|
13411
15651
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
13412
15652
|
denom_units: [{
|
|
@@ -13582,6 +15822,41 @@ const assets = {
|
|
|
13582
15822
|
}
|
|
13583
15823
|
}]
|
|
13584
15824
|
},
|
|
15825
|
+
{
|
|
15826
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
15827
|
+
denom_units: [{
|
|
15828
|
+
denom: 'ibc/84E6334F5007D40420E078BB5C7BE88190BD990B4409A0C02550940A5AE83D04',
|
|
15829
|
+
exponent: 0,
|
|
15830
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
15831
|
+
}, {
|
|
15832
|
+
denom: 'ystDYDX30Jun2025',
|
|
15833
|
+
exponent: 6
|
|
15834
|
+
}],
|
|
15835
|
+
base: 'ibc/84E6334F5007D40420E078BB5C7BE88190BD990B4409A0C02550940A5AE83D04',
|
|
15836
|
+
name: 'ystDydx (30Jun2025)',
|
|
15837
|
+
display: 'ystDYDX30Jun2025',
|
|
15838
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
15839
|
+
logo_URIs: {
|
|
15840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
15841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
15842
|
+
},
|
|
15843
|
+
images: [{
|
|
15844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
15845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
15846
|
+
}],
|
|
15847
|
+
type_asset: 'sdk.coin',
|
|
15848
|
+
traces: [{
|
|
15849
|
+
type: 'ibc',
|
|
15850
|
+
counterparty: {
|
|
15851
|
+
channel_id: 'channel-4',
|
|
15852
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
15853
|
+
chain_name: 'pryzm'
|
|
15854
|
+
},
|
|
15855
|
+
chain: {
|
|
15856
|
+
channel_id: 'channel-473'
|
|
15857
|
+
}
|
|
15858
|
+
}]
|
|
15859
|
+
},
|
|
13585
15860
|
{
|
|
13586
15861
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
13587
15862
|
denom_units: [{
|
|
@@ -13897,6 +16172,76 @@ const assets = {
|
|
|
13897
16172
|
}
|
|
13898
16173
|
}]
|
|
13899
16174
|
},
|
|
16175
|
+
{
|
|
16176
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
16177
|
+
denom_units: [{
|
|
16178
|
+
denom: 'ibc/7734615F64A624419363ABDBCA17D40902DB85A18B2743B613A5BEA893566F54',
|
|
16179
|
+
exponent: 0,
|
|
16180
|
+
aliases: ['y:utia:30Jun2025']
|
|
16181
|
+
}, {
|
|
16182
|
+
denom: 'yTIA30Jun2025',
|
|
16183
|
+
exponent: 6
|
|
16184
|
+
}],
|
|
16185
|
+
base: 'ibc/7734615F64A624419363ABDBCA17D40902DB85A18B2743B613A5BEA893566F54',
|
|
16186
|
+
name: 'yTia (30Jun2025)',
|
|
16187
|
+
display: 'yTIA30Jun2025',
|
|
16188
|
+
symbol: 'yTIA-30Jun2025',
|
|
16189
|
+
logo_URIs: {
|
|
16190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
16191
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
16192
|
+
},
|
|
16193
|
+
images: [{
|
|
16194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
16195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
16196
|
+
}],
|
|
16197
|
+
type_asset: 'sdk.coin',
|
|
16198
|
+
traces: [{
|
|
16199
|
+
type: 'ibc',
|
|
16200
|
+
counterparty: {
|
|
16201
|
+
channel_id: 'channel-4',
|
|
16202
|
+
base_denom: 'y:utia:30Jun2025',
|
|
16203
|
+
chain_name: 'pryzm'
|
|
16204
|
+
},
|
|
16205
|
+
chain: {
|
|
16206
|
+
channel_id: 'channel-473'
|
|
16207
|
+
}
|
|
16208
|
+
}]
|
|
16209
|
+
},
|
|
16210
|
+
{
|
|
16211
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
16212
|
+
denom_units: [{
|
|
16213
|
+
denom: 'ibc/5EE4544FB8DCED5C971DE7992BFB9E82FB36140C7C867EFD7069E7B005AA612E',
|
|
16214
|
+
exponent: 0,
|
|
16215
|
+
aliases: ['y:utia:30Sep2025']
|
|
16216
|
+
}, {
|
|
16217
|
+
denom: 'yTIA30Sep2025',
|
|
16218
|
+
exponent: 6
|
|
16219
|
+
}],
|
|
16220
|
+
base: 'ibc/5EE4544FB8DCED5C971DE7992BFB9E82FB36140C7C867EFD7069E7B005AA612E',
|
|
16221
|
+
name: 'yTia (30Sep2025)',
|
|
16222
|
+
display: 'yTIA30Sep2025',
|
|
16223
|
+
symbol: 'yTIA-30Sep2025',
|
|
16224
|
+
logo_URIs: {
|
|
16225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
16226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
16227
|
+
},
|
|
16228
|
+
images: [{
|
|
16229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
16230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
16231
|
+
}],
|
|
16232
|
+
type_asset: 'sdk.coin',
|
|
16233
|
+
traces: [{
|
|
16234
|
+
type: 'ibc',
|
|
16235
|
+
counterparty: {
|
|
16236
|
+
channel_id: 'channel-4',
|
|
16237
|
+
base_denom: 'y:utia:30Sep2025',
|
|
16238
|
+
chain_name: 'pryzm'
|
|
16239
|
+
},
|
|
16240
|
+
chain: {
|
|
16241
|
+
channel_id: 'channel-473'
|
|
16242
|
+
}
|
|
16243
|
+
}]
|
|
16244
|
+
},
|
|
13900
16245
|
{
|
|
13901
16246
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
13902
16247
|
denom_units: [{
|
|
@@ -14107,6 +16452,76 @@ const assets = {
|
|
|
14107
16452
|
}
|
|
14108
16453
|
}]
|
|
14109
16454
|
},
|
|
16455
|
+
{
|
|
16456
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
16457
|
+
denom_units: [{
|
|
16458
|
+
denom: 'ibc/03A8D5A793C2D3075F671748925EAF3574D704FCD9E920A0BEA7954DB8BF41EF',
|
|
16459
|
+
exponent: 0,
|
|
16460
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
16461
|
+
}, {
|
|
16462
|
+
denom: 'yUSDY31Mar2026',
|
|
16463
|
+
exponent: 18
|
|
16464
|
+
}],
|
|
16465
|
+
base: 'ibc/03A8D5A793C2D3075F671748925EAF3574D704FCD9E920A0BEA7954DB8BF41EF',
|
|
16466
|
+
name: 'yUsdy (31Mar2026)',
|
|
16467
|
+
display: 'yUSDY31Mar2026',
|
|
16468
|
+
symbol: 'yUSDY-31Mar2026',
|
|
16469
|
+
logo_URIs: {
|
|
16470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
16471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
16472
|
+
},
|
|
16473
|
+
images: [{
|
|
16474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
16475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
16476
|
+
}],
|
|
16477
|
+
type_asset: 'sdk.coin',
|
|
16478
|
+
traces: [{
|
|
16479
|
+
type: 'ibc',
|
|
16480
|
+
counterparty: {
|
|
16481
|
+
channel_id: 'channel-4',
|
|
16482
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
16483
|
+
chain_name: 'pryzm'
|
|
16484
|
+
},
|
|
16485
|
+
chain: {
|
|
16486
|
+
channel_id: 'channel-473'
|
|
16487
|
+
}
|
|
16488
|
+
}]
|
|
16489
|
+
},
|
|
16490
|
+
{
|
|
16491
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
16492
|
+
denom_units: [{
|
|
16493
|
+
denom: 'ibc/2185EBEE5FA338AA6D2527A03DCA0F16D8F541740D22718B6A66FA78E5F340C9',
|
|
16494
|
+
exponent: 0,
|
|
16495
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
16496
|
+
}, {
|
|
16497
|
+
denom: 'yUSDY30Jun2026',
|
|
16498
|
+
exponent: 18
|
|
16499
|
+
}],
|
|
16500
|
+
base: 'ibc/2185EBEE5FA338AA6D2527A03DCA0F16D8F541740D22718B6A66FA78E5F340C9',
|
|
16501
|
+
name: 'yUsdy (30Jun2026)',
|
|
16502
|
+
display: 'yUSDY30Jun2026',
|
|
16503
|
+
symbol: 'yUSDY-30Jun2026',
|
|
16504
|
+
logo_URIs: {
|
|
16505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
16506
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
16507
|
+
},
|
|
16508
|
+
images: [{
|
|
16509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
16510
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
16511
|
+
}],
|
|
16512
|
+
type_asset: 'sdk.coin',
|
|
16513
|
+
traces: [{
|
|
16514
|
+
type: 'ibc',
|
|
16515
|
+
counterparty: {
|
|
16516
|
+
channel_id: 'channel-4',
|
|
16517
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
16518
|
+
chain_name: 'pryzm'
|
|
16519
|
+
},
|
|
16520
|
+
chain: {
|
|
16521
|
+
channel_id: 'channel-473'
|
|
16522
|
+
}
|
|
16523
|
+
}]
|
|
16524
|
+
},
|
|
14110
16525
|
{
|
|
14111
16526
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
14112
16527
|
denom_units: [{
|
|
@@ -14247,6 +16662,76 @@ const assets = {
|
|
|
14247
16662
|
}
|
|
14248
16663
|
}]
|
|
14249
16664
|
},
|
|
16665
|
+
{
|
|
16666
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
16667
|
+
denom_units: [{
|
|
16668
|
+
denom: 'ibc/0336BD6A057EF9AB756D2C80D33FDB8AA0E4EBDFA4A530E18A1A6C81D4383A42',
|
|
16669
|
+
exponent: 0,
|
|
16670
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
16671
|
+
}, {
|
|
16672
|
+
denom: 'yPRYZM31Mar2026',
|
|
16673
|
+
exponent: 6
|
|
16674
|
+
}],
|
|
16675
|
+
base: 'ibc/0336BD6A057EF9AB756D2C80D33FDB8AA0E4EBDFA4A530E18A1A6C81D4383A42',
|
|
16676
|
+
name: 'yPryzm (31Mar2026)',
|
|
16677
|
+
display: 'yPRYZM31Mar2026',
|
|
16678
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
16679
|
+
logo_URIs: {
|
|
16680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
16681
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
16682
|
+
},
|
|
16683
|
+
images: [{
|
|
16684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
16685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
16686
|
+
}],
|
|
16687
|
+
type_asset: 'sdk.coin',
|
|
16688
|
+
traces: [{
|
|
16689
|
+
type: 'ibc',
|
|
16690
|
+
counterparty: {
|
|
16691
|
+
channel_id: 'channel-4',
|
|
16692
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
16693
|
+
chain_name: 'pryzm'
|
|
16694
|
+
},
|
|
16695
|
+
chain: {
|
|
16696
|
+
channel_id: 'channel-473'
|
|
16697
|
+
}
|
|
16698
|
+
}]
|
|
16699
|
+
},
|
|
16700
|
+
{
|
|
16701
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
16702
|
+
denom_units: [{
|
|
16703
|
+
denom: 'ibc/3A0189F3CF1C18577E0424C9A6C470B3F5986CD52C1524632D1DB830319AF765',
|
|
16704
|
+
exponent: 0,
|
|
16705
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
16706
|
+
}, {
|
|
16707
|
+
denom: 'yPRYZM30Jun2026',
|
|
16708
|
+
exponent: 6
|
|
16709
|
+
}],
|
|
16710
|
+
base: 'ibc/3A0189F3CF1C18577E0424C9A6C470B3F5986CD52C1524632D1DB830319AF765',
|
|
16711
|
+
name: 'yPryzm (30Jun2026)',
|
|
16712
|
+
display: 'yPRYZM30Jun2026',
|
|
16713
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
16714
|
+
logo_URIs: {
|
|
16715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
16716
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
16717
|
+
},
|
|
16718
|
+
images: [{
|
|
16719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
16720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
16721
|
+
}],
|
|
16722
|
+
type_asset: 'sdk.coin',
|
|
16723
|
+
traces: [{
|
|
16724
|
+
type: 'ibc',
|
|
16725
|
+
counterparty: {
|
|
16726
|
+
channel_id: 'channel-4',
|
|
16727
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
16728
|
+
chain_name: 'pryzm'
|
|
16729
|
+
},
|
|
16730
|
+
chain: {
|
|
16731
|
+
channel_id: 'channel-473'
|
|
16732
|
+
}
|
|
16733
|
+
}]
|
|
16734
|
+
},
|
|
14250
16735
|
{
|
|
14251
16736
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
14252
16737
|
denom_units: [{
|
|
@@ -14387,6 +16872,41 @@ const assets = {
|
|
|
14387
16872
|
}
|
|
14388
16873
|
}]
|
|
14389
16874
|
},
|
|
16875
|
+
{
|
|
16876
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
16877
|
+
denom_units: [{
|
|
16878
|
+
denom: 'ibc/31638A8D98F81F9F7126FBBB7A91A1E39BE09BDBA3EEA896094EA116D82E3EA6',
|
|
16879
|
+
exponent: 0,
|
|
16880
|
+
aliases: ['y:asusds:30Jun2026']
|
|
16881
|
+
}, {
|
|
16882
|
+
denom: 'ysUSDS30Jun2026',
|
|
16883
|
+
exponent: 18
|
|
16884
|
+
}],
|
|
16885
|
+
base: 'ibc/31638A8D98F81F9F7126FBBB7A91A1E39BE09BDBA3EEA896094EA116D82E3EA6',
|
|
16886
|
+
name: 'ysUsds (30Jun2026)',
|
|
16887
|
+
display: 'ysUSDS30Jun2026',
|
|
16888
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
16889
|
+
logo_URIs: {
|
|
16890
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
16891
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
16892
|
+
},
|
|
16893
|
+
images: [{
|
|
16894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
16895
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
16896
|
+
}],
|
|
16897
|
+
type_asset: 'sdk.coin',
|
|
16898
|
+
traces: [{
|
|
16899
|
+
type: 'ibc',
|
|
16900
|
+
counterparty: {
|
|
16901
|
+
channel_id: 'channel-4',
|
|
16902
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
16903
|
+
chain_name: 'pryzm'
|
|
16904
|
+
},
|
|
16905
|
+
chain: {
|
|
16906
|
+
channel_id: 'channel-473'
|
|
16907
|
+
}
|
|
16908
|
+
}]
|
|
16909
|
+
},
|
|
14390
16910
|
{
|
|
14391
16911
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
14392
16912
|
denom_units: [{
|