@chain-registry/assets 1.70.51 → 1.70.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1286 -26
- package/esm/mainnet/canto.js +86 -0
- package/esm/mainnet/celestia.js +1386 -40
- package/esm/mainnet/cosmoshub.js +1362 -16
- package/esm/mainnet/dydx.js +1286 -26
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1286 -26
- package/esm/mainnet/milkyway.js +268 -0
- package/esm/mainnet/neutron.js +1286 -26
- package/esm/mainnet/noble.js +1286 -26
- package/esm/mainnet/osmosis.js +1362 -16
- package/esm/mainnet/stride.js +1286 -26
- package/esm/mainnet/terra2.js +1286 -26
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1286 -26
- package/mainnet/canto.js +86 -0
- package/mainnet/celestia.js +1386 -40
- package/mainnet/cosmoshub.js +1362 -16
- package/mainnet/dydx.js +1286 -26
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +1286 -26
- package/mainnet/milkyway.d.ts +3 -0
- package/mainnet/milkyway.js +270 -0
- package/mainnet/neutron.js +1286 -26
- package/mainnet/noble.js +1286 -26
- package/mainnet/osmosis.js +1362 -16
- package/mainnet/stride.js +1286 -26
- package/mainnet/terra2.js +1286 -26
- package/package.json +5 -5
package/esm/mainnet/axelar.js
CHANGED
|
@@ -2744,6 +2744,41 @@ const assets = {
|
|
|
2744
2744
|
}
|
|
2745
2745
|
}]
|
|
2746
2746
|
},
|
|
2747
|
+
{
|
|
2748
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
2749
|
+
denom_units: [{
|
|
2750
|
+
denom: 'ibc/BFBC135140C1A880BCECD5EB20BED3DC587F57B1D6B24E917CE78221BE9157B1',
|
|
2751
|
+
exponent: 0,
|
|
2752
|
+
aliases: ['p:uatom:31Dec2026']
|
|
2753
|
+
}, {
|
|
2754
|
+
denom: 'pATOM31Dec2026',
|
|
2755
|
+
exponent: 6
|
|
2756
|
+
}],
|
|
2757
|
+
base: 'ibc/BFBC135140C1A880BCECD5EB20BED3DC587F57B1D6B24E917CE78221BE9157B1',
|
|
2758
|
+
name: 'pAtom (31Dec2026)',
|
|
2759
|
+
display: 'pATOM31Dec2026',
|
|
2760
|
+
symbol: 'pATOM-31Dec2026',
|
|
2761
|
+
logo_URIs: {
|
|
2762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2763
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2764
|
+
},
|
|
2765
|
+
images: [{
|
|
2766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2767
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2768
|
+
}],
|
|
2769
|
+
type_asset: 'sdk.coin',
|
|
2770
|
+
traces: [{
|
|
2771
|
+
type: 'ibc',
|
|
2772
|
+
counterparty: {
|
|
2773
|
+
channel_id: 'channel-13',
|
|
2774
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
2775
|
+
chain_name: 'pryzm'
|
|
2776
|
+
},
|
|
2777
|
+
chain: {
|
|
2778
|
+
channel_id: 'channel-155'
|
|
2779
|
+
}
|
|
2780
|
+
}]
|
|
2781
|
+
},
|
|
2747
2782
|
{
|
|
2748
2783
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
2749
2784
|
denom_units: [{
|
|
@@ -2849,6 +2884,41 @@ const assets = {
|
|
|
2849
2884
|
}
|
|
2850
2885
|
}]
|
|
2851
2886
|
},
|
|
2887
|
+
{
|
|
2888
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
2889
|
+
denom_units: [{
|
|
2890
|
+
denom: 'ibc/FB00A1CD2C2D9DBCDB916C7E8482D1E82089000D1EB4E48CDFA116BCF37966E0',
|
|
2891
|
+
exponent: 0,
|
|
2892
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
2893
|
+
}, {
|
|
2894
|
+
denom: 'pOSMO31Dec2026',
|
|
2895
|
+
exponent: 6
|
|
2896
|
+
}],
|
|
2897
|
+
base: 'ibc/FB00A1CD2C2D9DBCDB916C7E8482D1E82089000D1EB4E48CDFA116BCF37966E0',
|
|
2898
|
+
name: 'pOsmo (31Dec2026)',
|
|
2899
|
+
display: 'pOSMO31Dec2026',
|
|
2900
|
+
symbol: 'pOSMO-31Dec2026',
|
|
2901
|
+
logo_URIs: {
|
|
2902
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2903
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2904
|
+
},
|
|
2905
|
+
images: [{
|
|
2906
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2907
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2908
|
+
}],
|
|
2909
|
+
type_asset: 'sdk.coin',
|
|
2910
|
+
traces: [{
|
|
2911
|
+
type: 'ibc',
|
|
2912
|
+
counterparty: {
|
|
2913
|
+
channel_id: 'channel-13',
|
|
2914
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
2915
|
+
chain_name: 'pryzm'
|
|
2916
|
+
},
|
|
2917
|
+
chain: {
|
|
2918
|
+
channel_id: 'channel-155'
|
|
2919
|
+
}
|
|
2920
|
+
}]
|
|
2921
|
+
},
|
|
2852
2922
|
{
|
|
2853
2923
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
2854
2924
|
denom_units: [{
|
|
@@ -2954,6 +3024,41 @@ const assets = {
|
|
|
2954
3024
|
}
|
|
2955
3025
|
}]
|
|
2956
3026
|
},
|
|
3027
|
+
{
|
|
3028
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
3029
|
+
denom_units: [{
|
|
3030
|
+
denom: 'ibc/A7000D6F76A124C61791A24F6EB281AECCB7E930284C7DF449115EAF8E216590',
|
|
3031
|
+
exponent: 0,
|
|
3032
|
+
aliases: ['p:inj:31Dec2026']
|
|
3033
|
+
}, {
|
|
3034
|
+
denom: 'pINJ31Dec2026',
|
|
3035
|
+
exponent: 18
|
|
3036
|
+
}],
|
|
3037
|
+
base: 'ibc/A7000D6F76A124C61791A24F6EB281AECCB7E930284C7DF449115EAF8E216590',
|
|
3038
|
+
name: 'pInj (31Dec2026)',
|
|
3039
|
+
display: 'pINJ31Dec2026',
|
|
3040
|
+
symbol: 'pINJ-31Dec2026',
|
|
3041
|
+
logo_URIs: {
|
|
3042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
3043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
3044
|
+
},
|
|
3045
|
+
images: [{
|
|
3046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
3047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
3048
|
+
}],
|
|
3049
|
+
type_asset: 'sdk.coin',
|
|
3050
|
+
traces: [{
|
|
3051
|
+
type: 'ibc',
|
|
3052
|
+
counterparty: {
|
|
3053
|
+
channel_id: 'channel-13',
|
|
3054
|
+
base_denom: 'p:inj:31Dec2026',
|
|
3055
|
+
chain_name: 'pryzm'
|
|
3056
|
+
},
|
|
3057
|
+
chain: {
|
|
3058
|
+
channel_id: 'channel-155'
|
|
3059
|
+
}
|
|
3060
|
+
}]
|
|
3061
|
+
},
|
|
2957
3062
|
{
|
|
2958
3063
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
2959
3064
|
denom_units: [{
|
|
@@ -3024,6 +3129,41 @@ const assets = {
|
|
|
3024
3129
|
}
|
|
3025
3130
|
}]
|
|
3026
3131
|
},
|
|
3132
|
+
{
|
|
3133
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
3134
|
+
denom_units: [{
|
|
3135
|
+
denom: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B',
|
|
3136
|
+
exponent: 0,
|
|
3137
|
+
aliases: ['p:uluna:31Dec2026']
|
|
3138
|
+
}, {
|
|
3139
|
+
denom: 'pLUNA31Dec2026',
|
|
3140
|
+
exponent: 6
|
|
3141
|
+
}],
|
|
3142
|
+
base: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B',
|
|
3143
|
+
name: 'pLuna (31Dec2026)',
|
|
3144
|
+
display: 'pLUNA31Dec2026',
|
|
3145
|
+
symbol: 'pLUNA-31Dec2026',
|
|
3146
|
+
logo_URIs: {
|
|
3147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3149
|
+
},
|
|
3150
|
+
images: [{
|
|
3151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
3152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
3153
|
+
}],
|
|
3154
|
+
type_asset: 'sdk.coin',
|
|
3155
|
+
traces: [{
|
|
3156
|
+
type: 'ibc',
|
|
3157
|
+
counterparty: {
|
|
3158
|
+
channel_id: 'channel-13',
|
|
3159
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
3160
|
+
chain_name: 'pryzm'
|
|
3161
|
+
},
|
|
3162
|
+
chain: {
|
|
3163
|
+
channel_id: 'channel-155'
|
|
3164
|
+
}
|
|
3165
|
+
}]
|
|
3166
|
+
},
|
|
3027
3167
|
{
|
|
3028
3168
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
3029
3169
|
denom_units: [{
|
|
@@ -3164,6 +3304,41 @@ const assets = {
|
|
|
3164
3304
|
}
|
|
3165
3305
|
}]
|
|
3166
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
3309
|
+
denom_units: [{
|
|
3310
|
+
denom: 'ibc/A26DC0E969F8C774737BF95EE45B495B376EF4D437C46A68BC002FA69AD5CD4C',
|
|
3311
|
+
exponent: 0,
|
|
3312
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
3313
|
+
}, {
|
|
3314
|
+
denom: 'pAUUU31Dec2026',
|
|
3315
|
+
exponent: 6
|
|
3316
|
+
}],
|
|
3317
|
+
base: 'ibc/A26DC0E969F8C774737BF95EE45B495B376EF4D437C46A68BC002FA69AD5CD4C',
|
|
3318
|
+
name: 'pAuuu (31Dec2026)',
|
|
3319
|
+
display: 'pAUUU31Dec2026',
|
|
3320
|
+
symbol: 'pAUUU-31Dec2026',
|
|
3321
|
+
logo_URIs: {
|
|
3322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
3323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3324
|
+
},
|
|
3325
|
+
images: [{
|
|
3326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
3327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
3328
|
+
}],
|
|
3329
|
+
type_asset: 'sdk.coin',
|
|
3330
|
+
traces: [{
|
|
3331
|
+
type: 'ibc',
|
|
3332
|
+
counterparty: {
|
|
3333
|
+
channel_id: 'channel-13',
|
|
3334
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
3335
|
+
chain_name: 'pryzm'
|
|
3336
|
+
},
|
|
3337
|
+
chain: {
|
|
3338
|
+
channel_id: 'channel-155'
|
|
3339
|
+
}
|
|
3340
|
+
}]
|
|
3341
|
+
},
|
|
3167
3342
|
{
|
|
3168
3343
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
3169
3344
|
denom_units: [{
|
|
@@ -3269,6 +3444,41 @@ const assets = {
|
|
|
3269
3444
|
}
|
|
3270
3445
|
}]
|
|
3271
3446
|
},
|
|
3447
|
+
{
|
|
3448
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
3449
|
+
denom_units: [{
|
|
3450
|
+
denom: 'ibc/9D0F5FDB9C3B2B867CF8BD25D68DCDB4C48A9A7EB785DEB39336B5644F4F09B5',
|
|
3451
|
+
exponent: 0,
|
|
3452
|
+
aliases: ['p:stutia:31Dec2026']
|
|
3453
|
+
}, {
|
|
3454
|
+
denom: 'pstTIA31Dec2026',
|
|
3455
|
+
exponent: 6
|
|
3456
|
+
}],
|
|
3457
|
+
base: 'ibc/9D0F5FDB9C3B2B867CF8BD25D68DCDB4C48A9A7EB785DEB39336B5644F4F09B5',
|
|
3458
|
+
name: 'pstTia (31Dec2026)',
|
|
3459
|
+
display: 'pstTIA31Dec2026',
|
|
3460
|
+
symbol: 'pstTIA-31Dec2026',
|
|
3461
|
+
logo_URIs: {
|
|
3462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3463
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3464
|
+
},
|
|
3465
|
+
images: [{
|
|
3466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3468
|
+
}],
|
|
3469
|
+
type_asset: 'sdk.coin',
|
|
3470
|
+
traces: [{
|
|
3471
|
+
type: 'ibc',
|
|
3472
|
+
counterparty: {
|
|
3473
|
+
channel_id: 'channel-13',
|
|
3474
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
3475
|
+
chain_name: 'pryzm'
|
|
3476
|
+
},
|
|
3477
|
+
chain: {
|
|
3478
|
+
channel_id: 'channel-155'
|
|
3479
|
+
}
|
|
3480
|
+
}]
|
|
3481
|
+
},
|
|
3272
3482
|
{
|
|
3273
3483
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
3274
3484
|
denom_units: [{
|
|
@@ -3374,6 +3584,41 @@ const assets = {
|
|
|
3374
3584
|
}
|
|
3375
3585
|
}]
|
|
3376
3586
|
},
|
|
3587
|
+
{
|
|
3588
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
3589
|
+
denom_units: [{
|
|
3590
|
+
denom: 'ibc/3B28BC38F5E950BCA560D730D9C3C2DA39CCA7814AD60FD11F04A3057B69FD80',
|
|
3591
|
+
exponent: 0,
|
|
3592
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
3593
|
+
}, {
|
|
3594
|
+
denom: 'pstDYDX31Dec2026',
|
|
3595
|
+
exponent: 18
|
|
3596
|
+
}],
|
|
3597
|
+
base: 'ibc/3B28BC38F5E950BCA560D730D9C3C2DA39CCA7814AD60FD11F04A3057B69FD80',
|
|
3598
|
+
name: 'pstDydx (31Dec2026)',
|
|
3599
|
+
display: 'pstDYDX31Dec2026',
|
|
3600
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
3601
|
+
logo_URIs: {
|
|
3602
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3603
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3604
|
+
},
|
|
3605
|
+
images: [{
|
|
3606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3607
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3608
|
+
}],
|
|
3609
|
+
type_asset: 'sdk.coin',
|
|
3610
|
+
traces: [{
|
|
3611
|
+
type: 'ibc',
|
|
3612
|
+
counterparty: {
|
|
3613
|
+
channel_id: 'channel-13',
|
|
3614
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
3615
|
+
chain_name: 'pryzm'
|
|
3616
|
+
},
|
|
3617
|
+
chain: {
|
|
3618
|
+
channel_id: 'channel-155'
|
|
3619
|
+
}
|
|
3620
|
+
}]
|
|
3621
|
+
},
|
|
3377
3622
|
{
|
|
3378
3623
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
3379
3624
|
denom_units: [{
|
|
@@ -3479,6 +3724,41 @@ const assets = {
|
|
|
3479
3724
|
}
|
|
3480
3725
|
}]
|
|
3481
3726
|
},
|
|
3727
|
+
{
|
|
3728
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
3729
|
+
denom_units: [{
|
|
3730
|
+
denom: 'ibc/B202078F3A0D32EABC49150829377F2FE14AE6CDEFA6DC0CBE8C6C707BD6E9CB',
|
|
3731
|
+
exponent: 0,
|
|
3732
|
+
aliases: ['p:udatom:31Dec2026']
|
|
3733
|
+
}, {
|
|
3734
|
+
denom: 'pdATOM31Dec2026',
|
|
3735
|
+
exponent: 6
|
|
3736
|
+
}],
|
|
3737
|
+
base: 'ibc/B202078F3A0D32EABC49150829377F2FE14AE6CDEFA6DC0CBE8C6C707BD6E9CB',
|
|
3738
|
+
name: 'pdAtom (31Dec2026)',
|
|
3739
|
+
display: 'pdATOM31Dec2026',
|
|
3740
|
+
symbol: 'pdATOM-31Dec2026',
|
|
3741
|
+
logo_URIs: {
|
|
3742
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3743
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3744
|
+
},
|
|
3745
|
+
images: [{
|
|
3746
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3748
|
+
}],
|
|
3749
|
+
type_asset: 'sdk.coin',
|
|
3750
|
+
traces: [{
|
|
3751
|
+
type: 'ibc',
|
|
3752
|
+
counterparty: {
|
|
3753
|
+
channel_id: 'channel-13',
|
|
3754
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
3755
|
+
chain_name: 'pryzm'
|
|
3756
|
+
},
|
|
3757
|
+
chain: {
|
|
3758
|
+
channel_id: 'channel-155'
|
|
3759
|
+
}
|
|
3760
|
+
}]
|
|
3761
|
+
},
|
|
3482
3762
|
{
|
|
3483
3763
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
3484
3764
|
denom_units: [{
|
|
@@ -3549,6 +3829,41 @@ const assets = {
|
|
|
3549
3829
|
}
|
|
3550
3830
|
}]
|
|
3551
3831
|
},
|
|
3832
|
+
{
|
|
3833
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
3834
|
+
denom_units: [{
|
|
3835
|
+
denom: 'ibc/DDC617D5324ACC04132EFFBA14B064AF7C3E02FABB31373E6D374CCB9BEB5EAD',
|
|
3836
|
+
exponent: 0,
|
|
3837
|
+
aliases: ['p:utia:31Dec2026']
|
|
3838
|
+
}, {
|
|
3839
|
+
denom: 'pTIA31Dec2026',
|
|
3840
|
+
exponent: 6
|
|
3841
|
+
}],
|
|
3842
|
+
base: 'ibc/DDC617D5324ACC04132EFFBA14B064AF7C3E02FABB31373E6D374CCB9BEB5EAD',
|
|
3843
|
+
name: 'pTia (31Dec2026)',
|
|
3844
|
+
display: 'pTIA31Dec2026',
|
|
3845
|
+
symbol: 'pTIA-31Dec2026',
|
|
3846
|
+
logo_URIs: {
|
|
3847
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3848
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3849
|
+
},
|
|
3850
|
+
images: [{
|
|
3851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3853
|
+
}],
|
|
3854
|
+
type_asset: 'sdk.coin',
|
|
3855
|
+
traces: [{
|
|
3856
|
+
type: 'ibc',
|
|
3857
|
+
counterparty: {
|
|
3858
|
+
channel_id: 'channel-13',
|
|
3859
|
+
base_denom: 'p:utia:31Dec2026',
|
|
3860
|
+
chain_name: 'pryzm'
|
|
3861
|
+
},
|
|
3862
|
+
chain: {
|
|
3863
|
+
channel_id: 'channel-155'
|
|
3864
|
+
}
|
|
3865
|
+
}]
|
|
3866
|
+
},
|
|
3552
3867
|
{
|
|
3553
3868
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
3554
3869
|
denom_units: [{
|
|
@@ -3654,6 +3969,41 @@ const assets = {
|
|
|
3654
3969
|
}
|
|
3655
3970
|
}]
|
|
3656
3971
|
},
|
|
3972
|
+
{
|
|
3973
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
3974
|
+
denom_units: [{
|
|
3975
|
+
denom: 'ibc/56B27EDE2180074D85B12649B623EAE63DEC768FFC33DFB59882924E99126CC7',
|
|
3976
|
+
exponent: 0,
|
|
3977
|
+
aliases: ['y:uatom:31Dec2026']
|
|
3978
|
+
}, {
|
|
3979
|
+
denom: 'yATOM31Dec2026',
|
|
3980
|
+
exponent: 6
|
|
3981
|
+
}],
|
|
3982
|
+
base: 'ibc/56B27EDE2180074D85B12649B623EAE63DEC768FFC33DFB59882924E99126CC7',
|
|
3983
|
+
name: 'yAtom (31Dec2026)',
|
|
3984
|
+
display: 'yATOM31Dec2026',
|
|
3985
|
+
symbol: 'yATOM-31Dec2026',
|
|
3986
|
+
logo_URIs: {
|
|
3987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3988
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3989
|
+
},
|
|
3990
|
+
images: [{
|
|
3991
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3992
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3993
|
+
}],
|
|
3994
|
+
type_asset: 'sdk.coin',
|
|
3995
|
+
traces: [{
|
|
3996
|
+
type: 'ibc',
|
|
3997
|
+
counterparty: {
|
|
3998
|
+
channel_id: 'channel-13',
|
|
3999
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
4000
|
+
chain_name: 'pryzm'
|
|
4001
|
+
},
|
|
4002
|
+
chain: {
|
|
4003
|
+
channel_id: 'channel-155'
|
|
4004
|
+
}
|
|
4005
|
+
}]
|
|
4006
|
+
},
|
|
3657
4007
|
{
|
|
3658
4008
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
3659
4009
|
denom_units: [{
|
|
@@ -3759,6 +4109,41 @@ const assets = {
|
|
|
3759
4109
|
}
|
|
3760
4110
|
}]
|
|
3761
4111
|
},
|
|
4112
|
+
{
|
|
4113
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
4114
|
+
denom_units: [{
|
|
4115
|
+
denom: 'ibc/B175B659CBE79B01323EF2B238F3DDF45B943FE99EC797CD237CB5DFB3177ACD',
|
|
4116
|
+
exponent: 0,
|
|
4117
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
4118
|
+
}, {
|
|
4119
|
+
denom: 'yOSMO31Dec2026',
|
|
4120
|
+
exponent: 6
|
|
4121
|
+
}],
|
|
4122
|
+
base: 'ibc/B175B659CBE79B01323EF2B238F3DDF45B943FE99EC797CD237CB5DFB3177ACD',
|
|
4123
|
+
name: 'yOsmo (31Dec2026)',
|
|
4124
|
+
display: 'yOSMO31Dec2026',
|
|
4125
|
+
symbol: 'yOSMO-31Dec2026',
|
|
4126
|
+
logo_URIs: {
|
|
4127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4129
|
+
},
|
|
4130
|
+
images: [{
|
|
4131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4133
|
+
}],
|
|
4134
|
+
type_asset: 'sdk.coin',
|
|
4135
|
+
traces: [{
|
|
4136
|
+
type: 'ibc',
|
|
4137
|
+
counterparty: {
|
|
4138
|
+
channel_id: 'channel-13',
|
|
4139
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
4140
|
+
chain_name: 'pryzm'
|
|
4141
|
+
},
|
|
4142
|
+
chain: {
|
|
4143
|
+
channel_id: 'channel-155'
|
|
4144
|
+
}
|
|
4145
|
+
}]
|
|
4146
|
+
},
|
|
3762
4147
|
{
|
|
3763
4148
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
3764
4149
|
denom_units: [{
|
|
@@ -3864,6 +4249,41 @@ const assets = {
|
|
|
3864
4249
|
}
|
|
3865
4250
|
}]
|
|
3866
4251
|
},
|
|
4252
|
+
{
|
|
4253
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
4254
|
+
denom_units: [{
|
|
4255
|
+
denom: 'ibc/F216C4020277BC71DD43E7B2CBA4694935E4982BABFF442FE7AF330D42BC3C9C',
|
|
4256
|
+
exponent: 0,
|
|
4257
|
+
aliases: ['y:inj:31Dec2026']
|
|
4258
|
+
}, {
|
|
4259
|
+
denom: 'yINJ31Dec2026',
|
|
4260
|
+
exponent: 18
|
|
4261
|
+
}],
|
|
4262
|
+
base: 'ibc/F216C4020277BC71DD43E7B2CBA4694935E4982BABFF442FE7AF330D42BC3C9C',
|
|
4263
|
+
name: 'yInj (31Dec2026)',
|
|
4264
|
+
display: 'yINJ31Dec2026',
|
|
4265
|
+
symbol: 'yINJ-31Dec2026',
|
|
4266
|
+
logo_URIs: {
|
|
4267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4268
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4269
|
+
},
|
|
4270
|
+
images: [{
|
|
4271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4273
|
+
}],
|
|
4274
|
+
type_asset: 'sdk.coin',
|
|
4275
|
+
traces: [{
|
|
4276
|
+
type: 'ibc',
|
|
4277
|
+
counterparty: {
|
|
4278
|
+
channel_id: 'channel-13',
|
|
4279
|
+
base_denom: 'y:inj:31Dec2026',
|
|
4280
|
+
chain_name: 'pryzm'
|
|
4281
|
+
},
|
|
4282
|
+
chain: {
|
|
4283
|
+
channel_id: 'channel-155'
|
|
4284
|
+
}
|
|
4285
|
+
}]
|
|
4286
|
+
},
|
|
3867
4287
|
{
|
|
3868
4288
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
3869
4289
|
denom_units: [{
|
|
@@ -3969,6 +4389,41 @@ const assets = {
|
|
|
3969
4389
|
}
|
|
3970
4390
|
}]
|
|
3971
4391
|
},
|
|
4392
|
+
{
|
|
4393
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
4394
|
+
denom_units: [{
|
|
4395
|
+
denom: 'ibc/9C70F832998E81BFC537C97CC872CAF8A0C1AE47BC610951CA04D3B24D229011',
|
|
4396
|
+
exponent: 0,
|
|
4397
|
+
aliases: ['y:uluna:31Dec2026']
|
|
4398
|
+
}, {
|
|
4399
|
+
denom: 'yLUNA31Dec2026',
|
|
4400
|
+
exponent: 6
|
|
4401
|
+
}],
|
|
4402
|
+
base: 'ibc/9C70F832998E81BFC537C97CC872CAF8A0C1AE47BC610951CA04D3B24D229011',
|
|
4403
|
+
name: 'yLuna (31Dec2026)',
|
|
4404
|
+
display: 'yLUNA31Dec2026',
|
|
4405
|
+
symbol: 'yLUNA-31Dec2026',
|
|
4406
|
+
logo_URIs: {
|
|
4407
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4408
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4409
|
+
},
|
|
4410
|
+
images: [{
|
|
4411
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4412
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4413
|
+
}],
|
|
4414
|
+
type_asset: 'sdk.coin',
|
|
4415
|
+
traces: [{
|
|
4416
|
+
type: 'ibc',
|
|
4417
|
+
counterparty: {
|
|
4418
|
+
channel_id: 'channel-13',
|
|
4419
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
4420
|
+
chain_name: 'pryzm'
|
|
4421
|
+
},
|
|
4422
|
+
chain: {
|
|
4423
|
+
channel_id: 'channel-155'
|
|
4424
|
+
}
|
|
4425
|
+
}]
|
|
4426
|
+
},
|
|
3972
4427
|
{
|
|
3973
4428
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
3974
4429
|
denom_units: [{
|
|
@@ -4074,6 +4529,41 @@ const assets = {
|
|
|
4074
4529
|
}
|
|
4075
4530
|
}]
|
|
4076
4531
|
},
|
|
4532
|
+
{
|
|
4533
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
4534
|
+
denom_units: [{
|
|
4535
|
+
denom: 'ibc/20F996473422923ACE608300F6DBDB198702550F1FFAD379FFE08CCAC0703939',
|
|
4536
|
+
exponent: 0,
|
|
4537
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
4538
|
+
}, {
|
|
4539
|
+
denom: 'yAUUU31Dec2026',
|
|
4540
|
+
exponent: 6
|
|
4541
|
+
}],
|
|
4542
|
+
base: 'ibc/20F996473422923ACE608300F6DBDB198702550F1FFAD379FFE08CCAC0703939',
|
|
4543
|
+
name: 'yAuuu (31Dec2026)',
|
|
4544
|
+
display: 'yAUUU31Dec2026',
|
|
4545
|
+
symbol: 'yAUUU-31Dec2026',
|
|
4546
|
+
logo_URIs: {
|
|
4547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
4548
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4549
|
+
},
|
|
4550
|
+
images: [{
|
|
4551
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
4552
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
4553
|
+
}],
|
|
4554
|
+
type_asset: 'sdk.coin',
|
|
4555
|
+
traces: [{
|
|
4556
|
+
type: 'ibc',
|
|
4557
|
+
counterparty: {
|
|
4558
|
+
channel_id: 'channel-13',
|
|
4559
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
4560
|
+
chain_name: 'pryzm'
|
|
4561
|
+
},
|
|
4562
|
+
chain: {
|
|
4563
|
+
channel_id: 'channel-155'
|
|
4564
|
+
}
|
|
4565
|
+
}]
|
|
4566
|
+
},
|
|
4077
4567
|
{
|
|
4078
4568
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
4079
4569
|
denom_units: [{
|
|
@@ -4179,6 +4669,41 @@ const assets = {
|
|
|
4179
4669
|
}
|
|
4180
4670
|
}]
|
|
4181
4671
|
},
|
|
4672
|
+
{
|
|
4673
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
4674
|
+
denom_units: [{
|
|
4675
|
+
denom: 'ibc/C090B36A0F7B1C4977AA234846D064D25C5375095B86AEEAE15EC8023D8F03B5',
|
|
4676
|
+
exponent: 0,
|
|
4677
|
+
aliases: ['y:stutia:31Dec2026']
|
|
4678
|
+
}, {
|
|
4679
|
+
denom: 'ystTIA31Dec2026',
|
|
4680
|
+
exponent: 6
|
|
4681
|
+
}],
|
|
4682
|
+
base: 'ibc/C090B36A0F7B1C4977AA234846D064D25C5375095B86AEEAE15EC8023D8F03B5',
|
|
4683
|
+
name: 'ystTia (31Dec2026)',
|
|
4684
|
+
display: 'ystTIA31Dec2026',
|
|
4685
|
+
symbol: 'ystTIA-31Dec2026',
|
|
4686
|
+
logo_URIs: {
|
|
4687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4689
|
+
},
|
|
4690
|
+
images: [{
|
|
4691
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4693
|
+
}],
|
|
4694
|
+
type_asset: 'sdk.coin',
|
|
4695
|
+
traces: [{
|
|
4696
|
+
type: 'ibc',
|
|
4697
|
+
counterparty: {
|
|
4698
|
+
channel_id: 'channel-13',
|
|
4699
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
4700
|
+
chain_name: 'pryzm'
|
|
4701
|
+
},
|
|
4702
|
+
chain: {
|
|
4703
|
+
channel_id: 'channel-155'
|
|
4704
|
+
}
|
|
4705
|
+
}]
|
|
4706
|
+
},
|
|
4182
4707
|
{
|
|
4183
4708
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
4184
4709
|
denom_units: [{
|
|
@@ -4187,7 +4712,7 @@ const assets = {
|
|
|
4187
4712
|
aliases: ['y:stadydx:30Sep2024']
|
|
4188
4713
|
}, {
|
|
4189
4714
|
denom: 'ystDYDX30Sep2024',
|
|
4190
|
-
exponent:
|
|
4715
|
+
exponent: 18
|
|
4191
4716
|
}],
|
|
4192
4717
|
base: 'ibc/14C6A21B8C7CFC0CF3C4D120CFDE76E9DCE5C6451B6096131F0E3CB34260D7AE',
|
|
4193
4718
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -4222,7 +4747,7 @@ const assets = {
|
|
|
4222
4747
|
aliases: ['y:stadydx:31Dec2024']
|
|
4223
4748
|
}, {
|
|
4224
4749
|
denom: 'ystDYDX31Dec2024',
|
|
4225
|
-
exponent:
|
|
4750
|
+
exponent: 18
|
|
4226
4751
|
}],
|
|
4227
4752
|
base: 'ibc/AE2B7CBF1FCBD0734878F2624D6FCF2CEAC472656AC8CB151C73271B6DEA17B2',
|
|
4228
4753
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -4257,7 +4782,7 @@ const assets = {
|
|
|
4257
4782
|
aliases: ['y:stadydx:31Dec2025']
|
|
4258
4783
|
}, {
|
|
4259
4784
|
denom: 'ystDYDX31Dec2025',
|
|
4260
|
-
exponent:
|
|
4785
|
+
exponent: 18
|
|
4261
4786
|
}],
|
|
4262
4787
|
base: 'ibc/3CE8B68553A7365B72FD2BF971ED6BE456CC166D06E0CED61FFCA48C67BE7DE9',
|
|
4263
4788
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -4284,6 +4809,41 @@ const assets = {
|
|
|
4284
4809
|
}
|
|
4285
4810
|
}]
|
|
4286
4811
|
},
|
|
4812
|
+
{
|
|
4813
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
4814
|
+
denom_units: [{
|
|
4815
|
+
denom: 'ibc/E3A2D2DE06CE0499F2D0ED250E7B6AF9089E3BD168B40113200D82AE9882689E',
|
|
4816
|
+
exponent: 0,
|
|
4817
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
4818
|
+
}, {
|
|
4819
|
+
denom: 'ystDYDX31Dec2026',
|
|
4820
|
+
exponent: 18
|
|
4821
|
+
}],
|
|
4822
|
+
base: 'ibc/E3A2D2DE06CE0499F2D0ED250E7B6AF9089E3BD168B40113200D82AE9882689E',
|
|
4823
|
+
name: 'ystDydx (31Dec2026)',
|
|
4824
|
+
display: 'ystDYDX31Dec2026',
|
|
4825
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
4826
|
+
logo_URIs: {
|
|
4827
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4828
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4829
|
+
},
|
|
4830
|
+
images: [{
|
|
4831
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4832
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4833
|
+
}],
|
|
4834
|
+
type_asset: 'sdk.coin',
|
|
4835
|
+
traces: [{
|
|
4836
|
+
type: 'ibc',
|
|
4837
|
+
counterparty: {
|
|
4838
|
+
channel_id: 'channel-13',
|
|
4839
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
4840
|
+
chain_name: 'pryzm'
|
|
4841
|
+
},
|
|
4842
|
+
chain: {
|
|
4843
|
+
channel_id: 'channel-155'
|
|
4844
|
+
}
|
|
4845
|
+
}]
|
|
4846
|
+
},
|
|
4287
4847
|
{
|
|
4288
4848
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
4289
4849
|
denom_units: [{
|
|
@@ -4389,6 +4949,41 @@ const assets = {
|
|
|
4389
4949
|
}
|
|
4390
4950
|
}]
|
|
4391
4951
|
},
|
|
4952
|
+
{
|
|
4953
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
4954
|
+
denom_units: [{
|
|
4955
|
+
denom: 'ibc/E8A756F88D012FF2CD5DB2F09627EBA7CBCDE0A0D9A229AA89E20450887312FC',
|
|
4956
|
+
exponent: 0,
|
|
4957
|
+
aliases: ['y:udatom:31Dec2026']
|
|
4958
|
+
}, {
|
|
4959
|
+
denom: 'ydATOM31Dec2026',
|
|
4960
|
+
exponent: 6
|
|
4961
|
+
}],
|
|
4962
|
+
base: 'ibc/E8A756F88D012FF2CD5DB2F09627EBA7CBCDE0A0D9A229AA89E20450887312FC',
|
|
4963
|
+
name: 'ydAtom (31Dec2026)',
|
|
4964
|
+
display: 'ydATOM31Dec2026',
|
|
4965
|
+
symbol: 'ydATOM-31Dec2026',
|
|
4966
|
+
logo_URIs: {
|
|
4967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4969
|
+
},
|
|
4970
|
+
images: [{
|
|
4971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4973
|
+
}],
|
|
4974
|
+
type_asset: 'sdk.coin',
|
|
4975
|
+
traces: [{
|
|
4976
|
+
type: 'ibc',
|
|
4977
|
+
counterparty: {
|
|
4978
|
+
channel_id: 'channel-13',
|
|
4979
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
4980
|
+
chain_name: 'pryzm'
|
|
4981
|
+
},
|
|
4982
|
+
chain: {
|
|
4983
|
+
channel_id: 'channel-155'
|
|
4984
|
+
}
|
|
4985
|
+
}]
|
|
4986
|
+
},
|
|
4392
4987
|
{
|
|
4393
4988
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
4394
4989
|
denom_units: [{
|
|
@@ -4416,7 +5011,42 @@ const assets = {
|
|
|
4416
5011
|
type: 'ibc',
|
|
4417
5012
|
counterparty: {
|
|
4418
5013
|
channel_id: 'channel-13',
|
|
4419
|
-
base_denom: 'y:utia:31Dec2024',
|
|
5014
|
+
base_denom: 'y:utia:31Dec2024',
|
|
5015
|
+
chain_name: 'pryzm'
|
|
5016
|
+
},
|
|
5017
|
+
chain: {
|
|
5018
|
+
channel_id: 'channel-155'
|
|
5019
|
+
}
|
|
5020
|
+
}]
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
5024
|
+
denom_units: [{
|
|
5025
|
+
denom: 'ibc/1E2C87BD659AA51DEFB5331B7F8426F54519992E664CF41591FF397AB45A482A',
|
|
5026
|
+
exponent: 0,
|
|
5027
|
+
aliases: ['y:utia:31Dec2025']
|
|
5028
|
+
}, {
|
|
5029
|
+
denom: 'yTIA31Dec2025',
|
|
5030
|
+
exponent: 6
|
|
5031
|
+
}],
|
|
5032
|
+
base: 'ibc/1E2C87BD659AA51DEFB5331B7F8426F54519992E664CF41591FF397AB45A482A',
|
|
5033
|
+
name: 'yTia (31Dec2025)',
|
|
5034
|
+
display: 'yTIA31Dec2025',
|
|
5035
|
+
symbol: 'yTIA-31Dec2025',
|
|
5036
|
+
logo_URIs: {
|
|
5037
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5038
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5039
|
+
},
|
|
5040
|
+
images: [{
|
|
5041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5043
|
+
}],
|
|
5044
|
+
type_asset: 'sdk.coin',
|
|
5045
|
+
traces: [{
|
|
5046
|
+
type: 'ibc',
|
|
5047
|
+
counterparty: {
|
|
5048
|
+
channel_id: 'channel-13',
|
|
5049
|
+
base_denom: 'y:utia:31Dec2025',
|
|
4420
5050
|
chain_name: 'pryzm'
|
|
4421
5051
|
},
|
|
4422
5052
|
chain: {
|
|
@@ -4425,19 +5055,19 @@ const assets = {
|
|
|
4425
5055
|
}]
|
|
4426
5056
|
},
|
|
4427
5057
|
{
|
|
4428
|
-
description: 'Pryzm\'s refracted yield token for TIA with maturity of
|
|
5058
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
4429
5059
|
denom_units: [{
|
|
4430
|
-
denom: 'ibc/
|
|
5060
|
+
denom: 'ibc/349828A73500BC3A951A56F9E89A32B60C876AC771A35553CD0AAAE8D8966F01',
|
|
4431
5061
|
exponent: 0,
|
|
4432
|
-
aliases: ['y:utia:
|
|
5062
|
+
aliases: ['y:utia:31Dec2026']
|
|
4433
5063
|
}, {
|
|
4434
|
-
denom: '
|
|
5064
|
+
denom: 'yTIA31Dec2026',
|
|
4435
5065
|
exponent: 6
|
|
4436
5066
|
}],
|
|
4437
|
-
base: 'ibc/
|
|
4438
|
-
name: 'yTia (
|
|
4439
|
-
display: '
|
|
4440
|
-
symbol: 'yTIA-
|
|
5067
|
+
base: 'ibc/349828A73500BC3A951A56F9E89A32B60C876AC771A35553CD0AAAE8D8966F01',
|
|
5068
|
+
name: 'yTia (31Dec2026)',
|
|
5069
|
+
display: 'yTIA31Dec2026',
|
|
5070
|
+
symbol: 'yTIA-31Dec2026',
|
|
4441
5071
|
logo_URIs: {
|
|
4442
5072
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
4443
5073
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
@@ -4451,7 +5081,7 @@ const assets = {
|
|
|
4451
5081
|
type: 'ibc',
|
|
4452
5082
|
counterparty: {
|
|
4453
5083
|
channel_id: 'channel-13',
|
|
4454
|
-
base_denom: 'y:utia:
|
|
5084
|
+
base_denom: 'y:utia:31Dec2026',
|
|
4455
5085
|
chain_name: 'pryzm'
|
|
4456
5086
|
},
|
|
4457
5087
|
chain: {
|
|
@@ -7930,6 +8560,41 @@ const assets = {
|
|
|
7930
8560
|
}
|
|
7931
8561
|
}]
|
|
7932
8562
|
},
|
|
8563
|
+
{
|
|
8564
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2026',
|
|
8565
|
+
denom_units: [{
|
|
8566
|
+
denom: 'ibc/BFBC135140C1A880BCECD5EB20BED3DC587F57B1D6B24E917CE78221BE9157B1',
|
|
8567
|
+
exponent: 0,
|
|
8568
|
+
aliases: ['p:uatom:31Dec2026']
|
|
8569
|
+
}, {
|
|
8570
|
+
denom: 'pATOM31Dec2026',
|
|
8571
|
+
exponent: 6
|
|
8572
|
+
}],
|
|
8573
|
+
base: 'ibc/BFBC135140C1A880BCECD5EB20BED3DC587F57B1D6B24E917CE78221BE9157B1',
|
|
8574
|
+
name: 'pAtom (31Dec2026)',
|
|
8575
|
+
display: 'pATOM31Dec2026',
|
|
8576
|
+
symbol: 'pATOM-31Dec2026',
|
|
8577
|
+
logo_URIs: {
|
|
8578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8580
|
+
},
|
|
8581
|
+
images: [{
|
|
8582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
8583
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
8584
|
+
}],
|
|
8585
|
+
type_asset: 'sdk.coin',
|
|
8586
|
+
traces: [{
|
|
8587
|
+
type: 'ibc',
|
|
8588
|
+
counterparty: {
|
|
8589
|
+
channel_id: 'channel-13',
|
|
8590
|
+
base_denom: 'p:uatom:31Dec2026',
|
|
8591
|
+
chain_name: 'pryzm'
|
|
8592
|
+
},
|
|
8593
|
+
chain: {
|
|
8594
|
+
channel_id: 'channel-155'
|
|
8595
|
+
}
|
|
8596
|
+
}]
|
|
8597
|
+
},
|
|
7933
8598
|
{
|
|
7934
8599
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 30Sep2024',
|
|
7935
8600
|
denom_units: [{
|
|
@@ -8035,6 +8700,41 @@ const assets = {
|
|
|
8035
8700
|
}
|
|
8036
8701
|
}]
|
|
8037
8702
|
},
|
|
8703
|
+
{
|
|
8704
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2026',
|
|
8705
|
+
denom_units: [{
|
|
8706
|
+
denom: 'ibc/FB00A1CD2C2D9DBCDB916C7E8482D1E82089000D1EB4E48CDFA116BCF37966E0',
|
|
8707
|
+
exponent: 0,
|
|
8708
|
+
aliases: ['p:uosmo:31Dec2026']
|
|
8709
|
+
}, {
|
|
8710
|
+
denom: 'pOSMO31Dec2026',
|
|
8711
|
+
exponent: 6
|
|
8712
|
+
}],
|
|
8713
|
+
base: 'ibc/FB00A1CD2C2D9DBCDB916C7E8482D1E82089000D1EB4E48CDFA116BCF37966E0',
|
|
8714
|
+
name: 'pOsmo (31Dec2026)',
|
|
8715
|
+
display: 'pOSMO31Dec2026',
|
|
8716
|
+
symbol: 'pOSMO-31Dec2026',
|
|
8717
|
+
logo_URIs: {
|
|
8718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
8719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
8720
|
+
},
|
|
8721
|
+
images: [{
|
|
8722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
8723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
8724
|
+
}],
|
|
8725
|
+
type_asset: 'sdk.coin',
|
|
8726
|
+
traces: [{
|
|
8727
|
+
type: 'ibc',
|
|
8728
|
+
counterparty: {
|
|
8729
|
+
channel_id: 'channel-13',
|
|
8730
|
+
base_denom: 'p:uosmo:31Dec2026',
|
|
8731
|
+
chain_name: 'pryzm'
|
|
8732
|
+
},
|
|
8733
|
+
chain: {
|
|
8734
|
+
channel_id: 'channel-155'
|
|
8735
|
+
}
|
|
8736
|
+
}]
|
|
8737
|
+
},
|
|
8038
8738
|
{
|
|
8039
8739
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 30Sep2024',
|
|
8040
8740
|
denom_units: [{
|
|
@@ -8140,6 +8840,41 @@ const assets = {
|
|
|
8140
8840
|
}
|
|
8141
8841
|
}]
|
|
8142
8842
|
},
|
|
8843
|
+
{
|
|
8844
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2026',
|
|
8845
|
+
denom_units: [{
|
|
8846
|
+
denom: 'ibc/A7000D6F76A124C61791A24F6EB281AECCB7E930284C7DF449115EAF8E216590',
|
|
8847
|
+
exponent: 0,
|
|
8848
|
+
aliases: ['p:inj:31Dec2026']
|
|
8849
|
+
}, {
|
|
8850
|
+
denom: 'pINJ31Dec2026',
|
|
8851
|
+
exponent: 18
|
|
8852
|
+
}],
|
|
8853
|
+
base: 'ibc/A7000D6F76A124C61791A24F6EB281AECCB7E930284C7DF449115EAF8E216590',
|
|
8854
|
+
name: 'pInj (31Dec2026)',
|
|
8855
|
+
display: 'pINJ31Dec2026',
|
|
8856
|
+
symbol: 'pINJ-31Dec2026',
|
|
8857
|
+
logo_URIs: {
|
|
8858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
8859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
8860
|
+
},
|
|
8861
|
+
images: [{
|
|
8862
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
8863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
8864
|
+
}],
|
|
8865
|
+
type_asset: 'sdk.coin',
|
|
8866
|
+
traces: [{
|
|
8867
|
+
type: 'ibc',
|
|
8868
|
+
counterparty: {
|
|
8869
|
+
channel_id: 'channel-13',
|
|
8870
|
+
base_denom: 'p:inj:31Dec2026',
|
|
8871
|
+
chain_name: 'pryzm'
|
|
8872
|
+
},
|
|
8873
|
+
chain: {
|
|
8874
|
+
channel_id: 'channel-155'
|
|
8875
|
+
}
|
|
8876
|
+
}]
|
|
8877
|
+
},
|
|
8143
8878
|
{
|
|
8144
8879
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 30Sep2024',
|
|
8145
8880
|
denom_units: [{
|
|
@@ -8210,6 +8945,41 @@ const assets = {
|
|
|
8210
8945
|
}
|
|
8211
8946
|
}]
|
|
8212
8947
|
},
|
|
8948
|
+
{
|
|
8949
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
8950
|
+
denom_units: [{
|
|
8951
|
+
denom: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B',
|
|
8952
|
+
exponent: 0,
|
|
8953
|
+
aliases: ['p:uluna:31Dec2026']
|
|
8954
|
+
}, {
|
|
8955
|
+
denom: 'pLUNA31Dec2026',
|
|
8956
|
+
exponent: 6
|
|
8957
|
+
}],
|
|
8958
|
+
base: 'ibc/0E2DF093CEABB97A35D8CB77647D830E8C19D3B10FEA5D92CA8B31C8940B8A1B',
|
|
8959
|
+
name: 'pLuna (31Dec2026)',
|
|
8960
|
+
display: 'pLUNA31Dec2026',
|
|
8961
|
+
symbol: 'pLUNA-31Dec2026',
|
|
8962
|
+
logo_URIs: {
|
|
8963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
8964
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
8965
|
+
},
|
|
8966
|
+
images: [{
|
|
8967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
8968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
8969
|
+
}],
|
|
8970
|
+
type_asset: 'sdk.coin',
|
|
8971
|
+
traces: [{
|
|
8972
|
+
type: 'ibc',
|
|
8973
|
+
counterparty: {
|
|
8974
|
+
channel_id: 'channel-13',
|
|
8975
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
8976
|
+
chain_name: 'pryzm'
|
|
8977
|
+
},
|
|
8978
|
+
chain: {
|
|
8979
|
+
channel_id: 'channel-155'
|
|
8980
|
+
}
|
|
8981
|
+
}]
|
|
8982
|
+
},
|
|
8213
8983
|
{
|
|
8214
8984
|
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2025',
|
|
8215
8985
|
denom_units: [{
|
|
@@ -8350,6 +9120,41 @@ const assets = {
|
|
|
8350
9120
|
}
|
|
8351
9121
|
}]
|
|
8352
9122
|
},
|
|
9123
|
+
{
|
|
9124
|
+
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 31Dec2026',
|
|
9125
|
+
denom_units: [{
|
|
9126
|
+
denom: 'ibc/A26DC0E969F8C774737BF95EE45B495B376EF4D437C46A68BC002FA69AD5CD4C',
|
|
9127
|
+
exponent: 0,
|
|
9128
|
+
aliases: ['p:uauuu:31Dec2026']
|
|
9129
|
+
}, {
|
|
9130
|
+
denom: 'pAUUU31Dec2026',
|
|
9131
|
+
exponent: 6
|
|
9132
|
+
}],
|
|
9133
|
+
base: 'ibc/A26DC0E969F8C774737BF95EE45B495B376EF4D437C46A68BC002FA69AD5CD4C',
|
|
9134
|
+
name: 'pAuuu (31Dec2026)',
|
|
9135
|
+
display: 'pAUUU31Dec2026',
|
|
9136
|
+
symbol: 'pAUUU-31Dec2026',
|
|
9137
|
+
logo_URIs: {
|
|
9138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
9139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9140
|
+
},
|
|
9141
|
+
images: [{
|
|
9142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
|
|
9143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
9144
|
+
}],
|
|
9145
|
+
type_asset: 'sdk.coin',
|
|
9146
|
+
traces: [{
|
|
9147
|
+
type: 'ibc',
|
|
9148
|
+
counterparty: {
|
|
9149
|
+
channel_id: 'channel-13',
|
|
9150
|
+
base_denom: 'p:uauuu:31Dec2026',
|
|
9151
|
+
chain_name: 'pryzm'
|
|
9152
|
+
},
|
|
9153
|
+
chain: {
|
|
9154
|
+
channel_id: 'channel-155'
|
|
9155
|
+
}
|
|
9156
|
+
}]
|
|
9157
|
+
},
|
|
8353
9158
|
{
|
|
8354
9159
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 30Sep2024',
|
|
8355
9160
|
denom_units: [{
|
|
@@ -8455,6 +9260,41 @@ const assets = {
|
|
|
8455
9260
|
}
|
|
8456
9261
|
}]
|
|
8457
9262
|
},
|
|
9263
|
+
{
|
|
9264
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2026',
|
|
9265
|
+
denom_units: [{
|
|
9266
|
+
denom: 'ibc/9D0F5FDB9C3B2B867CF8BD25D68DCDB4C48A9A7EB785DEB39336B5644F4F09B5',
|
|
9267
|
+
exponent: 0,
|
|
9268
|
+
aliases: ['p:stutia:31Dec2026']
|
|
9269
|
+
}, {
|
|
9270
|
+
denom: 'pstTIA31Dec2026',
|
|
9271
|
+
exponent: 6
|
|
9272
|
+
}],
|
|
9273
|
+
base: 'ibc/9D0F5FDB9C3B2B867CF8BD25D68DCDB4C48A9A7EB785DEB39336B5644F4F09B5',
|
|
9274
|
+
name: 'pstTia (31Dec2026)',
|
|
9275
|
+
display: 'pstTIA31Dec2026',
|
|
9276
|
+
symbol: 'pstTIA-31Dec2026',
|
|
9277
|
+
logo_URIs: {
|
|
9278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
9279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
9280
|
+
},
|
|
9281
|
+
images: [{
|
|
9282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
9283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
9284
|
+
}],
|
|
9285
|
+
type_asset: 'sdk.coin',
|
|
9286
|
+
traces: [{
|
|
9287
|
+
type: 'ibc',
|
|
9288
|
+
counterparty: {
|
|
9289
|
+
channel_id: 'channel-13',
|
|
9290
|
+
base_denom: 'p:stutia:31Dec2026',
|
|
9291
|
+
chain_name: 'pryzm'
|
|
9292
|
+
},
|
|
9293
|
+
chain: {
|
|
9294
|
+
channel_id: 'channel-155'
|
|
9295
|
+
}
|
|
9296
|
+
}]
|
|
9297
|
+
},
|
|
8458
9298
|
{
|
|
8459
9299
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 30Sep2024',
|
|
8460
9300
|
denom_units: [{
|
|
@@ -8560,6 +9400,41 @@ const assets = {
|
|
|
8560
9400
|
}
|
|
8561
9401
|
}]
|
|
8562
9402
|
},
|
|
9403
|
+
{
|
|
9404
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2026',
|
|
9405
|
+
denom_units: [{
|
|
9406
|
+
denom: 'ibc/3B28BC38F5E950BCA560D730D9C3C2DA39CCA7814AD60FD11F04A3057B69FD80',
|
|
9407
|
+
exponent: 0,
|
|
9408
|
+
aliases: ['p:stadydx:31Dec2026']
|
|
9409
|
+
}, {
|
|
9410
|
+
denom: 'pstDYDX31Dec2026',
|
|
9411
|
+
exponent: 18
|
|
9412
|
+
}],
|
|
9413
|
+
base: 'ibc/3B28BC38F5E950BCA560D730D9C3C2DA39CCA7814AD60FD11F04A3057B69FD80',
|
|
9414
|
+
name: 'pstDydx (31Dec2026)',
|
|
9415
|
+
display: 'pstDYDX31Dec2026',
|
|
9416
|
+
symbol: 'pstDYDX-31Dec2026',
|
|
9417
|
+
logo_URIs: {
|
|
9418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
9419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
9420
|
+
},
|
|
9421
|
+
images: [{
|
|
9422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
9423
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
9424
|
+
}],
|
|
9425
|
+
type_asset: 'sdk.coin',
|
|
9426
|
+
traces: [{
|
|
9427
|
+
type: 'ibc',
|
|
9428
|
+
counterparty: {
|
|
9429
|
+
channel_id: 'channel-13',
|
|
9430
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
9431
|
+
chain_name: 'pryzm'
|
|
9432
|
+
},
|
|
9433
|
+
chain: {
|
|
9434
|
+
channel_id: 'channel-155'
|
|
9435
|
+
}
|
|
9436
|
+
}]
|
|
9437
|
+
},
|
|
8563
9438
|
{
|
|
8564
9439
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
8565
9440
|
denom_units: [{
|
|
@@ -8665,6 +9540,41 @@ const assets = {
|
|
|
8665
9540
|
}
|
|
8666
9541
|
}]
|
|
8667
9542
|
},
|
|
9543
|
+
{
|
|
9544
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2026',
|
|
9545
|
+
denom_units: [{
|
|
9546
|
+
denom: 'ibc/B202078F3A0D32EABC49150829377F2FE14AE6CDEFA6DC0CBE8C6C707BD6E9CB',
|
|
9547
|
+
exponent: 0,
|
|
9548
|
+
aliases: ['p:udatom:31Dec2026']
|
|
9549
|
+
}, {
|
|
9550
|
+
denom: 'pdATOM31Dec2026',
|
|
9551
|
+
exponent: 6
|
|
9552
|
+
}],
|
|
9553
|
+
base: 'ibc/B202078F3A0D32EABC49150829377F2FE14AE6CDEFA6DC0CBE8C6C707BD6E9CB',
|
|
9554
|
+
name: 'pdAtom (31Dec2026)',
|
|
9555
|
+
display: 'pdATOM31Dec2026',
|
|
9556
|
+
symbol: 'pdATOM-31Dec2026',
|
|
9557
|
+
logo_URIs: {
|
|
9558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
9559
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
9560
|
+
},
|
|
9561
|
+
images: [{
|
|
9562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
9563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
9564
|
+
}],
|
|
9565
|
+
type_asset: 'sdk.coin',
|
|
9566
|
+
traces: [{
|
|
9567
|
+
type: 'ibc',
|
|
9568
|
+
counterparty: {
|
|
9569
|
+
channel_id: 'channel-13',
|
|
9570
|
+
base_denom: 'p:udatom:31Dec2026',
|
|
9571
|
+
chain_name: 'pryzm'
|
|
9572
|
+
},
|
|
9573
|
+
chain: {
|
|
9574
|
+
channel_id: 'channel-155'
|
|
9575
|
+
}
|
|
9576
|
+
}]
|
|
9577
|
+
},
|
|
8668
9578
|
{
|
|
8669
9579
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
8670
9580
|
denom_units: [{
|
|
@@ -8692,7 +9602,42 @@ const assets = {
|
|
|
8692
9602
|
type: 'ibc',
|
|
8693
9603
|
counterparty: {
|
|
8694
9604
|
channel_id: 'channel-13',
|
|
8695
|
-
base_denom: 'p:utia:31Dec2024',
|
|
9605
|
+
base_denom: 'p:utia:31Dec2024',
|
|
9606
|
+
chain_name: 'pryzm'
|
|
9607
|
+
},
|
|
9608
|
+
chain: {
|
|
9609
|
+
channel_id: 'channel-155'
|
|
9610
|
+
}
|
|
9611
|
+
}]
|
|
9612
|
+
},
|
|
9613
|
+
{
|
|
9614
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
9615
|
+
denom_units: [{
|
|
9616
|
+
denom: 'ibc/3202379D36D7B250BC09901E7AFA42134D5B13E87B90FB483B668AEB45420C31',
|
|
9617
|
+
exponent: 0,
|
|
9618
|
+
aliases: ['p:utia:31Dec2025']
|
|
9619
|
+
}, {
|
|
9620
|
+
denom: 'pTIA31Dec2025',
|
|
9621
|
+
exponent: 6
|
|
9622
|
+
}],
|
|
9623
|
+
base: 'ibc/3202379D36D7B250BC09901E7AFA42134D5B13E87B90FB483B668AEB45420C31',
|
|
9624
|
+
name: 'pTia (31Dec2025)',
|
|
9625
|
+
display: 'pTIA31Dec2025',
|
|
9626
|
+
symbol: 'pTIA-31Dec2025',
|
|
9627
|
+
logo_URIs: {
|
|
9628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
9629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
9630
|
+
},
|
|
9631
|
+
images: [{
|
|
9632
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
9633
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
9634
|
+
}],
|
|
9635
|
+
type_asset: 'sdk.coin',
|
|
9636
|
+
traces: [{
|
|
9637
|
+
type: 'ibc',
|
|
9638
|
+
counterparty: {
|
|
9639
|
+
channel_id: 'channel-13',
|
|
9640
|
+
base_denom: 'p:utia:31Dec2025',
|
|
8696
9641
|
chain_name: 'pryzm'
|
|
8697
9642
|
},
|
|
8698
9643
|
chain: {
|
|
@@ -8701,19 +9646,19 @@ const assets = {
|
|
|
8701
9646
|
}]
|
|
8702
9647
|
},
|
|
8703
9648
|
{
|
|
8704
|
-
description: 'Pryzm\'s refracted principal token for TIA with maturity of
|
|
9649
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2026',
|
|
8705
9650
|
denom_units: [{
|
|
8706
|
-
denom: 'ibc/
|
|
9651
|
+
denom: 'ibc/DDC617D5324ACC04132EFFBA14B064AF7C3E02FABB31373E6D374CCB9BEB5EAD',
|
|
8707
9652
|
exponent: 0,
|
|
8708
|
-
aliases: ['p:utia:
|
|
9653
|
+
aliases: ['p:utia:31Dec2026']
|
|
8709
9654
|
}, {
|
|
8710
|
-
denom: '
|
|
9655
|
+
denom: 'pTIA31Dec2026',
|
|
8711
9656
|
exponent: 6
|
|
8712
9657
|
}],
|
|
8713
|
-
base: 'ibc/
|
|
8714
|
-
name: 'pTia (
|
|
8715
|
-
display: '
|
|
8716
|
-
symbol: 'pTIA-
|
|
9658
|
+
base: 'ibc/DDC617D5324ACC04132EFFBA14B064AF7C3E02FABB31373E6D374CCB9BEB5EAD',
|
|
9659
|
+
name: 'pTia (31Dec2026)',
|
|
9660
|
+
display: 'pTIA31Dec2026',
|
|
9661
|
+
symbol: 'pTIA-31Dec2026',
|
|
8717
9662
|
logo_URIs: {
|
|
8718
9663
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
8719
9664
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
@@ -8727,7 +9672,7 @@ const assets = {
|
|
|
8727
9672
|
type: 'ibc',
|
|
8728
9673
|
counterparty: {
|
|
8729
9674
|
channel_id: 'channel-13',
|
|
8730
|
-
base_denom: 'p:utia:
|
|
9675
|
+
base_denom: 'p:utia:31Dec2026',
|
|
8731
9676
|
chain_name: 'pryzm'
|
|
8732
9677
|
},
|
|
8733
9678
|
chain: {
|
|
@@ -8840,6 +9785,41 @@ const assets = {
|
|
|
8840
9785
|
}
|
|
8841
9786
|
}]
|
|
8842
9787
|
},
|
|
9788
|
+
{
|
|
9789
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2026',
|
|
9790
|
+
denom_units: [{
|
|
9791
|
+
denom: 'ibc/56B27EDE2180074D85B12649B623EAE63DEC768FFC33DFB59882924E99126CC7',
|
|
9792
|
+
exponent: 0,
|
|
9793
|
+
aliases: ['y:uatom:31Dec2026']
|
|
9794
|
+
}, {
|
|
9795
|
+
denom: 'yATOM31Dec2026',
|
|
9796
|
+
exponent: 6
|
|
9797
|
+
}],
|
|
9798
|
+
base: 'ibc/56B27EDE2180074D85B12649B623EAE63DEC768FFC33DFB59882924E99126CC7',
|
|
9799
|
+
name: 'yAtom (31Dec2026)',
|
|
9800
|
+
display: 'yATOM31Dec2026',
|
|
9801
|
+
symbol: 'yATOM-31Dec2026',
|
|
9802
|
+
logo_URIs: {
|
|
9803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
9804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
9805
|
+
},
|
|
9806
|
+
images: [{
|
|
9807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
9808
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
9809
|
+
}],
|
|
9810
|
+
type_asset: 'sdk.coin',
|
|
9811
|
+
traces: [{
|
|
9812
|
+
type: 'ibc',
|
|
9813
|
+
counterparty: {
|
|
9814
|
+
channel_id: 'channel-13',
|
|
9815
|
+
base_denom: 'y:uatom:31Dec2026',
|
|
9816
|
+
chain_name: 'pryzm'
|
|
9817
|
+
},
|
|
9818
|
+
chain: {
|
|
9819
|
+
channel_id: 'channel-155'
|
|
9820
|
+
}
|
|
9821
|
+
}]
|
|
9822
|
+
},
|
|
8843
9823
|
{
|
|
8844
9824
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 30Sep2024',
|
|
8845
9825
|
denom_units: [{
|
|
@@ -8945,6 +9925,41 @@ const assets = {
|
|
|
8945
9925
|
}
|
|
8946
9926
|
}]
|
|
8947
9927
|
},
|
|
9928
|
+
{
|
|
9929
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2026',
|
|
9930
|
+
denom_units: [{
|
|
9931
|
+
denom: 'ibc/B175B659CBE79B01323EF2B238F3DDF45B943FE99EC797CD237CB5DFB3177ACD',
|
|
9932
|
+
exponent: 0,
|
|
9933
|
+
aliases: ['y:uosmo:31Dec2026']
|
|
9934
|
+
}, {
|
|
9935
|
+
denom: 'yOSMO31Dec2026',
|
|
9936
|
+
exponent: 6
|
|
9937
|
+
}],
|
|
9938
|
+
base: 'ibc/B175B659CBE79B01323EF2B238F3DDF45B943FE99EC797CD237CB5DFB3177ACD',
|
|
9939
|
+
name: 'yOsmo (31Dec2026)',
|
|
9940
|
+
display: 'yOSMO31Dec2026',
|
|
9941
|
+
symbol: 'yOSMO-31Dec2026',
|
|
9942
|
+
logo_URIs: {
|
|
9943
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
9944
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
9945
|
+
},
|
|
9946
|
+
images: [{
|
|
9947
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
9948
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
9949
|
+
}],
|
|
9950
|
+
type_asset: 'sdk.coin',
|
|
9951
|
+
traces: [{
|
|
9952
|
+
type: 'ibc',
|
|
9953
|
+
counterparty: {
|
|
9954
|
+
channel_id: 'channel-13',
|
|
9955
|
+
base_denom: 'y:uosmo:31Dec2026',
|
|
9956
|
+
chain_name: 'pryzm'
|
|
9957
|
+
},
|
|
9958
|
+
chain: {
|
|
9959
|
+
channel_id: 'channel-155'
|
|
9960
|
+
}
|
|
9961
|
+
}]
|
|
9962
|
+
},
|
|
8948
9963
|
{
|
|
8949
9964
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 30Sep2024',
|
|
8950
9965
|
denom_units: [{
|
|
@@ -9050,6 +10065,41 @@ const assets = {
|
|
|
9050
10065
|
}
|
|
9051
10066
|
}]
|
|
9052
10067
|
},
|
|
10068
|
+
{
|
|
10069
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2026',
|
|
10070
|
+
denom_units: [{
|
|
10071
|
+
denom: 'ibc/F216C4020277BC71DD43E7B2CBA4694935E4982BABFF442FE7AF330D42BC3C9C',
|
|
10072
|
+
exponent: 0,
|
|
10073
|
+
aliases: ['y:inj:31Dec2026']
|
|
10074
|
+
}, {
|
|
10075
|
+
denom: 'yINJ31Dec2026',
|
|
10076
|
+
exponent: 18
|
|
10077
|
+
}],
|
|
10078
|
+
base: 'ibc/F216C4020277BC71DD43E7B2CBA4694935E4982BABFF442FE7AF330D42BC3C9C',
|
|
10079
|
+
name: 'yInj (31Dec2026)',
|
|
10080
|
+
display: 'yINJ31Dec2026',
|
|
10081
|
+
symbol: 'yINJ-31Dec2026',
|
|
10082
|
+
logo_URIs: {
|
|
10083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
10084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
10085
|
+
},
|
|
10086
|
+
images: [{
|
|
10087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
10088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
10089
|
+
}],
|
|
10090
|
+
type_asset: 'sdk.coin',
|
|
10091
|
+
traces: [{
|
|
10092
|
+
type: 'ibc',
|
|
10093
|
+
counterparty: {
|
|
10094
|
+
channel_id: 'channel-13',
|
|
10095
|
+
base_denom: 'y:inj:31Dec2026',
|
|
10096
|
+
chain_name: 'pryzm'
|
|
10097
|
+
},
|
|
10098
|
+
chain: {
|
|
10099
|
+
channel_id: 'channel-155'
|
|
10100
|
+
}
|
|
10101
|
+
}]
|
|
10102
|
+
},
|
|
9053
10103
|
{
|
|
9054
10104
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 30Sep2024',
|
|
9055
10105
|
denom_units: [{
|
|
@@ -9155,6 +10205,41 @@ const assets = {
|
|
|
9155
10205
|
}
|
|
9156
10206
|
}]
|
|
9157
10207
|
},
|
|
10208
|
+
{
|
|
10209
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2026',
|
|
10210
|
+
denom_units: [{
|
|
10211
|
+
denom: 'ibc/9C70F832998E81BFC537C97CC872CAF8A0C1AE47BC610951CA04D3B24D229011',
|
|
10212
|
+
exponent: 0,
|
|
10213
|
+
aliases: ['y:uluna:31Dec2026']
|
|
10214
|
+
}, {
|
|
10215
|
+
denom: 'yLUNA31Dec2026',
|
|
10216
|
+
exponent: 6
|
|
10217
|
+
}],
|
|
10218
|
+
base: 'ibc/9C70F832998E81BFC537C97CC872CAF8A0C1AE47BC610951CA04D3B24D229011',
|
|
10219
|
+
name: 'yLuna (31Dec2026)',
|
|
10220
|
+
display: 'yLUNA31Dec2026',
|
|
10221
|
+
symbol: 'yLUNA-31Dec2026',
|
|
10222
|
+
logo_URIs: {
|
|
10223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
10224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
10225
|
+
},
|
|
10226
|
+
images: [{
|
|
10227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
10228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
10229
|
+
}],
|
|
10230
|
+
type_asset: 'sdk.coin',
|
|
10231
|
+
traces: [{
|
|
10232
|
+
type: 'ibc',
|
|
10233
|
+
counterparty: {
|
|
10234
|
+
channel_id: 'channel-13',
|
|
10235
|
+
base_denom: 'y:uluna:31Dec2026',
|
|
10236
|
+
chain_name: 'pryzm'
|
|
10237
|
+
},
|
|
10238
|
+
chain: {
|
|
10239
|
+
channel_id: 'channel-155'
|
|
10240
|
+
}
|
|
10241
|
+
}]
|
|
10242
|
+
},
|
|
9158
10243
|
{
|
|
9159
10244
|
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 30Sep2024',
|
|
9160
10245
|
denom_units: [{
|
|
@@ -9260,6 +10345,41 @@ const assets = {
|
|
|
9260
10345
|
}
|
|
9261
10346
|
}]
|
|
9262
10347
|
},
|
|
10348
|
+
{
|
|
10349
|
+
description: 'Pryzm\'s refracted yield token for AUUU with maturity of 31Dec2026',
|
|
10350
|
+
denom_units: [{
|
|
10351
|
+
denom: 'ibc/20F996473422923ACE608300F6DBDB198702550F1FFAD379FFE08CCAC0703939',
|
|
10352
|
+
exponent: 0,
|
|
10353
|
+
aliases: ['y:uauuu:31Dec2026']
|
|
10354
|
+
}, {
|
|
10355
|
+
denom: 'yAUUU31Dec2026',
|
|
10356
|
+
exponent: 6
|
|
10357
|
+
}],
|
|
10358
|
+
base: 'ibc/20F996473422923ACE608300F6DBDB198702550F1FFAD379FFE08CCAC0703939',
|
|
10359
|
+
name: 'yAuuu (31Dec2026)',
|
|
10360
|
+
display: 'yAUUU31Dec2026',
|
|
10361
|
+
symbol: 'yAUUU-31Dec2026',
|
|
10362
|
+
logo_URIs: {
|
|
10363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
10364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
10365
|
+
},
|
|
10366
|
+
images: [{
|
|
10367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
|
|
10368
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
10369
|
+
}],
|
|
10370
|
+
type_asset: 'sdk.coin',
|
|
10371
|
+
traces: [{
|
|
10372
|
+
type: 'ibc',
|
|
10373
|
+
counterparty: {
|
|
10374
|
+
channel_id: 'channel-13',
|
|
10375
|
+
base_denom: 'y:uauuu:31Dec2026',
|
|
10376
|
+
chain_name: 'pryzm'
|
|
10377
|
+
},
|
|
10378
|
+
chain: {
|
|
10379
|
+
channel_id: 'channel-155'
|
|
10380
|
+
}
|
|
10381
|
+
}]
|
|
10382
|
+
},
|
|
9263
10383
|
{
|
|
9264
10384
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 30Sep2024',
|
|
9265
10385
|
denom_units: [{
|
|
@@ -9365,6 +10485,41 @@ const assets = {
|
|
|
9365
10485
|
}
|
|
9366
10486
|
}]
|
|
9367
10487
|
},
|
|
10488
|
+
{
|
|
10489
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2026',
|
|
10490
|
+
denom_units: [{
|
|
10491
|
+
denom: 'ibc/C090B36A0F7B1C4977AA234846D064D25C5375095B86AEEAE15EC8023D8F03B5',
|
|
10492
|
+
exponent: 0,
|
|
10493
|
+
aliases: ['y:stutia:31Dec2026']
|
|
10494
|
+
}, {
|
|
10495
|
+
denom: 'ystTIA31Dec2026',
|
|
10496
|
+
exponent: 6
|
|
10497
|
+
}],
|
|
10498
|
+
base: 'ibc/C090B36A0F7B1C4977AA234846D064D25C5375095B86AEEAE15EC8023D8F03B5',
|
|
10499
|
+
name: 'ystTia (31Dec2026)',
|
|
10500
|
+
display: 'ystTIA31Dec2026',
|
|
10501
|
+
symbol: 'ystTIA-31Dec2026',
|
|
10502
|
+
logo_URIs: {
|
|
10503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
10504
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
10505
|
+
},
|
|
10506
|
+
images: [{
|
|
10507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
10508
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
10509
|
+
}],
|
|
10510
|
+
type_asset: 'sdk.coin',
|
|
10511
|
+
traces: [{
|
|
10512
|
+
type: 'ibc',
|
|
10513
|
+
counterparty: {
|
|
10514
|
+
channel_id: 'channel-13',
|
|
10515
|
+
base_denom: 'y:stutia:31Dec2026',
|
|
10516
|
+
chain_name: 'pryzm'
|
|
10517
|
+
},
|
|
10518
|
+
chain: {
|
|
10519
|
+
channel_id: 'channel-155'
|
|
10520
|
+
}
|
|
10521
|
+
}]
|
|
10522
|
+
},
|
|
9368
10523
|
{
|
|
9369
10524
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 30Sep2024',
|
|
9370
10525
|
denom_units: [{
|
|
@@ -9373,7 +10528,7 @@ const assets = {
|
|
|
9373
10528
|
aliases: ['y:stadydx:30Sep2024']
|
|
9374
10529
|
}, {
|
|
9375
10530
|
denom: 'ystDYDX30Sep2024',
|
|
9376
|
-
exponent:
|
|
10531
|
+
exponent: 18
|
|
9377
10532
|
}],
|
|
9378
10533
|
base: 'ibc/14C6A21B8C7CFC0CF3C4D120CFDE76E9DCE5C6451B6096131F0E3CB34260D7AE',
|
|
9379
10534
|
name: 'ystDydx (30Sep2024)',
|
|
@@ -9408,7 +10563,7 @@ const assets = {
|
|
|
9408
10563
|
aliases: ['y:stadydx:31Dec2024']
|
|
9409
10564
|
}, {
|
|
9410
10565
|
denom: 'ystDYDX31Dec2024',
|
|
9411
|
-
exponent:
|
|
10566
|
+
exponent: 18
|
|
9412
10567
|
}],
|
|
9413
10568
|
base: 'ibc/AE2B7CBF1FCBD0734878F2624D6FCF2CEAC472656AC8CB151C73271B6DEA17B2',
|
|
9414
10569
|
name: 'ystDydx (31Dec2024)',
|
|
@@ -9443,7 +10598,7 @@ const assets = {
|
|
|
9443
10598
|
aliases: ['y:stadydx:31Dec2025']
|
|
9444
10599
|
}, {
|
|
9445
10600
|
denom: 'ystDYDX31Dec2025',
|
|
9446
|
-
exponent:
|
|
10601
|
+
exponent: 18
|
|
9447
10602
|
}],
|
|
9448
10603
|
base: 'ibc/3CE8B68553A7365B72FD2BF971ED6BE456CC166D06E0CED61FFCA48C67BE7DE9',
|
|
9449
10604
|
name: 'ystDydx (31Dec2025)',
|
|
@@ -9470,6 +10625,41 @@ const assets = {
|
|
|
9470
10625
|
}
|
|
9471
10626
|
}]
|
|
9472
10627
|
},
|
|
10628
|
+
{
|
|
10629
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2026',
|
|
10630
|
+
denom_units: [{
|
|
10631
|
+
denom: 'ibc/E3A2D2DE06CE0499F2D0ED250E7B6AF9089E3BD168B40113200D82AE9882689E',
|
|
10632
|
+
exponent: 0,
|
|
10633
|
+
aliases: ['y:stadydx:31Dec2026']
|
|
10634
|
+
}, {
|
|
10635
|
+
denom: 'ystDYDX31Dec2026',
|
|
10636
|
+
exponent: 18
|
|
10637
|
+
}],
|
|
10638
|
+
base: 'ibc/E3A2D2DE06CE0499F2D0ED250E7B6AF9089E3BD168B40113200D82AE9882689E',
|
|
10639
|
+
name: 'ystDydx (31Dec2026)',
|
|
10640
|
+
display: 'ystDYDX31Dec2026',
|
|
10641
|
+
symbol: 'ystDYDX-31Dec2026',
|
|
10642
|
+
logo_URIs: {
|
|
10643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
10644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
10645
|
+
},
|
|
10646
|
+
images: [{
|
|
10647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
10648
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
10649
|
+
}],
|
|
10650
|
+
type_asset: 'sdk.coin',
|
|
10651
|
+
traces: [{
|
|
10652
|
+
type: 'ibc',
|
|
10653
|
+
counterparty: {
|
|
10654
|
+
channel_id: 'channel-13',
|
|
10655
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
10656
|
+
chain_name: 'pryzm'
|
|
10657
|
+
},
|
|
10658
|
+
chain: {
|
|
10659
|
+
channel_id: 'channel-155'
|
|
10660
|
+
}
|
|
10661
|
+
}]
|
|
10662
|
+
},
|
|
9473
10663
|
{
|
|
9474
10664
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
9475
10665
|
denom_units: [{
|
|
@@ -9575,6 +10765,41 @@ const assets = {
|
|
|
9575
10765
|
}
|
|
9576
10766
|
}]
|
|
9577
10767
|
},
|
|
10768
|
+
{
|
|
10769
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2026',
|
|
10770
|
+
denom_units: [{
|
|
10771
|
+
denom: 'ibc/E8A756F88D012FF2CD5DB2F09627EBA7CBCDE0A0D9A229AA89E20450887312FC',
|
|
10772
|
+
exponent: 0,
|
|
10773
|
+
aliases: ['y:udatom:31Dec2026']
|
|
10774
|
+
}, {
|
|
10775
|
+
denom: 'ydATOM31Dec2026',
|
|
10776
|
+
exponent: 6
|
|
10777
|
+
}],
|
|
10778
|
+
base: 'ibc/E8A756F88D012FF2CD5DB2F09627EBA7CBCDE0A0D9A229AA89E20450887312FC',
|
|
10779
|
+
name: 'ydAtom (31Dec2026)',
|
|
10780
|
+
display: 'ydATOM31Dec2026',
|
|
10781
|
+
symbol: 'ydATOM-31Dec2026',
|
|
10782
|
+
logo_URIs: {
|
|
10783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
10784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
10785
|
+
},
|
|
10786
|
+
images: [{
|
|
10787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
10788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
10789
|
+
}],
|
|
10790
|
+
type_asset: 'sdk.coin',
|
|
10791
|
+
traces: [{
|
|
10792
|
+
type: 'ibc',
|
|
10793
|
+
counterparty: {
|
|
10794
|
+
channel_id: 'channel-13',
|
|
10795
|
+
base_denom: 'y:udatom:31Dec2026',
|
|
10796
|
+
chain_name: 'pryzm'
|
|
10797
|
+
},
|
|
10798
|
+
chain: {
|
|
10799
|
+
channel_id: 'channel-155'
|
|
10800
|
+
}
|
|
10801
|
+
}]
|
|
10802
|
+
},
|
|
9578
10803
|
{
|
|
9579
10804
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
9580
10805
|
denom_units: [{
|
|
@@ -9645,6 +10870,41 @@ const assets = {
|
|
|
9645
10870
|
}
|
|
9646
10871
|
}]
|
|
9647
10872
|
},
|
|
10873
|
+
{
|
|
10874
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2026',
|
|
10875
|
+
denom_units: [{
|
|
10876
|
+
denom: 'ibc/349828A73500BC3A951A56F9E89A32B60C876AC771A35553CD0AAAE8D8966F01',
|
|
10877
|
+
exponent: 0,
|
|
10878
|
+
aliases: ['y:utia:31Dec2026']
|
|
10879
|
+
}, {
|
|
10880
|
+
denom: 'yTIA31Dec2026',
|
|
10881
|
+
exponent: 6
|
|
10882
|
+
}],
|
|
10883
|
+
base: 'ibc/349828A73500BC3A951A56F9E89A32B60C876AC771A35553CD0AAAE8D8966F01',
|
|
10884
|
+
name: 'yTia (31Dec2026)',
|
|
10885
|
+
display: 'yTIA31Dec2026',
|
|
10886
|
+
symbol: 'yTIA-31Dec2026',
|
|
10887
|
+
logo_URIs: {
|
|
10888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
10889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
10890
|
+
},
|
|
10891
|
+
images: [{
|
|
10892
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
10893
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
10894
|
+
}],
|
|
10895
|
+
type_asset: 'sdk.coin',
|
|
10896
|
+
traces: [{
|
|
10897
|
+
type: 'ibc',
|
|
10898
|
+
counterparty: {
|
|
10899
|
+
channel_id: 'channel-13',
|
|
10900
|
+
base_denom: 'y:utia:31Dec2026',
|
|
10901
|
+
chain_name: 'pryzm'
|
|
10902
|
+
},
|
|
10903
|
+
chain: {
|
|
10904
|
+
channel_id: 'channel-155'
|
|
10905
|
+
}
|
|
10906
|
+
}]
|
|
10907
|
+
},
|
|
9648
10908
|
{
|
|
9649
10909
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
9650
10910
|
denom_units: [{
|