@chain-registry/assets 1.70.51 → 1.70.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1286 -26
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1386 -40
- package/esm/mainnet/cosmoshub.js +1362 -16
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1286 -26
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1286 -26
- package/esm/mainnet/noble.js +1286 -26
- package/esm/mainnet/osmosis.js +1362 -16
- package/esm/mainnet/stride.js +1286 -26
- package/esm/mainnet/terra2.js +1286 -26
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1286 -26
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1386 -40
- package/mainnet/cosmoshub.js +1362 -16
- package/mainnet/dydx.js +1286 -26
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1286 -26
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1286 -26
- package/mainnet/noble.js +1286 -26
- package/mainnet/osmosis.js +1362 -16
- package/mainnet/stride.js +1286 -26
- package/mainnet/terra2.js +1286 -26
- package/package.json +5 -5
package/mainnet/injective.js
CHANGED
|
@@ -2207,6 +2207,41 @@ const assets = {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
}]
|
|
2209
2209
|
},
|
|
2210
|
+
{
|
|
2211
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
2212
|
+
denom_units: [{
|
|
2213
|
+
denom: 'ibc/21B0074411E5F468630F707BD0867172383ADB105BF337AD14D8857BDB7C7821',
|
|
2214
|
+
exponent: 0,
|
|
2215
|
+
aliases: ['p:uatom:31Dec2026']
|
|
2216
|
+
}, {
|
|
2217
|
+
denom: 'pATOM31Dec2026',
|
|
2218
|
+
exponent: 6
|
|
2219
|
+
}],
|
|
2220
|
+
base: 'ibc/21B0074411E5F468630F707BD0867172383ADB105BF337AD14D8857BDB7C7821',
|
|
2221
|
+
name: 'pAtom (31Dec2026)',
|
|
2222
|
+
display: 'pATOM31Dec2026',
|
|
2223
|
+
symbol: 'pATOM-31Dec2026',
|
|
2224
|
+
logo_URIs: {
|
|
2225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2227
|
+
},
|
|
2228
|
+
images: [{
|
|
2229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2231
|
+
}],
|
|
2232
|
+
type_asset: 'sdk.coin',
|
|
2233
|
+
traces: [{
|
|
2234
|
+
type: 'ibc',
|
|
2235
|
+
counterparty: {
|
|
2236
|
+
channel_id: 'channel-1',
|
|
2237
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
2238
|
+
chain_name: 'pryzm'
|
|
2239
|
+
},
|
|
2240
|
+
chain: {
|
|
2241
|
+
channel_id: 'channel-284'
|
|
2242
|
+
}
|
|
2243
|
+
}]
|
|
2244
|
+
},
|
|
2210
2245
|
{
|
|
2211
2246
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
2212
2247
|
denom_units: [{
|
|
@@ -2312,6 +2347,41 @@ const assets = {
|
|
|
2312
2347
|
}
|
|
2313
2348
|
}]
|
|
2314
2349
|
},
|
|
2350
|
+
{
|
|
2351
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
2352
|
+
denom_units: [{
|
|
2353
|
+
denom: 'ibc/BEC81ECB900F86983D374D862B018DF74F3A6924EBDFC5FBCC745170AF4698DF',
|
|
2354
|
+
exponent: 0,
|
|
2355
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
2356
|
+
}, {
|
|
2357
|
+
denom: 'pOSMO31Dec2026',
|
|
2358
|
+
exponent: 6
|
|
2359
|
+
}],
|
|
2360
|
+
base: 'ibc/BEC81ECB900F86983D374D862B018DF74F3A6924EBDFC5FBCC745170AF4698DF',
|
|
2361
|
+
name: 'pOsmo (31Dec2026)',
|
|
2362
|
+
display: 'pOSMO31Dec2026',
|
|
2363
|
+
symbol: 'pOSMO-31Dec2026',
|
|
2364
|
+
logo_URIs: {
|
|
2365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2367
|
+
},
|
|
2368
|
+
images: [{
|
|
2369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2371
|
+
}],
|
|
2372
|
+
type_asset: 'sdk.coin',
|
|
2373
|
+
traces: [{
|
|
2374
|
+
type: 'ibc',
|
|
2375
|
+
counterparty: {
|
|
2376
|
+
channel_id: 'channel-1',
|
|
2377
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
2378
|
+
chain_name: 'pryzm'
|
|
2379
|
+
},
|
|
2380
|
+
chain: {
|
|
2381
|
+
channel_id: 'channel-284'
|
|
2382
|
+
}
|
|
2383
|
+
}]
|
|
2384
|
+
},
|
|
2315
2385
|
{
|
|
2316
2386
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
2317
2387
|
denom_units: [{
|
|
@@ -2417,6 +2487,41 @@ const assets = {
|
|
|
2417
2487
|
}
|
|
2418
2488
|
}]
|
|
2419
2489
|
},
|
|
2490
|
+
{
|
|
2491
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
2492
|
+
denom_units: [{
|
|
2493
|
+
denom: 'ibc/CC9050DC0B9906181A9BDC858C51B2E530B13C3FB5A1479B75745C8DF937C58E',
|
|
2494
|
+
exponent: 0,
|
|
2495
|
+
aliases: ['p:inj:31Dec2026']
|
|
2496
|
+
}, {
|
|
2497
|
+
denom: 'pINJ31Dec2026',
|
|
2498
|
+
exponent: 18
|
|
2499
|
+
}],
|
|
2500
|
+
base: 'ibc/CC9050DC0B9906181A9BDC858C51B2E530B13C3FB5A1479B75745C8DF937C58E',
|
|
2501
|
+
name: 'pInj (31Dec2026)',
|
|
2502
|
+
display: 'pINJ31Dec2026',
|
|
2503
|
+
symbol: 'pINJ-31Dec2026',
|
|
2504
|
+
logo_URIs: {
|
|
2505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2506
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2507
|
+
},
|
|
2508
|
+
images: [{
|
|
2509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2510
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2511
|
+
}],
|
|
2512
|
+
type_asset: 'sdk.coin',
|
|
2513
|
+
traces: [{
|
|
2514
|
+
type: 'ibc',
|
|
2515
|
+
counterparty: {
|
|
2516
|
+
channel_id: 'channel-1',
|
|
2517
|
+
base_denom: 'p:inj:31Dec2026',
|
|
2518
|
+
chain_name: 'pryzm'
|
|
2519
|
+
},
|
|
2520
|
+
chain: {
|
|
2521
|
+
channel_id: 'channel-284'
|
|
2522
|
+
}
|
|
2523
|
+
}]
|
|
2524
|
+
},
|
|
2420
2525
|
{
|
|
2421
2526
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
2422
2527
|
denom_units: [{
|
|
@@ -2487,6 +2592,41 @@ const assets = {
|
|
|
2487
2592
|
}
|
|
2488
2593
|
}]
|
|
2489
2594
|
},
|
|
2595
|
+
{
|
|
2596
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
2597
|
+
denom_units: [{
|
|
2598
|
+
denom: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F',
|
|
2599
|
+
exponent: 0,
|
|
2600
|
+
aliases: ['p:uluna:31Dec2026']
|
|
2601
|
+
}, {
|
|
2602
|
+
denom: 'pLUNA31Dec2026',
|
|
2603
|
+
exponent: 6
|
|
2604
|
+
}],
|
|
2605
|
+
base: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F',
|
|
2606
|
+
name: 'pLuna (31Dec2026)',
|
|
2607
|
+
display: 'pLUNA31Dec2026',
|
|
2608
|
+
symbol: 'pLUNA-31Dec2026',
|
|
2609
|
+
logo_URIs: {
|
|
2610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2611
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2612
|
+
},
|
|
2613
|
+
images: [{
|
|
2614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2615
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2616
|
+
}],
|
|
2617
|
+
type_asset: 'sdk.coin',
|
|
2618
|
+
traces: [{
|
|
2619
|
+
type: 'ibc',
|
|
2620
|
+
counterparty: {
|
|
2621
|
+
channel_id: 'channel-1',
|
|
2622
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
2623
|
+
chain_name: 'pryzm'
|
|
2624
|
+
},
|
|
2625
|
+
chain: {
|
|
2626
|
+
channel_id: 'channel-284'
|
|
2627
|
+
}
|
|
2628
|
+
}]
|
|
2629
|
+
},
|
|
2490
2630
|
{
|
|
2491
2631
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
2492
2632
|
denom_units: [{
|
|
@@ -2627,6 +2767,41 @@ const assets = {
|
|
|
2627
2767
|
}
|
|
2628
2768
|
}]
|
|
2629
2769
|
},
|
|
2770
|
+
{
|
|
2771
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
2772
|
+
denom_units: [{
|
|
2773
|
+
denom: 'ibc/73698A9B28986E0704F98E7D5A353A3123F154EF4A4B5244B5A1E30F212FEE0E',
|
|
2774
|
+
exponent: 0,
|
|
2775
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
2776
|
+
}, {
|
|
2777
|
+
denom: 'pAUUU31Dec2026',
|
|
2778
|
+
exponent: 6
|
|
2779
|
+
}],
|
|
2780
|
+
base: 'ibc/73698A9B28986E0704F98E7D5A353A3123F154EF4A4B5244B5A1E30F212FEE0E',
|
|
2781
|
+
name: 'pAuuu (31Dec2026)',
|
|
2782
|
+
display: 'pAUUU31Dec2026',
|
|
2783
|
+
symbol: 'pAUUU-31Dec2026',
|
|
2784
|
+
logo_URIs: {
|
|
2785
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2786
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2787
|
+
},
|
|
2788
|
+
images: [{
|
|
2789
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
2790
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
2791
|
+
}],
|
|
2792
|
+
type_asset: 'sdk.coin',
|
|
2793
|
+
traces: [{
|
|
2794
|
+
type: 'ibc',
|
|
2795
|
+
counterparty: {
|
|
2796
|
+
channel_id: 'channel-1',
|
|
2797
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
2798
|
+
chain_name: 'pryzm'
|
|
2799
|
+
},
|
|
2800
|
+
chain: {
|
|
2801
|
+
channel_id: 'channel-284'
|
|
2802
|
+
}
|
|
2803
|
+
}]
|
|
2804
|
+
},
|
|
2630
2805
|
{
|
|
2631
2806
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
2632
2807
|
denom_units: [{
|
|
@@ -2732,6 +2907,41 @@ const assets = {
|
|
|
2732
2907
|
}
|
|
2733
2908
|
}]
|
|
2734
2909
|
},
|
|
2910
|
+
{
|
|
2911
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
2912
|
+
denom_units: [{
|
|
2913
|
+
denom: 'ibc/7D631F728A4CD799379DAC1B80BE6E8BB21DC6556AD2FE3A18452E262480B492',
|
|
2914
|
+
exponent: 0,
|
|
2915
|
+
aliases: ['p:stutia:31Dec2026']
|
|
2916
|
+
}, {
|
|
2917
|
+
denom: 'pstTIA31Dec2026',
|
|
2918
|
+
exponent: 6
|
|
2919
|
+
}],
|
|
2920
|
+
base: 'ibc/7D631F728A4CD799379DAC1B80BE6E8BB21DC6556AD2FE3A18452E262480B492',
|
|
2921
|
+
name: 'pstTia (31Dec2026)',
|
|
2922
|
+
display: 'pstTIA31Dec2026',
|
|
2923
|
+
symbol: 'pstTIA-31Dec2026',
|
|
2924
|
+
logo_URIs: {
|
|
2925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2927
|
+
},
|
|
2928
|
+
images: [{
|
|
2929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
2930
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
2931
|
+
}],
|
|
2932
|
+
type_asset: 'sdk.coin',
|
|
2933
|
+
traces: [{
|
|
2934
|
+
type: 'ibc',
|
|
2935
|
+
counterparty: {
|
|
2936
|
+
channel_id: 'channel-1',
|
|
2937
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
2938
|
+
chain_name: 'pryzm'
|
|
2939
|
+
},
|
|
2940
|
+
chain: {
|
|
2941
|
+
channel_id: 'channel-284'
|
|
2942
|
+
}
|
|
2943
|
+
}]
|
|
2944
|
+
},
|
|
2735
2945
|
{
|
|
2736
2946
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
2737
2947
|
denom_units: [{
|
|
@@ -2837,6 +3047,41 @@ const assets = {
|
|
|
2837
3047
|
}
|
|
2838
3048
|
}]
|
|
2839
3049
|
},
|
|
3050
|
+
{
|
|
3051
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
3052
|
+
denom_units: [{
|
|
3053
|
+
denom: 'ibc/BFE6ED6F23306C4E198B641FCAAA5181EB92146978E93DDE4CA71BAA5AC81625',
|
|
3054
|
+
exponent: 0,
|
|
3055
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
3056
|
+
}, {
|
|
3057
|
+
denom: 'pstDYDX31Dec2026',
|
|
3058
|
+
exponent: 18
|
|
3059
|
+
}],
|
|
3060
|
+
base: 'ibc/BFE6ED6F23306C4E198B641FCAAA5181EB92146978E93DDE4CA71BAA5AC81625',
|
|
3061
|
+
name: 'pstDydx (31Dec2026)',
|
|
3062
|
+
display: 'pstDYDX31Dec2026',
|
|
3063
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
3064
|
+
logo_URIs: {
|
|
3065
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3066
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3067
|
+
},
|
|
3068
|
+
images: [{
|
|
3069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3070
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3071
|
+
}],
|
|
3072
|
+
type_asset: 'sdk.coin',
|
|
3073
|
+
traces: [{
|
|
3074
|
+
type: 'ibc',
|
|
3075
|
+
counterparty: {
|
|
3076
|
+
channel_id: 'channel-1',
|
|
3077
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
3078
|
+
chain_name: 'pryzm'
|
|
3079
|
+
},
|
|
3080
|
+
chain: {
|
|
3081
|
+
channel_id: 'channel-284'
|
|
3082
|
+
}
|
|
3083
|
+
}]
|
|
3084
|
+
},
|
|
2840
3085
|
{
|
|
2841
3086
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
2842
3087
|
denom_units: [{
|
|
@@ -2942,6 +3187,41 @@ const assets = {
|
|
|
2942
3187
|
}
|
|
2943
3188
|
}]
|
|
2944
3189
|
},
|
|
3190
|
+
{
|
|
3191
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
3192
|
+
denom_units: [{
|
|
3193
|
+
denom: 'ibc/FC053263868E4A54E7F7E44348CDE0616BABFEABD0673E6789A0AA5612482215',
|
|
3194
|
+
exponent: 0,
|
|
3195
|
+
aliases: ['p:udatom:31Dec2026']
|
|
3196
|
+
}, {
|
|
3197
|
+
denom: 'pdATOM31Dec2026',
|
|
3198
|
+
exponent: 6
|
|
3199
|
+
}],
|
|
3200
|
+
base: 'ibc/FC053263868E4A54E7F7E44348CDE0616BABFEABD0673E6789A0AA5612482215',
|
|
3201
|
+
name: 'pdAtom (31Dec2026)',
|
|
3202
|
+
display: 'pdATOM31Dec2026',
|
|
3203
|
+
symbol: 'pdATOM-31Dec2026',
|
|
3204
|
+
logo_URIs: {
|
|
3205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3207
|
+
},
|
|
3208
|
+
images: [{
|
|
3209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3211
|
+
}],
|
|
3212
|
+
type_asset: 'sdk.coin',
|
|
3213
|
+
traces: [{
|
|
3214
|
+
type: 'ibc',
|
|
3215
|
+
counterparty: {
|
|
3216
|
+
channel_id: 'channel-1',
|
|
3217
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
3218
|
+
chain_name: 'pryzm'
|
|
3219
|
+
},
|
|
3220
|
+
chain: {
|
|
3221
|
+
channel_id: 'channel-284'
|
|
3222
|
+
}
|
|
3223
|
+
}]
|
|
3224
|
+
},
|
|
2945
3225
|
{
|
|
2946
3226
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
2947
3227
|
denom_units: [{
|
|
@@ -3012,6 +3292,41 @@ const assets = {
|
|
|
3012
3292
|
}
|
|
3013
3293
|
}]
|
|
3014
3294
|
},
|
|
3295
|
+
{
|
|
3296
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
3297
|
+
denom_units: [{
|
|
3298
|
+
denom: 'ibc/2D119BD2CDF0A50531F186ABF204A0A8A5876A02AF24A865A2E24634D0A096FE',
|
|
3299
|
+
exponent: 0,
|
|
3300
|
+
aliases: ['p:utia:31Dec2026']
|
|
3301
|
+
}, {
|
|
3302
|
+
denom: 'pTIA31Dec2026',
|
|
3303
|
+
exponent: 6
|
|
3304
|
+
}],
|
|
3305
|
+
base: 'ibc/2D119BD2CDF0A50531F186ABF204A0A8A5876A02AF24A865A2E24634D0A096FE',
|
|
3306
|
+
name: 'pTia (31Dec2026)',
|
|
3307
|
+
display: 'pTIA31Dec2026',
|
|
3308
|
+
symbol: 'pTIA-31Dec2026',
|
|
3309
|
+
logo_URIs: {
|
|
3310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3311
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3312
|
+
},
|
|
3313
|
+
images: [{
|
|
3314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3315
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3316
|
+
}],
|
|
3317
|
+
type_asset: 'sdk.coin',
|
|
3318
|
+
traces: [{
|
|
3319
|
+
type: 'ibc',
|
|
3320
|
+
counterparty: {
|
|
3321
|
+
channel_id: 'channel-1',
|
|
3322
|
+
base_denom: 'p:utia:31Dec2026',
|
|
3323
|
+
chain_name: 'pryzm'
|
|
3324
|
+
},
|
|
3325
|
+
chain: {
|
|
3326
|
+
channel_id: 'channel-284'
|
|
3327
|
+
}
|
|
3328
|
+
}]
|
|
3329
|
+
},
|
|
3015
3330
|
{
|
|
3016
3331
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
3017
3332
|
denom_units: [{
|
|
@@ -3117,6 +3432,41 @@ const assets = {
|
|
|
3117
3432
|
}
|
|
3118
3433
|
}]
|
|
3119
3434
|
},
|
|
3435
|
+
{
|
|
3436
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
3437
|
+
denom_units: [{
|
|
3438
|
+
denom: 'ibc/4984BC789F96033BCA0E1AC63DEB58AA0EC2B70F290EAD0E1694118A3CDD1534',
|
|
3439
|
+
exponent: 0,
|
|
3440
|
+
aliases: ['y:uatom:31Dec2026']
|
|
3441
|
+
}, {
|
|
3442
|
+
denom: 'yATOM31Dec2026',
|
|
3443
|
+
exponent: 6
|
|
3444
|
+
}],
|
|
3445
|
+
base: 'ibc/4984BC789F96033BCA0E1AC63DEB58AA0EC2B70F290EAD0E1694118A3CDD1534',
|
|
3446
|
+
name: 'yAtom (31Dec2026)',
|
|
3447
|
+
display: 'yATOM31Dec2026',
|
|
3448
|
+
symbol: 'yATOM-31Dec2026',
|
|
3449
|
+
logo_URIs: {
|
|
3450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3451
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3452
|
+
},
|
|
3453
|
+
images: [{
|
|
3454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3455
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3456
|
+
}],
|
|
3457
|
+
type_asset: 'sdk.coin',
|
|
3458
|
+
traces: [{
|
|
3459
|
+
type: 'ibc',
|
|
3460
|
+
counterparty: {
|
|
3461
|
+
channel_id: 'channel-1',
|
|
3462
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
3463
|
+
chain_name: 'pryzm'
|
|
3464
|
+
},
|
|
3465
|
+
chain: {
|
|
3466
|
+
channel_id: 'channel-284'
|
|
3467
|
+
}
|
|
3468
|
+
}]
|
|
3469
|
+
},
|
|
3120
3470
|
{
|
|
3121
3471
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
3122
3472
|
denom_units: [{
|
|
@@ -3222,6 +3572,41 @@ const assets = {
|
|
|
3222
3572
|
}
|
|
3223
3573
|
}]
|
|
3224
3574
|
},
|
|
3575
|
+
{
|
|
3576
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
3577
|
+
denom_units: [{
|
|
3578
|
+
denom: 'ibc/6A5F77C02ABC8A4E8937B336414C4A1372D1571F82976027F290954F4AAFD61B',
|
|
3579
|
+
exponent: 0,
|
|
3580
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
3581
|
+
}, {
|
|
3582
|
+
denom: 'yOSMO31Dec2026',
|
|
3583
|
+
exponent: 6
|
|
3584
|
+
}],
|
|
3585
|
+
base: 'ibc/6A5F77C02ABC8A4E8937B336414C4A1372D1571F82976027F290954F4AAFD61B',
|
|
3586
|
+
name: 'yOsmo (31Dec2026)',
|
|
3587
|
+
display: 'yOSMO31Dec2026',
|
|
3588
|
+
symbol: 'yOSMO-31Dec2026',
|
|
3589
|
+
logo_URIs: {
|
|
3590
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3591
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3592
|
+
},
|
|
3593
|
+
images: [{
|
|
3594
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3595
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3596
|
+
}],
|
|
3597
|
+
type_asset: 'sdk.coin',
|
|
3598
|
+
traces: [{
|
|
3599
|
+
type: 'ibc',
|
|
3600
|
+
counterparty: {
|
|
3601
|
+
channel_id: 'channel-1',
|
|
3602
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
3603
|
+
chain_name: 'pryzm'
|
|
3604
|
+
},
|
|
3605
|
+
chain: {
|
|
3606
|
+
channel_id: 'channel-284'
|
|
3607
|
+
}
|
|
3608
|
+
}]
|
|
3609
|
+
},
|
|
3225
3610
|
{
|
|
3226
3611
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
3227
3612
|
denom_units: [{
|
|
@@ -3327,6 +3712,41 @@ const assets = {
|
|
|
3327
3712
|
}
|
|
3328
3713
|
}]
|
|
3329
3714
|
},
|
|
3715
|
+
{
|
|
3716
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
3717
|
+
denom_units: [{
|
|
3718
|
+
denom: 'ibc/C413EBB898085F1FAC81C2A1ACBD611827B85CC32C11F6D17241B9FF44392B5D',
|
|
3719
|
+
exponent: 0,
|
|
3720
|
+
aliases: ['y:inj:31Dec2026']
|
|
3721
|
+
}, {
|
|
3722
|
+
denom: 'yINJ31Dec2026',
|
|
3723
|
+
exponent: 18
|
|
3724
|
+
}],
|
|
3725
|
+
base: 'ibc/C413EBB898085F1FAC81C2A1ACBD611827B85CC32C11F6D17241B9FF44392B5D',
|
|
3726
|
+
name: 'yInj (31Dec2026)',
|
|
3727
|
+
display: 'yINJ31Dec2026',
|
|
3728
|
+
symbol: 'yINJ-31Dec2026',
|
|
3729
|
+
logo_URIs: {
|
|
3730
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3731
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3732
|
+
},
|
|
3733
|
+
images: [{
|
|
3734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
3735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
3736
|
+
}],
|
|
3737
|
+
type_asset: 'sdk.coin',
|
|
3738
|
+
traces: [{
|
|
3739
|
+
type: 'ibc',
|
|
3740
|
+
counterparty: {
|
|
3741
|
+
channel_id: 'channel-1',
|
|
3742
|
+
base_denom: 'y:inj:31Dec2026',
|
|
3743
|
+
chain_name: 'pryzm'
|
|
3744
|
+
},
|
|
3745
|
+
chain: {
|
|
3746
|
+
channel_id: 'channel-284'
|
|
3747
|
+
}
|
|
3748
|
+
}]
|
|
3749
|
+
},
|
|
3330
3750
|
{
|
|
3331
3751
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
3332
3752
|
denom_units: [{
|
|
@@ -3432,6 +3852,41 @@ const assets = {
|
|
|
3432
3852
|
}
|
|
3433
3853
|
}]
|
|
3434
3854
|
},
|
|
3855
|
+
{
|
|
3856
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
3857
|
+
denom_units: [{
|
|
3858
|
+
denom: 'ibc/3C5939B43F28CE529E5B15B2AC4E1128745043F9B41B7DA076DF2980431F38E9',
|
|
3859
|
+
exponent: 0,
|
|
3860
|
+
aliases: ['y:uluna:31Dec2026']
|
|
3861
|
+
}, {
|
|
3862
|
+
denom: 'yLUNA31Dec2026',
|
|
3863
|
+
exponent: 6
|
|
3864
|
+
}],
|
|
3865
|
+
base: 'ibc/3C5939B43F28CE529E5B15B2AC4E1128745043F9B41B7DA076DF2980431F38E9',
|
|
3866
|
+
name: 'yLuna (31Dec2026)',
|
|
3867
|
+
display: 'yLUNA31Dec2026',
|
|
3868
|
+
symbol: 'yLUNA-31Dec2026',
|
|
3869
|
+
logo_URIs: {
|
|
3870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3871
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3872
|
+
},
|
|
3873
|
+
images: [{
|
|
3874
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
3875
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
3876
|
+
}],
|
|
3877
|
+
type_asset: 'sdk.coin',
|
|
3878
|
+
traces: [{
|
|
3879
|
+
type: 'ibc',
|
|
3880
|
+
counterparty: {
|
|
3881
|
+
channel_id: 'channel-1',
|
|
3882
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
3883
|
+
chain_name: 'pryzm'
|
|
3884
|
+
},
|
|
3885
|
+
chain: {
|
|
3886
|
+
channel_id: 'channel-284'
|
|
3887
|
+
}
|
|
3888
|
+
}]
|
|
3889
|
+
},
|
|
3435
3890
|
{
|
|
3436
3891
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
3437
3892
|
denom_units: [{
|
|
@@ -3537,6 +3992,41 @@ const assets = {
|
|
|
3537
3992
|
}
|
|
3538
3993
|
}]
|
|
3539
3994
|
},
|
|
3995
|
+
{
|
|
3996
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
3997
|
+
denom_units: [{
|
|
3998
|
+
denom: 'ibc/0C18BBAA6691253E53FE59FB983F465DF6F92B28FC9652945B431F5A046892FD',
|
|
3999
|
+
exponent: 0,
|
|
4000
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
4001
|
+
}, {
|
|
4002
|
+
denom: 'yAUUU31Dec2026',
|
|
4003
|
+
exponent: 6
|
|
4004
|
+
}],
|
|
4005
|
+
base: 'ibc/0C18BBAA6691253E53FE59FB983F465DF6F92B28FC9652945B431F5A046892FD',
|
|
4006
|
+
name: 'yAuuu (31Dec2026)',
|
|
4007
|
+
display: 'yAUUU31Dec2026',
|
|
4008
|
+
symbol: 'yAUUU-31Dec2026',
|
|
4009
|
+
logo_URIs: {
|
|
4010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
4011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4012
|
+
},
|
|
4013
|
+
images: [{
|
|
4014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
4015
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4016
|
+
}],
|
|
4017
|
+
type_asset: 'sdk.coin',
|
|
4018
|
+
traces: [{
|
|
4019
|
+
type: 'ibc',
|
|
4020
|
+
counterparty: {
|
|
4021
|
+
channel_id: 'channel-1',
|
|
4022
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
4023
|
+
chain_name: 'pryzm'
|
|
4024
|
+
},
|
|
4025
|
+
chain: {
|
|
4026
|
+
channel_id: 'channel-284'
|
|
4027
|
+
}
|
|
4028
|
+
}]
|
|
4029
|
+
},
|
|
3540
4030
|
{
|
|
3541
4031
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
3542
4032
|
denom_units: [{
|
|
@@ -3642,6 +4132,41 @@ const assets = {
|
|
|
3642
4132
|
}
|
|
3643
4133
|
}]
|
|
3644
4134
|
},
|
|
4135
|
+
{
|
|
4136
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
4137
|
+
denom_units: [{
|
|
4138
|
+
denom: 'ibc/7A728BCA6D5AF9546FF4500027E3B1B17B61C469F054E7E23768FBF4C2ACA007',
|
|
4139
|
+
exponent: 0,
|
|
4140
|
+
aliases: ['y:stutia:31Dec2026']
|
|
4141
|
+
}, {
|
|
4142
|
+
denom: 'ystTIA31Dec2026',
|
|
4143
|
+
exponent: 6
|
|
4144
|
+
}],
|
|
4145
|
+
base: 'ibc/7A728BCA6D5AF9546FF4500027E3B1B17B61C469F054E7E23768FBF4C2ACA007',
|
|
4146
|
+
name: 'ystTia (31Dec2026)',
|
|
4147
|
+
display: 'ystTIA31Dec2026',
|
|
4148
|
+
symbol: 'ystTIA-31Dec2026',
|
|
4149
|
+
logo_URIs: {
|
|
4150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4152
|
+
},
|
|
4153
|
+
images: [{
|
|
4154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4156
|
+
}],
|
|
4157
|
+
type_asset: 'sdk.coin',
|
|
4158
|
+
traces: [{
|
|
4159
|
+
type: 'ibc',
|
|
4160
|
+
counterparty: {
|
|
4161
|
+
channel_id: 'channel-1',
|
|
4162
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
4163
|
+
chain_name: 'pryzm'
|
|
4164
|
+
},
|
|
4165
|
+
chain: {
|
|
4166
|
+
channel_id: 'channel-284'
|
|
4167
|
+
}
|
|
4168
|
+
}]
|
|
4169
|
+
},
|
|
3645
4170
|
{
|
|
3646
4171
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
3647
4172
|
denom_units: [{
|
|
@@ -3650,7 +4175,7 @@ const assets = {
|
|
|
3650
4175
|
aliases: ['y:stadydx:30Sep2024']
|
|
3651
4176
|
}, {
|
|
3652
4177
|
denom: 'ystDYDX30Sep2024',
|
|
3653
|
-
exponent:
|
|
4178
|
+
exponent: 18
|
|
3654
4179
|
}],
|
|
3655
4180
|
base: 'ibc/8400E77857AD6BD9910D57409970BC61A6E6B3BDBBA284AF931F14304012253E',
|
|
3656
4181
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -3685,7 +4210,7 @@ const assets = {
|
|
|
3685
4210
|
aliases: ['y:stadydx:31Dec2024']
|
|
3686
4211
|
}, {
|
|
3687
4212
|
denom: 'ystDYDX31Dec2024',
|
|
3688
|
-
exponent:
|
|
4213
|
+
exponent: 18
|
|
3689
4214
|
}],
|
|
3690
4215
|
base: 'ibc/C31E802B564C5DCF8DC819118022868AB214CD21F1FCD08ECCD78BEB99B466A0',
|
|
3691
4216
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -3720,7 +4245,7 @@ const assets = {
|
|
|
3720
4245
|
aliases: ['y:stadydx:31Dec2025']
|
|
3721
4246
|
}, {
|
|
3722
4247
|
denom: 'ystDYDX31Dec2025',
|
|
3723
|
-
exponent:
|
|
4248
|
+
exponent: 18
|
|
3724
4249
|
}],
|
|
3725
4250
|
base: 'ibc/0ADE8BDF371245DC02CD423DEA1D50C7B36818218592E11EBE18D36D0F73BEBB',
|
|
3726
4251
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -3747,6 +4272,41 @@ const assets = {
|
|
|
3747
4272
|
}
|
|
3748
4273
|
}]
|
|
3749
4274
|
},
|
|
4275
|
+
{
|
|
4276
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
4277
|
+
denom_units: [{
|
|
4278
|
+
denom: 'ibc/05A9AA1472DDEDE2C6F080002EBD84E0DC9AF57345BC1E035D301A16D3FD5BE3',
|
|
4279
|
+
exponent: 0,
|
|
4280
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
4281
|
+
}, {
|
|
4282
|
+
denom: 'ystDYDX31Dec2026',
|
|
4283
|
+
exponent: 18
|
|
4284
|
+
}],
|
|
4285
|
+
base: 'ibc/05A9AA1472DDEDE2C6F080002EBD84E0DC9AF57345BC1E035D301A16D3FD5BE3',
|
|
4286
|
+
name: 'ystDydx (31Dec2026)',
|
|
4287
|
+
display: 'ystDYDX31Dec2026',
|
|
4288
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
4289
|
+
logo_URIs: {
|
|
4290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4291
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4292
|
+
},
|
|
4293
|
+
images: [{
|
|
4294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4295
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4296
|
+
}],
|
|
4297
|
+
type_asset: 'sdk.coin',
|
|
4298
|
+
traces: [{
|
|
4299
|
+
type: 'ibc',
|
|
4300
|
+
counterparty: {
|
|
4301
|
+
channel_id: 'channel-1',
|
|
4302
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
4303
|
+
chain_name: 'pryzm'
|
|
4304
|
+
},
|
|
4305
|
+
chain: {
|
|
4306
|
+
channel_id: 'channel-284'
|
|
4307
|
+
}
|
|
4308
|
+
}]
|
|
4309
|
+
},
|
|
3750
4310
|
{
|
|
3751
4311
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
3752
4312
|
denom_units: [{
|
|
@@ -3852,6 +4412,41 @@ const assets = {
|
|
|
3852
4412
|
}
|
|
3853
4413
|
}]
|
|
3854
4414
|
},
|
|
4415
|
+
{
|
|
4416
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
4417
|
+
denom_units: [{
|
|
4418
|
+
denom: 'ibc/C2B91023196CA0DDAAD21DD18A049B8E4C4BF2C9205C7335C83701E39C466C3F',
|
|
4419
|
+
exponent: 0,
|
|
4420
|
+
aliases: ['y:udatom:31Dec2026']
|
|
4421
|
+
}, {
|
|
4422
|
+
denom: 'ydATOM31Dec2026',
|
|
4423
|
+
exponent: 6
|
|
4424
|
+
}],
|
|
4425
|
+
base: 'ibc/C2B91023196CA0DDAAD21DD18A049B8E4C4BF2C9205C7335C83701E39C466C3F',
|
|
4426
|
+
name: 'ydAtom (31Dec2026)',
|
|
4427
|
+
display: 'ydATOM31Dec2026',
|
|
4428
|
+
symbol: 'ydATOM-31Dec2026',
|
|
4429
|
+
logo_URIs: {
|
|
4430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4431
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4432
|
+
},
|
|
4433
|
+
images: [{
|
|
4434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4436
|
+
}],
|
|
4437
|
+
type_asset: 'sdk.coin',
|
|
4438
|
+
traces: [{
|
|
4439
|
+
type: 'ibc',
|
|
4440
|
+
counterparty: {
|
|
4441
|
+
channel_id: 'channel-1',
|
|
4442
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
4443
|
+
chain_name: 'pryzm'
|
|
4444
|
+
},
|
|
4445
|
+
chain: {
|
|
4446
|
+
channel_id: 'channel-284'
|
|
4447
|
+
}
|
|
4448
|
+
}]
|
|
4449
|
+
},
|
|
3855
4450
|
{
|
|
3856
4451
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
3857
4452
|
denom_units: [{
|
|
@@ -3879,7 +4474,42 @@ const assets = {
|
|
|
3879
4474
|
type: 'ibc',
|
|
3880
4475
|
counterparty: {
|
|
3881
4476
|
channel_id: 'channel-1',
|
|
3882
|
-
base_denom: 'y:utia:31Dec2024',
|
|
4477
|
+
base_denom: 'y:utia:31Dec2024',
|
|
4478
|
+
chain_name: 'pryzm'
|
|
4479
|
+
},
|
|
4480
|
+
chain: {
|
|
4481
|
+
channel_id: 'channel-284'
|
|
4482
|
+
}
|
|
4483
|
+
}]
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
4487
|
+
denom_units: [{
|
|
4488
|
+
denom: 'ibc/7B9F19238869B8AC472EE3297C46BC2185458C5D979B832F9A451ED0D431E72E',
|
|
4489
|
+
exponent: 0,
|
|
4490
|
+
aliases: ['y:utia:31Dec2025']
|
|
4491
|
+
}, {
|
|
4492
|
+
denom: 'yTIA31Dec2025',
|
|
4493
|
+
exponent: 6
|
|
4494
|
+
}],
|
|
4495
|
+
base: 'ibc/7B9F19238869B8AC472EE3297C46BC2185458C5D979B832F9A451ED0D431E72E',
|
|
4496
|
+
name: 'yTia (31Dec2025)',
|
|
4497
|
+
display: 'yTIA31Dec2025',
|
|
4498
|
+
symbol: 'yTIA-31Dec2025',
|
|
4499
|
+
logo_URIs: {
|
|
4500
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4501
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4502
|
+
},
|
|
4503
|
+
images: [{
|
|
4504
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4505
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
4506
|
+
}],
|
|
4507
|
+
type_asset: 'sdk.coin',
|
|
4508
|
+
traces: [{
|
|
4509
|
+
type: 'ibc',
|
|
4510
|
+
counterparty: {
|
|
4511
|
+
channel_id: 'channel-1',
|
|
4512
|
+
base_denom: 'y:utia:31Dec2025',
|
|
3883
4513
|
chain_name: 'pryzm'
|
|
3884
4514
|
},
|
|
3885
4515
|
chain: {
|
|
@@ -3888,19 +4518,19 @@ const assets = {
|
|
|
3888
4518
|
}]
|
|
3889
4519
|
},
|
|
3890
4520
|
{
|
|
3891
|
-
description: 'Pryzm\'s refracted yield token for TIA with maturity of
|
|
4521
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
3892
4522
|
denom_units: [{
|
|
3893
|
-
denom: 'ibc/
|
|
4523
|
+
denom: 'ibc/66C8AF45F836A99CF62E31DB6960A0DA94997A3708F976310F0C2008112B8D3C',
|
|
3894
4524
|
exponent: 0,
|
|
3895
|
-
aliases: ['y:utia:
|
|
4525
|
+
aliases: ['y:utia:31Dec2026']
|
|
3896
4526
|
}, {
|
|
3897
|
-
denom: '
|
|
4527
|
+
denom: 'yTIA31Dec2026',
|
|
3898
4528
|
exponent: 6
|
|
3899
4529
|
}],
|
|
3900
|
-
base: 'ibc/
|
|
3901
|
-
name: 'yTia (
|
|
3902
|
-
display: '
|
|
3903
|
-
symbol: 'yTIA-
|
|
4530
|
+
base: 'ibc/66C8AF45F836A99CF62E31DB6960A0DA94997A3708F976310F0C2008112B8D3C',
|
|
4531
|
+
name: 'yTia (31Dec2026)',
|
|
4532
|
+
display: 'yTIA31Dec2026',
|
|
4533
|
+
symbol: 'yTIA-31Dec2026',
|
|
3904
4534
|
logo_URIs: {
|
|
3905
4535
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3906
4536
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
@@ -3914,7 +4544,7 @@ const assets = {
|
|
|
3914
4544
|
type: 'ibc',
|
|
3915
4545
|
counterparty: {
|
|
3916
4546
|
channel_id: 'channel-1',
|
|
3917
|
-
base_denom: 'y:utia:
|
|
4547
|
+
base_denom: 'y:utia:31Dec2026',
|
|
3918
4548
|
chain_name: 'pryzm'
|
|
3919
4549
|
},
|
|
3920
4550
|
chain: {
|
|
@@ -6295,6 +6925,41 @@ const assets = {
|
|
|
6295
6925
|
}
|
|
6296
6926
|
}]
|
|
6297
6927
|
},
|
|
6928
|
+
{
|
|
6929
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
6930
|
+
denom_units: [{
|
|
6931
|
+
denom: 'ibc/21B0074411E5F468630F707BD0867172383ADB105BF337AD14D8857BDB7C7821',
|
|
6932
|
+
exponent: 0,
|
|
6933
|
+
aliases: ['p:uatom:31Dec2026']
|
|
6934
|
+
}, {
|
|
6935
|
+
denom: 'pATOM31Dec2026',
|
|
6936
|
+
exponent: 6
|
|
6937
|
+
}],
|
|
6938
|
+
base: 'ibc/21B0074411E5F468630F707BD0867172383ADB105BF337AD14D8857BDB7C7821',
|
|
6939
|
+
name: 'pAtom (31Dec2026)',
|
|
6940
|
+
display: 'pATOM31Dec2026',
|
|
6941
|
+
symbol: 'pATOM-31Dec2026',
|
|
6942
|
+
logo_URIs: {
|
|
6943
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
6944
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
6945
|
+
},
|
|
6946
|
+
images: [{
|
|
6947
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
6948
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
6949
|
+
}],
|
|
6950
|
+
type_asset: 'sdk.coin',
|
|
6951
|
+
traces: [{
|
|
6952
|
+
type: 'ibc',
|
|
6953
|
+
counterparty: {
|
|
6954
|
+
channel_id: 'channel-1',
|
|
6955
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
6956
|
+
chain_name: 'pryzm'
|
|
6957
|
+
},
|
|
6958
|
+
chain: {
|
|
6959
|
+
channel_id: 'channel-284'
|
|
6960
|
+
}
|
|
6961
|
+
}]
|
|
6962
|
+
},
|
|
6298
6963
|
{
|
|
6299
6964
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
6300
6965
|
denom_units: [{
|
|
@@ -6400,6 +7065,41 @@ const assets = {
|
|
|
6400
7065
|
}
|
|
6401
7066
|
}]
|
|
6402
7067
|
},
|
|
7068
|
+
{
|
|
7069
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
7070
|
+
denom_units: [{
|
|
7071
|
+
denom: 'ibc/BEC81ECB900F86983D374D862B018DF74F3A6924EBDFC5FBCC745170AF4698DF',
|
|
7072
|
+
exponent: 0,
|
|
7073
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
7074
|
+
}, {
|
|
7075
|
+
denom: 'pOSMO31Dec2026',
|
|
7076
|
+
exponent: 6
|
|
7077
|
+
}],
|
|
7078
|
+
base: 'ibc/BEC81ECB900F86983D374D862B018DF74F3A6924EBDFC5FBCC745170AF4698DF',
|
|
7079
|
+
name: 'pOsmo (31Dec2026)',
|
|
7080
|
+
display: 'pOSMO31Dec2026',
|
|
7081
|
+
symbol: 'pOSMO-31Dec2026',
|
|
7082
|
+
logo_URIs: {
|
|
7083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
7084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
7085
|
+
},
|
|
7086
|
+
images: [{
|
|
7087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
7088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
7089
|
+
}],
|
|
7090
|
+
type_asset: 'sdk.coin',
|
|
7091
|
+
traces: [{
|
|
7092
|
+
type: 'ibc',
|
|
7093
|
+
counterparty: {
|
|
7094
|
+
channel_id: 'channel-1',
|
|
7095
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
7096
|
+
chain_name: 'pryzm'
|
|
7097
|
+
},
|
|
7098
|
+
chain: {
|
|
7099
|
+
channel_id: 'channel-284'
|
|
7100
|
+
}
|
|
7101
|
+
}]
|
|
7102
|
+
},
|
|
6403
7103
|
{
|
|
6404
7104
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
6405
7105
|
denom_units: [{
|
|
@@ -6505,6 +7205,41 @@ const assets = {
|
|
|
6505
7205
|
}
|
|
6506
7206
|
}]
|
|
6507
7207
|
},
|
|
7208
|
+
{
|
|
7209
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
7210
|
+
denom_units: [{
|
|
7211
|
+
denom: 'ibc/CC9050DC0B9906181A9BDC858C51B2E530B13C3FB5A1479B75745C8DF937C58E',
|
|
7212
|
+
exponent: 0,
|
|
7213
|
+
aliases: ['p:inj:31Dec2026']
|
|
7214
|
+
}, {
|
|
7215
|
+
denom: 'pINJ31Dec2026',
|
|
7216
|
+
exponent: 18
|
|
7217
|
+
}],
|
|
7218
|
+
base: 'ibc/CC9050DC0B9906181A9BDC858C51B2E530B13C3FB5A1479B75745C8DF937C58E',
|
|
7219
|
+
name: 'pInj (31Dec2026)',
|
|
7220
|
+
display: 'pINJ31Dec2026',
|
|
7221
|
+
symbol: 'pINJ-31Dec2026',
|
|
7222
|
+
logo_URIs: {
|
|
7223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
7224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
7225
|
+
},
|
|
7226
|
+
images: [{
|
|
7227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
7228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
7229
|
+
}],
|
|
7230
|
+
type_asset: 'sdk.coin',
|
|
7231
|
+
traces: [{
|
|
7232
|
+
type: 'ibc',
|
|
7233
|
+
counterparty: {
|
|
7234
|
+
channel_id: 'channel-1',
|
|
7235
|
+
base_denom: 'p:inj:31Dec2026',
|
|
7236
|
+
chain_name: 'pryzm'
|
|
7237
|
+
},
|
|
7238
|
+
chain: {
|
|
7239
|
+
channel_id: 'channel-284'
|
|
7240
|
+
}
|
|
7241
|
+
}]
|
|
7242
|
+
},
|
|
6508
7243
|
{
|
|
6509
7244
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
6510
7245
|
denom_units: [{
|
|
@@ -6575,6 +7310,41 @@ const assets = {
|
|
|
6575
7310
|
}
|
|
6576
7311
|
}]
|
|
6577
7312
|
},
|
|
7313
|
+
{
|
|
7314
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
7315
|
+
denom_units: [{
|
|
7316
|
+
denom: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F',
|
|
7317
|
+
exponent: 0,
|
|
7318
|
+
aliases: ['p:uluna:31Dec2026']
|
|
7319
|
+
}, {
|
|
7320
|
+
denom: 'pLUNA31Dec2026',
|
|
7321
|
+
exponent: 6
|
|
7322
|
+
}],
|
|
7323
|
+
base: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F',
|
|
7324
|
+
name: 'pLuna (31Dec2026)',
|
|
7325
|
+
display: 'pLUNA31Dec2026',
|
|
7326
|
+
symbol: 'pLUNA-31Dec2026',
|
|
7327
|
+
logo_URIs: {
|
|
7328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
7329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
7330
|
+
},
|
|
7331
|
+
images: [{
|
|
7332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
7333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
7334
|
+
}],
|
|
7335
|
+
type_asset: 'sdk.coin',
|
|
7336
|
+
traces: [{
|
|
7337
|
+
type: 'ibc',
|
|
7338
|
+
counterparty: {
|
|
7339
|
+
channel_id: 'channel-1',
|
|
7340
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
7341
|
+
chain_name: 'pryzm'
|
|
7342
|
+
},
|
|
7343
|
+
chain: {
|
|
7344
|
+
channel_id: 'channel-284'
|
|
7345
|
+
}
|
|
7346
|
+
}]
|
|
7347
|
+
},
|
|
6578
7348
|
{
|
|
6579
7349
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
6580
7350
|
denom_units: [{
|
|
@@ -6715,6 +7485,41 @@ const assets = {
|
|
|
6715
7485
|
}
|
|
6716
7486
|
}]
|
|
6717
7487
|
},
|
|
7488
|
+
{
|
|
7489
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
7490
|
+
denom_units: [{
|
|
7491
|
+
denom: 'ibc/73698A9B28986E0704F98E7D5A353A3123F154EF4A4B5244B5A1E30F212FEE0E',
|
|
7492
|
+
exponent: 0,
|
|
7493
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
7494
|
+
}, {
|
|
7495
|
+
denom: 'pAUUU31Dec2026',
|
|
7496
|
+
exponent: 6
|
|
7497
|
+
}],
|
|
7498
|
+
base: 'ibc/73698A9B28986E0704F98E7D5A353A3123F154EF4A4B5244B5A1E30F212FEE0E',
|
|
7499
|
+
name: 'pAuuu (31Dec2026)',
|
|
7500
|
+
display: 'pAUUU31Dec2026',
|
|
7501
|
+
symbol: 'pAUUU-31Dec2026',
|
|
7502
|
+
logo_URIs: {
|
|
7503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
7504
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
7505
|
+
},
|
|
7506
|
+
images: [{
|
|
7507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
7508
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
7509
|
+
}],
|
|
7510
|
+
type_asset: 'sdk.coin',
|
|
7511
|
+
traces: [{
|
|
7512
|
+
type: 'ibc',
|
|
7513
|
+
counterparty: {
|
|
7514
|
+
channel_id: 'channel-1',
|
|
7515
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
7516
|
+
chain_name: 'pryzm'
|
|
7517
|
+
},
|
|
7518
|
+
chain: {
|
|
7519
|
+
channel_id: 'channel-284'
|
|
7520
|
+
}
|
|
7521
|
+
}]
|
|
7522
|
+
},
|
|
6718
7523
|
{
|
|
6719
7524
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
6720
7525
|
denom_units: [{
|
|
@@ -6820,6 +7625,41 @@ const assets = {
|
|
|
6820
7625
|
}
|
|
6821
7626
|
}]
|
|
6822
7627
|
},
|
|
7628
|
+
{
|
|
7629
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
7630
|
+
denom_units: [{
|
|
7631
|
+
denom: 'ibc/7D631F728A4CD799379DAC1B80BE6E8BB21DC6556AD2FE3A18452E262480B492',
|
|
7632
|
+
exponent: 0,
|
|
7633
|
+
aliases: ['p:stutia:31Dec2026']
|
|
7634
|
+
}, {
|
|
7635
|
+
denom: 'pstTIA31Dec2026',
|
|
7636
|
+
exponent: 6
|
|
7637
|
+
}],
|
|
7638
|
+
base: 'ibc/7D631F728A4CD799379DAC1B80BE6E8BB21DC6556AD2FE3A18452E262480B492',
|
|
7639
|
+
name: 'pstTia (31Dec2026)',
|
|
7640
|
+
display: 'pstTIA31Dec2026',
|
|
7641
|
+
symbol: 'pstTIA-31Dec2026',
|
|
7642
|
+
logo_URIs: {
|
|
7643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
7644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
7645
|
+
},
|
|
7646
|
+
images: [{
|
|
7647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
7648
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
7649
|
+
}],
|
|
7650
|
+
type_asset: 'sdk.coin',
|
|
7651
|
+
traces: [{
|
|
7652
|
+
type: 'ibc',
|
|
7653
|
+
counterparty: {
|
|
7654
|
+
channel_id: 'channel-1',
|
|
7655
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
7656
|
+
chain_name: 'pryzm'
|
|
7657
|
+
},
|
|
7658
|
+
chain: {
|
|
7659
|
+
channel_id: 'channel-284'
|
|
7660
|
+
}
|
|
7661
|
+
}]
|
|
7662
|
+
},
|
|
6823
7663
|
{
|
|
6824
7664
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
6825
7665
|
denom_units: [{
|
|
@@ -6925,6 +7765,41 @@ const assets = {
|
|
|
6925
7765
|
}
|
|
6926
7766
|
}]
|
|
6927
7767
|
},
|
|
7768
|
+
{
|
|
7769
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
7770
|
+
denom_units: [{
|
|
7771
|
+
denom: 'ibc/BFE6ED6F23306C4E198B641FCAAA5181EB92146978E93DDE4CA71BAA5AC81625',
|
|
7772
|
+
exponent: 0,
|
|
7773
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
7774
|
+
}, {
|
|
7775
|
+
denom: 'pstDYDX31Dec2026',
|
|
7776
|
+
exponent: 18
|
|
7777
|
+
}],
|
|
7778
|
+
base: 'ibc/BFE6ED6F23306C4E198B641FCAAA5181EB92146978E93DDE4CA71BAA5AC81625',
|
|
7779
|
+
name: 'pstDydx (31Dec2026)',
|
|
7780
|
+
display: 'pstDYDX31Dec2026',
|
|
7781
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
7782
|
+
logo_URIs: {
|
|
7783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
7784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
7785
|
+
},
|
|
7786
|
+
images: [{
|
|
7787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
7788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
7789
|
+
}],
|
|
7790
|
+
type_asset: 'sdk.coin',
|
|
7791
|
+
traces: [{
|
|
7792
|
+
type: 'ibc',
|
|
7793
|
+
counterparty: {
|
|
7794
|
+
channel_id: 'channel-1',
|
|
7795
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
7796
|
+
chain_name: 'pryzm'
|
|
7797
|
+
},
|
|
7798
|
+
chain: {
|
|
7799
|
+
channel_id: 'channel-284'
|
|
7800
|
+
}
|
|
7801
|
+
}]
|
|
7802
|
+
},
|
|
6928
7803
|
{
|
|
6929
7804
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
6930
7805
|
denom_units: [{
|
|
@@ -7030,6 +7905,41 @@ const assets = {
|
|
|
7030
7905
|
}
|
|
7031
7906
|
}]
|
|
7032
7907
|
},
|
|
7908
|
+
{
|
|
7909
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
7910
|
+
denom_units: [{
|
|
7911
|
+
denom: 'ibc/FC053263868E4A54E7F7E44348CDE0616BABFEABD0673E6789A0AA5612482215',
|
|
7912
|
+
exponent: 0,
|
|
7913
|
+
aliases: ['p:udatom:31Dec2026']
|
|
7914
|
+
}, {
|
|
7915
|
+
denom: 'pdATOM31Dec2026',
|
|
7916
|
+
exponent: 6
|
|
7917
|
+
}],
|
|
7918
|
+
base: 'ibc/FC053263868E4A54E7F7E44348CDE0616BABFEABD0673E6789A0AA5612482215',
|
|
7919
|
+
name: 'pdAtom (31Dec2026)',
|
|
7920
|
+
display: 'pdATOM31Dec2026',
|
|
7921
|
+
symbol: 'pdATOM-31Dec2026',
|
|
7922
|
+
logo_URIs: {
|
|
7923
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
7924
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
7925
|
+
},
|
|
7926
|
+
images: [{
|
|
7927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
7928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
7929
|
+
}],
|
|
7930
|
+
type_asset: 'sdk.coin',
|
|
7931
|
+
traces: [{
|
|
7932
|
+
type: 'ibc',
|
|
7933
|
+
counterparty: {
|
|
7934
|
+
channel_id: 'channel-1',
|
|
7935
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
7936
|
+
chain_name: 'pryzm'
|
|
7937
|
+
},
|
|
7938
|
+
chain: {
|
|
7939
|
+
channel_id: 'channel-284'
|
|
7940
|
+
}
|
|
7941
|
+
}]
|
|
7942
|
+
},
|
|
7033
7943
|
{
|
|
7034
7944
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
7035
7945
|
denom_units: [{
|
|
@@ -7057,7 +7967,42 @@ const assets = {
|
|
|
7057
7967
|
type: 'ibc',
|
|
7058
7968
|
counterparty: {
|
|
7059
7969
|
channel_id: 'channel-1',
|
|
7060
|
-
base_denom: 'p:utia:31Dec2024',
|
|
7970
|
+
base_denom: 'p:utia:31Dec2024',
|
|
7971
|
+
chain_name: 'pryzm'
|
|
7972
|
+
},
|
|
7973
|
+
chain: {
|
|
7974
|
+
channel_id: 'channel-284'
|
|
7975
|
+
}
|
|
7976
|
+
}]
|
|
7977
|
+
},
|
|
7978
|
+
{
|
|
7979
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
7980
|
+
denom_units: [{
|
|
7981
|
+
denom: 'ibc/B9F63C4715CC52D653F8C87AC1E18BD50979FD75BBDD77255BD4FFB86D2A7BFF',
|
|
7982
|
+
exponent: 0,
|
|
7983
|
+
aliases: ['p:utia:31Dec2025']
|
|
7984
|
+
}, {
|
|
7985
|
+
denom: 'pTIA31Dec2025',
|
|
7986
|
+
exponent: 6
|
|
7987
|
+
}],
|
|
7988
|
+
base: 'ibc/B9F63C4715CC52D653F8C87AC1E18BD50979FD75BBDD77255BD4FFB86D2A7BFF',
|
|
7989
|
+
name: 'pTia (31Dec2025)',
|
|
7990
|
+
display: 'pTIA31Dec2025',
|
|
7991
|
+
symbol: 'pTIA-31Dec2025',
|
|
7992
|
+
logo_URIs: {
|
|
7993
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7994
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7995
|
+
},
|
|
7996
|
+
images: [{
|
|
7997
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7998
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7999
|
+
}],
|
|
8000
|
+
type_asset: 'sdk.coin',
|
|
8001
|
+
traces: [{
|
|
8002
|
+
type: 'ibc',
|
|
8003
|
+
counterparty: {
|
|
8004
|
+
channel_id: 'channel-1',
|
|
8005
|
+
base_denom: 'p:utia:31Dec2025',
|
|
7061
8006
|
chain_name: 'pryzm'
|
|
7062
8007
|
},
|
|
7063
8008
|
chain: {
|
|
@@ -7066,19 +8011,19 @@ const assets = {
|
|
|
7066
8011
|
}]
|
|
7067
8012
|
},
|
|
7068
8013
|
{
|
|
7069
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
8014
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
7070
8015
|
denom_units: [{
|
|
7071
|
-
denom: 'ibc/
|
|
8016
|
+
denom: 'ibc/2D119BD2CDF0A50531F186ABF204A0A8A5876A02AF24A865A2E24634D0A096FE',
|
|
7072
8017
|
exponent: 0,
|
|
7073
|
-
aliases: ['p:utia:
|
|
8018
|
+
aliases: ['p:utia:31Dec2026']
|
|
7074
8019
|
}, {
|
|
7075
|
-
denom: '
|
|
8020
|
+
denom: 'pTIA31Dec2026',
|
|
7076
8021
|
exponent: 6
|
|
7077
8022
|
}],
|
|
7078
|
-
base: 'ibc/
|
|
7079
|
-
name: 'pTia (
|
|
7080
|
-
display: '
|
|
7081
|
-
symbol: 'pTIA-
|
|
8023
|
+
base: 'ibc/2D119BD2CDF0A50531F186ABF204A0A8A5876A02AF24A865A2E24634D0A096FE',
|
|
8024
|
+
name: 'pTia (31Dec2026)',
|
|
8025
|
+
display: 'pTIA31Dec2026',
|
|
8026
|
+
symbol: 'pTIA-31Dec2026',
|
|
7082
8027
|
logo_URIs: {
|
|
7083
8028
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7084
8029
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
@@ -7092,7 +8037,7 @@ const assets = {
|
|
|
7092
8037
|
type: 'ibc',
|
|
7093
8038
|
counterparty: {
|
|
7094
8039
|
channel_id: 'channel-1',
|
|
7095
|
-
base_denom: 'p:utia:
|
|
8040
|
+
base_denom: 'p:utia:31Dec2026',
|
|
7096
8041
|
chain_name: 'pryzm'
|
|
7097
8042
|
},
|
|
7098
8043
|
chain: {
|
|
@@ -7205,6 +8150,41 @@ const assets = {
|
|
|
7205
8150
|
}
|
|
7206
8151
|
}]
|
|
7207
8152
|
},
|
|
8153
|
+
{
|
|
8154
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
8155
|
+
denom_units: [{
|
|
8156
|
+
denom: 'ibc/4984BC789F96033BCA0E1AC63DEB58AA0EC2B70F290EAD0E1694118A3CDD1534',
|
|
8157
|
+
exponent: 0,
|
|
8158
|
+
aliases: ['y:uatom:31Dec2026']
|
|
8159
|
+
}, {
|
|
8160
|
+
denom: 'yATOM31Dec2026',
|
|
8161
|
+
exponent: 6
|
|
8162
|
+
}],
|
|
8163
|
+
base: 'ibc/4984BC789F96033BCA0E1AC63DEB58AA0EC2B70F290EAD0E1694118A3CDD1534',
|
|
8164
|
+
name: 'yAtom (31Dec2026)',
|
|
8165
|
+
display: 'yATOM31Dec2026',
|
|
8166
|
+
symbol: 'yATOM-31Dec2026',
|
|
8167
|
+
logo_URIs: {
|
|
8168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8170
|
+
},
|
|
8171
|
+
images: [{
|
|
8172
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
8173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
8174
|
+
}],
|
|
8175
|
+
type_asset: 'sdk.coin',
|
|
8176
|
+
traces: [{
|
|
8177
|
+
type: 'ibc',
|
|
8178
|
+
counterparty: {
|
|
8179
|
+
channel_id: 'channel-1',
|
|
8180
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
8181
|
+
chain_name: 'pryzm'
|
|
8182
|
+
},
|
|
8183
|
+
chain: {
|
|
8184
|
+
channel_id: 'channel-284'
|
|
8185
|
+
}
|
|
8186
|
+
}]
|
|
8187
|
+
},
|
|
7208
8188
|
{
|
|
7209
8189
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
7210
8190
|
denom_units: [{
|
|
@@ -7310,6 +8290,41 @@ const assets = {
|
|
|
7310
8290
|
}
|
|
7311
8291
|
}]
|
|
7312
8292
|
},
|
|
8293
|
+
{
|
|
8294
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
8295
|
+
denom_units: [{
|
|
8296
|
+
denom: 'ibc/6A5F77C02ABC8A4E8937B336414C4A1372D1571F82976027F290954F4AAFD61B',
|
|
8297
|
+
exponent: 0,
|
|
8298
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
8299
|
+
}, {
|
|
8300
|
+
denom: 'yOSMO31Dec2026',
|
|
8301
|
+
exponent: 6
|
|
8302
|
+
}],
|
|
8303
|
+
base: 'ibc/6A5F77C02ABC8A4E8937B336414C4A1372D1571F82976027F290954F4AAFD61B',
|
|
8304
|
+
name: 'yOsmo (31Dec2026)',
|
|
8305
|
+
display: 'yOSMO31Dec2026',
|
|
8306
|
+
symbol: 'yOSMO-31Dec2026',
|
|
8307
|
+
logo_URIs: {
|
|
8308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8310
|
+
},
|
|
8311
|
+
images: [{
|
|
8312
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
8313
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
8314
|
+
}],
|
|
8315
|
+
type_asset: 'sdk.coin',
|
|
8316
|
+
traces: [{
|
|
8317
|
+
type: 'ibc',
|
|
8318
|
+
counterparty: {
|
|
8319
|
+
channel_id: 'channel-1',
|
|
8320
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
8321
|
+
chain_name: 'pryzm'
|
|
8322
|
+
},
|
|
8323
|
+
chain: {
|
|
8324
|
+
channel_id: 'channel-284'
|
|
8325
|
+
}
|
|
8326
|
+
}]
|
|
8327
|
+
},
|
|
7313
8328
|
{
|
|
7314
8329
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
7315
8330
|
denom_units: [{
|
|
@@ -7415,6 +8430,41 @@ const assets = {
|
|
|
7415
8430
|
}
|
|
7416
8431
|
}]
|
|
7417
8432
|
},
|
|
8433
|
+
{
|
|
8434
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
8435
|
+
denom_units: [{
|
|
8436
|
+
denom: 'ibc/C413EBB898085F1FAC81C2A1ACBD611827B85CC32C11F6D17241B9FF44392B5D',
|
|
8437
|
+
exponent: 0,
|
|
8438
|
+
aliases: ['y:inj:31Dec2026']
|
|
8439
|
+
}, {
|
|
8440
|
+
denom: 'yINJ31Dec2026',
|
|
8441
|
+
exponent: 18
|
|
8442
|
+
}],
|
|
8443
|
+
base: 'ibc/C413EBB898085F1FAC81C2A1ACBD611827B85CC32C11F6D17241B9FF44392B5D',
|
|
8444
|
+
name: 'yInj (31Dec2026)',
|
|
8445
|
+
display: 'yINJ31Dec2026',
|
|
8446
|
+
symbol: 'yINJ-31Dec2026',
|
|
8447
|
+
logo_URIs: {
|
|
8448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8450
|
+
},
|
|
8451
|
+
images: [{
|
|
8452
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
8453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
8454
|
+
}],
|
|
8455
|
+
type_asset: 'sdk.coin',
|
|
8456
|
+
traces: [{
|
|
8457
|
+
type: 'ibc',
|
|
8458
|
+
counterparty: {
|
|
8459
|
+
channel_id: 'channel-1',
|
|
8460
|
+
base_denom: 'y:inj:31Dec2026',
|
|
8461
|
+
chain_name: 'pryzm'
|
|
8462
|
+
},
|
|
8463
|
+
chain: {
|
|
8464
|
+
channel_id: 'channel-284'
|
|
8465
|
+
}
|
|
8466
|
+
}]
|
|
8467
|
+
},
|
|
7418
8468
|
{
|
|
7419
8469
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
7420
8470
|
denom_units: [{
|
|
@@ -7520,6 +8570,41 @@ const assets = {
|
|
|
7520
8570
|
}
|
|
7521
8571
|
}]
|
|
7522
8572
|
},
|
|
8573
|
+
{
|
|
8574
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
8575
|
+
denom_units: [{
|
|
8576
|
+
denom: 'ibc/3C5939B43F28CE529E5B15B2AC4E1128745043F9B41B7DA076DF2980431F38E9',
|
|
8577
|
+
exponent: 0,
|
|
8578
|
+
aliases: ['y:uluna:31Dec2026']
|
|
8579
|
+
}, {
|
|
8580
|
+
denom: 'yLUNA31Dec2026',
|
|
8581
|
+
exponent: 6
|
|
8582
|
+
}],
|
|
8583
|
+
base: 'ibc/3C5939B43F28CE529E5B15B2AC4E1128745043F9B41B7DA076DF2980431F38E9',
|
|
8584
|
+
name: 'yLuna (31Dec2026)',
|
|
8585
|
+
display: 'yLUNA31Dec2026',
|
|
8586
|
+
symbol: 'yLUNA-31Dec2026',
|
|
8587
|
+
logo_URIs: {
|
|
8588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8589
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8590
|
+
},
|
|
8591
|
+
images: [{
|
|
8592
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
8593
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
8594
|
+
}],
|
|
8595
|
+
type_asset: 'sdk.coin',
|
|
8596
|
+
traces: [{
|
|
8597
|
+
type: 'ibc',
|
|
8598
|
+
counterparty: {
|
|
8599
|
+
channel_id: 'channel-1',
|
|
8600
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
8601
|
+
chain_name: 'pryzm'
|
|
8602
|
+
},
|
|
8603
|
+
chain: {
|
|
8604
|
+
channel_id: 'channel-284'
|
|
8605
|
+
}
|
|
8606
|
+
}]
|
|
8607
|
+
},
|
|
7523
8608
|
{
|
|
7524
8609
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
7525
8610
|
denom_units: [{
|
|
@@ -7625,6 +8710,41 @@ const assets = {
|
|
|
7625
8710
|
}
|
|
7626
8711
|
}]
|
|
7627
8712
|
},
|
|
8713
|
+
{
|
|
8714
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
8715
|
+
denom_units: [{
|
|
8716
|
+
denom: 'ibc/0C18BBAA6691253E53FE59FB983F465DF6F92B28FC9652945B431F5A046892FD',
|
|
8717
|
+
exponent: 0,
|
|
8718
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
8719
|
+
}, {
|
|
8720
|
+
denom: 'yAUUU31Dec2026',
|
|
8721
|
+
exponent: 6
|
|
8722
|
+
}],
|
|
8723
|
+
base: 'ibc/0C18BBAA6691253E53FE59FB983F465DF6F92B28FC9652945B431F5A046892FD',
|
|
8724
|
+
name: 'yAuuu (31Dec2026)',
|
|
8725
|
+
display: 'yAUUU31Dec2026',
|
|
8726
|
+
symbol: 'yAUUU-31Dec2026',
|
|
8727
|
+
logo_URIs: {
|
|
8728
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
8729
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
8730
|
+
},
|
|
8731
|
+
images: [{
|
|
8732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
8733
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
8734
|
+
}],
|
|
8735
|
+
type_asset: 'sdk.coin',
|
|
8736
|
+
traces: [{
|
|
8737
|
+
type: 'ibc',
|
|
8738
|
+
counterparty: {
|
|
8739
|
+
channel_id: 'channel-1',
|
|
8740
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
8741
|
+
chain_name: 'pryzm'
|
|
8742
|
+
},
|
|
8743
|
+
chain: {
|
|
8744
|
+
channel_id: 'channel-284'
|
|
8745
|
+
}
|
|
8746
|
+
}]
|
|
8747
|
+
},
|
|
7628
8748
|
{
|
|
7629
8749
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
7630
8750
|
denom_units: [{
|
|
@@ -7730,6 +8850,41 @@ const assets = {
|
|
|
7730
8850
|
}
|
|
7731
8851
|
}]
|
|
7732
8852
|
},
|
|
8853
|
+
{
|
|
8854
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
8855
|
+
denom_units: [{
|
|
8856
|
+
denom: 'ibc/7A728BCA6D5AF9546FF4500027E3B1B17B61C469F054E7E23768FBF4C2ACA007',
|
|
8857
|
+
exponent: 0,
|
|
8858
|
+
aliases: ['y:stutia:31Dec2026']
|
|
8859
|
+
}, {
|
|
8860
|
+
denom: 'ystTIA31Dec2026',
|
|
8861
|
+
exponent: 6
|
|
8862
|
+
}],
|
|
8863
|
+
base: 'ibc/7A728BCA6D5AF9546FF4500027E3B1B17B61C469F054E7E23768FBF4C2ACA007',
|
|
8864
|
+
name: 'ystTia (31Dec2026)',
|
|
8865
|
+
display: 'ystTIA31Dec2026',
|
|
8866
|
+
symbol: 'ystTIA-31Dec2026',
|
|
8867
|
+
logo_URIs: {
|
|
8868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
8869
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
8870
|
+
},
|
|
8871
|
+
images: [{
|
|
8872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
8873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
8874
|
+
}],
|
|
8875
|
+
type_asset: 'sdk.coin',
|
|
8876
|
+
traces: [{
|
|
8877
|
+
type: 'ibc',
|
|
8878
|
+
counterparty: {
|
|
8879
|
+
channel_id: 'channel-1',
|
|
8880
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
8881
|
+
chain_name: 'pryzm'
|
|
8882
|
+
},
|
|
8883
|
+
chain: {
|
|
8884
|
+
channel_id: 'channel-284'
|
|
8885
|
+
}
|
|
8886
|
+
}]
|
|
8887
|
+
},
|
|
7733
8888
|
{
|
|
7734
8889
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
7735
8890
|
denom_units: [{
|
|
@@ -7738,7 +8893,7 @@ const assets = {
|
|
|
7738
8893
|
aliases: ['y:stadydx:30Sep2024']
|
|
7739
8894
|
}, {
|
|
7740
8895
|
denom: 'ystDYDX30Sep2024',
|
|
7741
|
-
exponent:
|
|
8896
|
+
exponent: 18
|
|
7742
8897
|
}],
|
|
7743
8898
|
base: 'ibc/8400E77857AD6BD9910D57409970BC61A6E6B3BDBBA284AF931F14304012253E',
|
|
7744
8899
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -7773,7 +8928,7 @@ const assets = {
|
|
|
7773
8928
|
aliases: ['y:stadydx:31Dec2024']
|
|
7774
8929
|
}, {
|
|
7775
8930
|
denom: 'ystDYDX31Dec2024',
|
|
7776
|
-
exponent:
|
|
8931
|
+
exponent: 18
|
|
7777
8932
|
}],
|
|
7778
8933
|
base: 'ibc/C31E802B564C5DCF8DC819118022868AB214CD21F1FCD08ECCD78BEB99B466A0',
|
|
7779
8934
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -7808,7 +8963,7 @@ const assets = {
|
|
|
7808
8963
|
aliases: ['y:stadydx:31Dec2025']
|
|
7809
8964
|
}, {
|
|
7810
8965
|
denom: 'ystDYDX31Dec2025',
|
|
7811
|
-
exponent:
|
|
8966
|
+
exponent: 18
|
|
7812
8967
|
}],
|
|
7813
8968
|
base: 'ibc/0ADE8BDF371245DC02CD423DEA1D50C7B36818218592E11EBE18D36D0F73BEBB',
|
|
7814
8969
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -7835,6 +8990,41 @@ const assets = {
|
|
|
7835
8990
|
}
|
|
7836
8991
|
}]
|
|
7837
8992
|
},
|
|
8993
|
+
{
|
|
8994
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
8995
|
+
denom_units: [{
|
|
8996
|
+
denom: 'ibc/05A9AA1472DDEDE2C6F080002EBD84E0DC9AF57345BC1E035D301A16D3FD5BE3',
|
|
8997
|
+
exponent: 0,
|
|
8998
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
8999
|
+
}, {
|
|
9000
|
+
denom: 'ystDYDX31Dec2026',
|
|
9001
|
+
exponent: 18
|
|
9002
|
+
}],
|
|
9003
|
+
base: 'ibc/05A9AA1472DDEDE2C6F080002EBD84E0DC9AF57345BC1E035D301A16D3FD5BE3',
|
|
9004
|
+
name: 'ystDydx (31Dec2026)',
|
|
9005
|
+
display: 'ystDYDX31Dec2026',
|
|
9006
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
9007
|
+
logo_URIs: {
|
|
9008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
9009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
9010
|
+
},
|
|
9011
|
+
images: [{
|
|
9012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
9013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
9014
|
+
}],
|
|
9015
|
+
type_asset: 'sdk.coin',
|
|
9016
|
+
traces: [{
|
|
9017
|
+
type: 'ibc',
|
|
9018
|
+
counterparty: {
|
|
9019
|
+
channel_id: 'channel-1',
|
|
9020
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
9021
|
+
chain_name: 'pryzm'
|
|
9022
|
+
},
|
|
9023
|
+
chain: {
|
|
9024
|
+
channel_id: 'channel-284'
|
|
9025
|
+
}
|
|
9026
|
+
}]
|
|
9027
|
+
},
|
|
7838
9028
|
{
|
|
7839
9029
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
7840
9030
|
denom_units: [{
|
|
@@ -7940,6 +9130,41 @@ const assets = {
|
|
|
7940
9130
|
}
|
|
7941
9131
|
}]
|
|
7942
9132
|
},
|
|
9133
|
+
{
|
|
9134
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
9135
|
+
denom_units: [{
|
|
9136
|
+
denom: 'ibc/C2B91023196CA0DDAAD21DD18A049B8E4C4BF2C9205C7335C83701E39C466C3F',
|
|
9137
|
+
exponent: 0,
|
|
9138
|
+
aliases: ['y:udatom:31Dec2026']
|
|
9139
|
+
}, {
|
|
9140
|
+
denom: 'ydATOM31Dec2026',
|
|
9141
|
+
exponent: 6
|
|
9142
|
+
}],
|
|
9143
|
+
base: 'ibc/C2B91023196CA0DDAAD21DD18A049B8E4C4BF2C9205C7335C83701E39C466C3F',
|
|
9144
|
+
name: 'ydAtom (31Dec2026)',
|
|
9145
|
+
display: 'ydATOM31Dec2026',
|
|
9146
|
+
symbol: 'ydATOM-31Dec2026',
|
|
9147
|
+
logo_URIs: {
|
|
9148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
9149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
9150
|
+
},
|
|
9151
|
+
images: [{
|
|
9152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
9153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
9154
|
+
}],
|
|
9155
|
+
type_asset: 'sdk.coin',
|
|
9156
|
+
traces: [{
|
|
9157
|
+
type: 'ibc',
|
|
9158
|
+
counterparty: {
|
|
9159
|
+
channel_id: 'channel-1',
|
|
9160
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
9161
|
+
chain_name: 'pryzm'
|
|
9162
|
+
},
|
|
9163
|
+
chain: {
|
|
9164
|
+
channel_id: 'channel-284'
|
|
9165
|
+
}
|
|
9166
|
+
}]
|
|
9167
|
+
},
|
|
7943
9168
|
{
|
|
7944
9169
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
7945
9170
|
denom_units: [{
|
|
@@ -8010,6 +9235,41 @@ const assets = {
|
|
|
8010
9235
|
}
|
|
8011
9236
|
}]
|
|
8012
9237
|
},
|
|
9238
|
+
{
|
|
9239
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
9240
|
+
denom_units: [{
|
|
9241
|
+
denom: 'ibc/66C8AF45F836A99CF62E31DB6960A0DA94997A3708F976310F0C2008112B8D3C',
|
|
9242
|
+
exponent: 0,
|
|
9243
|
+
aliases: ['y:utia:31Dec2026']
|
|
9244
|
+
}, {
|
|
9245
|
+
denom: 'yTIA31Dec2026',
|
|
9246
|
+
exponent: 6
|
|
9247
|
+
}],
|
|
9248
|
+
base: 'ibc/66C8AF45F836A99CF62E31DB6960A0DA94997A3708F976310F0C2008112B8D3C',
|
|
9249
|
+
name: 'yTia (31Dec2026)',
|
|
9250
|
+
display: 'yTIA31Dec2026',
|
|
9251
|
+
symbol: 'yTIA-31Dec2026',
|
|
9252
|
+
logo_URIs: {
|
|
9253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9255
|
+
},
|
|
9256
|
+
images: [{
|
|
9257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
9258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
9259
|
+
}],
|
|
9260
|
+
type_asset: 'sdk.coin',
|
|
9261
|
+
traces: [{
|
|
9262
|
+
type: 'ibc',
|
|
9263
|
+
counterparty: {
|
|
9264
|
+
channel_id: 'channel-1',
|
|
9265
|
+
base_denom: 'y:utia:31Dec2026',
|
|
9266
|
+
chain_name: 'pryzm'
|
|
9267
|
+
},
|
|
9268
|
+
chain: {
|
|
9269
|
+
channel_id: 'channel-284'
|
|
9270
|
+
}
|
|
9271
|
+
}]
|
|
9272
|
+
},
|
|
8013
9273
|
{
|
|
8014
9274
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
8015
9275
|
denom_units: [{
|