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