@chain-registry/assets 1.70.233 → 1.70.234
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/injective.js
CHANGED
|
@@ -2417,6 +2417,76 @@ const assets = {
|
|
|
2417
2417
|
}
|
|
2418
2418
|
}]
|
|
2419
2419
|
},
|
|
2420
|
+
{
|
|
2421
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
2422
|
+
denom_units: [{
|
|
2423
|
+
denom: 'ibc/3B90515E578262A9D41686AEE79567ECD949834AFC791FD8CA71AA996277D6B8',
|
|
2424
|
+
exponent: 0,
|
|
2425
|
+
aliases: ['p:uatom:30Jun2025']
|
|
2426
|
+
}, {
|
|
2427
|
+
denom: 'pATOM30Jun2025',
|
|
2428
|
+
exponent: 6
|
|
2429
|
+
}],
|
|
2430
|
+
base: 'ibc/3B90515E578262A9D41686AEE79567ECD949834AFC791FD8CA71AA996277D6B8',
|
|
2431
|
+
name: 'pAtom (30Jun2025)',
|
|
2432
|
+
display: 'pATOM30Jun2025',
|
|
2433
|
+
symbol: 'pATOM-30Jun2025',
|
|
2434
|
+
logo_URIs: {
|
|
2435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2437
|
+
},
|
|
2438
|
+
images: [{
|
|
2439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2441
|
+
}],
|
|
2442
|
+
type_asset: 'sdk.coin',
|
|
2443
|
+
traces: [{
|
|
2444
|
+
type: 'ibc',
|
|
2445
|
+
counterparty: {
|
|
2446
|
+
channel_id: 'channel-1',
|
|
2447
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
2448
|
+
chain_name: 'pryzm'
|
|
2449
|
+
},
|
|
2450
|
+
chain: {
|
|
2451
|
+
channel_id: 'channel-284'
|
|
2452
|
+
}
|
|
2453
|
+
}]
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
2457
|
+
denom_units: [{
|
|
2458
|
+
denom: 'ibc/04C2070FEFD428AA53791382493530BC6D7EBB30306294A9923F45F340F3BA7E',
|
|
2459
|
+
exponent: 0,
|
|
2460
|
+
aliases: ['p:uatom:30Sep2025']
|
|
2461
|
+
}, {
|
|
2462
|
+
denom: 'pATOM30Sep2025',
|
|
2463
|
+
exponent: 6
|
|
2464
|
+
}],
|
|
2465
|
+
base: 'ibc/04C2070FEFD428AA53791382493530BC6D7EBB30306294A9923F45F340F3BA7E',
|
|
2466
|
+
name: 'pAtom (30Sep2025)',
|
|
2467
|
+
display: 'pATOM30Sep2025',
|
|
2468
|
+
symbol: 'pATOM-30Sep2025',
|
|
2469
|
+
logo_URIs: {
|
|
2470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2472
|
+
},
|
|
2473
|
+
images: [{
|
|
2474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2476
|
+
}],
|
|
2477
|
+
type_asset: 'sdk.coin',
|
|
2478
|
+
traces: [{
|
|
2479
|
+
type: 'ibc',
|
|
2480
|
+
counterparty: {
|
|
2481
|
+
channel_id: 'channel-1',
|
|
2482
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
2483
|
+
chain_name: 'pryzm'
|
|
2484
|
+
},
|
|
2485
|
+
chain: {
|
|
2486
|
+
channel_id: 'channel-284'
|
|
2487
|
+
}
|
|
2488
|
+
}]
|
|
2489
|
+
},
|
|
2420
2490
|
{
|
|
2421
2491
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
2422
2492
|
denom_units: [{
|
|
@@ -2592,6 +2662,76 @@ const assets = {
|
|
|
2592
2662
|
}
|
|
2593
2663
|
}]
|
|
2594
2664
|
},
|
|
2665
|
+
{
|
|
2666
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
2667
|
+
denom_units: [{
|
|
2668
|
+
denom: 'ibc/6BB715CB12FD7682132897B346469843817EEDE5E7C14B4A83E0288C22FCDF77',
|
|
2669
|
+
exponent: 0,
|
|
2670
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
2671
|
+
}, {
|
|
2672
|
+
denom: 'pOSMO30Jun2025',
|
|
2673
|
+
exponent: 6
|
|
2674
|
+
}],
|
|
2675
|
+
base: 'ibc/6BB715CB12FD7682132897B346469843817EEDE5E7C14B4A83E0288C22FCDF77',
|
|
2676
|
+
name: 'pOsmo (30Jun2025)',
|
|
2677
|
+
display: 'pOSMO30Jun2025',
|
|
2678
|
+
symbol: 'pOSMO-30Jun2025',
|
|
2679
|
+
logo_URIs: {
|
|
2680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2681
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2682
|
+
},
|
|
2683
|
+
images: [{
|
|
2684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2686
|
+
}],
|
|
2687
|
+
type_asset: 'sdk.coin',
|
|
2688
|
+
traces: [{
|
|
2689
|
+
type: 'ibc',
|
|
2690
|
+
counterparty: {
|
|
2691
|
+
channel_id: 'channel-1',
|
|
2692
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
2693
|
+
chain_name: 'pryzm'
|
|
2694
|
+
},
|
|
2695
|
+
chain: {
|
|
2696
|
+
channel_id: 'channel-284'
|
|
2697
|
+
}
|
|
2698
|
+
}]
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
2702
|
+
denom_units: [{
|
|
2703
|
+
denom: 'ibc/29D72E05001035C140216EE19239FEDAAAD24E1EA093AAE5D9EA6845F575D26C',
|
|
2704
|
+
exponent: 0,
|
|
2705
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
2706
|
+
}, {
|
|
2707
|
+
denom: 'pOSMO30Sep2025',
|
|
2708
|
+
exponent: 6
|
|
2709
|
+
}],
|
|
2710
|
+
base: 'ibc/29D72E05001035C140216EE19239FEDAAAD24E1EA093AAE5D9EA6845F575D26C',
|
|
2711
|
+
name: 'pOsmo (30Sep2025)',
|
|
2712
|
+
display: 'pOSMO30Sep2025',
|
|
2713
|
+
symbol: 'pOSMO-30Sep2025',
|
|
2714
|
+
logo_URIs: {
|
|
2715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2716
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2717
|
+
},
|
|
2718
|
+
images: [{
|
|
2719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2721
|
+
}],
|
|
2722
|
+
type_asset: 'sdk.coin',
|
|
2723
|
+
traces: [{
|
|
2724
|
+
type: 'ibc',
|
|
2725
|
+
counterparty: {
|
|
2726
|
+
channel_id: 'channel-1',
|
|
2727
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
2728
|
+
chain_name: 'pryzm'
|
|
2729
|
+
},
|
|
2730
|
+
chain: {
|
|
2731
|
+
channel_id: 'channel-284'
|
|
2732
|
+
}
|
|
2733
|
+
}]
|
|
2734
|
+
},
|
|
2595
2735
|
{
|
|
2596
2736
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
2597
2737
|
denom_units: [{
|
|
@@ -2767,6 +2907,76 @@ const assets = {
|
|
|
2767
2907
|
}
|
|
2768
2908
|
}]
|
|
2769
2909
|
},
|
|
2910
|
+
{
|
|
2911
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
2912
|
+
denom_units: [{
|
|
2913
|
+
denom: 'ibc/9640F4588497088785FF6EDE01163C37AF6ECCA8564E126F7D4128F7CDEC9CEE',
|
|
2914
|
+
exponent: 0,
|
|
2915
|
+
aliases: ['p:inj:30Jun2025']
|
|
2916
|
+
}, {
|
|
2917
|
+
denom: 'pINJ30Jun2025',
|
|
2918
|
+
exponent: 18
|
|
2919
|
+
}],
|
|
2920
|
+
base: 'ibc/9640F4588497088785FF6EDE01163C37AF6ECCA8564E126F7D4128F7CDEC9CEE',
|
|
2921
|
+
name: 'pInj (30Jun2025)',
|
|
2922
|
+
display: 'pINJ30Jun2025',
|
|
2923
|
+
symbol: 'pINJ-30Jun2025',
|
|
2924
|
+
logo_URIs: {
|
|
2925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2927
|
+
},
|
|
2928
|
+
images: [{
|
|
2929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2930
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2931
|
+
}],
|
|
2932
|
+
type_asset: 'sdk.coin',
|
|
2933
|
+
traces: [{
|
|
2934
|
+
type: 'ibc',
|
|
2935
|
+
counterparty: {
|
|
2936
|
+
channel_id: 'channel-1',
|
|
2937
|
+
base_denom: 'p:inj:30Jun2025',
|
|
2938
|
+
chain_name: 'pryzm'
|
|
2939
|
+
},
|
|
2940
|
+
chain: {
|
|
2941
|
+
channel_id: 'channel-284'
|
|
2942
|
+
}
|
|
2943
|
+
}]
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
2947
|
+
denom_units: [{
|
|
2948
|
+
denom: 'ibc/7B213E428B647BFCDBD5BEC4065E30B2D1F3A4A7760756204E4214570D045AA3',
|
|
2949
|
+
exponent: 0,
|
|
2950
|
+
aliases: ['p:inj:30Sep2025']
|
|
2951
|
+
}, {
|
|
2952
|
+
denom: 'pINJ30Sep2025',
|
|
2953
|
+
exponent: 18
|
|
2954
|
+
}],
|
|
2955
|
+
base: 'ibc/7B213E428B647BFCDBD5BEC4065E30B2D1F3A4A7760756204E4214570D045AA3',
|
|
2956
|
+
name: 'pInj (30Sep2025)',
|
|
2957
|
+
display: 'pINJ30Sep2025',
|
|
2958
|
+
symbol: 'pINJ-30Sep2025',
|
|
2959
|
+
logo_URIs: {
|
|
2960
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2961
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2962
|
+
},
|
|
2963
|
+
images: [{
|
|
2964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2965
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2966
|
+
}],
|
|
2967
|
+
type_asset: 'sdk.coin',
|
|
2968
|
+
traces: [{
|
|
2969
|
+
type: 'ibc',
|
|
2970
|
+
counterparty: {
|
|
2971
|
+
channel_id: 'channel-1',
|
|
2972
|
+
base_denom: 'p:inj:30Sep2025',
|
|
2973
|
+
chain_name: 'pryzm'
|
|
2974
|
+
},
|
|
2975
|
+
chain: {
|
|
2976
|
+
channel_id: 'channel-284'
|
|
2977
|
+
}
|
|
2978
|
+
}]
|
|
2979
|
+
},
|
|
2770
2980
|
{
|
|
2771
2981
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
2772
2982
|
denom_units: [{
|
|
@@ -2942,6 +3152,76 @@ const assets = {
|
|
|
2942
3152
|
}
|
|
2943
3153
|
}]
|
|
2944
3154
|
},
|
|
3155
|
+
{
|
|
3156
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
3157
|
+
denom_units: [{
|
|
3158
|
+
denom: 'ibc/3BFA2E08DE1F7FD510AF34444E88F288360F145FB04D10A768A23E291FDC608F',
|
|
3159
|
+
exponent: 0,
|
|
3160
|
+
aliases: ['p:uluna:30Jun2025']
|
|
3161
|
+
}, {
|
|
3162
|
+
denom: 'pLUNA30Jun2025',
|
|
3163
|
+
exponent: 6
|
|
3164
|
+
}],
|
|
3165
|
+
base: 'ibc/3BFA2E08DE1F7FD510AF34444E88F288360F145FB04D10A768A23E291FDC608F',
|
|
3166
|
+
name: 'pLuna (30Jun2025)',
|
|
3167
|
+
display: 'pLUNA30Jun2025',
|
|
3168
|
+
symbol: 'pLUNA-30Jun2025',
|
|
3169
|
+
logo_URIs: {
|
|
3170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3172
|
+
},
|
|
3173
|
+
images: [{
|
|
3174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3176
|
+
}],
|
|
3177
|
+
type_asset: 'sdk.coin',
|
|
3178
|
+
traces: [{
|
|
3179
|
+
type: 'ibc',
|
|
3180
|
+
counterparty: {
|
|
3181
|
+
channel_id: 'channel-1',
|
|
3182
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
3183
|
+
chain_name: 'pryzm'
|
|
3184
|
+
},
|
|
3185
|
+
chain: {
|
|
3186
|
+
channel_id: 'channel-284'
|
|
3187
|
+
}
|
|
3188
|
+
}]
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
3192
|
+
denom_units: [{
|
|
3193
|
+
denom: 'ibc/DA432F7BF3F3B33E6F70DF0658FDBBFDF4280B5BBB3865AA5B038FC6A69D0A40',
|
|
3194
|
+
exponent: 0,
|
|
3195
|
+
aliases: ['p:uluna:30Sep2025']
|
|
3196
|
+
}, {
|
|
3197
|
+
denom: 'pLUNA30Sep2025',
|
|
3198
|
+
exponent: 6
|
|
3199
|
+
}],
|
|
3200
|
+
base: 'ibc/DA432F7BF3F3B33E6F70DF0658FDBBFDF4280B5BBB3865AA5B038FC6A69D0A40',
|
|
3201
|
+
name: 'pLuna (30Sep2025)',
|
|
3202
|
+
display: 'pLUNA30Sep2025',
|
|
3203
|
+
symbol: 'pLUNA-30Sep2025',
|
|
3204
|
+
logo_URIs: {
|
|
3205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3207
|
+
},
|
|
3208
|
+
images: [{
|
|
3209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3211
|
+
}],
|
|
3212
|
+
type_asset: 'sdk.coin',
|
|
3213
|
+
traces: [{
|
|
3214
|
+
type: 'ibc',
|
|
3215
|
+
counterparty: {
|
|
3216
|
+
channel_id: 'channel-1',
|
|
3217
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
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 LUNA with maturity of 31Dec2025',
|
|
2947
3227
|
denom_units: [{
|
|
@@ -3082,6 +3362,41 @@ const assets = {
|
|
|
3082
3362
|
}
|
|
3083
3363
|
}]
|
|
3084
3364
|
},
|
|
3365
|
+
{
|
|
3366
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
3367
|
+
denom_units: [{
|
|
3368
|
+
denom: 'ibc/EA3DAB8A59F55A299863E3CDC5149C28B8D472C6A756109965CDA2DA2842522C',
|
|
3369
|
+
exponent: 0,
|
|
3370
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
3371
|
+
}, {
|
|
3372
|
+
denom: 'pAUUU30Jun2025',
|
|
3373
|
+
exponent: 6
|
|
3374
|
+
}],
|
|
3375
|
+
base: 'ibc/EA3DAB8A59F55A299863E3CDC5149C28B8D472C6A756109965CDA2DA2842522C',
|
|
3376
|
+
name: 'pAuuu (30Jun2025)',
|
|
3377
|
+
display: 'pAUUU30Jun2025',
|
|
3378
|
+
symbol: 'pAUUU-30Jun2025',
|
|
3379
|
+
logo_URIs: {
|
|
3380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
3381
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3382
|
+
},
|
|
3383
|
+
images: [{
|
|
3384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
3385
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3386
|
+
}],
|
|
3387
|
+
type_asset: 'sdk.coin',
|
|
3388
|
+
traces: [{
|
|
3389
|
+
type: 'ibc',
|
|
3390
|
+
counterparty: {
|
|
3391
|
+
channel_id: 'channel-1',
|
|
3392
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
3393
|
+
chain_name: 'pryzm'
|
|
3394
|
+
},
|
|
3395
|
+
chain: {
|
|
3396
|
+
channel_id: 'channel-284'
|
|
3397
|
+
}
|
|
3398
|
+
}]
|
|
3399
|
+
},
|
|
3085
3400
|
{
|
|
3086
3401
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
3087
3402
|
denom_units: [{
|
|
@@ -3258,19 +3573,19 @@ const assets = {
|
|
|
3258
3573
|
}]
|
|
3259
3574
|
},
|
|
3260
3575
|
{
|
|
3261
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
3576
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
3262
3577
|
denom_units: [{
|
|
3263
|
-
denom: 'ibc/
|
|
3578
|
+
denom: 'ibc/DB9282E9614742566B0BBEEC15AB52F893BC3574B32A7A9665436A94FBB649BC',
|
|
3264
3579
|
exponent: 0,
|
|
3265
|
-
aliases: ['p:stutia:
|
|
3580
|
+
aliases: ['p:stutia:30Jun2025']
|
|
3266
3581
|
}, {
|
|
3267
|
-
denom: '
|
|
3582
|
+
denom: 'pstTIA30Jun2025',
|
|
3268
3583
|
exponent: 6
|
|
3269
3584
|
}],
|
|
3270
|
-
base: 'ibc/
|
|
3271
|
-
name: 'pstTia (
|
|
3272
|
-
display: '
|
|
3273
|
-
symbol: 'pstTIA-
|
|
3585
|
+
base: 'ibc/DB9282E9614742566B0BBEEC15AB52F893BC3574B32A7A9665436A94FBB649BC',
|
|
3586
|
+
name: 'pstTia (30Jun2025)',
|
|
3587
|
+
display: 'pstTIA30Jun2025',
|
|
3588
|
+
symbol: 'pstTIA-30Jun2025',
|
|
3274
3589
|
logo_URIs: {
|
|
3275
3590
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3276
3591
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -3284,7 +3599,7 @@ const assets = {
|
|
|
3284
3599
|
type: 'ibc',
|
|
3285
3600
|
counterparty: {
|
|
3286
3601
|
channel_id: 'channel-1',
|
|
3287
|
-
base_denom: 'p:stutia:
|
|
3602
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
3288
3603
|
chain_name: 'pryzm'
|
|
3289
3604
|
},
|
|
3290
3605
|
chain: {
|
|
@@ -3293,20 +3608,55 @@ const assets = {
|
|
|
3293
3608
|
}]
|
|
3294
3609
|
},
|
|
3295
3610
|
{
|
|
3296
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
3611
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
3297
3612
|
denom_units: [{
|
|
3298
|
-
denom: 'ibc/
|
|
3613
|
+
denom: 'ibc/76BAC47E42CF4021CAA3E2341F65958B7FFC0719CB42C1630C4D61C229D68A24',
|
|
3299
3614
|
exponent: 0,
|
|
3300
|
-
aliases: ['p:stutia:
|
|
3615
|
+
aliases: ['p:stutia:31Dec2025']
|
|
3301
3616
|
}, {
|
|
3302
|
-
denom: '
|
|
3617
|
+
denom: 'pstTIA31Dec2025',
|
|
3303
3618
|
exponent: 6
|
|
3304
3619
|
}],
|
|
3305
|
-
base: 'ibc/
|
|
3306
|
-
name: 'pstTia (
|
|
3307
|
-
display: '
|
|
3308
|
-
symbol: 'pstTIA-
|
|
3309
|
-
logo_URIs: {
|
|
3620
|
+
base: 'ibc/76BAC47E42CF4021CAA3E2341F65958B7FFC0719CB42C1630C4D61C229D68A24',
|
|
3621
|
+
name: 'pstTia (31Dec2025)',
|
|
3622
|
+
display: 'pstTIA31Dec2025',
|
|
3623
|
+
symbol: 'pstTIA-31Dec2025',
|
|
3624
|
+
logo_URIs: {
|
|
3625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3627
|
+
},
|
|
3628
|
+
images: [{
|
|
3629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3631
|
+
}],
|
|
3632
|
+
type_asset: 'sdk.coin',
|
|
3633
|
+
traces: [{
|
|
3634
|
+
type: 'ibc',
|
|
3635
|
+
counterparty: {
|
|
3636
|
+
channel_id: 'channel-1',
|
|
3637
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
3638
|
+
chain_name: 'pryzm'
|
|
3639
|
+
},
|
|
3640
|
+
chain: {
|
|
3641
|
+
channel_id: 'channel-284'
|
|
3642
|
+
}
|
|
3643
|
+
}]
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
3647
|
+
denom_units: [{
|
|
3648
|
+
denom: 'ibc/7D631F728A4CD799379DAC1B80BE6E8BB21DC6556AD2FE3A18452E262480B492',
|
|
3649
|
+
exponent: 0,
|
|
3650
|
+
aliases: ['p:stutia:31Dec2026']
|
|
3651
|
+
}, {
|
|
3652
|
+
denom: 'pstTIA31Dec2026',
|
|
3653
|
+
exponent: 6
|
|
3654
|
+
}],
|
|
3655
|
+
base: 'ibc/7D631F728A4CD799379DAC1B80BE6E8BB21DC6556AD2FE3A18452E262480B492',
|
|
3656
|
+
name: 'pstTia (31Dec2026)',
|
|
3657
|
+
display: 'pstTIA31Dec2026',
|
|
3658
|
+
symbol: 'pstTIA-31Dec2026',
|
|
3659
|
+
logo_URIs: {
|
|
3310
3660
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3311
3661
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3312
3662
|
},
|
|
@@ -3432,6 +3782,41 @@ const assets = {
|
|
|
3432
3782
|
}
|
|
3433
3783
|
}]
|
|
3434
3784
|
},
|
|
3785
|
+
{
|
|
3786
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
3787
|
+
denom_units: [{
|
|
3788
|
+
denom: 'ibc/EE242B0FD8D3393FE13BBA3DE20DF1DC0F3F7D362825235E5C058DD65780B86B',
|
|
3789
|
+
exponent: 0,
|
|
3790
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
3791
|
+
}, {
|
|
3792
|
+
denom: 'pstDYDX30Jun2025',
|
|
3793
|
+
exponent: 18
|
|
3794
|
+
}],
|
|
3795
|
+
base: 'ibc/EE242B0FD8D3393FE13BBA3DE20DF1DC0F3F7D362825235E5C058DD65780B86B',
|
|
3796
|
+
name: 'pstDydx (30Jun2025)',
|
|
3797
|
+
display: 'pstDYDX30Jun2025',
|
|
3798
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
3799
|
+
logo_URIs: {
|
|
3800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3801
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3802
|
+
},
|
|
3803
|
+
images: [{
|
|
3804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3805
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3806
|
+
}],
|
|
3807
|
+
type_asset: 'sdk.coin',
|
|
3808
|
+
traces: [{
|
|
3809
|
+
type: 'ibc',
|
|
3810
|
+
counterparty: {
|
|
3811
|
+
channel_id: 'channel-1',
|
|
3812
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
3813
|
+
chain_name: 'pryzm'
|
|
3814
|
+
},
|
|
3815
|
+
chain: {
|
|
3816
|
+
channel_id: 'channel-284'
|
|
3817
|
+
}
|
|
3818
|
+
}]
|
|
3819
|
+
},
|
|
3435
3820
|
{
|
|
3436
3821
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
3437
3822
|
denom_units: [{
|
|
@@ -3747,6 +4132,76 @@ const assets = {
|
|
|
3747
4132
|
}
|
|
3748
4133
|
}]
|
|
3749
4134
|
},
|
|
4135
|
+
{
|
|
4136
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
4137
|
+
denom_units: [{
|
|
4138
|
+
denom: 'ibc/BDB5EF39C42A6CE3A75205202B731652278C15E1884ECB6C1D385B5EB4A6BC32',
|
|
4139
|
+
exponent: 0,
|
|
4140
|
+
aliases: ['p:utia:30Jun2025']
|
|
4141
|
+
}, {
|
|
4142
|
+
denom: 'pTIA30Jun2025',
|
|
4143
|
+
exponent: 6
|
|
4144
|
+
}],
|
|
4145
|
+
base: 'ibc/BDB5EF39C42A6CE3A75205202B731652278C15E1884ECB6C1D385B5EB4A6BC32',
|
|
4146
|
+
name: 'pTia (30Jun2025)',
|
|
4147
|
+
display: 'pTIA30Jun2025',
|
|
4148
|
+
symbol: 'pTIA-30Jun2025',
|
|
4149
|
+
logo_URIs: {
|
|
4150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4152
|
+
},
|
|
4153
|
+
images: [{
|
|
4154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4156
|
+
}],
|
|
4157
|
+
type_asset: 'sdk.coin',
|
|
4158
|
+
traces: [{
|
|
4159
|
+
type: 'ibc',
|
|
4160
|
+
counterparty: {
|
|
4161
|
+
channel_id: 'channel-1',
|
|
4162
|
+
base_denom: 'p:utia:30Jun2025',
|
|
4163
|
+
chain_name: 'pryzm'
|
|
4164
|
+
},
|
|
4165
|
+
chain: {
|
|
4166
|
+
channel_id: 'channel-284'
|
|
4167
|
+
}
|
|
4168
|
+
}]
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
4172
|
+
denom_units: [{
|
|
4173
|
+
denom: 'ibc/B5C7F6A32DE04282D7E1EE4C2D3C563CDC0A1F7DC82590FE68BF606CF819D6C2',
|
|
4174
|
+
exponent: 0,
|
|
4175
|
+
aliases: ['p:utia:30Sep2025']
|
|
4176
|
+
}, {
|
|
4177
|
+
denom: 'pTIA30Sep2025',
|
|
4178
|
+
exponent: 6
|
|
4179
|
+
}],
|
|
4180
|
+
base: 'ibc/B5C7F6A32DE04282D7E1EE4C2D3C563CDC0A1F7DC82590FE68BF606CF819D6C2',
|
|
4181
|
+
name: 'pTia (30Sep2025)',
|
|
4182
|
+
display: 'pTIA30Sep2025',
|
|
4183
|
+
symbol: 'pTIA-30Sep2025',
|
|
4184
|
+
logo_URIs: {
|
|
4185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4187
|
+
},
|
|
4188
|
+
images: [{
|
|
4189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4191
|
+
}],
|
|
4192
|
+
type_asset: 'sdk.coin',
|
|
4193
|
+
traces: [{
|
|
4194
|
+
type: 'ibc',
|
|
4195
|
+
counterparty: {
|
|
4196
|
+
channel_id: 'channel-1',
|
|
4197
|
+
base_denom: 'p:utia:30Sep2025',
|
|
4198
|
+
chain_name: 'pryzm'
|
|
4199
|
+
},
|
|
4200
|
+
chain: {
|
|
4201
|
+
channel_id: 'channel-284'
|
|
4202
|
+
}
|
|
4203
|
+
}]
|
|
4204
|
+
},
|
|
3750
4205
|
{
|
|
3751
4206
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
3752
4207
|
denom_units: [{
|
|
@@ -3957,6 +4412,76 @@ const assets = {
|
|
|
3957
4412
|
}
|
|
3958
4413
|
}]
|
|
3959
4414
|
},
|
|
4415
|
+
{
|
|
4416
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
4417
|
+
denom_units: [{
|
|
4418
|
+
denom: 'ibc/B2D81F4F4940050A084EB333144E03B1D2F9808E742A530B28AE8765BE665C9A',
|
|
4419
|
+
exponent: 0,
|
|
4420
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
4421
|
+
}, {
|
|
4422
|
+
denom: 'pUSDY31Mar2026',
|
|
4423
|
+
exponent: 18
|
|
4424
|
+
}],
|
|
4425
|
+
base: 'ibc/B2D81F4F4940050A084EB333144E03B1D2F9808E742A530B28AE8765BE665C9A',
|
|
4426
|
+
name: 'pUsdy (31Mar2026)',
|
|
4427
|
+
display: 'pUSDY31Mar2026',
|
|
4428
|
+
symbol: 'pUSDY-31Mar2026',
|
|
4429
|
+
logo_URIs: {
|
|
4430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4431
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4432
|
+
},
|
|
4433
|
+
images: [{
|
|
4434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4436
|
+
}],
|
|
4437
|
+
type_asset: 'sdk.coin',
|
|
4438
|
+
traces: [{
|
|
4439
|
+
type: 'ibc',
|
|
4440
|
+
counterparty: {
|
|
4441
|
+
channel_id: 'channel-1',
|
|
4442
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
4443
|
+
chain_name: 'pryzm'
|
|
4444
|
+
},
|
|
4445
|
+
chain: {
|
|
4446
|
+
channel_id: 'channel-284'
|
|
4447
|
+
}
|
|
4448
|
+
}]
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
4452
|
+
denom_units: [{
|
|
4453
|
+
denom: 'ibc/4CB407F4A88758CF4EB6F41D201B91AC8CA2A44E5B4014DBB9A27DCD9AD33E69',
|
|
4454
|
+
exponent: 0,
|
|
4455
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
4456
|
+
}, {
|
|
4457
|
+
denom: 'pUSDY30Jun2026',
|
|
4458
|
+
exponent: 18
|
|
4459
|
+
}],
|
|
4460
|
+
base: 'ibc/4CB407F4A88758CF4EB6F41D201B91AC8CA2A44E5B4014DBB9A27DCD9AD33E69',
|
|
4461
|
+
name: 'pUsdy (30Jun2026)',
|
|
4462
|
+
display: 'pUSDY30Jun2026',
|
|
4463
|
+
symbol: 'pUSDY-30Jun2026',
|
|
4464
|
+
logo_URIs: {
|
|
4465
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4466
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4467
|
+
},
|
|
4468
|
+
images: [{
|
|
4469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
4470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
4471
|
+
}],
|
|
4472
|
+
type_asset: 'sdk.coin',
|
|
4473
|
+
traces: [{
|
|
4474
|
+
type: 'ibc',
|
|
4475
|
+
counterparty: {
|
|
4476
|
+
channel_id: 'channel-1',
|
|
4477
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
4478
|
+
chain_name: 'pryzm'
|
|
4479
|
+
},
|
|
4480
|
+
chain: {
|
|
4481
|
+
channel_id: 'channel-284'
|
|
4482
|
+
}
|
|
4483
|
+
}]
|
|
4484
|
+
},
|
|
3960
4485
|
{
|
|
3961
4486
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
3962
4487
|
denom_units: [{
|
|
@@ -4097,6 +4622,76 @@ const assets = {
|
|
|
4097
4622
|
}
|
|
4098
4623
|
}]
|
|
4099
4624
|
},
|
|
4625
|
+
{
|
|
4626
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
4627
|
+
denom_units: [{
|
|
4628
|
+
denom: 'ibc/CF4F0B7509830F753DA3E8445FD907F7AC7A46B9EE51D9941FCB84C43554F773',
|
|
4629
|
+
exponent: 0,
|
|
4630
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
4631
|
+
}, {
|
|
4632
|
+
denom: 'pPRYZM31Mar2026',
|
|
4633
|
+
exponent: 6
|
|
4634
|
+
}],
|
|
4635
|
+
base: 'ibc/CF4F0B7509830F753DA3E8445FD907F7AC7A46B9EE51D9941FCB84C43554F773',
|
|
4636
|
+
name: 'pPryzm (31Mar2026)',
|
|
4637
|
+
display: 'pPRYZM31Mar2026',
|
|
4638
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
4639
|
+
logo_URIs: {
|
|
4640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4642
|
+
},
|
|
4643
|
+
images: [{
|
|
4644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4645
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4646
|
+
}],
|
|
4647
|
+
type_asset: 'sdk.coin',
|
|
4648
|
+
traces: [{
|
|
4649
|
+
type: 'ibc',
|
|
4650
|
+
counterparty: {
|
|
4651
|
+
channel_id: 'channel-1',
|
|
4652
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
4653
|
+
chain_name: 'pryzm'
|
|
4654
|
+
},
|
|
4655
|
+
chain: {
|
|
4656
|
+
channel_id: 'channel-284'
|
|
4657
|
+
}
|
|
4658
|
+
}]
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
4662
|
+
denom_units: [{
|
|
4663
|
+
denom: 'ibc/18D237A0FBA14FEBA4109526B3C455CCDFD4D456CBFC5D50B7E0F61EE2658E02',
|
|
4664
|
+
exponent: 0,
|
|
4665
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
4666
|
+
}, {
|
|
4667
|
+
denom: 'pPRYZM30Jun2026',
|
|
4668
|
+
exponent: 6
|
|
4669
|
+
}],
|
|
4670
|
+
base: 'ibc/18D237A0FBA14FEBA4109526B3C455CCDFD4D456CBFC5D50B7E0F61EE2658E02',
|
|
4671
|
+
name: 'pPryzm (30Jun2026)',
|
|
4672
|
+
display: 'pPRYZM30Jun2026',
|
|
4673
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
4674
|
+
logo_URIs: {
|
|
4675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4677
|
+
},
|
|
4678
|
+
images: [{
|
|
4679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4681
|
+
}],
|
|
4682
|
+
type_asset: 'sdk.coin',
|
|
4683
|
+
traces: [{
|
|
4684
|
+
type: 'ibc',
|
|
4685
|
+
counterparty: {
|
|
4686
|
+
channel_id: 'channel-1',
|
|
4687
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
4688
|
+
chain_name: 'pryzm'
|
|
4689
|
+
},
|
|
4690
|
+
chain: {
|
|
4691
|
+
channel_id: 'channel-284'
|
|
4692
|
+
}
|
|
4693
|
+
}]
|
|
4694
|
+
},
|
|
4100
4695
|
{
|
|
4101
4696
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
4102
4697
|
denom_units: [{
|
|
@@ -4237,6 +4832,41 @@ const assets = {
|
|
|
4237
4832
|
}
|
|
4238
4833
|
}]
|
|
4239
4834
|
},
|
|
4835
|
+
{
|
|
4836
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
4837
|
+
denom_units: [{
|
|
4838
|
+
denom: 'ibc/80EA27C28ECDF1B58A2B2A6A921DC5878FF8C47B149FFCFE9855DE62EAC5AFCE',
|
|
4839
|
+
exponent: 0,
|
|
4840
|
+
aliases: ['p:asusds:30Jun2026']
|
|
4841
|
+
}, {
|
|
4842
|
+
denom: 'psUSDS30Jun2026',
|
|
4843
|
+
exponent: 18
|
|
4844
|
+
}],
|
|
4845
|
+
base: 'ibc/80EA27C28ECDF1B58A2B2A6A921DC5878FF8C47B149FFCFE9855DE62EAC5AFCE',
|
|
4846
|
+
name: 'psUsds (30Jun2026)',
|
|
4847
|
+
display: 'psUSDS30Jun2026',
|
|
4848
|
+
symbol: 'psUSDS-30Jun2026',
|
|
4849
|
+
logo_URIs: {
|
|
4850
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4851
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4852
|
+
},
|
|
4853
|
+
images: [{
|
|
4854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
4855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
4856
|
+
}],
|
|
4857
|
+
type_asset: 'sdk.coin',
|
|
4858
|
+
traces: [{
|
|
4859
|
+
type: 'ibc',
|
|
4860
|
+
counterparty: {
|
|
4861
|
+
channel_id: 'channel-1',
|
|
4862
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
4863
|
+
chain_name: 'pryzm'
|
|
4864
|
+
},
|
|
4865
|
+
chain: {
|
|
4866
|
+
channel_id: 'channel-284'
|
|
4867
|
+
}
|
|
4868
|
+
}]
|
|
4869
|
+
},
|
|
4240
4870
|
{
|
|
4241
4871
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
4242
4872
|
denom_units: [{
|
|
@@ -4343,19 +4973,89 @@ const assets = {
|
|
|
4343
4973
|
}]
|
|
4344
4974
|
},
|
|
4345
4975
|
{
|
|
4346
|
-
description: 'Pryzm\'s refracted yield token for ATOM with maturity of
|
|
4976
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
4347
4977
|
denom_units: [{
|
|
4348
|
-
denom: 'ibc/
|
|
4978
|
+
denom: 'ibc/8DF2A0B764498F7E50E3A1117792A3006690CE1FE905BE84F9488B1004F6EE31',
|
|
4349
4979
|
exponent: 0,
|
|
4350
|
-
aliases: ['y:uatom:
|
|
4980
|
+
aliases: ['y:uatom:30Jun2025']
|
|
4351
4981
|
}, {
|
|
4352
|
-
denom: '
|
|
4982
|
+
denom: 'yATOM30Jun2025',
|
|
4353
4983
|
exponent: 6
|
|
4354
4984
|
}],
|
|
4355
|
-
base: 'ibc/
|
|
4356
|
-
name: 'yAtom (
|
|
4357
|
-
display: '
|
|
4358
|
-
symbol: 'yATOM-
|
|
4985
|
+
base: 'ibc/8DF2A0B764498F7E50E3A1117792A3006690CE1FE905BE84F9488B1004F6EE31',
|
|
4986
|
+
name: 'yAtom (30Jun2025)',
|
|
4987
|
+
display: 'yATOM30Jun2025',
|
|
4988
|
+
symbol: 'yATOM-30Jun2025',
|
|
4989
|
+
logo_URIs: {
|
|
4990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4991
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4992
|
+
},
|
|
4993
|
+
images: [{
|
|
4994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
4996
|
+
}],
|
|
4997
|
+
type_asset: 'sdk.coin',
|
|
4998
|
+
traces: [{
|
|
4999
|
+
type: 'ibc',
|
|
5000
|
+
counterparty: {
|
|
5001
|
+
channel_id: 'channel-1',
|
|
5002
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
5003
|
+
chain_name: 'pryzm'
|
|
5004
|
+
},
|
|
5005
|
+
chain: {
|
|
5006
|
+
channel_id: 'channel-284'
|
|
5007
|
+
}
|
|
5008
|
+
}]
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
5012
|
+
denom_units: [{
|
|
5013
|
+
denom: 'ibc/480CC19A5B604BD92F39F3F6AFAA2B27FCA7FE45750EF44C002D103D7A612C6E',
|
|
5014
|
+
exponent: 0,
|
|
5015
|
+
aliases: ['y:uatom:30Sep2025']
|
|
5016
|
+
}, {
|
|
5017
|
+
denom: 'yATOM30Sep2025',
|
|
5018
|
+
exponent: 6
|
|
5019
|
+
}],
|
|
5020
|
+
base: 'ibc/480CC19A5B604BD92F39F3F6AFAA2B27FCA7FE45750EF44C002D103D7A612C6E',
|
|
5021
|
+
name: 'yAtom (30Sep2025)',
|
|
5022
|
+
display: 'yATOM30Sep2025',
|
|
5023
|
+
symbol: 'yATOM-30Sep2025',
|
|
5024
|
+
logo_URIs: {
|
|
5025
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
5026
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
5027
|
+
},
|
|
5028
|
+
images: [{
|
|
5029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
5030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
5031
|
+
}],
|
|
5032
|
+
type_asset: 'sdk.coin',
|
|
5033
|
+
traces: [{
|
|
5034
|
+
type: 'ibc',
|
|
5035
|
+
counterparty: {
|
|
5036
|
+
channel_id: 'channel-1',
|
|
5037
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
5038
|
+
chain_name: 'pryzm'
|
|
5039
|
+
},
|
|
5040
|
+
chain: {
|
|
5041
|
+
channel_id: 'channel-284'
|
|
5042
|
+
}
|
|
5043
|
+
}]
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
5047
|
+
denom_units: [{
|
|
5048
|
+
denom: 'ibc/9E2194238758130F29211AAFB963FE69CA40DB065DAF8B72BB049F61B56F4BBE',
|
|
5049
|
+
exponent: 0,
|
|
5050
|
+
aliases: ['y:uatom:31Dec2025']
|
|
5051
|
+
}, {
|
|
5052
|
+
denom: 'yATOM31Dec2025',
|
|
5053
|
+
exponent: 6
|
|
5054
|
+
}],
|
|
5055
|
+
base: 'ibc/9E2194238758130F29211AAFB963FE69CA40DB065DAF8B72BB049F61B56F4BBE',
|
|
5056
|
+
name: 'yAtom (31Dec2025)',
|
|
5057
|
+
display: 'yATOM31Dec2025',
|
|
5058
|
+
symbol: 'yATOM-31Dec2025',
|
|
4359
5059
|
logo_URIs: {
|
|
4360
5060
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
4361
5061
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
@@ -4517,6 +5217,76 @@ const assets = {
|
|
|
4517
5217
|
}
|
|
4518
5218
|
}]
|
|
4519
5219
|
},
|
|
5220
|
+
{
|
|
5221
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
5222
|
+
denom_units: [{
|
|
5223
|
+
denom: 'ibc/9B484E1F0096391DF7E31E18D7A2820209101153697037E5AE3E54EE56104338',
|
|
5224
|
+
exponent: 0,
|
|
5225
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
5226
|
+
}, {
|
|
5227
|
+
denom: 'yOSMO30Jun2025',
|
|
5228
|
+
exponent: 6
|
|
5229
|
+
}],
|
|
5230
|
+
base: 'ibc/9B484E1F0096391DF7E31E18D7A2820209101153697037E5AE3E54EE56104338',
|
|
5231
|
+
name: 'yOsmo (30Jun2025)',
|
|
5232
|
+
display: 'yOSMO30Jun2025',
|
|
5233
|
+
symbol: 'yOSMO-30Jun2025',
|
|
5234
|
+
logo_URIs: {
|
|
5235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5237
|
+
},
|
|
5238
|
+
images: [{
|
|
5239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5240
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5241
|
+
}],
|
|
5242
|
+
type_asset: 'sdk.coin',
|
|
5243
|
+
traces: [{
|
|
5244
|
+
type: 'ibc',
|
|
5245
|
+
counterparty: {
|
|
5246
|
+
channel_id: 'channel-1',
|
|
5247
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
5248
|
+
chain_name: 'pryzm'
|
|
5249
|
+
},
|
|
5250
|
+
chain: {
|
|
5251
|
+
channel_id: 'channel-284'
|
|
5252
|
+
}
|
|
5253
|
+
}]
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
5257
|
+
denom_units: [{
|
|
5258
|
+
denom: 'ibc/5CAF38B4838BCDB14C28AAD046D391BFD222745E2586E1E8FF50AAA5B9C62153',
|
|
5259
|
+
exponent: 0,
|
|
5260
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
5261
|
+
}, {
|
|
5262
|
+
denom: 'yOSMO30Sep2025',
|
|
5263
|
+
exponent: 6
|
|
5264
|
+
}],
|
|
5265
|
+
base: 'ibc/5CAF38B4838BCDB14C28AAD046D391BFD222745E2586E1E8FF50AAA5B9C62153',
|
|
5266
|
+
name: 'yOsmo (30Sep2025)',
|
|
5267
|
+
display: 'yOSMO30Sep2025',
|
|
5268
|
+
symbol: 'yOSMO-30Sep2025',
|
|
5269
|
+
logo_URIs: {
|
|
5270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5272
|
+
},
|
|
5273
|
+
images: [{
|
|
5274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
5275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
5276
|
+
}],
|
|
5277
|
+
type_asset: 'sdk.coin',
|
|
5278
|
+
traces: [{
|
|
5279
|
+
type: 'ibc',
|
|
5280
|
+
counterparty: {
|
|
5281
|
+
channel_id: 'channel-1',
|
|
5282
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
5283
|
+
chain_name: 'pryzm'
|
|
5284
|
+
},
|
|
5285
|
+
chain: {
|
|
5286
|
+
channel_id: 'channel-284'
|
|
5287
|
+
}
|
|
5288
|
+
}]
|
|
5289
|
+
},
|
|
4520
5290
|
{
|
|
4521
5291
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
4522
5292
|
denom_units: [{
|
|
@@ -4692,6 +5462,76 @@ const assets = {
|
|
|
4692
5462
|
}
|
|
4693
5463
|
}]
|
|
4694
5464
|
},
|
|
5465
|
+
{
|
|
5466
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
5467
|
+
denom_units: [{
|
|
5468
|
+
denom: 'ibc/5B58082A0EB3FD4E1BCD9AB11309460BCA4FCE1891D19C5B44B120B9804C4C0E',
|
|
5469
|
+
exponent: 0,
|
|
5470
|
+
aliases: ['y:inj:30Jun2025']
|
|
5471
|
+
}, {
|
|
5472
|
+
denom: 'yINJ30Jun2025',
|
|
5473
|
+
exponent: 18
|
|
5474
|
+
}],
|
|
5475
|
+
base: 'ibc/5B58082A0EB3FD4E1BCD9AB11309460BCA4FCE1891D19C5B44B120B9804C4C0E',
|
|
5476
|
+
name: 'yInj (30Jun2025)',
|
|
5477
|
+
display: 'yINJ30Jun2025',
|
|
5478
|
+
symbol: 'yINJ-30Jun2025',
|
|
5479
|
+
logo_URIs: {
|
|
5480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
5481
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
5482
|
+
},
|
|
5483
|
+
images: [{
|
|
5484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
5485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
5486
|
+
}],
|
|
5487
|
+
type_asset: 'sdk.coin',
|
|
5488
|
+
traces: [{
|
|
5489
|
+
type: 'ibc',
|
|
5490
|
+
counterparty: {
|
|
5491
|
+
channel_id: 'channel-1',
|
|
5492
|
+
base_denom: 'y:inj:30Jun2025',
|
|
5493
|
+
chain_name: 'pryzm'
|
|
5494
|
+
},
|
|
5495
|
+
chain: {
|
|
5496
|
+
channel_id: 'channel-284'
|
|
5497
|
+
}
|
|
5498
|
+
}]
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
5502
|
+
denom_units: [{
|
|
5503
|
+
denom: 'ibc/FD0E958977CD8D7485B1D679AF3EED4B4E133DACC62F120FB5EEE7434998883E',
|
|
5504
|
+
exponent: 0,
|
|
5505
|
+
aliases: ['y:inj:30Sep2025']
|
|
5506
|
+
}, {
|
|
5507
|
+
denom: 'yINJ30Sep2025',
|
|
5508
|
+
exponent: 18
|
|
5509
|
+
}],
|
|
5510
|
+
base: 'ibc/FD0E958977CD8D7485B1D679AF3EED4B4E133DACC62F120FB5EEE7434998883E',
|
|
5511
|
+
name: 'yInj (30Sep2025)',
|
|
5512
|
+
display: 'yINJ30Sep2025',
|
|
5513
|
+
symbol: 'yINJ-30Sep2025',
|
|
5514
|
+
logo_URIs: {
|
|
5515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
5516
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
5517
|
+
},
|
|
5518
|
+
images: [{
|
|
5519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
5520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
5521
|
+
}],
|
|
5522
|
+
type_asset: 'sdk.coin',
|
|
5523
|
+
traces: [{
|
|
5524
|
+
type: 'ibc',
|
|
5525
|
+
counterparty: {
|
|
5526
|
+
channel_id: 'channel-1',
|
|
5527
|
+
base_denom: 'y:inj:30Sep2025',
|
|
5528
|
+
chain_name: 'pryzm'
|
|
5529
|
+
},
|
|
5530
|
+
chain: {
|
|
5531
|
+
channel_id: 'channel-284'
|
|
5532
|
+
}
|
|
5533
|
+
}]
|
|
5534
|
+
},
|
|
4695
5535
|
{
|
|
4696
5536
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
4697
5537
|
denom_units: [{
|
|
@@ -4867,6 +5707,76 @@ const assets = {
|
|
|
4867
5707
|
}
|
|
4868
5708
|
}]
|
|
4869
5709
|
},
|
|
5710
|
+
{
|
|
5711
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
5712
|
+
denom_units: [{
|
|
5713
|
+
denom: 'ibc/EDD81A70E3910591C27F7C341EC4C4C90DC829F8B62C5DFF3A069735306B9F1E',
|
|
5714
|
+
exponent: 0,
|
|
5715
|
+
aliases: ['y:uluna:30Jun2025']
|
|
5716
|
+
}, {
|
|
5717
|
+
denom: 'yLUNA30Jun2025',
|
|
5718
|
+
exponent: 6
|
|
5719
|
+
}],
|
|
5720
|
+
base: 'ibc/EDD81A70E3910591C27F7C341EC4C4C90DC829F8B62C5DFF3A069735306B9F1E',
|
|
5721
|
+
name: 'yLuna (30Jun2025)',
|
|
5722
|
+
display: 'yLUNA30Jun2025',
|
|
5723
|
+
symbol: 'yLUNA-30Jun2025',
|
|
5724
|
+
logo_URIs: {
|
|
5725
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
5726
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
5727
|
+
},
|
|
5728
|
+
images: [{
|
|
5729
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
5730
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
5731
|
+
}],
|
|
5732
|
+
type_asset: 'sdk.coin',
|
|
5733
|
+
traces: [{
|
|
5734
|
+
type: 'ibc',
|
|
5735
|
+
counterparty: {
|
|
5736
|
+
channel_id: 'channel-1',
|
|
5737
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
5738
|
+
chain_name: 'pryzm'
|
|
5739
|
+
},
|
|
5740
|
+
chain: {
|
|
5741
|
+
channel_id: 'channel-284'
|
|
5742
|
+
}
|
|
5743
|
+
}]
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
5747
|
+
denom_units: [{
|
|
5748
|
+
denom: 'ibc/3E2597EEB3207F2363A7363C21C65CC428A8776A33D08788F2EA6FA3E03FF2B3',
|
|
5749
|
+
exponent: 0,
|
|
5750
|
+
aliases: ['y:uluna:30Sep2025']
|
|
5751
|
+
}, {
|
|
5752
|
+
denom: 'yLUNA30Sep2025',
|
|
5753
|
+
exponent: 6
|
|
5754
|
+
}],
|
|
5755
|
+
base: 'ibc/3E2597EEB3207F2363A7363C21C65CC428A8776A33D08788F2EA6FA3E03FF2B3',
|
|
5756
|
+
name: 'yLuna (30Sep2025)',
|
|
5757
|
+
display: 'yLUNA30Sep2025',
|
|
5758
|
+
symbol: 'yLUNA-30Sep2025',
|
|
5759
|
+
logo_URIs: {
|
|
5760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
5761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
5762
|
+
},
|
|
5763
|
+
images: [{
|
|
5764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
5765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
5766
|
+
}],
|
|
5767
|
+
type_asset: 'sdk.coin',
|
|
5768
|
+
traces: [{
|
|
5769
|
+
type: 'ibc',
|
|
5770
|
+
counterparty: {
|
|
5771
|
+
channel_id: 'channel-1',
|
|
5772
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
5773
|
+
chain_name: 'pryzm'
|
|
5774
|
+
},
|
|
5775
|
+
chain: {
|
|
5776
|
+
channel_id: 'channel-284'
|
|
5777
|
+
}
|
|
5778
|
+
}]
|
|
5779
|
+
},
|
|
4870
5780
|
{
|
|
4871
5781
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
4872
5782
|
denom_units: [{
|
|
@@ -5007,6 +5917,41 @@ const assets = {
|
|
|
5007
5917
|
}
|
|
5008
5918
|
}]
|
|
5009
5919
|
},
|
|
5920
|
+
{
|
|
5921
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
5922
|
+
denom_units: [{
|
|
5923
|
+
denom: 'ibc/267EFC9F451C0CC3156374F725D8A6A53D654799E1391F392EE903ED2BF4B720',
|
|
5924
|
+
exponent: 0,
|
|
5925
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
5926
|
+
}, {
|
|
5927
|
+
denom: 'yAUUU30Jun2025',
|
|
5928
|
+
exponent: 6
|
|
5929
|
+
}],
|
|
5930
|
+
base: 'ibc/267EFC9F451C0CC3156374F725D8A6A53D654799E1391F392EE903ED2BF4B720',
|
|
5931
|
+
name: 'yAuuu (30Jun2025)',
|
|
5932
|
+
display: 'yAUUU30Jun2025',
|
|
5933
|
+
symbol: 'yAUUU-30Jun2025',
|
|
5934
|
+
logo_URIs: {
|
|
5935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
5936
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5937
|
+
},
|
|
5938
|
+
images: [{
|
|
5939
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
5940
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
5941
|
+
}],
|
|
5942
|
+
type_asset: 'sdk.coin',
|
|
5943
|
+
traces: [{
|
|
5944
|
+
type: 'ibc',
|
|
5945
|
+
counterparty: {
|
|
5946
|
+
channel_id: 'channel-1',
|
|
5947
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
5948
|
+
chain_name: 'pryzm'
|
|
5949
|
+
},
|
|
5950
|
+
chain: {
|
|
5951
|
+
channel_id: 'channel-284'
|
|
5952
|
+
}
|
|
5953
|
+
}]
|
|
5954
|
+
},
|
|
5010
5955
|
{
|
|
5011
5956
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2025',
|
|
5012
5957
|
denom_units: [{
|
|
@@ -5183,19 +6128,19 @@ const assets = {
|
|
|
5183
6128
|
}]
|
|
5184
6129
|
},
|
|
5185
6130
|
{
|
|
5186
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
6131
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
5187
6132
|
denom_units: [{
|
|
5188
|
-
denom: 'ibc/
|
|
6133
|
+
denom: 'ibc/1219E011D980D6A6AA0B9EBE61976AD1E61BFDCE7B584025B90F3955FF544DAD',
|
|
5189
6134
|
exponent: 0,
|
|
5190
|
-
aliases: ['y:stutia:
|
|
6135
|
+
aliases: ['y:stutia:30Jun2025']
|
|
5191
6136
|
}, {
|
|
5192
|
-
denom: '
|
|
6137
|
+
denom: 'ystTIA30Jun2025',
|
|
5193
6138
|
exponent: 6
|
|
5194
6139
|
}],
|
|
5195
|
-
base: 'ibc/
|
|
5196
|
-
name: 'ystTia (
|
|
5197
|
-
display: '
|
|
5198
|
-
symbol: 'ystTIA-
|
|
6140
|
+
base: 'ibc/1219E011D980D6A6AA0B9EBE61976AD1E61BFDCE7B584025B90F3955FF544DAD',
|
|
6141
|
+
name: 'ystTia (30Jun2025)',
|
|
6142
|
+
display: 'ystTIA30Jun2025',
|
|
6143
|
+
symbol: 'ystTIA-30Jun2025',
|
|
5199
6144
|
logo_URIs: {
|
|
5200
6145
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
5201
6146
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
@@ -5209,7 +6154,7 @@ const assets = {
|
|
|
5209
6154
|
type: 'ibc',
|
|
5210
6155
|
counterparty: {
|
|
5211
6156
|
channel_id: 'channel-1',
|
|
5212
|
-
base_denom: 'y:stutia:
|
|
6157
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
5213
6158
|
chain_name: 'pryzm'
|
|
5214
6159
|
},
|
|
5215
6160
|
chain: {
|
|
@@ -5218,11 +6163,46 @@ const assets = {
|
|
|
5218
6163
|
}]
|
|
5219
6164
|
},
|
|
5220
6165
|
{
|
|
5221
|
-
description: 'Pryzm\'s refracted yield token for stTIA with maturity of
|
|
6166
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
5222
6167
|
denom_units: [{
|
|
5223
|
-
denom: 'ibc/
|
|
6168
|
+
denom: 'ibc/A329F81812E746539897210B25B917A249F7DDB05D9EEC67741BE621CA8DACAD',
|
|
5224
6169
|
exponent: 0,
|
|
5225
|
-
aliases: ['y:stutia:
|
|
6170
|
+
aliases: ['y:stutia:31Dec2025']
|
|
6171
|
+
}, {
|
|
6172
|
+
denom: 'ystTIA31Dec2025',
|
|
6173
|
+
exponent: 6
|
|
6174
|
+
}],
|
|
6175
|
+
base: 'ibc/A329F81812E746539897210B25B917A249F7DDB05D9EEC67741BE621CA8DACAD',
|
|
6176
|
+
name: 'ystTia (31Dec2025)',
|
|
6177
|
+
display: 'ystTIA31Dec2025',
|
|
6178
|
+
symbol: 'ystTIA-31Dec2025',
|
|
6179
|
+
logo_URIs: {
|
|
6180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
6181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
6182
|
+
},
|
|
6183
|
+
images: [{
|
|
6184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
6185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
6186
|
+
}],
|
|
6187
|
+
type_asset: 'sdk.coin',
|
|
6188
|
+
traces: [{
|
|
6189
|
+
type: 'ibc',
|
|
6190
|
+
counterparty: {
|
|
6191
|
+
channel_id: 'channel-1',
|
|
6192
|
+
base_denom: 'y:stutia:31Dec2025',
|
|
6193
|
+
chain_name: 'pryzm'
|
|
6194
|
+
},
|
|
6195
|
+
chain: {
|
|
6196
|
+
channel_id: 'channel-284'
|
|
6197
|
+
}
|
|
6198
|
+
}]
|
|
6199
|
+
},
|
|
6200
|
+
{
|
|
6201
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
6202
|
+
denom_units: [{
|
|
6203
|
+
denom: 'ibc/7A728BCA6D5AF9546FF4500027E3B1B17B61C469F054E7E23768FBF4C2ACA007',
|
|
6204
|
+
exponent: 0,
|
|
6205
|
+
aliases: ['y:stutia:31Dec2026']
|
|
5226
6206
|
}, {
|
|
5227
6207
|
denom: 'ystTIA31Dec2026',
|
|
5228
6208
|
exponent: 6
|
|
@@ -5357,6 +6337,41 @@ const assets = {
|
|
|
5357
6337
|
}
|
|
5358
6338
|
}]
|
|
5359
6339
|
},
|
|
6340
|
+
{
|
|
6341
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
6342
|
+
denom_units: [{
|
|
6343
|
+
denom: 'ibc/C5E2400C3AACF72F2C4ED231DF655B17C87EC4920BEB0BE00FC37DD6BEC78D92',
|
|
6344
|
+
exponent: 0,
|
|
6345
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
6346
|
+
}, {
|
|
6347
|
+
denom: 'ystDYDX30Jun2025',
|
|
6348
|
+
exponent: 6
|
|
6349
|
+
}],
|
|
6350
|
+
base: 'ibc/C5E2400C3AACF72F2C4ED231DF655B17C87EC4920BEB0BE00FC37DD6BEC78D92',
|
|
6351
|
+
name: 'ystDydx (30Jun2025)',
|
|
6352
|
+
display: 'ystDYDX30Jun2025',
|
|
6353
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
6354
|
+
logo_URIs: {
|
|
6355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
6356
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
6357
|
+
},
|
|
6358
|
+
images: [{
|
|
6359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
6360
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
6361
|
+
}],
|
|
6362
|
+
type_asset: 'sdk.coin',
|
|
6363
|
+
traces: [{
|
|
6364
|
+
type: 'ibc',
|
|
6365
|
+
counterparty: {
|
|
6366
|
+
channel_id: 'channel-1',
|
|
6367
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
6368
|
+
chain_name: 'pryzm'
|
|
6369
|
+
},
|
|
6370
|
+
chain: {
|
|
6371
|
+
channel_id: 'channel-284'
|
|
6372
|
+
}
|
|
6373
|
+
}]
|
|
6374
|
+
},
|
|
5360
6375
|
{
|
|
5361
6376
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
5362
6377
|
denom_units: [{
|
|
@@ -5672,6 +6687,76 @@ const assets = {
|
|
|
5672
6687
|
}
|
|
5673
6688
|
}]
|
|
5674
6689
|
},
|
|
6690
|
+
{
|
|
6691
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
6692
|
+
denom_units: [{
|
|
6693
|
+
denom: 'ibc/54FF125A717B5D71BB31AD1D752E676AB9011A1F37AF385592E9A0BC9FEE1DC8',
|
|
6694
|
+
exponent: 0,
|
|
6695
|
+
aliases: ['y:utia:30Jun2025']
|
|
6696
|
+
}, {
|
|
6697
|
+
denom: 'yTIA30Jun2025',
|
|
6698
|
+
exponent: 6
|
|
6699
|
+
}],
|
|
6700
|
+
base: 'ibc/54FF125A717B5D71BB31AD1D752E676AB9011A1F37AF385592E9A0BC9FEE1DC8',
|
|
6701
|
+
name: 'yTia (30Jun2025)',
|
|
6702
|
+
display: 'yTIA30Jun2025',
|
|
6703
|
+
symbol: 'yTIA-30Jun2025',
|
|
6704
|
+
logo_URIs: {
|
|
6705
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6706
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6707
|
+
},
|
|
6708
|
+
images: [{
|
|
6709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6711
|
+
}],
|
|
6712
|
+
type_asset: 'sdk.coin',
|
|
6713
|
+
traces: [{
|
|
6714
|
+
type: 'ibc',
|
|
6715
|
+
counterparty: {
|
|
6716
|
+
channel_id: 'channel-1',
|
|
6717
|
+
base_denom: 'y:utia:30Jun2025',
|
|
6718
|
+
chain_name: 'pryzm'
|
|
6719
|
+
},
|
|
6720
|
+
chain: {
|
|
6721
|
+
channel_id: 'channel-284'
|
|
6722
|
+
}
|
|
6723
|
+
}]
|
|
6724
|
+
},
|
|
6725
|
+
{
|
|
6726
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
6727
|
+
denom_units: [{
|
|
6728
|
+
denom: 'ibc/A0FCDEB2C77A48BA302BE14C1E8A1268582B6ACBB41C075EB6F1354E8642BDC6',
|
|
6729
|
+
exponent: 0,
|
|
6730
|
+
aliases: ['y:utia:30Sep2025']
|
|
6731
|
+
}, {
|
|
6732
|
+
denom: 'yTIA30Sep2025',
|
|
6733
|
+
exponent: 6
|
|
6734
|
+
}],
|
|
6735
|
+
base: 'ibc/A0FCDEB2C77A48BA302BE14C1E8A1268582B6ACBB41C075EB6F1354E8642BDC6',
|
|
6736
|
+
name: 'yTia (30Sep2025)',
|
|
6737
|
+
display: 'yTIA30Sep2025',
|
|
6738
|
+
symbol: 'yTIA-30Sep2025',
|
|
6739
|
+
logo_URIs: {
|
|
6740
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6741
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6742
|
+
},
|
|
6743
|
+
images: [{
|
|
6744
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
6745
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
6746
|
+
}],
|
|
6747
|
+
type_asset: 'sdk.coin',
|
|
6748
|
+
traces: [{
|
|
6749
|
+
type: 'ibc',
|
|
6750
|
+
counterparty: {
|
|
6751
|
+
channel_id: 'channel-1',
|
|
6752
|
+
base_denom: 'y:utia:30Sep2025',
|
|
6753
|
+
chain_name: 'pryzm'
|
|
6754
|
+
},
|
|
6755
|
+
chain: {
|
|
6756
|
+
channel_id: 'channel-284'
|
|
6757
|
+
}
|
|
6758
|
+
}]
|
|
6759
|
+
},
|
|
5675
6760
|
{
|
|
5676
6761
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
5677
6762
|
denom_units: [{
|
|
@@ -5882,6 +6967,76 @@ const assets = {
|
|
|
5882
6967
|
}
|
|
5883
6968
|
}]
|
|
5884
6969
|
},
|
|
6970
|
+
{
|
|
6971
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
6972
|
+
denom_units: [{
|
|
6973
|
+
denom: 'ibc/E5EF60C7B2ED25F4C439C36D7AA70BCE44660F061ABB314511D8339521BFD460',
|
|
6974
|
+
exponent: 0,
|
|
6975
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
6976
|
+
}, {
|
|
6977
|
+
denom: 'yUSDY31Mar2026',
|
|
6978
|
+
exponent: 18
|
|
6979
|
+
}],
|
|
6980
|
+
base: 'ibc/E5EF60C7B2ED25F4C439C36D7AA70BCE44660F061ABB314511D8339521BFD460',
|
|
6981
|
+
name: 'yUsdy (31Mar2026)',
|
|
6982
|
+
display: 'yUSDY31Mar2026',
|
|
6983
|
+
symbol: 'yUSDY-31Mar2026',
|
|
6984
|
+
logo_URIs: {
|
|
6985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6987
|
+
},
|
|
6988
|
+
images: [{
|
|
6989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
6990
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
6991
|
+
}],
|
|
6992
|
+
type_asset: 'sdk.coin',
|
|
6993
|
+
traces: [{
|
|
6994
|
+
type: 'ibc',
|
|
6995
|
+
counterparty: {
|
|
6996
|
+
channel_id: 'channel-1',
|
|
6997
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
6998
|
+
chain_name: 'pryzm'
|
|
6999
|
+
},
|
|
7000
|
+
chain: {
|
|
7001
|
+
channel_id: 'channel-284'
|
|
7002
|
+
}
|
|
7003
|
+
}]
|
|
7004
|
+
},
|
|
7005
|
+
{
|
|
7006
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
7007
|
+
denom_units: [{
|
|
7008
|
+
denom: 'ibc/8187DFCD1A88F401C4A95017025264D06FB5BFA87EF450F3E4B68498C4F0568F',
|
|
7009
|
+
exponent: 0,
|
|
7010
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
7011
|
+
}, {
|
|
7012
|
+
denom: 'yUSDY30Jun2026',
|
|
7013
|
+
exponent: 18
|
|
7014
|
+
}],
|
|
7015
|
+
base: 'ibc/8187DFCD1A88F401C4A95017025264D06FB5BFA87EF450F3E4B68498C4F0568F',
|
|
7016
|
+
name: 'yUsdy (30Jun2026)',
|
|
7017
|
+
display: 'yUSDY30Jun2026',
|
|
7018
|
+
symbol: 'yUSDY-30Jun2026',
|
|
7019
|
+
logo_URIs: {
|
|
7020
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
7021
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
7022
|
+
},
|
|
7023
|
+
images: [{
|
|
7024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
7025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
7026
|
+
}],
|
|
7027
|
+
type_asset: 'sdk.coin',
|
|
7028
|
+
traces: [{
|
|
7029
|
+
type: 'ibc',
|
|
7030
|
+
counterparty: {
|
|
7031
|
+
channel_id: 'channel-1',
|
|
7032
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
7033
|
+
chain_name: 'pryzm'
|
|
7034
|
+
},
|
|
7035
|
+
chain: {
|
|
7036
|
+
channel_id: 'channel-284'
|
|
7037
|
+
}
|
|
7038
|
+
}]
|
|
7039
|
+
},
|
|
5885
7040
|
{
|
|
5886
7041
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
5887
7042
|
denom_units: [{
|
|
@@ -6022,6 +7177,76 @@ const assets = {
|
|
|
6022
7177
|
}
|
|
6023
7178
|
}]
|
|
6024
7179
|
},
|
|
7180
|
+
{
|
|
7181
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
7182
|
+
denom_units: [{
|
|
7183
|
+
denom: 'ibc/EBF6DD9827DF3E4DFDD10867D4AAB792E49680D622D03E2E60AB897B9A7BAF88',
|
|
7184
|
+
exponent: 0,
|
|
7185
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
7186
|
+
}, {
|
|
7187
|
+
denom: 'yPRYZM31Mar2026',
|
|
7188
|
+
exponent: 6
|
|
7189
|
+
}],
|
|
7190
|
+
base: 'ibc/EBF6DD9827DF3E4DFDD10867D4AAB792E49680D622D03E2E60AB897B9A7BAF88',
|
|
7191
|
+
name: 'yPryzm (31Mar2026)',
|
|
7192
|
+
display: 'yPRYZM31Mar2026',
|
|
7193
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
7194
|
+
logo_URIs: {
|
|
7195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
7196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
7197
|
+
},
|
|
7198
|
+
images: [{
|
|
7199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
7200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
7201
|
+
}],
|
|
7202
|
+
type_asset: 'sdk.coin',
|
|
7203
|
+
traces: [{
|
|
7204
|
+
type: 'ibc',
|
|
7205
|
+
counterparty: {
|
|
7206
|
+
channel_id: 'channel-1',
|
|
7207
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
7208
|
+
chain_name: 'pryzm'
|
|
7209
|
+
},
|
|
7210
|
+
chain: {
|
|
7211
|
+
channel_id: 'channel-284'
|
|
7212
|
+
}
|
|
7213
|
+
}]
|
|
7214
|
+
},
|
|
7215
|
+
{
|
|
7216
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
7217
|
+
denom_units: [{
|
|
7218
|
+
denom: 'ibc/EB9E326E2625B1712D1052E425C4B639C81A2729E5C5A48100D0F57187FBCBBC',
|
|
7219
|
+
exponent: 0,
|
|
7220
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
7221
|
+
}, {
|
|
7222
|
+
denom: 'yPRYZM30Jun2026',
|
|
7223
|
+
exponent: 6
|
|
7224
|
+
}],
|
|
7225
|
+
base: 'ibc/EB9E326E2625B1712D1052E425C4B639C81A2729E5C5A48100D0F57187FBCBBC',
|
|
7226
|
+
name: 'yPryzm (30Jun2026)',
|
|
7227
|
+
display: 'yPRYZM30Jun2026',
|
|
7228
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
7229
|
+
logo_URIs: {
|
|
7230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
7231
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
7232
|
+
},
|
|
7233
|
+
images: [{
|
|
7234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
7235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
7236
|
+
}],
|
|
7237
|
+
type_asset: 'sdk.coin',
|
|
7238
|
+
traces: [{
|
|
7239
|
+
type: 'ibc',
|
|
7240
|
+
counterparty: {
|
|
7241
|
+
channel_id: 'channel-1',
|
|
7242
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
7243
|
+
chain_name: 'pryzm'
|
|
7244
|
+
},
|
|
7245
|
+
chain: {
|
|
7246
|
+
channel_id: 'channel-284'
|
|
7247
|
+
}
|
|
7248
|
+
}]
|
|
7249
|
+
},
|
|
6025
7250
|
{
|
|
6026
7251
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
6027
7252
|
denom_units: [{
|
|
@@ -6162,6 +7387,41 @@ const assets = {
|
|
|
6162
7387
|
}
|
|
6163
7388
|
}]
|
|
6164
7389
|
},
|
|
7390
|
+
{
|
|
7391
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
7392
|
+
denom_units: [{
|
|
7393
|
+
denom: 'ibc/52FC4A3D4E997C53CCE2ADA6F00CEACC17E7D1C3A2C0A803FB3DCEC345D0D870',
|
|
7394
|
+
exponent: 0,
|
|
7395
|
+
aliases: ['y:asusds:30Jun2026']
|
|
7396
|
+
}, {
|
|
7397
|
+
denom: 'ysUSDS30Jun2026',
|
|
7398
|
+
exponent: 18
|
|
7399
|
+
}],
|
|
7400
|
+
base: 'ibc/52FC4A3D4E997C53CCE2ADA6F00CEACC17E7D1C3A2C0A803FB3DCEC345D0D870',
|
|
7401
|
+
name: 'ysUsds (30Jun2026)',
|
|
7402
|
+
display: 'ysUSDS30Jun2026',
|
|
7403
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
7404
|
+
logo_URIs: {
|
|
7405
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
7406
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
7407
|
+
},
|
|
7408
|
+
images: [{
|
|
7409
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
7410
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
7411
|
+
}],
|
|
7412
|
+
type_asset: 'sdk.coin',
|
|
7413
|
+
traces: [{
|
|
7414
|
+
type: 'ibc',
|
|
7415
|
+
counterparty: {
|
|
7416
|
+
channel_id: 'channel-1',
|
|
7417
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
7418
|
+
chain_name: 'pryzm'
|
|
7419
|
+
},
|
|
7420
|
+
chain: {
|
|
7421
|
+
channel_id: 'channel-284'
|
|
7422
|
+
}
|
|
7423
|
+
}]
|
|
7424
|
+
},
|
|
6165
7425
|
{
|
|
6166
7426
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
6167
7427
|
denom_units: [{
|
|
@@ -9049,19 +10309,19 @@ const assets = {
|
|
|
9049
10309
|
}]
|
|
9050
10310
|
},
|
|
9051
10311
|
{
|
|
9052
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
10312
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Jun2025',
|
|
9053
10313
|
denom_units: [{
|
|
9054
|
-
denom: 'ibc/
|
|
10314
|
+
denom: 'ibc/3B90515E578262A9D41686AEE79567ECD949834AFC791FD8CA71AA996277D6B8',
|
|
9055
10315
|
exponent: 0,
|
|
9056
|
-
aliases: ['p:uatom:
|
|
10316
|
+
aliases: ['p:uatom:30Jun2025']
|
|
9057
10317
|
}, {
|
|
9058
|
-
denom: '
|
|
10318
|
+
denom: 'pATOM30Jun2025',
|
|
9059
10319
|
exponent: 6
|
|
9060
10320
|
}],
|
|
9061
|
-
base: 'ibc/
|
|
9062
|
-
name: 'pAtom (
|
|
9063
|
-
display: '
|
|
9064
|
-
symbol: 'pATOM-
|
|
10321
|
+
base: 'ibc/3B90515E578262A9D41686AEE79567ECD949834AFC791FD8CA71AA996277D6B8',
|
|
10322
|
+
name: 'pAtom (30Jun2025)',
|
|
10323
|
+
display: 'pATOM30Jun2025',
|
|
10324
|
+
symbol: 'pATOM-30Jun2025',
|
|
9065
10325
|
logo_URIs: {
|
|
9066
10326
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9067
10327
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
@@ -9075,7 +10335,7 @@ const assets = {
|
|
|
9075
10335
|
type: 'ibc',
|
|
9076
10336
|
counterparty: {
|
|
9077
10337
|
channel_id: 'channel-1',
|
|
9078
|
-
base_denom: 'p:uatom:
|
|
10338
|
+
base_denom: 'p:uatom:30Jun2025',
|
|
9079
10339
|
chain_name: 'pryzm'
|
|
9080
10340
|
},
|
|
9081
10341
|
chain: {
|
|
@@ -9084,11 +10344,81 @@ const assets = {
|
|
|
9084
10344
|
}]
|
|
9085
10345
|
},
|
|
9086
10346
|
{
|
|
9087
|
-
description: 'Pryzm\'s refracted principal token for ATOM with maturity of
|
|
10347
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2025',
|
|
9088
10348
|
denom_units: [{
|
|
9089
|
-
denom: 'ibc/
|
|
10349
|
+
denom: 'ibc/04C2070FEFD428AA53791382493530BC6D7EBB30306294A9923F45F340F3BA7E',
|
|
9090
10350
|
exponent: 0,
|
|
9091
|
-
aliases: ['p:uatom:
|
|
10351
|
+
aliases: ['p:uatom:30Sep2025']
|
|
10352
|
+
}, {
|
|
10353
|
+
denom: 'pATOM30Sep2025',
|
|
10354
|
+
exponent: 6
|
|
10355
|
+
}],
|
|
10356
|
+
base: 'ibc/04C2070FEFD428AA53791382493530BC6D7EBB30306294A9923F45F340F3BA7E',
|
|
10357
|
+
name: 'pAtom (30Sep2025)',
|
|
10358
|
+
display: 'pATOM30Sep2025',
|
|
10359
|
+
symbol: 'pATOM-30Sep2025',
|
|
10360
|
+
logo_URIs: {
|
|
10361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
10362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
10363
|
+
},
|
|
10364
|
+
images: [{
|
|
10365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
10366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
10367
|
+
}],
|
|
10368
|
+
type_asset: 'sdk.coin',
|
|
10369
|
+
traces: [{
|
|
10370
|
+
type: 'ibc',
|
|
10371
|
+
counterparty: {
|
|
10372
|
+
channel_id: 'channel-1',
|
|
10373
|
+
base_denom: 'p:uatom:30Sep2025',
|
|
10374
|
+
chain_name: 'pryzm'
|
|
10375
|
+
},
|
|
10376
|
+
chain: {
|
|
10377
|
+
channel_id: 'channel-284'
|
|
10378
|
+
}
|
|
10379
|
+
}]
|
|
10380
|
+
},
|
|
10381
|
+
{
|
|
10382
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
10383
|
+
denom_units: [{
|
|
10384
|
+
denom: 'ibc/DFC8484D05ABEED6336C48468E9B03FFF808F9BD2F01985DBFADD98CA4099F33',
|
|
10385
|
+
exponent: 0,
|
|
10386
|
+
aliases: ['p:uatom:31Dec2025']
|
|
10387
|
+
}, {
|
|
10388
|
+
denom: 'pATOM31Dec2025',
|
|
10389
|
+
exponent: 6
|
|
10390
|
+
}],
|
|
10391
|
+
base: 'ibc/DFC8484D05ABEED6336C48468E9B03FFF808F9BD2F01985DBFADD98CA4099F33',
|
|
10392
|
+
name: 'pAtom (31Dec2025)',
|
|
10393
|
+
display: 'pATOM31Dec2025',
|
|
10394
|
+
symbol: 'pATOM-31Dec2025',
|
|
10395
|
+
logo_URIs: {
|
|
10396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
10397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
10398
|
+
},
|
|
10399
|
+
images: [{
|
|
10400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
10401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
10402
|
+
}],
|
|
10403
|
+
type_asset: 'sdk.coin',
|
|
10404
|
+
traces: [{
|
|
10405
|
+
type: 'ibc',
|
|
10406
|
+
counterparty: {
|
|
10407
|
+
channel_id: 'channel-1',
|
|
10408
|
+
base_denom: 'p:uatom:31Dec2025',
|
|
10409
|
+
chain_name: 'pryzm'
|
|
10410
|
+
},
|
|
10411
|
+
chain: {
|
|
10412
|
+
channel_id: 'channel-284'
|
|
10413
|
+
}
|
|
10414
|
+
}]
|
|
10415
|
+
},
|
|
10416
|
+
{
|
|
10417
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
10418
|
+
denom_units: [{
|
|
10419
|
+
denom: 'ibc/21B0074411E5F468630F707BD0867172383ADB105BF337AD14D8857BDB7C7821',
|
|
10420
|
+
exponent: 0,
|
|
10421
|
+
aliases: ['p:uatom:31Dec2026']
|
|
9092
10422
|
}, {
|
|
9093
10423
|
denom: 'pATOM31Dec2026',
|
|
9094
10424
|
exponent: 6
|
|
@@ -9223,6 +10553,76 @@ const assets = {
|
|
|
9223
10553
|
}
|
|
9224
10554
|
}]
|
|
9225
10555
|
},
|
|
10556
|
+
{
|
|
10557
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Jun2025',
|
|
10558
|
+
denom_units: [{
|
|
10559
|
+
denom: 'ibc/6BB715CB12FD7682132897B346469843817EEDE5E7C14B4A83E0288C22FCDF77',
|
|
10560
|
+
exponent: 0,
|
|
10561
|
+
aliases: ['p:uosmo:30Jun2025']
|
|
10562
|
+
}, {
|
|
10563
|
+
denom: 'pOSMO30Jun2025',
|
|
10564
|
+
exponent: 6
|
|
10565
|
+
}],
|
|
10566
|
+
base: 'ibc/6BB715CB12FD7682132897B346469843817EEDE5E7C14B4A83E0288C22FCDF77',
|
|
10567
|
+
name: 'pOsmo (30Jun2025)',
|
|
10568
|
+
display: 'pOSMO30Jun2025',
|
|
10569
|
+
symbol: 'pOSMO-30Jun2025',
|
|
10570
|
+
logo_URIs: {
|
|
10571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
10572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
10573
|
+
},
|
|
10574
|
+
images: [{
|
|
10575
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
10576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
10577
|
+
}],
|
|
10578
|
+
type_asset: 'sdk.coin',
|
|
10579
|
+
traces: [{
|
|
10580
|
+
type: 'ibc',
|
|
10581
|
+
counterparty: {
|
|
10582
|
+
channel_id: 'channel-1',
|
|
10583
|
+
base_denom: 'p:uosmo:30Jun2025',
|
|
10584
|
+
chain_name: 'pryzm'
|
|
10585
|
+
},
|
|
10586
|
+
chain: {
|
|
10587
|
+
channel_id: 'channel-284'
|
|
10588
|
+
}
|
|
10589
|
+
}]
|
|
10590
|
+
},
|
|
10591
|
+
{
|
|
10592
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2025',
|
|
10593
|
+
denom_units: [{
|
|
10594
|
+
denom: 'ibc/29D72E05001035C140216EE19239FEDAAAD24E1EA093AAE5D9EA6845F575D26C',
|
|
10595
|
+
exponent: 0,
|
|
10596
|
+
aliases: ['p:uosmo:30Sep2025']
|
|
10597
|
+
}, {
|
|
10598
|
+
denom: 'pOSMO30Sep2025',
|
|
10599
|
+
exponent: 6
|
|
10600
|
+
}],
|
|
10601
|
+
base: 'ibc/29D72E05001035C140216EE19239FEDAAAD24E1EA093AAE5D9EA6845F575D26C',
|
|
10602
|
+
name: 'pOsmo (30Sep2025)',
|
|
10603
|
+
display: 'pOSMO30Sep2025',
|
|
10604
|
+
symbol: 'pOSMO-30Sep2025',
|
|
10605
|
+
logo_URIs: {
|
|
10606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
10607
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
10608
|
+
},
|
|
10609
|
+
images: [{
|
|
10610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
10611
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
10612
|
+
}],
|
|
10613
|
+
type_asset: 'sdk.coin',
|
|
10614
|
+
traces: [{
|
|
10615
|
+
type: 'ibc',
|
|
10616
|
+
counterparty: {
|
|
10617
|
+
channel_id: 'channel-1',
|
|
10618
|
+
base_denom: 'p:uosmo:30Sep2025',
|
|
10619
|
+
chain_name: 'pryzm'
|
|
10620
|
+
},
|
|
10621
|
+
chain: {
|
|
10622
|
+
channel_id: 'channel-284'
|
|
10623
|
+
}
|
|
10624
|
+
}]
|
|
10625
|
+
},
|
|
9226
10626
|
{
|
|
9227
10627
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
9228
10628
|
denom_units: [{
|
|
@@ -9398,6 +10798,76 @@ const assets = {
|
|
|
9398
10798
|
}
|
|
9399
10799
|
}]
|
|
9400
10800
|
},
|
|
10801
|
+
{
|
|
10802
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Jun2025',
|
|
10803
|
+
denom_units: [{
|
|
10804
|
+
denom: 'ibc/9640F4588497088785FF6EDE01163C37AF6ECCA8564E126F7D4128F7CDEC9CEE',
|
|
10805
|
+
exponent: 0,
|
|
10806
|
+
aliases: ['p:inj:30Jun2025']
|
|
10807
|
+
}, {
|
|
10808
|
+
denom: 'pINJ30Jun2025',
|
|
10809
|
+
exponent: 18
|
|
10810
|
+
}],
|
|
10811
|
+
base: 'ibc/9640F4588497088785FF6EDE01163C37AF6ECCA8564E126F7D4128F7CDEC9CEE',
|
|
10812
|
+
name: 'pInj (30Jun2025)',
|
|
10813
|
+
display: 'pINJ30Jun2025',
|
|
10814
|
+
symbol: 'pINJ-30Jun2025',
|
|
10815
|
+
logo_URIs: {
|
|
10816
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
10817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
10818
|
+
},
|
|
10819
|
+
images: [{
|
|
10820
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
10821
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
10822
|
+
}],
|
|
10823
|
+
type_asset: 'sdk.coin',
|
|
10824
|
+
traces: [{
|
|
10825
|
+
type: 'ibc',
|
|
10826
|
+
counterparty: {
|
|
10827
|
+
channel_id: 'channel-1',
|
|
10828
|
+
base_denom: 'p:inj:30Jun2025',
|
|
10829
|
+
chain_name: 'pryzm'
|
|
10830
|
+
},
|
|
10831
|
+
chain: {
|
|
10832
|
+
channel_id: 'channel-284'
|
|
10833
|
+
}
|
|
10834
|
+
}]
|
|
10835
|
+
},
|
|
10836
|
+
{
|
|
10837
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2025',
|
|
10838
|
+
denom_units: [{
|
|
10839
|
+
denom: 'ibc/7B213E428B647BFCDBD5BEC4065E30B2D1F3A4A7760756204E4214570D045AA3',
|
|
10840
|
+
exponent: 0,
|
|
10841
|
+
aliases: ['p:inj:30Sep2025']
|
|
10842
|
+
}, {
|
|
10843
|
+
denom: 'pINJ30Sep2025',
|
|
10844
|
+
exponent: 18
|
|
10845
|
+
}],
|
|
10846
|
+
base: 'ibc/7B213E428B647BFCDBD5BEC4065E30B2D1F3A4A7760756204E4214570D045AA3',
|
|
10847
|
+
name: 'pInj (30Sep2025)',
|
|
10848
|
+
display: 'pINJ30Sep2025',
|
|
10849
|
+
symbol: 'pINJ-30Sep2025',
|
|
10850
|
+
logo_URIs: {
|
|
10851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
10852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
10853
|
+
},
|
|
10854
|
+
images: [{
|
|
10855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
10856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
10857
|
+
}],
|
|
10858
|
+
type_asset: 'sdk.coin',
|
|
10859
|
+
traces: [{
|
|
10860
|
+
type: 'ibc',
|
|
10861
|
+
counterparty: {
|
|
10862
|
+
channel_id: 'channel-1',
|
|
10863
|
+
base_denom: 'p:inj:30Sep2025',
|
|
10864
|
+
chain_name: 'pryzm'
|
|
10865
|
+
},
|
|
10866
|
+
chain: {
|
|
10867
|
+
channel_id: 'channel-284'
|
|
10868
|
+
}
|
|
10869
|
+
}]
|
|
10870
|
+
},
|
|
9401
10871
|
{
|
|
9402
10872
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
9403
10873
|
denom_units: [{
|
|
@@ -9573,6 +11043,76 @@ const assets = {
|
|
|
9573
11043
|
}
|
|
9574
11044
|
}]
|
|
9575
11045
|
},
|
|
11046
|
+
{
|
|
11047
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Jun2025',
|
|
11048
|
+
denom_units: [{
|
|
11049
|
+
denom: 'ibc/3BFA2E08DE1F7FD510AF34444E88F288360F145FB04D10A768A23E291FDC608F',
|
|
11050
|
+
exponent: 0,
|
|
11051
|
+
aliases: ['p:uluna:30Jun2025']
|
|
11052
|
+
}, {
|
|
11053
|
+
denom: 'pLUNA30Jun2025',
|
|
11054
|
+
exponent: 6
|
|
11055
|
+
}],
|
|
11056
|
+
base: 'ibc/3BFA2E08DE1F7FD510AF34444E88F288360F145FB04D10A768A23E291FDC608F',
|
|
11057
|
+
name: 'pLuna (30Jun2025)',
|
|
11058
|
+
display: 'pLUNA30Jun2025',
|
|
11059
|
+
symbol: 'pLUNA-30Jun2025',
|
|
11060
|
+
logo_URIs: {
|
|
11061
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
11062
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
11063
|
+
},
|
|
11064
|
+
images: [{
|
|
11065
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
11066
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
11067
|
+
}],
|
|
11068
|
+
type_asset: 'sdk.coin',
|
|
11069
|
+
traces: [{
|
|
11070
|
+
type: 'ibc',
|
|
11071
|
+
counterparty: {
|
|
11072
|
+
channel_id: 'channel-1',
|
|
11073
|
+
base_denom: 'p:uluna:30Jun2025',
|
|
11074
|
+
chain_name: 'pryzm'
|
|
11075
|
+
},
|
|
11076
|
+
chain: {
|
|
11077
|
+
channel_id: 'channel-284'
|
|
11078
|
+
}
|
|
11079
|
+
}]
|
|
11080
|
+
},
|
|
11081
|
+
{
|
|
11082
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2025',
|
|
11083
|
+
denom_units: [{
|
|
11084
|
+
denom: 'ibc/DA432F7BF3F3B33E6F70DF0658FDBBFDF4280B5BBB3865AA5B038FC6A69D0A40',
|
|
11085
|
+
exponent: 0,
|
|
11086
|
+
aliases: ['p:uluna:30Sep2025']
|
|
11087
|
+
}, {
|
|
11088
|
+
denom: 'pLUNA30Sep2025',
|
|
11089
|
+
exponent: 6
|
|
11090
|
+
}],
|
|
11091
|
+
base: 'ibc/DA432F7BF3F3B33E6F70DF0658FDBBFDF4280B5BBB3865AA5B038FC6A69D0A40',
|
|
11092
|
+
name: 'pLuna (30Sep2025)',
|
|
11093
|
+
display: 'pLUNA30Sep2025',
|
|
11094
|
+
symbol: 'pLUNA-30Sep2025',
|
|
11095
|
+
logo_URIs: {
|
|
11096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
11097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
11098
|
+
},
|
|
11099
|
+
images: [{
|
|
11100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
11101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
11102
|
+
}],
|
|
11103
|
+
type_asset: 'sdk.coin',
|
|
11104
|
+
traces: [{
|
|
11105
|
+
type: 'ibc',
|
|
11106
|
+
counterparty: {
|
|
11107
|
+
channel_id: 'channel-1',
|
|
11108
|
+
base_denom: 'p:uluna:30Sep2025',
|
|
11109
|
+
chain_name: 'pryzm'
|
|
11110
|
+
},
|
|
11111
|
+
chain: {
|
|
11112
|
+
channel_id: 'channel-284'
|
|
11113
|
+
}
|
|
11114
|
+
}]
|
|
11115
|
+
},
|
|
9576
11116
|
{
|
|
9577
11117
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
9578
11118
|
denom_units: [{
|
|
@@ -9713,6 +11253,41 @@ const assets = {
|
|
|
9713
11253
|
}
|
|
9714
11254
|
}]
|
|
9715
11255
|
},
|
|
11256
|
+
{
|
|
11257
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Jun2025',
|
|
11258
|
+
denom_units: [{
|
|
11259
|
+
denom: 'ibc/EA3DAB8A59F55A299863E3CDC5149C28B8D472C6A756109965CDA2DA2842522C',
|
|
11260
|
+
exponent: 0,
|
|
11261
|
+
aliases: ['p:uauuu:30Jun2025']
|
|
11262
|
+
}, {
|
|
11263
|
+
denom: 'pAUUU30Jun2025',
|
|
11264
|
+
exponent: 6
|
|
11265
|
+
}],
|
|
11266
|
+
base: 'ibc/EA3DAB8A59F55A299863E3CDC5149C28B8D472C6A756109965CDA2DA2842522C',
|
|
11267
|
+
name: 'pAuuu (30Jun2025)',
|
|
11268
|
+
display: 'pAUUU30Jun2025',
|
|
11269
|
+
symbol: 'pAUUU-30Jun2025',
|
|
11270
|
+
logo_URIs: {
|
|
11271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
11272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11273
|
+
},
|
|
11274
|
+
images: [{
|
|
11275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
11276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
11277
|
+
}],
|
|
11278
|
+
type_asset: 'sdk.coin',
|
|
11279
|
+
traces: [{
|
|
11280
|
+
type: 'ibc',
|
|
11281
|
+
counterparty: {
|
|
11282
|
+
channel_id: 'channel-1',
|
|
11283
|
+
base_denom: 'p:uauuu:30Jun2025',
|
|
11284
|
+
chain_name: 'pryzm'
|
|
11285
|
+
},
|
|
11286
|
+
chain: {
|
|
11287
|
+
channel_id: 'channel-284'
|
|
11288
|
+
}
|
|
11289
|
+
}]
|
|
11290
|
+
},
|
|
9716
11291
|
{
|
|
9717
11292
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2025',
|
|
9718
11293
|
denom_units: [{
|
|
@@ -9889,19 +11464,19 @@ const assets = {
|
|
|
9889
11464
|
}]
|
|
9890
11465
|
},
|
|
9891
11466
|
{
|
|
9892
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
11467
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Jun2025',
|
|
9893
11468
|
denom_units: [{
|
|
9894
|
-
denom: 'ibc/
|
|
11469
|
+
denom: 'ibc/DB9282E9614742566B0BBEEC15AB52F893BC3574B32A7A9665436A94FBB649BC',
|
|
9895
11470
|
exponent: 0,
|
|
9896
|
-
aliases: ['p:stutia:
|
|
11471
|
+
aliases: ['p:stutia:30Jun2025']
|
|
9897
11472
|
}, {
|
|
9898
|
-
denom: '
|
|
11473
|
+
denom: 'pstTIA30Jun2025',
|
|
9899
11474
|
exponent: 6
|
|
9900
11475
|
}],
|
|
9901
|
-
base: 'ibc/
|
|
9902
|
-
name: 'pstTia (
|
|
9903
|
-
display: '
|
|
9904
|
-
symbol: 'pstTIA-
|
|
11476
|
+
base: 'ibc/DB9282E9614742566B0BBEEC15AB52F893BC3574B32A7A9665436A94FBB649BC',
|
|
11477
|
+
name: 'pstTia (30Jun2025)',
|
|
11478
|
+
display: 'pstTIA30Jun2025',
|
|
11479
|
+
symbol: 'pstTIA-30Jun2025',
|
|
9905
11480
|
logo_URIs: {
|
|
9906
11481
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
9907
11482
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
@@ -9915,7 +11490,7 @@ const assets = {
|
|
|
9915
11490
|
type: 'ibc',
|
|
9916
11491
|
counterparty: {
|
|
9917
11492
|
channel_id: 'channel-1',
|
|
9918
|
-
base_denom: 'p:stutia:
|
|
11493
|
+
base_denom: 'p:stutia:30Jun2025',
|
|
9919
11494
|
chain_name: 'pryzm'
|
|
9920
11495
|
},
|
|
9921
11496
|
chain: {
|
|
@@ -9924,7 +11499,42 @@ const assets = {
|
|
|
9924
11499
|
}]
|
|
9925
11500
|
},
|
|
9926
11501
|
{
|
|
9927
|
-
description: 'Pryzm\'s refracted principal token for stTIA with maturity of
|
|
11502
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
11503
|
+
denom_units: [{
|
|
11504
|
+
denom: 'ibc/76BAC47E42CF4021CAA3E2341F65958B7FFC0719CB42C1630C4D61C229D68A24',
|
|
11505
|
+
exponent: 0,
|
|
11506
|
+
aliases: ['p:stutia:31Dec2025']
|
|
11507
|
+
}, {
|
|
11508
|
+
denom: 'pstTIA31Dec2025',
|
|
11509
|
+
exponent: 6
|
|
11510
|
+
}],
|
|
11511
|
+
base: 'ibc/76BAC47E42CF4021CAA3E2341F65958B7FFC0719CB42C1630C4D61C229D68A24',
|
|
11512
|
+
name: 'pstTia (31Dec2025)',
|
|
11513
|
+
display: 'pstTIA31Dec2025',
|
|
11514
|
+
symbol: 'pstTIA-31Dec2025',
|
|
11515
|
+
logo_URIs: {
|
|
11516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
11517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
11518
|
+
},
|
|
11519
|
+
images: [{
|
|
11520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
11521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
11522
|
+
}],
|
|
11523
|
+
type_asset: 'sdk.coin',
|
|
11524
|
+
traces: [{
|
|
11525
|
+
type: 'ibc',
|
|
11526
|
+
counterparty: {
|
|
11527
|
+
channel_id: 'channel-1',
|
|
11528
|
+
base_denom: 'p:stutia:31Dec2025',
|
|
11529
|
+
chain_name: 'pryzm'
|
|
11530
|
+
},
|
|
11531
|
+
chain: {
|
|
11532
|
+
channel_id: 'channel-284'
|
|
11533
|
+
}
|
|
11534
|
+
}]
|
|
11535
|
+
},
|
|
11536
|
+
{
|
|
11537
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
9928
11538
|
denom_units: [{
|
|
9929
11539
|
denom: 'ibc/7D631F728A4CD799379DAC1B80BE6E8BB21DC6556AD2FE3A18452E262480B492',
|
|
9930
11540
|
exponent: 0,
|
|
@@ -10063,6 +11673,41 @@ const assets = {
|
|
|
10063
11673
|
}
|
|
10064
11674
|
}]
|
|
10065
11675
|
},
|
|
11676
|
+
{
|
|
11677
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Jun2025',
|
|
11678
|
+
denom_units: [{
|
|
11679
|
+
denom: 'ibc/EE242B0FD8D3393FE13BBA3DE20DF1DC0F3F7D362825235E5C058DD65780B86B',
|
|
11680
|
+
exponent: 0,
|
|
11681
|
+
aliases: ['p:stadydx:30Jun2025']
|
|
11682
|
+
}, {
|
|
11683
|
+
denom: 'pstDYDX30Jun2025',
|
|
11684
|
+
exponent: 18
|
|
11685
|
+
}],
|
|
11686
|
+
base: 'ibc/EE242B0FD8D3393FE13BBA3DE20DF1DC0F3F7D362825235E5C058DD65780B86B',
|
|
11687
|
+
name: 'pstDydx (30Jun2025)',
|
|
11688
|
+
display: 'pstDYDX30Jun2025',
|
|
11689
|
+
symbol: 'pstDYDX-30Jun2025',
|
|
11690
|
+
logo_URIs: {
|
|
11691
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
11692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
11693
|
+
},
|
|
11694
|
+
images: [{
|
|
11695
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
11696
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
11697
|
+
}],
|
|
11698
|
+
type_asset: 'sdk.coin',
|
|
11699
|
+
traces: [{
|
|
11700
|
+
type: 'ibc',
|
|
11701
|
+
counterparty: {
|
|
11702
|
+
channel_id: 'channel-1',
|
|
11703
|
+
base_denom: 'p:stadydx:30Jun2025',
|
|
11704
|
+
chain_name: 'pryzm'
|
|
11705
|
+
},
|
|
11706
|
+
chain: {
|
|
11707
|
+
channel_id: 'channel-284'
|
|
11708
|
+
}
|
|
11709
|
+
}]
|
|
11710
|
+
},
|
|
10066
11711
|
{
|
|
10067
11712
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
10068
11713
|
denom_units: [{
|
|
@@ -10378,6 +12023,76 @@ const assets = {
|
|
|
10378
12023
|
}
|
|
10379
12024
|
}]
|
|
10380
12025
|
},
|
|
12026
|
+
{
|
|
12027
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Jun2025',
|
|
12028
|
+
denom_units: [{
|
|
12029
|
+
denom: 'ibc/BDB5EF39C42A6CE3A75205202B731652278C15E1884ECB6C1D385B5EB4A6BC32',
|
|
12030
|
+
exponent: 0,
|
|
12031
|
+
aliases: ['p:utia:30Jun2025']
|
|
12032
|
+
}, {
|
|
12033
|
+
denom: 'pTIA30Jun2025',
|
|
12034
|
+
exponent: 6
|
|
12035
|
+
}],
|
|
12036
|
+
base: 'ibc/BDB5EF39C42A6CE3A75205202B731652278C15E1884ECB6C1D385B5EB4A6BC32',
|
|
12037
|
+
name: 'pTia (30Jun2025)',
|
|
12038
|
+
display: 'pTIA30Jun2025',
|
|
12039
|
+
symbol: 'pTIA-30Jun2025',
|
|
12040
|
+
logo_URIs: {
|
|
12041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12043
|
+
},
|
|
12044
|
+
images: [{
|
|
12045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12047
|
+
}],
|
|
12048
|
+
type_asset: 'sdk.coin',
|
|
12049
|
+
traces: [{
|
|
12050
|
+
type: 'ibc',
|
|
12051
|
+
counterparty: {
|
|
12052
|
+
channel_id: 'channel-1',
|
|
12053
|
+
base_denom: 'p:utia:30Jun2025',
|
|
12054
|
+
chain_name: 'pryzm'
|
|
12055
|
+
},
|
|
12056
|
+
chain: {
|
|
12057
|
+
channel_id: 'channel-284'
|
|
12058
|
+
}
|
|
12059
|
+
}]
|
|
12060
|
+
},
|
|
12061
|
+
{
|
|
12062
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 30Sep2025',
|
|
12063
|
+
denom_units: [{
|
|
12064
|
+
denom: 'ibc/B5C7F6A32DE04282D7E1EE4C2D3C563CDC0A1F7DC82590FE68BF606CF819D6C2',
|
|
12065
|
+
exponent: 0,
|
|
12066
|
+
aliases: ['p:utia:30Sep2025']
|
|
12067
|
+
}, {
|
|
12068
|
+
denom: 'pTIA30Sep2025',
|
|
12069
|
+
exponent: 6
|
|
12070
|
+
}],
|
|
12071
|
+
base: 'ibc/B5C7F6A32DE04282D7E1EE4C2D3C563CDC0A1F7DC82590FE68BF606CF819D6C2',
|
|
12072
|
+
name: 'pTia (30Sep2025)',
|
|
12073
|
+
display: 'pTIA30Sep2025',
|
|
12074
|
+
symbol: 'pTIA-30Sep2025',
|
|
12075
|
+
logo_URIs: {
|
|
12076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12078
|
+
},
|
|
12079
|
+
images: [{
|
|
12080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
12081
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
12082
|
+
}],
|
|
12083
|
+
type_asset: 'sdk.coin',
|
|
12084
|
+
traces: [{
|
|
12085
|
+
type: 'ibc',
|
|
12086
|
+
counterparty: {
|
|
12087
|
+
channel_id: 'channel-1',
|
|
12088
|
+
base_denom: 'p:utia:30Sep2025',
|
|
12089
|
+
chain_name: 'pryzm'
|
|
12090
|
+
},
|
|
12091
|
+
chain: {
|
|
12092
|
+
channel_id: 'channel-284'
|
|
12093
|
+
}
|
|
12094
|
+
}]
|
|
12095
|
+
},
|
|
10381
12096
|
{
|
|
10382
12097
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
10383
12098
|
denom_units: [{
|
|
@@ -10588,6 +12303,76 @@ const assets = {
|
|
|
10588
12303
|
}
|
|
10589
12304
|
}]
|
|
10590
12305
|
},
|
|
12306
|
+
{
|
|
12307
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2026',
|
|
12308
|
+
denom_units: [{
|
|
12309
|
+
denom: 'ibc/B2D81F4F4940050A084EB333144E03B1D2F9808E742A530B28AE8765BE665C9A',
|
|
12310
|
+
exponent: 0,
|
|
12311
|
+
aliases: ['p:ausdy:31Mar2026']
|
|
12312
|
+
}, {
|
|
12313
|
+
denom: 'pUSDY31Mar2026',
|
|
12314
|
+
exponent: 18
|
|
12315
|
+
}],
|
|
12316
|
+
base: 'ibc/B2D81F4F4940050A084EB333144E03B1D2F9808E742A530B28AE8765BE665C9A',
|
|
12317
|
+
name: 'pUsdy (31Mar2026)',
|
|
12318
|
+
display: 'pUSDY31Mar2026',
|
|
12319
|
+
symbol: 'pUSDY-31Mar2026',
|
|
12320
|
+
logo_URIs: {
|
|
12321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
12322
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
12323
|
+
},
|
|
12324
|
+
images: [{
|
|
12325
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
12326
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
12327
|
+
}],
|
|
12328
|
+
type_asset: 'sdk.coin',
|
|
12329
|
+
traces: [{
|
|
12330
|
+
type: 'ibc',
|
|
12331
|
+
counterparty: {
|
|
12332
|
+
channel_id: 'channel-1',
|
|
12333
|
+
base_denom: 'p:ausdy:31Mar2026',
|
|
12334
|
+
chain_name: 'pryzm'
|
|
12335
|
+
},
|
|
12336
|
+
chain: {
|
|
12337
|
+
channel_id: 'channel-284'
|
|
12338
|
+
}
|
|
12339
|
+
}]
|
|
12340
|
+
},
|
|
12341
|
+
{
|
|
12342
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2026',
|
|
12343
|
+
denom_units: [{
|
|
12344
|
+
denom: 'ibc/4CB407F4A88758CF4EB6F41D201B91AC8CA2A44E5B4014DBB9A27DCD9AD33E69',
|
|
12345
|
+
exponent: 0,
|
|
12346
|
+
aliases: ['p:ausdy:30Jun2026']
|
|
12347
|
+
}, {
|
|
12348
|
+
denom: 'pUSDY30Jun2026',
|
|
12349
|
+
exponent: 18
|
|
12350
|
+
}],
|
|
12351
|
+
base: 'ibc/4CB407F4A88758CF4EB6F41D201B91AC8CA2A44E5B4014DBB9A27DCD9AD33E69',
|
|
12352
|
+
name: 'pUsdy (30Jun2026)',
|
|
12353
|
+
display: 'pUSDY30Jun2026',
|
|
12354
|
+
symbol: 'pUSDY-30Jun2026',
|
|
12355
|
+
logo_URIs: {
|
|
12356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
12357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
12358
|
+
},
|
|
12359
|
+
images: [{
|
|
12360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
12361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
12362
|
+
}],
|
|
12363
|
+
type_asset: 'sdk.coin',
|
|
12364
|
+
traces: [{
|
|
12365
|
+
type: 'ibc',
|
|
12366
|
+
counterparty: {
|
|
12367
|
+
channel_id: 'channel-1',
|
|
12368
|
+
base_denom: 'p:ausdy:30Jun2026',
|
|
12369
|
+
chain_name: 'pryzm'
|
|
12370
|
+
},
|
|
12371
|
+
chain: {
|
|
12372
|
+
channel_id: 'channel-284'
|
|
12373
|
+
}
|
|
12374
|
+
}]
|
|
12375
|
+
},
|
|
10591
12376
|
{
|
|
10592
12377
|
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
10593
12378
|
denom_units: [{
|
|
@@ -10728,6 +12513,76 @@ const assets = {
|
|
|
10728
12513
|
}
|
|
10729
12514
|
}]
|
|
10730
12515
|
},
|
|
12516
|
+
{
|
|
12517
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2026',
|
|
12518
|
+
denom_units: [{
|
|
12519
|
+
denom: 'ibc/CF4F0B7509830F753DA3E8445FD907F7AC7A46B9EE51D9941FCB84C43554F773',
|
|
12520
|
+
exponent: 0,
|
|
12521
|
+
aliases: ['p:upryzm:31Mar2026']
|
|
12522
|
+
}, {
|
|
12523
|
+
denom: 'pPRYZM31Mar2026',
|
|
12524
|
+
exponent: 6
|
|
12525
|
+
}],
|
|
12526
|
+
base: 'ibc/CF4F0B7509830F753DA3E8445FD907F7AC7A46B9EE51D9941FCB84C43554F773',
|
|
12527
|
+
name: 'pPryzm (31Mar2026)',
|
|
12528
|
+
display: 'pPRYZM31Mar2026',
|
|
12529
|
+
symbol: 'pPRYZM-31Mar2026',
|
|
12530
|
+
logo_URIs: {
|
|
12531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12533
|
+
},
|
|
12534
|
+
images: [{
|
|
12535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12536
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12537
|
+
}],
|
|
12538
|
+
type_asset: 'sdk.coin',
|
|
12539
|
+
traces: [{
|
|
12540
|
+
type: 'ibc',
|
|
12541
|
+
counterparty: {
|
|
12542
|
+
channel_id: 'channel-1',
|
|
12543
|
+
base_denom: 'p:upryzm:31Mar2026',
|
|
12544
|
+
chain_name: 'pryzm'
|
|
12545
|
+
},
|
|
12546
|
+
chain: {
|
|
12547
|
+
channel_id: 'channel-284'
|
|
12548
|
+
}
|
|
12549
|
+
}]
|
|
12550
|
+
},
|
|
12551
|
+
{
|
|
12552
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2026',
|
|
12553
|
+
denom_units: [{
|
|
12554
|
+
denom: 'ibc/18D237A0FBA14FEBA4109526B3C455CCDFD4D456CBFC5D50B7E0F61EE2658E02',
|
|
12555
|
+
exponent: 0,
|
|
12556
|
+
aliases: ['p:upryzm:30Jun2026']
|
|
12557
|
+
}, {
|
|
12558
|
+
denom: 'pPRYZM30Jun2026',
|
|
12559
|
+
exponent: 6
|
|
12560
|
+
}],
|
|
12561
|
+
base: 'ibc/18D237A0FBA14FEBA4109526B3C455CCDFD4D456CBFC5D50B7E0F61EE2658E02',
|
|
12562
|
+
name: 'pPryzm (30Jun2026)',
|
|
12563
|
+
display: 'pPRYZM30Jun2026',
|
|
12564
|
+
symbol: 'pPRYZM-30Jun2026',
|
|
12565
|
+
logo_URIs: {
|
|
12566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12567
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12568
|
+
},
|
|
12569
|
+
images: [{
|
|
12570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
12571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
12572
|
+
}],
|
|
12573
|
+
type_asset: 'sdk.coin',
|
|
12574
|
+
traces: [{
|
|
12575
|
+
type: 'ibc',
|
|
12576
|
+
counterparty: {
|
|
12577
|
+
channel_id: 'channel-1',
|
|
12578
|
+
base_denom: 'p:upryzm:30Jun2026',
|
|
12579
|
+
chain_name: 'pryzm'
|
|
12580
|
+
},
|
|
12581
|
+
chain: {
|
|
12582
|
+
channel_id: 'channel-284'
|
|
12583
|
+
}
|
|
12584
|
+
}]
|
|
12585
|
+
},
|
|
10731
12586
|
{
|
|
10732
12587
|
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
10733
12588
|
denom_units: [{
|
|
@@ -10868,6 +12723,41 @@ const assets = {
|
|
|
10868
12723
|
}
|
|
10869
12724
|
}]
|
|
10870
12725
|
},
|
|
12726
|
+
{
|
|
12727
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2026',
|
|
12728
|
+
denom_units: [{
|
|
12729
|
+
denom: 'ibc/80EA27C28ECDF1B58A2B2A6A921DC5878FF8C47B149FFCFE9855DE62EAC5AFCE',
|
|
12730
|
+
exponent: 0,
|
|
12731
|
+
aliases: ['p:asusds:30Jun2026']
|
|
12732
|
+
}, {
|
|
12733
|
+
denom: 'psUSDS30Jun2026',
|
|
12734
|
+
exponent: 18
|
|
12735
|
+
}],
|
|
12736
|
+
base: 'ibc/80EA27C28ECDF1B58A2B2A6A921DC5878FF8C47B149FFCFE9855DE62EAC5AFCE',
|
|
12737
|
+
name: 'psUsds (30Jun2026)',
|
|
12738
|
+
display: 'psUSDS30Jun2026',
|
|
12739
|
+
symbol: 'psUSDS-30Jun2026',
|
|
12740
|
+
logo_URIs: {
|
|
12741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
12742
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
12743
|
+
},
|
|
12744
|
+
images: [{
|
|
12745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
12746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
12747
|
+
}],
|
|
12748
|
+
type_asset: 'sdk.coin',
|
|
12749
|
+
traces: [{
|
|
12750
|
+
type: 'ibc',
|
|
12751
|
+
counterparty: {
|
|
12752
|
+
channel_id: 'channel-1',
|
|
12753
|
+
base_denom: 'p:asusds:30Jun2026',
|
|
12754
|
+
chain_name: 'pryzm'
|
|
12755
|
+
},
|
|
12756
|
+
chain: {
|
|
12757
|
+
channel_id: 'channel-284'
|
|
12758
|
+
}
|
|
12759
|
+
}]
|
|
12760
|
+
},
|
|
10871
12761
|
{
|
|
10872
12762
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
10873
12763
|
denom_units: [{
|
|
@@ -10973,6 +12863,76 @@ const assets = {
|
|
|
10973
12863
|
}
|
|
10974
12864
|
}]
|
|
10975
12865
|
},
|
|
12866
|
+
{
|
|
12867
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Jun2025',
|
|
12868
|
+
denom_units: [{
|
|
12869
|
+
denom: 'ibc/8DF2A0B764498F7E50E3A1117792A3006690CE1FE905BE84F9488B1004F6EE31',
|
|
12870
|
+
exponent: 0,
|
|
12871
|
+
aliases: ['y:uatom:30Jun2025']
|
|
12872
|
+
}, {
|
|
12873
|
+
denom: 'yATOM30Jun2025',
|
|
12874
|
+
exponent: 6
|
|
12875
|
+
}],
|
|
12876
|
+
base: 'ibc/8DF2A0B764498F7E50E3A1117792A3006690CE1FE905BE84F9488B1004F6EE31',
|
|
12877
|
+
name: 'yAtom (30Jun2025)',
|
|
12878
|
+
display: 'yATOM30Jun2025',
|
|
12879
|
+
symbol: 'yATOM-30Jun2025',
|
|
12880
|
+
logo_URIs: {
|
|
12881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12882
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12883
|
+
},
|
|
12884
|
+
images: [{
|
|
12885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12886
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12887
|
+
}],
|
|
12888
|
+
type_asset: 'sdk.coin',
|
|
12889
|
+
traces: [{
|
|
12890
|
+
type: 'ibc',
|
|
12891
|
+
counterparty: {
|
|
12892
|
+
channel_id: 'channel-1',
|
|
12893
|
+
base_denom: 'y:uatom:30Jun2025',
|
|
12894
|
+
chain_name: 'pryzm'
|
|
12895
|
+
},
|
|
12896
|
+
chain: {
|
|
12897
|
+
channel_id: 'channel-284'
|
|
12898
|
+
}
|
|
12899
|
+
}]
|
|
12900
|
+
},
|
|
12901
|
+
{
|
|
12902
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2025',
|
|
12903
|
+
denom_units: [{
|
|
12904
|
+
denom: 'ibc/480CC19A5B604BD92F39F3F6AFAA2B27FCA7FE45750EF44C002D103D7A612C6E',
|
|
12905
|
+
exponent: 0,
|
|
12906
|
+
aliases: ['y:uatom:30Sep2025']
|
|
12907
|
+
}, {
|
|
12908
|
+
denom: 'yATOM30Sep2025',
|
|
12909
|
+
exponent: 6
|
|
12910
|
+
}],
|
|
12911
|
+
base: 'ibc/480CC19A5B604BD92F39F3F6AFAA2B27FCA7FE45750EF44C002D103D7A612C6E',
|
|
12912
|
+
name: 'yAtom (30Sep2025)',
|
|
12913
|
+
display: 'yATOM30Sep2025',
|
|
12914
|
+
symbol: 'yATOM-30Sep2025',
|
|
12915
|
+
logo_URIs: {
|
|
12916
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12917
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12918
|
+
},
|
|
12919
|
+
images: [{
|
|
12920
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
12921
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
12922
|
+
}],
|
|
12923
|
+
type_asset: 'sdk.coin',
|
|
12924
|
+
traces: [{
|
|
12925
|
+
type: 'ibc',
|
|
12926
|
+
counterparty: {
|
|
12927
|
+
channel_id: 'channel-1',
|
|
12928
|
+
base_denom: 'y:uatom:30Sep2025',
|
|
12929
|
+
chain_name: 'pryzm'
|
|
12930
|
+
},
|
|
12931
|
+
chain: {
|
|
12932
|
+
channel_id: 'channel-284'
|
|
12933
|
+
}
|
|
12934
|
+
}]
|
|
12935
|
+
},
|
|
10976
12936
|
{
|
|
10977
12937
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
10978
12938
|
denom_units: [{
|
|
@@ -11148,6 +13108,76 @@ const assets = {
|
|
|
11148
13108
|
}
|
|
11149
13109
|
}]
|
|
11150
13110
|
},
|
|
13111
|
+
{
|
|
13112
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Jun2025',
|
|
13113
|
+
denom_units: [{
|
|
13114
|
+
denom: 'ibc/9B484E1F0096391DF7E31E18D7A2820209101153697037E5AE3E54EE56104338',
|
|
13115
|
+
exponent: 0,
|
|
13116
|
+
aliases: ['y:uosmo:30Jun2025']
|
|
13117
|
+
}, {
|
|
13118
|
+
denom: 'yOSMO30Jun2025',
|
|
13119
|
+
exponent: 6
|
|
13120
|
+
}],
|
|
13121
|
+
base: 'ibc/9B484E1F0096391DF7E31E18D7A2820209101153697037E5AE3E54EE56104338',
|
|
13122
|
+
name: 'yOsmo (30Jun2025)',
|
|
13123
|
+
display: 'yOSMO30Jun2025',
|
|
13124
|
+
symbol: 'yOSMO-30Jun2025',
|
|
13125
|
+
logo_URIs: {
|
|
13126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
13127
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
13128
|
+
},
|
|
13129
|
+
images: [{
|
|
13130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
13131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
13132
|
+
}],
|
|
13133
|
+
type_asset: 'sdk.coin',
|
|
13134
|
+
traces: [{
|
|
13135
|
+
type: 'ibc',
|
|
13136
|
+
counterparty: {
|
|
13137
|
+
channel_id: 'channel-1',
|
|
13138
|
+
base_denom: 'y:uosmo:30Jun2025',
|
|
13139
|
+
chain_name: 'pryzm'
|
|
13140
|
+
},
|
|
13141
|
+
chain: {
|
|
13142
|
+
channel_id: 'channel-284'
|
|
13143
|
+
}
|
|
13144
|
+
}]
|
|
13145
|
+
},
|
|
13146
|
+
{
|
|
13147
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2025',
|
|
13148
|
+
denom_units: [{
|
|
13149
|
+
denom: 'ibc/5CAF38B4838BCDB14C28AAD046D391BFD222745E2586E1E8FF50AAA5B9C62153',
|
|
13150
|
+
exponent: 0,
|
|
13151
|
+
aliases: ['y:uosmo:30Sep2025']
|
|
13152
|
+
}, {
|
|
13153
|
+
denom: 'yOSMO30Sep2025',
|
|
13154
|
+
exponent: 6
|
|
13155
|
+
}],
|
|
13156
|
+
base: 'ibc/5CAF38B4838BCDB14C28AAD046D391BFD222745E2586E1E8FF50AAA5B9C62153',
|
|
13157
|
+
name: 'yOsmo (30Sep2025)',
|
|
13158
|
+
display: 'yOSMO30Sep2025',
|
|
13159
|
+
symbol: 'yOSMO-30Sep2025',
|
|
13160
|
+
logo_URIs: {
|
|
13161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
13162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
13163
|
+
},
|
|
13164
|
+
images: [{
|
|
13165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
13166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
13167
|
+
}],
|
|
13168
|
+
type_asset: 'sdk.coin',
|
|
13169
|
+
traces: [{
|
|
13170
|
+
type: 'ibc',
|
|
13171
|
+
counterparty: {
|
|
13172
|
+
channel_id: 'channel-1',
|
|
13173
|
+
base_denom: 'y:uosmo:30Sep2025',
|
|
13174
|
+
chain_name: 'pryzm'
|
|
13175
|
+
},
|
|
13176
|
+
chain: {
|
|
13177
|
+
channel_id: 'channel-284'
|
|
13178
|
+
}
|
|
13179
|
+
}]
|
|
13180
|
+
},
|
|
11151
13181
|
{
|
|
11152
13182
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
11153
13183
|
denom_units: [{
|
|
@@ -11323,6 +13353,76 @@ const assets = {
|
|
|
11323
13353
|
}
|
|
11324
13354
|
}]
|
|
11325
13355
|
},
|
|
13356
|
+
{
|
|
13357
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Jun2025',
|
|
13358
|
+
denom_units: [{
|
|
13359
|
+
denom: 'ibc/5B58082A0EB3FD4E1BCD9AB11309460BCA4FCE1891D19C5B44B120B9804C4C0E',
|
|
13360
|
+
exponent: 0,
|
|
13361
|
+
aliases: ['y:inj:30Jun2025']
|
|
13362
|
+
}, {
|
|
13363
|
+
denom: 'yINJ30Jun2025',
|
|
13364
|
+
exponent: 18
|
|
13365
|
+
}],
|
|
13366
|
+
base: 'ibc/5B58082A0EB3FD4E1BCD9AB11309460BCA4FCE1891D19C5B44B120B9804C4C0E',
|
|
13367
|
+
name: 'yInj (30Jun2025)',
|
|
13368
|
+
display: 'yINJ30Jun2025',
|
|
13369
|
+
symbol: 'yINJ-30Jun2025',
|
|
13370
|
+
logo_URIs: {
|
|
13371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
13372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
13373
|
+
},
|
|
13374
|
+
images: [{
|
|
13375
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
13376
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
13377
|
+
}],
|
|
13378
|
+
type_asset: 'sdk.coin',
|
|
13379
|
+
traces: [{
|
|
13380
|
+
type: 'ibc',
|
|
13381
|
+
counterparty: {
|
|
13382
|
+
channel_id: 'channel-1',
|
|
13383
|
+
base_denom: 'y:inj:30Jun2025',
|
|
13384
|
+
chain_name: 'pryzm'
|
|
13385
|
+
},
|
|
13386
|
+
chain: {
|
|
13387
|
+
channel_id: 'channel-284'
|
|
13388
|
+
}
|
|
13389
|
+
}]
|
|
13390
|
+
},
|
|
13391
|
+
{
|
|
13392
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2025',
|
|
13393
|
+
denom_units: [{
|
|
13394
|
+
denom: 'ibc/FD0E958977CD8D7485B1D679AF3EED4B4E133DACC62F120FB5EEE7434998883E',
|
|
13395
|
+
exponent: 0,
|
|
13396
|
+
aliases: ['y:inj:30Sep2025']
|
|
13397
|
+
}, {
|
|
13398
|
+
denom: 'yINJ30Sep2025',
|
|
13399
|
+
exponent: 18
|
|
13400
|
+
}],
|
|
13401
|
+
base: 'ibc/FD0E958977CD8D7485B1D679AF3EED4B4E133DACC62F120FB5EEE7434998883E',
|
|
13402
|
+
name: 'yInj (30Sep2025)',
|
|
13403
|
+
display: 'yINJ30Sep2025',
|
|
13404
|
+
symbol: 'yINJ-30Sep2025',
|
|
13405
|
+
logo_URIs: {
|
|
13406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
13407
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
13408
|
+
},
|
|
13409
|
+
images: [{
|
|
13410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
13411
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
13412
|
+
}],
|
|
13413
|
+
type_asset: 'sdk.coin',
|
|
13414
|
+
traces: [{
|
|
13415
|
+
type: 'ibc',
|
|
13416
|
+
counterparty: {
|
|
13417
|
+
channel_id: 'channel-1',
|
|
13418
|
+
base_denom: 'y:inj:30Sep2025',
|
|
13419
|
+
chain_name: 'pryzm'
|
|
13420
|
+
},
|
|
13421
|
+
chain: {
|
|
13422
|
+
channel_id: 'channel-284'
|
|
13423
|
+
}
|
|
13424
|
+
}]
|
|
13425
|
+
},
|
|
11326
13426
|
{
|
|
11327
13427
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
11328
13428
|
denom_units: [{
|
|
@@ -11498,6 +13598,76 @@ const assets = {
|
|
|
11498
13598
|
}
|
|
11499
13599
|
}]
|
|
11500
13600
|
},
|
|
13601
|
+
{
|
|
13602
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Jun2025',
|
|
13603
|
+
denom_units: [{
|
|
13604
|
+
denom: 'ibc/EDD81A70E3910591C27F7C341EC4C4C90DC829F8B62C5DFF3A069735306B9F1E',
|
|
13605
|
+
exponent: 0,
|
|
13606
|
+
aliases: ['y:uluna:30Jun2025']
|
|
13607
|
+
}, {
|
|
13608
|
+
denom: 'yLUNA30Jun2025',
|
|
13609
|
+
exponent: 6
|
|
13610
|
+
}],
|
|
13611
|
+
base: 'ibc/EDD81A70E3910591C27F7C341EC4C4C90DC829F8B62C5DFF3A069735306B9F1E',
|
|
13612
|
+
name: 'yLuna (30Jun2025)',
|
|
13613
|
+
display: 'yLUNA30Jun2025',
|
|
13614
|
+
symbol: 'yLUNA-30Jun2025',
|
|
13615
|
+
logo_URIs: {
|
|
13616
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
13617
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
13618
|
+
},
|
|
13619
|
+
images: [{
|
|
13620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
13621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
13622
|
+
}],
|
|
13623
|
+
type_asset: 'sdk.coin',
|
|
13624
|
+
traces: [{
|
|
13625
|
+
type: 'ibc',
|
|
13626
|
+
counterparty: {
|
|
13627
|
+
channel_id: 'channel-1',
|
|
13628
|
+
base_denom: 'y:uluna:30Jun2025',
|
|
13629
|
+
chain_name: 'pryzm'
|
|
13630
|
+
},
|
|
13631
|
+
chain: {
|
|
13632
|
+
channel_id: 'channel-284'
|
|
13633
|
+
}
|
|
13634
|
+
}]
|
|
13635
|
+
},
|
|
13636
|
+
{
|
|
13637
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2025',
|
|
13638
|
+
denom_units: [{
|
|
13639
|
+
denom: 'ibc/3E2597EEB3207F2363A7363C21C65CC428A8776A33D08788F2EA6FA3E03FF2B3',
|
|
13640
|
+
exponent: 0,
|
|
13641
|
+
aliases: ['y:uluna:30Sep2025']
|
|
13642
|
+
}, {
|
|
13643
|
+
denom: 'yLUNA30Sep2025',
|
|
13644
|
+
exponent: 6
|
|
13645
|
+
}],
|
|
13646
|
+
base: 'ibc/3E2597EEB3207F2363A7363C21C65CC428A8776A33D08788F2EA6FA3E03FF2B3',
|
|
13647
|
+
name: 'yLuna (30Sep2025)',
|
|
13648
|
+
display: 'yLUNA30Sep2025',
|
|
13649
|
+
symbol: 'yLUNA-30Sep2025',
|
|
13650
|
+
logo_URIs: {
|
|
13651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
13652
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
13653
|
+
},
|
|
13654
|
+
images: [{
|
|
13655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
13656
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
13657
|
+
}],
|
|
13658
|
+
type_asset: 'sdk.coin',
|
|
13659
|
+
traces: [{
|
|
13660
|
+
type: 'ibc',
|
|
13661
|
+
counterparty: {
|
|
13662
|
+
channel_id: 'channel-1',
|
|
13663
|
+
base_denom: 'y:uluna:30Sep2025',
|
|
13664
|
+
chain_name: 'pryzm'
|
|
13665
|
+
},
|
|
13666
|
+
chain: {
|
|
13667
|
+
channel_id: 'channel-284'
|
|
13668
|
+
}
|
|
13669
|
+
}]
|
|
13670
|
+
},
|
|
11501
13671
|
{
|
|
11502
13672
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
11503
13673
|
denom_units: [{
|
|
@@ -11575,13 +13745,48 @@ const assets = {
|
|
|
11575
13745
|
exponent: 0,
|
|
11576
13746
|
aliases: ['y:uauuu:30Sep2024']
|
|
11577
13747
|
}, {
|
|
11578
|
-
denom: 'yAUUU30Sep2024',
|
|
13748
|
+
denom: 'yAUUU30Sep2024',
|
|
13749
|
+
exponent: 6
|
|
13750
|
+
}],
|
|
13751
|
+
base: 'ibc/A0ADC985CD3BD5F76028433E6A1A694CAFC6859670992995FDCDF32B5AEB2340',
|
|
13752
|
+
name: 'yAuuu (30Sep2024)',
|
|
13753
|
+
display: 'yAUUU30Sep2024',
|
|
13754
|
+
symbol: 'yAUUU-30Sep2024',
|
|
13755
|
+
logo_URIs: {
|
|
13756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
13757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
13758
|
+
},
|
|
13759
|
+
images: [{
|
|
13760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
13761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
13762
|
+
}],
|
|
13763
|
+
type_asset: 'sdk.coin',
|
|
13764
|
+
traces: [{
|
|
13765
|
+
type: 'ibc',
|
|
13766
|
+
counterparty: {
|
|
13767
|
+
channel_id: 'channel-1',
|
|
13768
|
+
base_denom: 'y:uauuu:30Sep2024',
|
|
13769
|
+
chain_name: 'pryzm'
|
|
13770
|
+
},
|
|
13771
|
+
chain: {
|
|
13772
|
+
channel_id: 'channel-284'
|
|
13773
|
+
}
|
|
13774
|
+
}]
|
|
13775
|
+
},
|
|
13776
|
+
{
|
|
13777
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2024',
|
|
13778
|
+
denom_units: [{
|
|
13779
|
+
denom: 'ibc/1DD3F7C436B23B7105E1C92434F481162F8CDE2D67DC4F7F57431B4DA933296A',
|
|
13780
|
+
exponent: 0,
|
|
13781
|
+
aliases: ['y:uauuu:31Dec2024']
|
|
13782
|
+
}, {
|
|
13783
|
+
denom: 'yAUUU31Dec2024',
|
|
11579
13784
|
exponent: 6
|
|
11580
13785
|
}],
|
|
11581
|
-
base: 'ibc/
|
|
11582
|
-
name: 'yAuuu (
|
|
11583
|
-
display: '
|
|
11584
|
-
symbol: 'yAUUU-
|
|
13786
|
+
base: 'ibc/1DD3F7C436B23B7105E1C92434F481162F8CDE2D67DC4F7F57431B4DA933296A',
|
|
13787
|
+
name: 'yAuuu (31Dec2024)',
|
|
13788
|
+
display: 'yAUUU31Dec2024',
|
|
13789
|
+
symbol: 'yAUUU-31Dec2024',
|
|
11585
13790
|
logo_URIs: {
|
|
11586
13791
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
11587
13792
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -11595,7 +13800,7 @@ const assets = {
|
|
|
11595
13800
|
type: 'ibc',
|
|
11596
13801
|
counterparty: {
|
|
11597
13802
|
channel_id: 'channel-1',
|
|
11598
|
-
base_denom: 'y:uauuu:
|
|
13803
|
+
base_denom: 'y:uauuu:31Dec2024',
|
|
11599
13804
|
chain_name: 'pryzm'
|
|
11600
13805
|
},
|
|
11601
13806
|
chain: {
|
|
@@ -11604,19 +13809,19 @@ const assets = {
|
|
|
11604
13809
|
}]
|
|
11605
13810
|
},
|
|
11606
13811
|
{
|
|
11607
|
-
description: 'Pryzm\'s refracted yield token for AUUU with maturity of
|
|
13812
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Jun2025',
|
|
11608
13813
|
denom_units: [{
|
|
11609
|
-
denom: 'ibc/
|
|
13814
|
+
denom: 'ibc/267EFC9F451C0CC3156374F725D8A6A53D654799E1391F392EE903ED2BF4B720',
|
|
11610
13815
|
exponent: 0,
|
|
11611
|
-
aliases: ['y:uauuu:
|
|
13816
|
+
aliases: ['y:uauuu:30Jun2025']
|
|
11612
13817
|
}, {
|
|
11613
|
-
denom: '
|
|
13818
|
+
denom: 'yAUUU30Jun2025',
|
|
11614
13819
|
exponent: 6
|
|
11615
13820
|
}],
|
|
11616
|
-
base: 'ibc/
|
|
11617
|
-
name: 'yAuuu (
|
|
11618
|
-
display: '
|
|
11619
|
-
symbol: 'yAUUU-
|
|
13821
|
+
base: 'ibc/267EFC9F451C0CC3156374F725D8A6A53D654799E1391F392EE903ED2BF4B720',
|
|
13822
|
+
name: 'yAuuu (30Jun2025)',
|
|
13823
|
+
display: 'yAUUU30Jun2025',
|
|
13824
|
+
symbol: 'yAUUU-30Jun2025',
|
|
11620
13825
|
logo_URIs: {
|
|
11621
13826
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
11622
13827
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
@@ -11630,7 +13835,7 @@ const assets = {
|
|
|
11630
13835
|
type: 'ibc',
|
|
11631
13836
|
counterparty: {
|
|
11632
13837
|
channel_id: 'channel-1',
|
|
11633
|
-
base_denom: 'y:uauuu:
|
|
13838
|
+
base_denom: 'y:uauuu:30Jun2025',
|
|
11634
13839
|
chain_name: 'pryzm'
|
|
11635
13840
|
},
|
|
11636
13841
|
chain: {
|
|
@@ -11813,6 +14018,41 @@ const assets = {
|
|
|
11813
14018
|
}
|
|
11814
14019
|
}]
|
|
11815
14020
|
},
|
|
14021
|
+
{
|
|
14022
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Jun2025',
|
|
14023
|
+
denom_units: [{
|
|
14024
|
+
denom: 'ibc/1219E011D980D6A6AA0B9EBE61976AD1E61BFDCE7B584025B90F3955FF544DAD',
|
|
14025
|
+
exponent: 0,
|
|
14026
|
+
aliases: ['y:stutia:30Jun2025']
|
|
14027
|
+
}, {
|
|
14028
|
+
denom: 'ystTIA30Jun2025',
|
|
14029
|
+
exponent: 6
|
|
14030
|
+
}],
|
|
14031
|
+
base: 'ibc/1219E011D980D6A6AA0B9EBE61976AD1E61BFDCE7B584025B90F3955FF544DAD',
|
|
14032
|
+
name: 'ystTia (30Jun2025)',
|
|
14033
|
+
display: 'ystTIA30Jun2025',
|
|
14034
|
+
symbol: 'ystTIA-30Jun2025',
|
|
14035
|
+
logo_URIs: {
|
|
14036
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
14037
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
14038
|
+
},
|
|
14039
|
+
images: [{
|
|
14040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
14041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
14042
|
+
}],
|
|
14043
|
+
type_asset: 'sdk.coin',
|
|
14044
|
+
traces: [{
|
|
14045
|
+
type: 'ibc',
|
|
14046
|
+
counterparty: {
|
|
14047
|
+
channel_id: 'channel-1',
|
|
14048
|
+
base_denom: 'y:stutia:30Jun2025',
|
|
14049
|
+
chain_name: 'pryzm'
|
|
14050
|
+
},
|
|
14051
|
+
chain: {
|
|
14052
|
+
channel_id: 'channel-284'
|
|
14053
|
+
}
|
|
14054
|
+
}]
|
|
14055
|
+
},
|
|
11816
14056
|
{
|
|
11817
14057
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
11818
14058
|
denom_units: [{
|
|
@@ -11988,6 +14228,41 @@ const assets = {
|
|
|
11988
14228
|
}
|
|
11989
14229
|
}]
|
|
11990
14230
|
},
|
|
14231
|
+
{
|
|
14232
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Jun2025',
|
|
14233
|
+
denom_units: [{
|
|
14234
|
+
denom: 'ibc/C5E2400C3AACF72F2C4ED231DF655B17C87EC4920BEB0BE00FC37DD6BEC78D92',
|
|
14235
|
+
exponent: 0,
|
|
14236
|
+
aliases: ['y:stadydx:30Jun2025']
|
|
14237
|
+
}, {
|
|
14238
|
+
denom: 'ystDYDX30Jun2025',
|
|
14239
|
+
exponent: 6
|
|
14240
|
+
}],
|
|
14241
|
+
base: 'ibc/C5E2400C3AACF72F2C4ED231DF655B17C87EC4920BEB0BE00FC37DD6BEC78D92',
|
|
14242
|
+
name: 'ystDydx (30Jun2025)',
|
|
14243
|
+
display: 'ystDYDX30Jun2025',
|
|
14244
|
+
symbol: 'ystDYDX-30Jun2025',
|
|
14245
|
+
logo_URIs: {
|
|
14246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
14247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
14248
|
+
},
|
|
14249
|
+
images: [{
|
|
14250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
14251
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
14252
|
+
}],
|
|
14253
|
+
type_asset: 'sdk.coin',
|
|
14254
|
+
traces: [{
|
|
14255
|
+
type: 'ibc',
|
|
14256
|
+
counterparty: {
|
|
14257
|
+
channel_id: 'channel-1',
|
|
14258
|
+
base_denom: 'y:stadydx:30Jun2025',
|
|
14259
|
+
chain_name: 'pryzm'
|
|
14260
|
+
},
|
|
14261
|
+
chain: {
|
|
14262
|
+
channel_id: 'channel-284'
|
|
14263
|
+
}
|
|
14264
|
+
}]
|
|
14265
|
+
},
|
|
11991
14266
|
{
|
|
11992
14267
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
11993
14268
|
denom_units: [{
|
|
@@ -12303,6 +14578,76 @@ const assets = {
|
|
|
12303
14578
|
}
|
|
12304
14579
|
}]
|
|
12305
14580
|
},
|
|
14581
|
+
{
|
|
14582
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Jun2025',
|
|
14583
|
+
denom_units: [{
|
|
14584
|
+
denom: 'ibc/54FF125A717B5D71BB31AD1D752E676AB9011A1F37AF385592E9A0BC9FEE1DC8',
|
|
14585
|
+
exponent: 0,
|
|
14586
|
+
aliases: ['y:utia:30Jun2025']
|
|
14587
|
+
}, {
|
|
14588
|
+
denom: 'yTIA30Jun2025',
|
|
14589
|
+
exponent: 6
|
|
14590
|
+
}],
|
|
14591
|
+
base: 'ibc/54FF125A717B5D71BB31AD1D752E676AB9011A1F37AF385592E9A0BC9FEE1DC8',
|
|
14592
|
+
name: 'yTia (30Jun2025)',
|
|
14593
|
+
display: 'yTIA30Jun2025',
|
|
14594
|
+
symbol: 'yTIA-30Jun2025',
|
|
14595
|
+
logo_URIs: {
|
|
14596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
14597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
14598
|
+
},
|
|
14599
|
+
images: [{
|
|
14600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
14601
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
14602
|
+
}],
|
|
14603
|
+
type_asset: 'sdk.coin',
|
|
14604
|
+
traces: [{
|
|
14605
|
+
type: 'ibc',
|
|
14606
|
+
counterparty: {
|
|
14607
|
+
channel_id: 'channel-1',
|
|
14608
|
+
base_denom: 'y:utia:30Jun2025',
|
|
14609
|
+
chain_name: 'pryzm'
|
|
14610
|
+
},
|
|
14611
|
+
chain: {
|
|
14612
|
+
channel_id: 'channel-284'
|
|
14613
|
+
}
|
|
14614
|
+
}]
|
|
14615
|
+
},
|
|
14616
|
+
{
|
|
14617
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 30Sep2025',
|
|
14618
|
+
denom_units: [{
|
|
14619
|
+
denom: 'ibc/A0FCDEB2C77A48BA302BE14C1E8A1268582B6ACBB41C075EB6F1354E8642BDC6',
|
|
14620
|
+
exponent: 0,
|
|
14621
|
+
aliases: ['y:utia:30Sep2025']
|
|
14622
|
+
}, {
|
|
14623
|
+
denom: 'yTIA30Sep2025',
|
|
14624
|
+
exponent: 6
|
|
14625
|
+
}],
|
|
14626
|
+
base: 'ibc/A0FCDEB2C77A48BA302BE14C1E8A1268582B6ACBB41C075EB6F1354E8642BDC6',
|
|
14627
|
+
name: 'yTia (30Sep2025)',
|
|
14628
|
+
display: 'yTIA30Sep2025',
|
|
14629
|
+
symbol: 'yTIA-30Sep2025',
|
|
14630
|
+
logo_URIs: {
|
|
14631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
14632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
14633
|
+
},
|
|
14634
|
+
images: [{
|
|
14635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
14636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
14637
|
+
}],
|
|
14638
|
+
type_asset: 'sdk.coin',
|
|
14639
|
+
traces: [{
|
|
14640
|
+
type: 'ibc',
|
|
14641
|
+
counterparty: {
|
|
14642
|
+
channel_id: 'channel-1',
|
|
14643
|
+
base_denom: 'y:utia:30Sep2025',
|
|
14644
|
+
chain_name: 'pryzm'
|
|
14645
|
+
},
|
|
14646
|
+
chain: {
|
|
14647
|
+
channel_id: 'channel-284'
|
|
14648
|
+
}
|
|
14649
|
+
}]
|
|
14650
|
+
},
|
|
12306
14651
|
{
|
|
12307
14652
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
12308
14653
|
denom_units: [{
|
|
@@ -12513,6 +14858,76 @@ const assets = {
|
|
|
12513
14858
|
}
|
|
12514
14859
|
}]
|
|
12515
14860
|
},
|
|
14861
|
+
{
|
|
14862
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2026',
|
|
14863
|
+
denom_units: [{
|
|
14864
|
+
denom: 'ibc/E5EF60C7B2ED25F4C439C36D7AA70BCE44660F061ABB314511D8339521BFD460',
|
|
14865
|
+
exponent: 0,
|
|
14866
|
+
aliases: ['y:ausdy:31Mar2026']
|
|
14867
|
+
}, {
|
|
14868
|
+
denom: 'yUSDY31Mar2026',
|
|
14869
|
+
exponent: 18
|
|
14870
|
+
}],
|
|
14871
|
+
base: 'ibc/E5EF60C7B2ED25F4C439C36D7AA70BCE44660F061ABB314511D8339521BFD460',
|
|
14872
|
+
name: 'yUsdy (31Mar2026)',
|
|
14873
|
+
display: 'yUSDY31Mar2026',
|
|
14874
|
+
symbol: 'yUSDY-31Mar2026',
|
|
14875
|
+
logo_URIs: {
|
|
14876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
14877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
14878
|
+
},
|
|
14879
|
+
images: [{
|
|
14880
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
14881
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
14882
|
+
}],
|
|
14883
|
+
type_asset: 'sdk.coin',
|
|
14884
|
+
traces: [{
|
|
14885
|
+
type: 'ibc',
|
|
14886
|
+
counterparty: {
|
|
14887
|
+
channel_id: 'channel-1',
|
|
14888
|
+
base_denom: 'y:ausdy:31Mar2026',
|
|
14889
|
+
chain_name: 'pryzm'
|
|
14890
|
+
},
|
|
14891
|
+
chain: {
|
|
14892
|
+
channel_id: 'channel-284'
|
|
14893
|
+
}
|
|
14894
|
+
}]
|
|
14895
|
+
},
|
|
14896
|
+
{
|
|
14897
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2026',
|
|
14898
|
+
denom_units: [{
|
|
14899
|
+
denom: 'ibc/8187DFCD1A88F401C4A95017025264D06FB5BFA87EF450F3E4B68498C4F0568F',
|
|
14900
|
+
exponent: 0,
|
|
14901
|
+
aliases: ['y:ausdy:30Jun2026']
|
|
14902
|
+
}, {
|
|
14903
|
+
denom: 'yUSDY30Jun2026',
|
|
14904
|
+
exponent: 18
|
|
14905
|
+
}],
|
|
14906
|
+
base: 'ibc/8187DFCD1A88F401C4A95017025264D06FB5BFA87EF450F3E4B68498C4F0568F',
|
|
14907
|
+
name: 'yUsdy (30Jun2026)',
|
|
14908
|
+
display: 'yUSDY30Jun2026',
|
|
14909
|
+
symbol: 'yUSDY-30Jun2026',
|
|
14910
|
+
logo_URIs: {
|
|
14911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
14912
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
14913
|
+
},
|
|
14914
|
+
images: [{
|
|
14915
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
14916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
14917
|
+
}],
|
|
14918
|
+
type_asset: 'sdk.coin',
|
|
14919
|
+
traces: [{
|
|
14920
|
+
type: 'ibc',
|
|
14921
|
+
counterparty: {
|
|
14922
|
+
channel_id: 'channel-1',
|
|
14923
|
+
base_denom: 'y:ausdy:30Jun2026',
|
|
14924
|
+
chain_name: 'pryzm'
|
|
14925
|
+
},
|
|
14926
|
+
chain: {
|
|
14927
|
+
channel_id: 'channel-284'
|
|
14928
|
+
}
|
|
14929
|
+
}]
|
|
14930
|
+
},
|
|
12516
14931
|
{
|
|
12517
14932
|
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
12518
14933
|
denom_units: [{
|
|
@@ -12653,6 +15068,76 @@ const assets = {
|
|
|
12653
15068
|
}
|
|
12654
15069
|
}]
|
|
12655
15070
|
},
|
|
15071
|
+
{
|
|
15072
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2026',
|
|
15073
|
+
denom_units: [{
|
|
15074
|
+
denom: 'ibc/EBF6DD9827DF3E4DFDD10867D4AAB792E49680D622D03E2E60AB897B9A7BAF88',
|
|
15075
|
+
exponent: 0,
|
|
15076
|
+
aliases: ['y:upryzm:31Mar2026']
|
|
15077
|
+
}, {
|
|
15078
|
+
denom: 'yPRYZM31Mar2026',
|
|
15079
|
+
exponent: 6
|
|
15080
|
+
}],
|
|
15081
|
+
base: 'ibc/EBF6DD9827DF3E4DFDD10867D4AAB792E49680D622D03E2E60AB897B9A7BAF88',
|
|
15082
|
+
name: 'yPryzm (31Mar2026)',
|
|
15083
|
+
display: 'yPRYZM31Mar2026',
|
|
15084
|
+
symbol: 'yPRYZM-31Mar2026',
|
|
15085
|
+
logo_URIs: {
|
|
15086
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
15087
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
15088
|
+
},
|
|
15089
|
+
images: [{
|
|
15090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
15091
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
15092
|
+
}],
|
|
15093
|
+
type_asset: 'sdk.coin',
|
|
15094
|
+
traces: [{
|
|
15095
|
+
type: 'ibc',
|
|
15096
|
+
counterparty: {
|
|
15097
|
+
channel_id: 'channel-1',
|
|
15098
|
+
base_denom: 'y:upryzm:31Mar2026',
|
|
15099
|
+
chain_name: 'pryzm'
|
|
15100
|
+
},
|
|
15101
|
+
chain: {
|
|
15102
|
+
channel_id: 'channel-284'
|
|
15103
|
+
}
|
|
15104
|
+
}]
|
|
15105
|
+
},
|
|
15106
|
+
{
|
|
15107
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2026',
|
|
15108
|
+
denom_units: [{
|
|
15109
|
+
denom: 'ibc/EB9E326E2625B1712D1052E425C4B639C81A2729E5C5A48100D0F57187FBCBBC',
|
|
15110
|
+
exponent: 0,
|
|
15111
|
+
aliases: ['y:upryzm:30Jun2026']
|
|
15112
|
+
}, {
|
|
15113
|
+
denom: 'yPRYZM30Jun2026',
|
|
15114
|
+
exponent: 6
|
|
15115
|
+
}],
|
|
15116
|
+
base: 'ibc/EB9E326E2625B1712D1052E425C4B639C81A2729E5C5A48100D0F57187FBCBBC',
|
|
15117
|
+
name: 'yPryzm (30Jun2026)',
|
|
15118
|
+
display: 'yPRYZM30Jun2026',
|
|
15119
|
+
symbol: 'yPRYZM-30Jun2026',
|
|
15120
|
+
logo_URIs: {
|
|
15121
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
15122
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
15123
|
+
},
|
|
15124
|
+
images: [{
|
|
15125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
15126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
15127
|
+
}],
|
|
15128
|
+
type_asset: 'sdk.coin',
|
|
15129
|
+
traces: [{
|
|
15130
|
+
type: 'ibc',
|
|
15131
|
+
counterparty: {
|
|
15132
|
+
channel_id: 'channel-1',
|
|
15133
|
+
base_denom: 'y:upryzm:30Jun2026',
|
|
15134
|
+
chain_name: 'pryzm'
|
|
15135
|
+
},
|
|
15136
|
+
chain: {
|
|
15137
|
+
channel_id: 'channel-284'
|
|
15138
|
+
}
|
|
15139
|
+
}]
|
|
15140
|
+
},
|
|
12656
15141
|
{
|
|
12657
15142
|
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
12658
15143
|
denom_units: [{
|
|
@@ -12793,6 +15278,41 @@ const assets = {
|
|
|
12793
15278
|
}
|
|
12794
15279
|
}]
|
|
12795
15280
|
},
|
|
15281
|
+
{
|
|
15282
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2026',
|
|
15283
|
+
denom_units: [{
|
|
15284
|
+
denom: 'ibc/52FC4A3D4E997C53CCE2ADA6F00CEACC17E7D1C3A2C0A803FB3DCEC345D0D870',
|
|
15285
|
+
exponent: 0,
|
|
15286
|
+
aliases: ['y:asusds:30Jun2026']
|
|
15287
|
+
}, {
|
|
15288
|
+
denom: 'ysUSDS30Jun2026',
|
|
15289
|
+
exponent: 18
|
|
15290
|
+
}],
|
|
15291
|
+
base: 'ibc/52FC4A3D4E997C53CCE2ADA6F00CEACC17E7D1C3A2C0A803FB3DCEC345D0D870',
|
|
15292
|
+
name: 'ysUsds (30Jun2026)',
|
|
15293
|
+
display: 'ysUSDS30Jun2026',
|
|
15294
|
+
symbol: 'ysUSDS-30Jun2026',
|
|
15295
|
+
logo_URIs: {
|
|
15296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
15297
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
15298
|
+
},
|
|
15299
|
+
images: [{
|
|
15300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
15301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
15302
|
+
}],
|
|
15303
|
+
type_asset: 'sdk.coin',
|
|
15304
|
+
traces: [{
|
|
15305
|
+
type: 'ibc',
|
|
15306
|
+
counterparty: {
|
|
15307
|
+
channel_id: 'channel-1',
|
|
15308
|
+
base_denom: 'y:asusds:30Jun2026',
|
|
15309
|
+
chain_name: 'pryzm'
|
|
15310
|
+
},
|
|
15311
|
+
chain: {
|
|
15312
|
+
channel_id: 'channel-284'
|
|
15313
|
+
}
|
|
15314
|
+
}]
|
|
15315
|
+
},
|
|
12796
15316
|
{
|
|
12797
15317
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
12798
15318
|
denom_units: [{
|