@chain-registry/assets 1.70.66 → 1.70.68
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/akash.js +170 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1328 -38
- package/esm/mainnet/celestia.js +1334 -44
- package/esm/mainnet/cosmoshub.js +1328 -38
- package/esm/mainnet/dydx.js +1166 -46
- package/esm/mainnet/elys.js +764 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1166 -46
- package/esm/mainnet/neutron.js +1166 -46
- package/esm/mainnet/noble.js +1326 -36
- package/esm/mainnet/osmosis.js +1366 -64
- package/esm/mainnet/stride.js +1166 -46
- package/esm/mainnet/terra2.js +1166 -46
- package/esm/testnet/cosmoshubtestnet.js +50 -322
- package/esm/testnet/symphonytestnet.js +4 -74
- package/mainnet/akash.js +170 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1328 -38
- package/mainnet/celestia.js +1334 -44
- package/mainnet/cosmoshub.js +1328 -38
- package/mainnet/dydx.js +1166 -46
- package/mainnet/elys.d.ts +3 -0
- package/mainnet/elys.js +766 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/injective.js +1166 -46
- package/mainnet/neutron.js +1166 -46
- package/mainnet/noble.js +1326 -36
- package/mainnet/osmosis.js +1366 -64
- package/mainnet/stride.js +1166 -46
- package/mainnet/terra2.js +1166 -46
- package/package.json +5 -5
- package/testnet/cosmoshubtestnet.js +50 -322
- package/testnet/symphonytestnet.js +4 -74
package/mainnet/injective.js
CHANGED
|
@@ -2345,6 +2345,41 @@ const assets = {
|
|
|
2345
2345
|
}
|
|
2346
2346
|
}]
|
|
2347
2347
|
},
|
|
2348
|
+
{
|
|
2349
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
2350
|
+
denom_units: [{
|
|
2351
|
+
denom: 'ibc/DC3B20F3493E422839E1014DB1A0023FDC2860C555CB0202025941271F70F59D',
|
|
2352
|
+
exponent: 0,
|
|
2353
|
+
aliases: ['p:uatom:31Mar2025']
|
|
2354
|
+
}, {
|
|
2355
|
+
denom: 'pATOM31Mar2025',
|
|
2356
|
+
exponent: 6
|
|
2357
|
+
}],
|
|
2358
|
+
base: 'ibc/DC3B20F3493E422839E1014DB1A0023FDC2860C555CB0202025941271F70F59D',
|
|
2359
|
+
name: 'pAtom (31Mar2025)',
|
|
2360
|
+
display: 'pATOM31Mar2025',
|
|
2361
|
+
symbol: 'pATOM-31Mar2025',
|
|
2362
|
+
logo_URIs: {
|
|
2363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2365
|
+
},
|
|
2366
|
+
images: [{
|
|
2367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2368
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2369
|
+
}],
|
|
2370
|
+
type_asset: 'sdk.coin',
|
|
2371
|
+
traces: [{
|
|
2372
|
+
type: 'ibc',
|
|
2373
|
+
counterparty: {
|
|
2374
|
+
channel_id: 'channel-1',
|
|
2375
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
2376
|
+
chain_name: 'pryzm'
|
|
2377
|
+
},
|
|
2378
|
+
chain: {
|
|
2379
|
+
channel_id: 'channel-284'
|
|
2380
|
+
}
|
|
2381
|
+
}]
|
|
2382
|
+
},
|
|
2348
2383
|
{
|
|
2349
2384
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
2350
2385
|
denom_units: [{
|
|
@@ -2485,6 +2520,41 @@ const assets = {
|
|
|
2485
2520
|
}
|
|
2486
2521
|
}]
|
|
2487
2522
|
},
|
|
2523
|
+
{
|
|
2524
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
2525
|
+
denom_units: [{
|
|
2526
|
+
denom: 'ibc/716A5FA12956D62532FAED4BADE819618F7260AEE30DC29C521D95BF7F906BAF',
|
|
2527
|
+
exponent: 0,
|
|
2528
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
2529
|
+
}, {
|
|
2530
|
+
denom: 'pOSMO31Mar2025',
|
|
2531
|
+
exponent: 6
|
|
2532
|
+
}],
|
|
2533
|
+
base: 'ibc/716A5FA12956D62532FAED4BADE819618F7260AEE30DC29C521D95BF7F906BAF',
|
|
2534
|
+
name: 'pOsmo (31Mar2025)',
|
|
2535
|
+
display: 'pOSMO31Mar2025',
|
|
2536
|
+
symbol: 'pOSMO-31Mar2025',
|
|
2537
|
+
logo_URIs: {
|
|
2538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2540
|
+
},
|
|
2541
|
+
images: [{
|
|
2542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2544
|
+
}],
|
|
2545
|
+
type_asset: 'sdk.coin',
|
|
2546
|
+
traces: [{
|
|
2547
|
+
type: 'ibc',
|
|
2548
|
+
counterparty: {
|
|
2549
|
+
channel_id: 'channel-1',
|
|
2550
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
2551
|
+
chain_name: 'pryzm'
|
|
2552
|
+
},
|
|
2553
|
+
chain: {
|
|
2554
|
+
channel_id: 'channel-284'
|
|
2555
|
+
}
|
|
2556
|
+
}]
|
|
2557
|
+
},
|
|
2488
2558
|
{
|
|
2489
2559
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
2490
2560
|
denom_units: [{
|
|
@@ -2625,6 +2695,41 @@ const assets = {
|
|
|
2625
2695
|
}
|
|
2626
2696
|
}]
|
|
2627
2697
|
},
|
|
2698
|
+
{
|
|
2699
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
2700
|
+
denom_units: [{
|
|
2701
|
+
denom: 'ibc/4DEC57622AE911DDC1EF809E1E5F83654C71EC155BD8F88F7B10E8E46AE1D9CD',
|
|
2702
|
+
exponent: 0,
|
|
2703
|
+
aliases: ['p:inj:31Mar2025']
|
|
2704
|
+
}, {
|
|
2705
|
+
denom: 'pINJ31Mar2025',
|
|
2706
|
+
exponent: 18
|
|
2707
|
+
}],
|
|
2708
|
+
base: 'ibc/4DEC57622AE911DDC1EF809E1E5F83654C71EC155BD8F88F7B10E8E46AE1D9CD',
|
|
2709
|
+
name: 'pInj (31Mar2025)',
|
|
2710
|
+
display: 'pINJ31Mar2025',
|
|
2711
|
+
symbol: 'pINJ-31Mar2025',
|
|
2712
|
+
logo_URIs: {
|
|
2713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2715
|
+
},
|
|
2716
|
+
images: [{
|
|
2717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2719
|
+
}],
|
|
2720
|
+
type_asset: 'sdk.coin',
|
|
2721
|
+
traces: [{
|
|
2722
|
+
type: 'ibc',
|
|
2723
|
+
counterparty: {
|
|
2724
|
+
channel_id: 'channel-1',
|
|
2725
|
+
base_denom: 'p:inj:31Mar2025',
|
|
2726
|
+
chain_name: 'pryzm'
|
|
2727
|
+
},
|
|
2728
|
+
chain: {
|
|
2729
|
+
channel_id: 'channel-284'
|
|
2730
|
+
}
|
|
2731
|
+
}]
|
|
2732
|
+
},
|
|
2628
2733
|
{
|
|
2629
2734
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
2630
2735
|
denom_units: [{
|
|
@@ -2766,19 +2871,19 @@ const assets = {
|
|
|
2766
2871
|
}]
|
|
2767
2872
|
},
|
|
2768
2873
|
{
|
|
2769
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
2874
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
2770
2875
|
denom_units: [{
|
|
2771
|
-
denom: 'ibc/
|
|
2876
|
+
denom: 'ibc/83CB4C16D1AB38D30721456154917A5F7FBA0A1DA4D5EC2210EBAD41B5694D88',
|
|
2772
2877
|
exponent: 0,
|
|
2773
|
-
aliases: ['p:uluna:
|
|
2878
|
+
aliases: ['p:uluna:31Mar2025']
|
|
2774
2879
|
}, {
|
|
2775
|
-
denom: '
|
|
2880
|
+
denom: 'pLUNA31Mar2025',
|
|
2776
2881
|
exponent: 6
|
|
2777
2882
|
}],
|
|
2778
|
-
base: 'ibc/
|
|
2779
|
-
name: 'pLuna (
|
|
2780
|
-
display: '
|
|
2781
|
-
symbol: 'pLUNA-
|
|
2883
|
+
base: 'ibc/83CB4C16D1AB38D30721456154917A5F7FBA0A1DA4D5EC2210EBAD41B5694D88',
|
|
2884
|
+
name: 'pLuna (31Mar2025)',
|
|
2885
|
+
display: 'pLUNA31Mar2025',
|
|
2886
|
+
symbol: 'pLUNA-31Mar2025',
|
|
2782
2887
|
logo_URIs: {
|
|
2783
2888
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2784
2889
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -2792,7 +2897,7 @@ const assets = {
|
|
|
2792
2897
|
type: 'ibc',
|
|
2793
2898
|
counterparty: {
|
|
2794
2899
|
channel_id: 'channel-1',
|
|
2795
|
-
base_denom: 'p:uluna:
|
|
2900
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
2796
2901
|
chain_name: 'pryzm'
|
|
2797
2902
|
},
|
|
2798
2903
|
chain: {
|
|
@@ -2835,6 +2940,41 @@ const assets = {
|
|
|
2835
2940
|
}
|
|
2836
2941
|
}]
|
|
2837
2942
|
},
|
|
2943
|
+
{
|
|
2944
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
2945
|
+
denom_units: [{
|
|
2946
|
+
denom: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F',
|
|
2947
|
+
exponent: 0,
|
|
2948
|
+
aliases: ['p:uluna:31Dec2026']
|
|
2949
|
+
}, {
|
|
2950
|
+
denom: 'pLUNA31Dec2026',
|
|
2951
|
+
exponent: 6
|
|
2952
|
+
}],
|
|
2953
|
+
base: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F',
|
|
2954
|
+
name: 'pLuna (31Dec2026)',
|
|
2955
|
+
display: 'pLUNA31Dec2026',
|
|
2956
|
+
symbol: 'pLUNA-31Dec2026',
|
|
2957
|
+
logo_URIs: {
|
|
2958
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2959
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2960
|
+
},
|
|
2961
|
+
images: [{
|
|
2962
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2963
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2964
|
+
}],
|
|
2965
|
+
type_asset: 'sdk.coin',
|
|
2966
|
+
traces: [{
|
|
2967
|
+
type: 'ibc',
|
|
2968
|
+
counterparty: {
|
|
2969
|
+
channel_id: 'channel-1',
|
|
2970
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
2971
|
+
chain_name: 'pryzm'
|
|
2972
|
+
},
|
|
2973
|
+
chain: {
|
|
2974
|
+
channel_id: 'channel-284'
|
|
2975
|
+
}
|
|
2976
|
+
}]
|
|
2977
|
+
},
|
|
2838
2978
|
{
|
|
2839
2979
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
2840
2980
|
denom_units: [{
|
|
@@ -3045,6 +3185,41 @@ const assets = {
|
|
|
3045
3185
|
}
|
|
3046
3186
|
}]
|
|
3047
3187
|
},
|
|
3188
|
+
{
|
|
3189
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
3190
|
+
denom_units: [{
|
|
3191
|
+
denom: 'ibc/550430B3AA6B34C17113694FA66A6BA6F93EAE9AB8C09103279900B52D5046E9',
|
|
3192
|
+
exponent: 0,
|
|
3193
|
+
aliases: ['p:stutia:31Mar2025']
|
|
3194
|
+
}, {
|
|
3195
|
+
denom: 'pstTIA31Mar2025',
|
|
3196
|
+
exponent: 6
|
|
3197
|
+
}],
|
|
3198
|
+
base: 'ibc/550430B3AA6B34C17113694FA66A6BA6F93EAE9AB8C09103279900B52D5046E9',
|
|
3199
|
+
name: 'pstTia (31Mar2025)',
|
|
3200
|
+
display: 'pstTIA31Mar2025',
|
|
3201
|
+
symbol: 'pstTIA-31Mar2025',
|
|
3202
|
+
logo_URIs: {
|
|
3203
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3204
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3205
|
+
},
|
|
3206
|
+
images: [{
|
|
3207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3209
|
+
}],
|
|
3210
|
+
type_asset: 'sdk.coin',
|
|
3211
|
+
traces: [{
|
|
3212
|
+
type: 'ibc',
|
|
3213
|
+
counterparty: {
|
|
3214
|
+
channel_id: 'channel-1',
|
|
3215
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
3216
|
+
chain_name: 'pryzm'
|
|
3217
|
+
},
|
|
3218
|
+
chain: {
|
|
3219
|
+
channel_id: 'channel-284'
|
|
3220
|
+
}
|
|
3221
|
+
}]
|
|
3222
|
+
},
|
|
3048
3223
|
{
|
|
3049
3224
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
3050
3225
|
denom_units: [{
|
|
@@ -3185,6 +3360,41 @@ const assets = {
|
|
|
3185
3360
|
}
|
|
3186
3361
|
}]
|
|
3187
3362
|
},
|
|
3363
|
+
{
|
|
3364
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
3365
|
+
denom_units: [{
|
|
3366
|
+
denom: 'ibc/F74409013BA5706CB297C2B12F8B47390CD581E17C0CB635C234964D4DA181D3',
|
|
3367
|
+
exponent: 0,
|
|
3368
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
3369
|
+
}, {
|
|
3370
|
+
denom: 'pstDYDX31Mar2025',
|
|
3371
|
+
exponent: 18
|
|
3372
|
+
}],
|
|
3373
|
+
base: 'ibc/F74409013BA5706CB297C2B12F8B47390CD581E17C0CB635C234964D4DA181D3',
|
|
3374
|
+
name: 'pstDydx (31Mar2025)',
|
|
3375
|
+
display: 'pstDYDX31Mar2025',
|
|
3376
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
3377
|
+
logo_URIs: {
|
|
3378
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3379
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3380
|
+
},
|
|
3381
|
+
images: [{
|
|
3382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3384
|
+
}],
|
|
3385
|
+
type_asset: 'sdk.coin',
|
|
3386
|
+
traces: [{
|
|
3387
|
+
type: 'ibc',
|
|
3388
|
+
counterparty: {
|
|
3389
|
+
channel_id: 'channel-1',
|
|
3390
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
3391
|
+
chain_name: 'pryzm'
|
|
3392
|
+
},
|
|
3393
|
+
chain: {
|
|
3394
|
+
channel_id: 'channel-284'
|
|
3395
|
+
}
|
|
3396
|
+
}]
|
|
3397
|
+
},
|
|
3188
3398
|
{
|
|
3189
3399
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
3190
3400
|
denom_units: [{
|
|
@@ -3290,6 +3500,41 @@ const assets = {
|
|
|
3290
3500
|
}
|
|
3291
3501
|
}]
|
|
3292
3502
|
},
|
|
3503
|
+
{
|
|
3504
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
3505
|
+
denom_units: [{
|
|
3506
|
+
denom: 'ibc/035C4C090774D5FCBA012778AC7589776E141C198F8159CBFB7FF073AE8B1F62',
|
|
3507
|
+
exponent: 0,
|
|
3508
|
+
aliases: ['p:udatom:31Mar2025']
|
|
3509
|
+
}, {
|
|
3510
|
+
denom: 'pdATOM31Mar2025',
|
|
3511
|
+
exponent: 6
|
|
3512
|
+
}],
|
|
3513
|
+
base: 'ibc/035C4C090774D5FCBA012778AC7589776E141C198F8159CBFB7FF073AE8B1F62',
|
|
3514
|
+
name: 'pdAtom (31Mar2025)',
|
|
3515
|
+
display: 'pdATOM31Mar2025',
|
|
3516
|
+
symbol: 'pdATOM-31Mar2025',
|
|
3517
|
+
logo_URIs: {
|
|
3518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3519
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3520
|
+
},
|
|
3521
|
+
images: [{
|
|
3522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3524
|
+
}],
|
|
3525
|
+
type_asset: 'sdk.coin',
|
|
3526
|
+
traces: [{
|
|
3527
|
+
type: 'ibc',
|
|
3528
|
+
counterparty: {
|
|
3529
|
+
channel_id: 'channel-1',
|
|
3530
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
3531
|
+
chain_name: 'pryzm'
|
|
3532
|
+
},
|
|
3533
|
+
chain: {
|
|
3534
|
+
channel_id: 'channel-284'
|
|
3535
|
+
}
|
|
3536
|
+
}]
|
|
3537
|
+
},
|
|
3293
3538
|
{
|
|
3294
3539
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
3295
3540
|
denom_units: [{
|
|
@@ -3430,6 +3675,41 @@ const assets = {
|
|
|
3430
3675
|
}
|
|
3431
3676
|
}]
|
|
3432
3677
|
},
|
|
3678
|
+
{
|
|
3679
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
3680
|
+
denom_units: [{
|
|
3681
|
+
denom: 'ibc/C058D6081CD68148C347DA740474C0DA341AE9E420476E85DBE6B6EA7262CC0B',
|
|
3682
|
+
exponent: 0,
|
|
3683
|
+
aliases: ['p:utia:31Mar2025']
|
|
3684
|
+
}, {
|
|
3685
|
+
denom: 'pTIA31Mar2025',
|
|
3686
|
+
exponent: 6
|
|
3687
|
+
}],
|
|
3688
|
+
base: 'ibc/C058D6081CD68148C347DA740474C0DA341AE9E420476E85DBE6B6EA7262CC0B',
|
|
3689
|
+
name: 'pTia (31Mar2025)',
|
|
3690
|
+
display: 'pTIA31Mar2025',
|
|
3691
|
+
symbol: 'pTIA-31Mar2025',
|
|
3692
|
+
logo_URIs: {
|
|
3693
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3694
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3695
|
+
},
|
|
3696
|
+
images: [{
|
|
3697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3698
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3699
|
+
}],
|
|
3700
|
+
type_asset: 'sdk.coin',
|
|
3701
|
+
traces: [{
|
|
3702
|
+
type: 'ibc',
|
|
3703
|
+
counterparty: {
|
|
3704
|
+
channel_id: 'channel-1',
|
|
3705
|
+
base_denom: 'p:utia:31Mar2025',
|
|
3706
|
+
chain_name: 'pryzm'
|
|
3707
|
+
},
|
|
3708
|
+
chain: {
|
|
3709
|
+
channel_id: 'channel-284'
|
|
3710
|
+
}
|
|
3711
|
+
}]
|
|
3712
|
+
},
|
|
3433
3713
|
{
|
|
3434
3714
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
3435
3715
|
denom_units: [{
|
|
@@ -3570,6 +3850,41 @@ const assets = {
|
|
|
3570
3850
|
}
|
|
3571
3851
|
}]
|
|
3572
3852
|
},
|
|
3853
|
+
{
|
|
3854
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
3855
|
+
denom_units: [{
|
|
3856
|
+
denom: 'ibc/58E04E7396B4C0A68A40AC82BEEFE7DA34AD2F1B6EFFB2A5019569E85A8A5092',
|
|
3857
|
+
exponent: 0,
|
|
3858
|
+
aliases: ['y:uatom:31Mar2025']
|
|
3859
|
+
}, {
|
|
3860
|
+
denom: 'yATOM31Mar2025',
|
|
3861
|
+
exponent: 6
|
|
3862
|
+
}],
|
|
3863
|
+
base: 'ibc/58E04E7396B4C0A68A40AC82BEEFE7DA34AD2F1B6EFFB2A5019569E85A8A5092',
|
|
3864
|
+
name: 'yAtom (31Mar2025)',
|
|
3865
|
+
display: 'yATOM31Mar2025',
|
|
3866
|
+
symbol: 'yATOM-31Mar2025',
|
|
3867
|
+
logo_URIs: {
|
|
3868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3869
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3870
|
+
},
|
|
3871
|
+
images: [{
|
|
3872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3874
|
+
}],
|
|
3875
|
+
type_asset: 'sdk.coin',
|
|
3876
|
+
traces: [{
|
|
3877
|
+
type: 'ibc',
|
|
3878
|
+
counterparty: {
|
|
3879
|
+
channel_id: 'channel-1',
|
|
3880
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
3881
|
+
chain_name: 'pryzm'
|
|
3882
|
+
},
|
|
3883
|
+
chain: {
|
|
3884
|
+
channel_id: 'channel-284'
|
|
3885
|
+
}
|
|
3886
|
+
}]
|
|
3887
|
+
},
|
|
3573
3888
|
{
|
|
3574
3889
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
3575
3890
|
denom_units: [{
|
|
@@ -3710,6 +4025,41 @@ const assets = {
|
|
|
3710
4025
|
}
|
|
3711
4026
|
}]
|
|
3712
4027
|
},
|
|
4028
|
+
{
|
|
4029
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
4030
|
+
denom_units: [{
|
|
4031
|
+
denom: 'ibc/5DBAB1E761F9083ED825FCA84B0CCB469FB7DE79E58BCC937F070620B77D7ED2',
|
|
4032
|
+
exponent: 0,
|
|
4033
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
4034
|
+
}, {
|
|
4035
|
+
denom: 'yOSMO31Mar2025',
|
|
4036
|
+
exponent: 6
|
|
4037
|
+
}],
|
|
4038
|
+
base: 'ibc/5DBAB1E761F9083ED825FCA84B0CCB469FB7DE79E58BCC937F070620B77D7ED2',
|
|
4039
|
+
name: 'yOsmo (31Mar2025)',
|
|
4040
|
+
display: 'yOSMO31Mar2025',
|
|
4041
|
+
symbol: 'yOSMO-31Mar2025',
|
|
4042
|
+
logo_URIs: {
|
|
4043
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4045
|
+
},
|
|
4046
|
+
images: [{
|
|
4047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
4048
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
4049
|
+
}],
|
|
4050
|
+
type_asset: 'sdk.coin',
|
|
4051
|
+
traces: [{
|
|
4052
|
+
type: 'ibc',
|
|
4053
|
+
counterparty: {
|
|
4054
|
+
channel_id: 'channel-1',
|
|
4055
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
4056
|
+
chain_name: 'pryzm'
|
|
4057
|
+
},
|
|
4058
|
+
chain: {
|
|
4059
|
+
channel_id: 'channel-284'
|
|
4060
|
+
}
|
|
4061
|
+
}]
|
|
4062
|
+
},
|
|
3713
4063
|
{
|
|
3714
4064
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
3715
4065
|
denom_units: [{
|
|
@@ -3850,6 +4200,41 @@ const assets = {
|
|
|
3850
4200
|
}
|
|
3851
4201
|
}]
|
|
3852
4202
|
},
|
|
4203
|
+
{
|
|
4204
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
4205
|
+
denom_units: [{
|
|
4206
|
+
denom: 'ibc/11C6A3C47C4491B68E01F63C8B31B31296CEE3A4E5E3AABFC7E35FB056940D03',
|
|
4207
|
+
exponent: 0,
|
|
4208
|
+
aliases: ['y:inj:31Mar2025']
|
|
4209
|
+
}, {
|
|
4210
|
+
denom: 'yINJ31Mar2025',
|
|
4211
|
+
exponent: 18
|
|
4212
|
+
}],
|
|
4213
|
+
base: 'ibc/11C6A3C47C4491B68E01F63C8B31B31296CEE3A4E5E3AABFC7E35FB056940D03',
|
|
4214
|
+
name: 'yInj (31Mar2025)',
|
|
4215
|
+
display: 'yINJ31Mar2025',
|
|
4216
|
+
symbol: 'yINJ-31Mar2025',
|
|
4217
|
+
logo_URIs: {
|
|
4218
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4219
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4220
|
+
},
|
|
4221
|
+
images: [{
|
|
4222
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4223
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4224
|
+
}],
|
|
4225
|
+
type_asset: 'sdk.coin',
|
|
4226
|
+
traces: [{
|
|
4227
|
+
type: 'ibc',
|
|
4228
|
+
counterparty: {
|
|
4229
|
+
channel_id: 'channel-1',
|
|
4230
|
+
base_denom: 'y:inj:31Mar2025',
|
|
4231
|
+
chain_name: 'pryzm'
|
|
4232
|
+
},
|
|
4233
|
+
chain: {
|
|
4234
|
+
channel_id: 'channel-284'
|
|
4235
|
+
}
|
|
4236
|
+
}]
|
|
4237
|
+
},
|
|
3853
4238
|
{
|
|
3854
4239
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
3855
4240
|
denom_units: [{
|
|
@@ -3990,6 +4375,41 @@ const assets = {
|
|
|
3990
4375
|
}
|
|
3991
4376
|
}]
|
|
3992
4377
|
},
|
|
4378
|
+
{
|
|
4379
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
4380
|
+
denom_units: [{
|
|
4381
|
+
denom: 'ibc/2448A2FFE77B7E9122F8880FBE3AB90FA255AFC9B0577E746684CFE681E2E350',
|
|
4382
|
+
exponent: 0,
|
|
4383
|
+
aliases: ['y:uluna:31Mar2025']
|
|
4384
|
+
}, {
|
|
4385
|
+
denom: 'yLUNA31Mar2025',
|
|
4386
|
+
exponent: 6
|
|
4387
|
+
}],
|
|
4388
|
+
base: 'ibc/2448A2FFE77B7E9122F8880FBE3AB90FA255AFC9B0577E746684CFE681E2E350',
|
|
4389
|
+
name: 'yLuna (31Mar2025)',
|
|
4390
|
+
display: 'yLUNA31Mar2025',
|
|
4391
|
+
symbol: 'yLUNA-31Mar2025',
|
|
4392
|
+
logo_URIs: {
|
|
4393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4395
|
+
},
|
|
4396
|
+
images: [{
|
|
4397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4399
|
+
}],
|
|
4400
|
+
type_asset: 'sdk.coin',
|
|
4401
|
+
traces: [{
|
|
4402
|
+
type: 'ibc',
|
|
4403
|
+
counterparty: {
|
|
4404
|
+
channel_id: 'channel-1',
|
|
4405
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
4406
|
+
chain_name: 'pryzm'
|
|
4407
|
+
},
|
|
4408
|
+
chain: {
|
|
4409
|
+
channel_id: 'channel-284'
|
|
4410
|
+
}
|
|
4411
|
+
}]
|
|
4412
|
+
},
|
|
3993
4413
|
{
|
|
3994
4414
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
3995
4415
|
denom_units: [{
|
|
@@ -4270,6 +4690,41 @@ const assets = {
|
|
|
4270
4690
|
}
|
|
4271
4691
|
}]
|
|
4272
4692
|
},
|
|
4693
|
+
{
|
|
4694
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
4695
|
+
denom_units: [{
|
|
4696
|
+
denom: 'ibc/37BC0457E6E71B9DEC1316DA9B1474E978632964AE7E4E58E080AC718E07E150',
|
|
4697
|
+
exponent: 0,
|
|
4698
|
+
aliases: ['y:stutia:31Mar2025']
|
|
4699
|
+
}, {
|
|
4700
|
+
denom: 'ystTIA31Mar2025',
|
|
4701
|
+
exponent: 6
|
|
4702
|
+
}],
|
|
4703
|
+
base: 'ibc/37BC0457E6E71B9DEC1316DA9B1474E978632964AE7E4E58E080AC718E07E150',
|
|
4704
|
+
name: 'ystTia (31Mar2025)',
|
|
4705
|
+
display: 'ystTIA31Mar2025',
|
|
4706
|
+
symbol: 'ystTIA-31Mar2025',
|
|
4707
|
+
logo_URIs: {
|
|
4708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4710
|
+
},
|
|
4711
|
+
images: [{
|
|
4712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4714
|
+
}],
|
|
4715
|
+
type_asset: 'sdk.coin',
|
|
4716
|
+
traces: [{
|
|
4717
|
+
type: 'ibc',
|
|
4718
|
+
counterparty: {
|
|
4719
|
+
channel_id: 'channel-1',
|
|
4720
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
4721
|
+
chain_name: 'pryzm'
|
|
4722
|
+
},
|
|
4723
|
+
chain: {
|
|
4724
|
+
channel_id: 'channel-284'
|
|
4725
|
+
}
|
|
4726
|
+
}]
|
|
4727
|
+
},
|
|
4273
4728
|
{
|
|
4274
4729
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
4275
4730
|
denom_units: [{
|
|
@@ -4410,6 +4865,41 @@ const assets = {
|
|
|
4410
4865
|
}
|
|
4411
4866
|
}]
|
|
4412
4867
|
},
|
|
4868
|
+
{
|
|
4869
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
4870
|
+
denom_units: [{
|
|
4871
|
+
denom: 'ibc/2BAAED7B4C16C30346849ECA5B3759EAEE9276D565C3163B847568D92263F7C6',
|
|
4872
|
+
exponent: 0,
|
|
4873
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
4874
|
+
}, {
|
|
4875
|
+
denom: 'ystDYDX31Mar2025',
|
|
4876
|
+
exponent: 6
|
|
4877
|
+
}],
|
|
4878
|
+
base: 'ibc/2BAAED7B4C16C30346849ECA5B3759EAEE9276D565C3163B847568D92263F7C6',
|
|
4879
|
+
name: 'ystDydx (31Mar2025)',
|
|
4880
|
+
display: 'ystDYDX31Mar2025',
|
|
4881
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
4882
|
+
logo_URIs: {
|
|
4883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4884
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4885
|
+
},
|
|
4886
|
+
images: [{
|
|
4887
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4888
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4889
|
+
}],
|
|
4890
|
+
type_asset: 'sdk.coin',
|
|
4891
|
+
traces: [{
|
|
4892
|
+
type: 'ibc',
|
|
4893
|
+
counterparty: {
|
|
4894
|
+
channel_id: 'channel-1',
|
|
4895
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
4896
|
+
chain_name: 'pryzm'
|
|
4897
|
+
},
|
|
4898
|
+
chain: {
|
|
4899
|
+
channel_id: 'channel-284'
|
|
4900
|
+
}
|
|
4901
|
+
}]
|
|
4902
|
+
},
|
|
4413
4903
|
{
|
|
4414
4904
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
4415
4905
|
denom_units: [{
|
|
@@ -4460,19 +4950,54 @@ const assets = {
|
|
|
4460
4950
|
display: 'ystDYDX31Dec2026',
|
|
4461
4951
|
symbol: 'ystDYDX-31Dec2026',
|
|
4462
4952
|
logo_URIs: {
|
|
4463
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4464
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4953
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4954
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4955
|
+
},
|
|
4956
|
+
images: [{
|
|
4957
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4958
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4959
|
+
}],
|
|
4960
|
+
type_asset: 'sdk.coin',
|
|
4961
|
+
traces: [{
|
|
4962
|
+
type: 'ibc',
|
|
4963
|
+
counterparty: {
|
|
4964
|
+
channel_id: 'channel-1',
|
|
4965
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
4966
|
+
chain_name: 'pryzm'
|
|
4967
|
+
},
|
|
4968
|
+
chain: {
|
|
4969
|
+
channel_id: 'channel-284'
|
|
4970
|
+
}
|
|
4971
|
+
}]
|
|
4972
|
+
},
|
|
4973
|
+
{
|
|
4974
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
4975
|
+
denom_units: [{
|
|
4976
|
+
denom: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51',
|
|
4977
|
+
exponent: 0,
|
|
4978
|
+
aliases: ['y:udatom:31Dec2024']
|
|
4979
|
+
}, {
|
|
4980
|
+
denom: 'ydATOM31Dec2024',
|
|
4981
|
+
exponent: 6
|
|
4982
|
+
}],
|
|
4983
|
+
base: 'ibc/96BAA9DF835DE5C5BC5731D4CC5F881386211B230065B508B9C53FE34BFCAF51',
|
|
4984
|
+
name: 'ydAtom (31Dec2024)',
|
|
4985
|
+
display: 'ydATOM31Dec2024',
|
|
4986
|
+
symbol: 'ydATOM-31Dec2024',
|
|
4987
|
+
logo_URIs: {
|
|
4988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4989
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4465
4990
|
},
|
|
4466
4991
|
images: [{
|
|
4467
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
4468
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
4992
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4993
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4469
4994
|
}],
|
|
4470
4995
|
type_asset: 'sdk.coin',
|
|
4471
4996
|
traces: [{
|
|
4472
4997
|
type: 'ibc',
|
|
4473
4998
|
counterparty: {
|
|
4474
4999
|
channel_id: 'channel-1',
|
|
4475
|
-
base_denom: 'y:
|
|
5000
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
4476
5001
|
chain_name: 'pryzm'
|
|
4477
5002
|
},
|
|
4478
5003
|
chain: {
|
|
@@ -4481,19 +5006,19 @@ const assets = {
|
|
|
4481
5006
|
}]
|
|
4482
5007
|
},
|
|
4483
5008
|
{
|
|
4484
|
-
description: 'Pryzm\'s refracted yield token for dATOM with maturity of
|
|
5009
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
4485
5010
|
denom_units: [{
|
|
4486
|
-
denom: 'ibc/
|
|
5011
|
+
denom: 'ibc/01D4CA61F26B8847F374080CFA037BB32C69331D52732019FEC646D83174DADF',
|
|
4487
5012
|
exponent: 0,
|
|
4488
|
-
aliases: ['y:udatom:
|
|
5013
|
+
aliases: ['y:udatom:31Mar2025']
|
|
4489
5014
|
}, {
|
|
4490
|
-
denom: '
|
|
5015
|
+
denom: 'ydATOM31Mar2025',
|
|
4491
5016
|
exponent: 6
|
|
4492
5017
|
}],
|
|
4493
|
-
base: 'ibc/
|
|
4494
|
-
name: 'ydAtom (
|
|
4495
|
-
display: '
|
|
4496
|
-
symbol: 'ydATOM-
|
|
5018
|
+
base: 'ibc/01D4CA61F26B8847F374080CFA037BB32C69331D52732019FEC646D83174DADF',
|
|
5019
|
+
name: 'ydAtom (31Mar2025)',
|
|
5020
|
+
display: 'ydATOM31Mar2025',
|
|
5021
|
+
symbol: 'ydATOM-31Mar2025',
|
|
4497
5022
|
logo_URIs: {
|
|
4498
5023
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4499
5024
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
@@ -4507,7 +5032,7 @@ const assets = {
|
|
|
4507
5032
|
type: 'ibc',
|
|
4508
5033
|
counterparty: {
|
|
4509
5034
|
channel_id: 'channel-1',
|
|
4510
|
-
base_denom: 'y:udatom:
|
|
5035
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
4511
5036
|
chain_name: 'pryzm'
|
|
4512
5037
|
},
|
|
4513
5038
|
chain: {
|
|
@@ -4655,6 +5180,41 @@ const assets = {
|
|
|
4655
5180
|
}
|
|
4656
5181
|
}]
|
|
4657
5182
|
},
|
|
5183
|
+
{
|
|
5184
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
5185
|
+
denom_units: [{
|
|
5186
|
+
denom: 'ibc/AF1AE2FB2ECDC81306CE694F59632BE02867F492AE3F43688435AC05B3EE2BA4',
|
|
5187
|
+
exponent: 0,
|
|
5188
|
+
aliases: ['y:utia:31Mar2025']
|
|
5189
|
+
}, {
|
|
5190
|
+
denom: 'yTIA31Mar2025',
|
|
5191
|
+
exponent: 6
|
|
5192
|
+
}],
|
|
5193
|
+
base: 'ibc/AF1AE2FB2ECDC81306CE694F59632BE02867F492AE3F43688435AC05B3EE2BA4',
|
|
5194
|
+
name: 'yTia (31Mar2025)',
|
|
5195
|
+
display: 'yTIA31Mar2025',
|
|
5196
|
+
symbol: 'yTIA-31Mar2025',
|
|
5197
|
+
logo_URIs: {
|
|
5198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5200
|
+
},
|
|
5201
|
+
images: [{
|
|
5202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5203
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5204
|
+
}],
|
|
5205
|
+
type_asset: 'sdk.coin',
|
|
5206
|
+
traces: [{
|
|
5207
|
+
type: 'ibc',
|
|
5208
|
+
counterparty: {
|
|
5209
|
+
channel_id: 'channel-1',
|
|
5210
|
+
base_denom: 'y:utia:31Mar2025',
|
|
5211
|
+
chain_name: 'pryzm'
|
|
5212
|
+
},
|
|
5213
|
+
chain: {
|
|
5214
|
+
channel_id: 'channel-284'
|
|
5215
|
+
}
|
|
5216
|
+
}]
|
|
5217
|
+
},
|
|
4658
5218
|
{
|
|
4659
5219
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
4660
5220
|
denom_units: [{
|
|
@@ -7275,6 +7835,41 @@ const assets = {
|
|
|
7275
7835
|
}
|
|
7276
7836
|
}]
|
|
7277
7837
|
},
|
|
7838
|
+
{
|
|
7839
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
7840
|
+
denom_units: [{
|
|
7841
|
+
denom: 'ibc/DC3B20F3493E422839E1014DB1A0023FDC2860C555CB0202025941271F70F59D',
|
|
7842
|
+
exponent: 0,
|
|
7843
|
+
aliases: ['p:uatom:31Mar2025']
|
|
7844
|
+
}, {
|
|
7845
|
+
denom: 'pATOM31Mar2025',
|
|
7846
|
+
exponent: 6
|
|
7847
|
+
}],
|
|
7848
|
+
base: 'ibc/DC3B20F3493E422839E1014DB1A0023FDC2860C555CB0202025941271F70F59D',
|
|
7849
|
+
name: 'pAtom (31Mar2025)',
|
|
7850
|
+
display: 'pATOM31Mar2025',
|
|
7851
|
+
symbol: 'pATOM-31Mar2025',
|
|
7852
|
+
logo_URIs: {
|
|
7853
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
7854
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
7855
|
+
},
|
|
7856
|
+
images: [{
|
|
7857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
7858
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
7859
|
+
}],
|
|
7860
|
+
type_asset: 'sdk.coin',
|
|
7861
|
+
traces: [{
|
|
7862
|
+
type: 'ibc',
|
|
7863
|
+
counterparty: {
|
|
7864
|
+
channel_id: 'channel-1',
|
|
7865
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
7866
|
+
chain_name: 'pryzm'
|
|
7867
|
+
},
|
|
7868
|
+
chain: {
|
|
7869
|
+
channel_id: 'channel-284'
|
|
7870
|
+
}
|
|
7871
|
+
}]
|
|
7872
|
+
},
|
|
7278
7873
|
{
|
|
7279
7874
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
7280
7875
|
denom_units: [{
|
|
@@ -7415,6 +8010,41 @@ const assets = {
|
|
|
7415
8010
|
}
|
|
7416
8011
|
}]
|
|
7417
8012
|
},
|
|
8013
|
+
{
|
|
8014
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
8015
|
+
denom_units: [{
|
|
8016
|
+
denom: 'ibc/716A5FA12956D62532FAED4BADE819618F7260AEE30DC29C521D95BF7F906BAF',
|
|
8017
|
+
exponent: 0,
|
|
8018
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
8019
|
+
}, {
|
|
8020
|
+
denom: 'pOSMO31Mar2025',
|
|
8021
|
+
exponent: 6
|
|
8022
|
+
}],
|
|
8023
|
+
base: 'ibc/716A5FA12956D62532FAED4BADE819618F7260AEE30DC29C521D95BF7F906BAF',
|
|
8024
|
+
name: 'pOsmo (31Mar2025)',
|
|
8025
|
+
display: 'pOSMO31Mar2025',
|
|
8026
|
+
symbol: 'pOSMO-31Mar2025',
|
|
8027
|
+
logo_URIs: {
|
|
8028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
8029
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
8030
|
+
},
|
|
8031
|
+
images: [{
|
|
8032
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
8033
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
8034
|
+
}],
|
|
8035
|
+
type_asset: 'sdk.coin',
|
|
8036
|
+
traces: [{
|
|
8037
|
+
type: 'ibc',
|
|
8038
|
+
counterparty: {
|
|
8039
|
+
channel_id: 'channel-1',
|
|
8040
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
8041
|
+
chain_name: 'pryzm'
|
|
8042
|
+
},
|
|
8043
|
+
chain: {
|
|
8044
|
+
channel_id: 'channel-284'
|
|
8045
|
+
}
|
|
8046
|
+
}]
|
|
8047
|
+
},
|
|
7418
8048
|
{
|
|
7419
8049
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
7420
8050
|
denom_units: [{
|
|
@@ -7555,6 +8185,41 @@ const assets = {
|
|
|
7555
8185
|
}
|
|
7556
8186
|
}]
|
|
7557
8187
|
},
|
|
8188
|
+
{
|
|
8189
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
8190
|
+
denom_units: [{
|
|
8191
|
+
denom: 'ibc/4DEC57622AE911DDC1EF809E1E5F83654C71EC155BD8F88F7B10E8E46AE1D9CD',
|
|
8192
|
+
exponent: 0,
|
|
8193
|
+
aliases: ['p:inj:31Mar2025']
|
|
8194
|
+
}, {
|
|
8195
|
+
denom: 'pINJ31Mar2025',
|
|
8196
|
+
exponent: 18
|
|
8197
|
+
}],
|
|
8198
|
+
base: 'ibc/4DEC57622AE911DDC1EF809E1E5F83654C71EC155BD8F88F7B10E8E46AE1D9CD',
|
|
8199
|
+
name: 'pInj (31Mar2025)',
|
|
8200
|
+
display: 'pINJ31Mar2025',
|
|
8201
|
+
symbol: 'pINJ-31Mar2025',
|
|
8202
|
+
logo_URIs: {
|
|
8203
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
8204
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
8205
|
+
},
|
|
8206
|
+
images: [{
|
|
8207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
8208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
8209
|
+
}],
|
|
8210
|
+
type_asset: 'sdk.coin',
|
|
8211
|
+
traces: [{
|
|
8212
|
+
type: 'ibc',
|
|
8213
|
+
counterparty: {
|
|
8214
|
+
channel_id: 'channel-1',
|
|
8215
|
+
base_denom: 'p:inj:31Mar2025',
|
|
8216
|
+
chain_name: 'pryzm'
|
|
8217
|
+
},
|
|
8218
|
+
chain: {
|
|
8219
|
+
channel_id: 'channel-284'
|
|
8220
|
+
}
|
|
8221
|
+
}]
|
|
8222
|
+
},
|
|
7558
8223
|
{
|
|
7559
8224
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
7560
8225
|
denom_units: [{
|
|
@@ -7696,19 +8361,19 @@ const assets = {
|
|
|
7696
8361
|
}]
|
|
7697
8362
|
},
|
|
7698
8363
|
{
|
|
7699
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
8364
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
7700
8365
|
denom_units: [{
|
|
7701
|
-
denom: 'ibc/
|
|
8366
|
+
denom: 'ibc/83CB4C16D1AB38D30721456154917A5F7FBA0A1DA4D5EC2210EBAD41B5694D88',
|
|
7702
8367
|
exponent: 0,
|
|
7703
|
-
aliases: ['p:uluna:
|
|
8368
|
+
aliases: ['p:uluna:31Mar2025']
|
|
7704
8369
|
}, {
|
|
7705
|
-
denom: '
|
|
8370
|
+
denom: 'pLUNA31Mar2025',
|
|
7706
8371
|
exponent: 6
|
|
7707
8372
|
}],
|
|
7708
|
-
base: 'ibc/
|
|
7709
|
-
name: 'pLuna (
|
|
7710
|
-
display: '
|
|
7711
|
-
symbol: 'pLUNA-
|
|
8373
|
+
base: 'ibc/83CB4C16D1AB38D30721456154917A5F7FBA0A1DA4D5EC2210EBAD41B5694D88',
|
|
8374
|
+
name: 'pLuna (31Mar2025)',
|
|
8375
|
+
display: 'pLUNA31Mar2025',
|
|
8376
|
+
symbol: 'pLUNA-31Mar2025',
|
|
7712
8377
|
logo_URIs: {
|
|
7713
8378
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
7714
8379
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -7722,7 +8387,7 @@ const assets = {
|
|
|
7722
8387
|
type: 'ibc',
|
|
7723
8388
|
counterparty: {
|
|
7724
8389
|
channel_id: 'channel-1',
|
|
7725
|
-
base_denom: 'p:uluna:
|
|
8390
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
7726
8391
|
chain_name: 'pryzm'
|
|
7727
8392
|
},
|
|
7728
8393
|
chain: {
|
|
@@ -7765,6 +8430,41 @@ const assets = {
|
|
|
7765
8430
|
}
|
|
7766
8431
|
}]
|
|
7767
8432
|
},
|
|
8433
|
+
{
|
|
8434
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
8435
|
+
denom_units: [{
|
|
8436
|
+
denom: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F',
|
|
8437
|
+
exponent: 0,
|
|
8438
|
+
aliases: ['p:uluna:31Dec2026']
|
|
8439
|
+
}, {
|
|
8440
|
+
denom: 'pLUNA31Dec2026',
|
|
8441
|
+
exponent: 6
|
|
8442
|
+
}],
|
|
8443
|
+
base: 'ibc/D15EE42512F25E6E377DE79C290A5181820178482E36F6DDFB460763C462B85F',
|
|
8444
|
+
name: 'pLuna (31Dec2026)',
|
|
8445
|
+
display: 'pLUNA31Dec2026',
|
|
8446
|
+
symbol: 'pLUNA-31Dec2026',
|
|
8447
|
+
logo_URIs: {
|
|
8448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
8449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
8450
|
+
},
|
|
8451
|
+
images: [{
|
|
8452
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
8453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
8454
|
+
}],
|
|
8455
|
+
type_asset: 'sdk.coin',
|
|
8456
|
+
traces: [{
|
|
8457
|
+
type: 'ibc',
|
|
8458
|
+
counterparty: {
|
|
8459
|
+
channel_id: 'channel-1',
|
|
8460
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
8461
|
+
chain_name: 'pryzm'
|
|
8462
|
+
},
|
|
8463
|
+
chain: {
|
|
8464
|
+
channel_id: 'channel-284'
|
|
8465
|
+
}
|
|
8466
|
+
}]
|
|
8467
|
+
},
|
|
7768
8468
|
{
|
|
7769
8469
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
7770
8470
|
denom_units: [{
|
|
@@ -7975,6 +8675,41 @@ const assets = {
|
|
|
7975
8675
|
}
|
|
7976
8676
|
}]
|
|
7977
8677
|
},
|
|
8678
|
+
{
|
|
8679
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
8680
|
+
denom_units: [{
|
|
8681
|
+
denom: 'ibc/550430B3AA6B34C17113694FA66A6BA6F93EAE9AB8C09103279900B52D5046E9',
|
|
8682
|
+
exponent: 0,
|
|
8683
|
+
aliases: ['p:stutia:31Mar2025']
|
|
8684
|
+
}, {
|
|
8685
|
+
denom: 'pstTIA31Mar2025',
|
|
8686
|
+
exponent: 6
|
|
8687
|
+
}],
|
|
8688
|
+
base: 'ibc/550430B3AA6B34C17113694FA66A6BA6F93EAE9AB8C09103279900B52D5046E9',
|
|
8689
|
+
name: 'pstTia (31Mar2025)',
|
|
8690
|
+
display: 'pstTIA31Mar2025',
|
|
8691
|
+
symbol: 'pstTIA-31Mar2025',
|
|
8692
|
+
logo_URIs: {
|
|
8693
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
8694
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
8695
|
+
},
|
|
8696
|
+
images: [{
|
|
8697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
8698
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
8699
|
+
}],
|
|
8700
|
+
type_asset: 'sdk.coin',
|
|
8701
|
+
traces: [{
|
|
8702
|
+
type: 'ibc',
|
|
8703
|
+
counterparty: {
|
|
8704
|
+
channel_id: 'channel-1',
|
|
8705
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
8706
|
+
chain_name: 'pryzm'
|
|
8707
|
+
},
|
|
8708
|
+
chain: {
|
|
8709
|
+
channel_id: 'channel-284'
|
|
8710
|
+
}
|
|
8711
|
+
}]
|
|
8712
|
+
},
|
|
7978
8713
|
{
|
|
7979
8714
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
7980
8715
|
denom_units: [{
|
|
@@ -8115,6 +8850,41 @@ const assets = {
|
|
|
8115
8850
|
}
|
|
8116
8851
|
}]
|
|
8117
8852
|
},
|
|
8853
|
+
{
|
|
8854
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
8855
|
+
denom_units: [{
|
|
8856
|
+
denom: 'ibc/F74409013BA5706CB297C2B12F8B47390CD581E17C0CB635C234964D4DA181D3',
|
|
8857
|
+
exponent: 0,
|
|
8858
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
8859
|
+
}, {
|
|
8860
|
+
denom: 'pstDYDX31Mar2025',
|
|
8861
|
+
exponent: 18
|
|
8862
|
+
}],
|
|
8863
|
+
base: 'ibc/F74409013BA5706CB297C2B12F8B47390CD581E17C0CB635C234964D4DA181D3',
|
|
8864
|
+
name: 'pstDydx (31Mar2025)',
|
|
8865
|
+
display: 'pstDYDX31Mar2025',
|
|
8866
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
8867
|
+
logo_URIs: {
|
|
8868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8869
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8870
|
+
},
|
|
8871
|
+
images: [{
|
|
8872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8874
|
+
}],
|
|
8875
|
+
type_asset: 'sdk.coin',
|
|
8876
|
+
traces: [{
|
|
8877
|
+
type: 'ibc',
|
|
8878
|
+
counterparty: {
|
|
8879
|
+
channel_id: 'channel-1',
|
|
8880
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
8881
|
+
chain_name: 'pryzm'
|
|
8882
|
+
},
|
|
8883
|
+
chain: {
|
|
8884
|
+
channel_id: 'channel-284'
|
|
8885
|
+
}
|
|
8886
|
+
}]
|
|
8887
|
+
},
|
|
8118
8888
|
{
|
|
8119
8889
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
8120
8890
|
denom_units: [{
|
|
@@ -8165,19 +8935,54 @@ const assets = {
|
|
|
8165
8935
|
display: 'pstDYDX31Dec2026',
|
|
8166
8936
|
symbol: 'pstDYDX-31Dec2026',
|
|
8167
8937
|
logo_URIs: {
|
|
8168
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8169
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8939
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8940
|
+
},
|
|
8941
|
+
images: [{
|
|
8942
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
8943
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
8944
|
+
}],
|
|
8945
|
+
type_asset: 'sdk.coin',
|
|
8946
|
+
traces: [{
|
|
8947
|
+
type: 'ibc',
|
|
8948
|
+
counterparty: {
|
|
8949
|
+
channel_id: 'channel-1',
|
|
8950
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
8951
|
+
chain_name: 'pryzm'
|
|
8952
|
+
},
|
|
8953
|
+
chain: {
|
|
8954
|
+
channel_id: 'channel-284'
|
|
8955
|
+
}
|
|
8956
|
+
}]
|
|
8957
|
+
},
|
|
8958
|
+
{
|
|
8959
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
8960
|
+
denom_units: [{
|
|
8961
|
+
denom: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329',
|
|
8962
|
+
exponent: 0,
|
|
8963
|
+
aliases: ['p:udatom:31Dec2024']
|
|
8964
|
+
}, {
|
|
8965
|
+
denom: 'pdATOM31Dec2024',
|
|
8966
|
+
exponent: 6
|
|
8967
|
+
}],
|
|
8968
|
+
base: 'ibc/FB19C7ABF25489E678C4D065F4FE20AA5889DB46E726924909D732948000B329',
|
|
8969
|
+
name: 'pdAtom (31Dec2024)',
|
|
8970
|
+
display: 'pdATOM31Dec2024',
|
|
8971
|
+
symbol: 'pdATOM-31Dec2024',
|
|
8972
|
+
logo_URIs: {
|
|
8973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
8974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
8170
8975
|
},
|
|
8171
8976
|
images: [{
|
|
8172
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
8173
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
8977
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
8978
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
8174
8979
|
}],
|
|
8175
8980
|
type_asset: 'sdk.coin',
|
|
8176
8981
|
traces: [{
|
|
8177
8982
|
type: 'ibc',
|
|
8178
8983
|
counterparty: {
|
|
8179
8984
|
channel_id: 'channel-1',
|
|
8180
|
-
base_denom: 'p:
|
|
8985
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
8181
8986
|
chain_name: 'pryzm'
|
|
8182
8987
|
},
|
|
8183
8988
|
chain: {
|
|
@@ -8186,19 +8991,19 @@ const assets = {
|
|
|
8186
8991
|
}]
|
|
8187
8992
|
},
|
|
8188
8993
|
{
|
|
8189
|
-
description: 'Pryzm\'s refracted principal token for dATOM with maturity of
|
|
8994
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
8190
8995
|
denom_units: [{
|
|
8191
|
-
denom: 'ibc/
|
|
8996
|
+
denom: 'ibc/035C4C090774D5FCBA012778AC7589776E141C198F8159CBFB7FF073AE8B1F62',
|
|
8192
8997
|
exponent: 0,
|
|
8193
|
-
aliases: ['p:udatom:
|
|
8998
|
+
aliases: ['p:udatom:31Mar2025']
|
|
8194
8999
|
}, {
|
|
8195
|
-
denom: '
|
|
9000
|
+
denom: 'pdATOM31Mar2025',
|
|
8196
9001
|
exponent: 6
|
|
8197
9002
|
}],
|
|
8198
|
-
base: 'ibc/
|
|
8199
|
-
name: 'pdAtom (
|
|
8200
|
-
display: '
|
|
8201
|
-
symbol: 'pdATOM-
|
|
9003
|
+
base: 'ibc/035C4C090774D5FCBA012778AC7589776E141C198F8159CBFB7FF073AE8B1F62',
|
|
9004
|
+
name: 'pdAtom (31Mar2025)',
|
|
9005
|
+
display: 'pdATOM31Mar2025',
|
|
9006
|
+
symbol: 'pdATOM-31Mar2025',
|
|
8202
9007
|
logo_URIs: {
|
|
8203
9008
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
8204
9009
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
@@ -8212,7 +9017,7 @@ const assets = {
|
|
|
8212
9017
|
type: 'ibc',
|
|
8213
9018
|
counterparty: {
|
|
8214
9019
|
channel_id: 'channel-1',
|
|
8215
|
-
base_denom: 'p:udatom:
|
|
9020
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
8216
9021
|
chain_name: 'pryzm'
|
|
8217
9022
|
},
|
|
8218
9023
|
chain: {
|
|
@@ -8360,6 +9165,41 @@ const assets = {
|
|
|
8360
9165
|
}
|
|
8361
9166
|
}]
|
|
8362
9167
|
},
|
|
9168
|
+
{
|
|
9169
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
9170
|
+
denom_units: [{
|
|
9171
|
+
denom: 'ibc/C058D6081CD68148C347DA740474C0DA341AE9E420476E85DBE6B6EA7262CC0B',
|
|
9172
|
+
exponent: 0,
|
|
9173
|
+
aliases: ['p:utia:31Mar2025']
|
|
9174
|
+
}, {
|
|
9175
|
+
denom: 'pTIA31Mar2025',
|
|
9176
|
+
exponent: 6
|
|
9177
|
+
}],
|
|
9178
|
+
base: 'ibc/C058D6081CD68148C347DA740474C0DA341AE9E420476E85DBE6B6EA7262CC0B',
|
|
9179
|
+
name: 'pTia (31Mar2025)',
|
|
9180
|
+
display: 'pTIA31Mar2025',
|
|
9181
|
+
symbol: 'pTIA-31Mar2025',
|
|
9182
|
+
logo_URIs: {
|
|
9183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
9184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
9185
|
+
},
|
|
9186
|
+
images: [{
|
|
9187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
9188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
9189
|
+
}],
|
|
9190
|
+
type_asset: 'sdk.coin',
|
|
9191
|
+
traces: [{
|
|
9192
|
+
type: 'ibc',
|
|
9193
|
+
counterparty: {
|
|
9194
|
+
channel_id: 'channel-1',
|
|
9195
|
+
base_denom: 'p:utia:31Mar2025',
|
|
9196
|
+
chain_name: 'pryzm'
|
|
9197
|
+
},
|
|
9198
|
+
chain: {
|
|
9199
|
+
channel_id: 'channel-284'
|
|
9200
|
+
}
|
|
9201
|
+
}]
|
|
9202
|
+
},
|
|
8363
9203
|
{
|
|
8364
9204
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
8365
9205
|
denom_units: [{
|
|
@@ -8500,6 +9340,41 @@ const assets = {
|
|
|
8500
9340
|
}
|
|
8501
9341
|
}]
|
|
8502
9342
|
},
|
|
9343
|
+
{
|
|
9344
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
9345
|
+
denom_units: [{
|
|
9346
|
+
denom: 'ibc/58E04E7396B4C0A68A40AC82BEEFE7DA34AD2F1B6EFFB2A5019569E85A8A5092',
|
|
9347
|
+
exponent: 0,
|
|
9348
|
+
aliases: ['y:uatom:31Mar2025']
|
|
9349
|
+
}, {
|
|
9350
|
+
denom: 'yATOM31Mar2025',
|
|
9351
|
+
exponent: 6
|
|
9352
|
+
}],
|
|
9353
|
+
base: 'ibc/58E04E7396B4C0A68A40AC82BEEFE7DA34AD2F1B6EFFB2A5019569E85A8A5092',
|
|
9354
|
+
name: 'yAtom (31Mar2025)',
|
|
9355
|
+
display: 'yATOM31Mar2025',
|
|
9356
|
+
symbol: 'yATOM-31Mar2025',
|
|
9357
|
+
logo_URIs: {
|
|
9358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
9359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
9360
|
+
},
|
|
9361
|
+
images: [{
|
|
9362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
9363
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
9364
|
+
}],
|
|
9365
|
+
type_asset: 'sdk.coin',
|
|
9366
|
+
traces: [{
|
|
9367
|
+
type: 'ibc',
|
|
9368
|
+
counterparty: {
|
|
9369
|
+
channel_id: 'channel-1',
|
|
9370
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
9371
|
+
chain_name: 'pryzm'
|
|
9372
|
+
},
|
|
9373
|
+
chain: {
|
|
9374
|
+
channel_id: 'channel-284'
|
|
9375
|
+
}
|
|
9376
|
+
}]
|
|
9377
|
+
},
|
|
8503
9378
|
{
|
|
8504
9379
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
8505
9380
|
denom_units: [{
|
|
@@ -8640,6 +9515,41 @@ const assets = {
|
|
|
8640
9515
|
}
|
|
8641
9516
|
}]
|
|
8642
9517
|
},
|
|
9518
|
+
{
|
|
9519
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
9520
|
+
denom_units: [{
|
|
9521
|
+
denom: 'ibc/5DBAB1E761F9083ED825FCA84B0CCB469FB7DE79E58BCC937F070620B77D7ED2',
|
|
9522
|
+
exponent: 0,
|
|
9523
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
9524
|
+
}, {
|
|
9525
|
+
denom: 'yOSMO31Mar2025',
|
|
9526
|
+
exponent: 6
|
|
9527
|
+
}],
|
|
9528
|
+
base: 'ibc/5DBAB1E761F9083ED825FCA84B0CCB469FB7DE79E58BCC937F070620B77D7ED2',
|
|
9529
|
+
name: 'yOsmo (31Mar2025)',
|
|
9530
|
+
display: 'yOSMO31Mar2025',
|
|
9531
|
+
symbol: 'yOSMO-31Mar2025',
|
|
9532
|
+
logo_URIs: {
|
|
9533
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
9534
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
9535
|
+
},
|
|
9536
|
+
images: [{
|
|
9537
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
9538
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
9539
|
+
}],
|
|
9540
|
+
type_asset: 'sdk.coin',
|
|
9541
|
+
traces: [{
|
|
9542
|
+
type: 'ibc',
|
|
9543
|
+
counterparty: {
|
|
9544
|
+
channel_id: 'channel-1',
|
|
9545
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
9546
|
+
chain_name: 'pryzm'
|
|
9547
|
+
},
|
|
9548
|
+
chain: {
|
|
9549
|
+
channel_id: 'channel-284'
|
|
9550
|
+
}
|
|
9551
|
+
}]
|
|
9552
|
+
},
|
|
8643
9553
|
{
|
|
8644
9554
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
8645
9555
|
denom_units: [{
|
|
@@ -8780,6 +9690,41 @@ const assets = {
|
|
|
8780
9690
|
}
|
|
8781
9691
|
}]
|
|
8782
9692
|
},
|
|
9693
|
+
{
|
|
9694
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
9695
|
+
denom_units: [{
|
|
9696
|
+
denom: 'ibc/11C6A3C47C4491B68E01F63C8B31B31296CEE3A4E5E3AABFC7E35FB056940D03',
|
|
9697
|
+
exponent: 0,
|
|
9698
|
+
aliases: ['y:inj:31Mar2025']
|
|
9699
|
+
}, {
|
|
9700
|
+
denom: 'yINJ31Mar2025',
|
|
9701
|
+
exponent: 18
|
|
9702
|
+
}],
|
|
9703
|
+
base: 'ibc/11C6A3C47C4491B68E01F63C8B31B31296CEE3A4E5E3AABFC7E35FB056940D03',
|
|
9704
|
+
name: 'yInj (31Mar2025)',
|
|
9705
|
+
display: 'yINJ31Mar2025',
|
|
9706
|
+
symbol: 'yINJ-31Mar2025',
|
|
9707
|
+
logo_URIs: {
|
|
9708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
9709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
9710
|
+
},
|
|
9711
|
+
images: [{
|
|
9712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
9713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
9714
|
+
}],
|
|
9715
|
+
type_asset: 'sdk.coin',
|
|
9716
|
+
traces: [{
|
|
9717
|
+
type: 'ibc',
|
|
9718
|
+
counterparty: {
|
|
9719
|
+
channel_id: 'channel-1',
|
|
9720
|
+
base_denom: 'y:inj:31Mar2025',
|
|
9721
|
+
chain_name: 'pryzm'
|
|
9722
|
+
},
|
|
9723
|
+
chain: {
|
|
9724
|
+
channel_id: 'channel-284'
|
|
9725
|
+
}
|
|
9726
|
+
}]
|
|
9727
|
+
},
|
|
8783
9728
|
{
|
|
8784
9729
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
8785
9730
|
denom_units: [{
|
|
@@ -8920,6 +9865,41 @@ const assets = {
|
|
|
8920
9865
|
}
|
|
8921
9866
|
}]
|
|
8922
9867
|
},
|
|
9868
|
+
{
|
|
9869
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
9870
|
+
denom_units: [{
|
|
9871
|
+
denom: 'ibc/2448A2FFE77B7E9122F8880FBE3AB90FA255AFC9B0577E746684CFE681E2E350',
|
|
9872
|
+
exponent: 0,
|
|
9873
|
+
aliases: ['y:uluna:31Mar2025']
|
|
9874
|
+
}, {
|
|
9875
|
+
denom: 'yLUNA31Mar2025',
|
|
9876
|
+
exponent: 6
|
|
9877
|
+
}],
|
|
9878
|
+
base: 'ibc/2448A2FFE77B7E9122F8880FBE3AB90FA255AFC9B0577E746684CFE681E2E350',
|
|
9879
|
+
name: 'yLuna (31Mar2025)',
|
|
9880
|
+
display: 'yLUNA31Mar2025',
|
|
9881
|
+
symbol: 'yLUNA-31Mar2025',
|
|
9882
|
+
logo_URIs: {
|
|
9883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
9884
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
9885
|
+
},
|
|
9886
|
+
images: [{
|
|
9887
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
9888
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
9889
|
+
}],
|
|
9890
|
+
type_asset: 'sdk.coin',
|
|
9891
|
+
traces: [{
|
|
9892
|
+
type: 'ibc',
|
|
9893
|
+
counterparty: {
|
|
9894
|
+
channel_id: 'channel-1',
|
|
9895
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
9896
|
+
chain_name: 'pryzm'
|
|
9897
|
+
},
|
|
9898
|
+
chain: {
|
|
9899
|
+
channel_id: 'channel-284'
|
|
9900
|
+
}
|
|
9901
|
+
}]
|
|
9902
|
+
},
|
|
8923
9903
|
{
|
|
8924
9904
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
8925
9905
|
denom_units: [{
|
|
@@ -9200,6 +10180,41 @@ const assets = {
|
|
|
9200
10180
|
}
|
|
9201
10181
|
}]
|
|
9202
10182
|
},
|
|
10183
|
+
{
|
|
10184
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
10185
|
+
denom_units: [{
|
|
10186
|
+
denom: 'ibc/37BC0457E6E71B9DEC1316DA9B1474E978632964AE7E4E58E080AC718E07E150',
|
|
10187
|
+
exponent: 0,
|
|
10188
|
+
aliases: ['y:stutia:31Mar2025']
|
|
10189
|
+
}, {
|
|
10190
|
+
denom: 'ystTIA31Mar2025',
|
|
10191
|
+
exponent: 6
|
|
10192
|
+
}],
|
|
10193
|
+
base: 'ibc/37BC0457E6E71B9DEC1316DA9B1474E978632964AE7E4E58E080AC718E07E150',
|
|
10194
|
+
name: 'ystTia (31Mar2025)',
|
|
10195
|
+
display: 'ystTIA31Mar2025',
|
|
10196
|
+
symbol: 'ystTIA-31Mar2025',
|
|
10197
|
+
logo_URIs: {
|
|
10198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
10199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
10200
|
+
},
|
|
10201
|
+
images: [{
|
|
10202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
10203
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
10204
|
+
}],
|
|
10205
|
+
type_asset: 'sdk.coin',
|
|
10206
|
+
traces: [{
|
|
10207
|
+
type: 'ibc',
|
|
10208
|
+
counterparty: {
|
|
10209
|
+
channel_id: 'channel-1',
|
|
10210
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
10211
|
+
chain_name: 'pryzm'
|
|
10212
|
+
},
|
|
10213
|
+
chain: {
|
|
10214
|
+
channel_id: 'channel-284'
|
|
10215
|
+
}
|
|
10216
|
+
}]
|
|
10217
|
+
},
|
|
9203
10218
|
{
|
|
9204
10219
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
9205
10220
|
denom_units: [{
|
|
@@ -9340,6 +10355,41 @@ const assets = {
|
|
|
9340
10355
|
}
|
|
9341
10356
|
}]
|
|
9342
10357
|
},
|
|
10358
|
+
{
|
|
10359
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
10360
|
+
denom_units: [{
|
|
10361
|
+
denom: 'ibc/2BAAED7B4C16C30346849ECA5B3759EAEE9276D565C3163B847568D92263F7C6',
|
|
10362
|
+
exponent: 0,
|
|
10363
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
10364
|
+
}, {
|
|
10365
|
+
denom: 'ystDYDX31Mar2025',
|
|
10366
|
+
exponent: 6
|
|
10367
|
+
}],
|
|
10368
|
+
base: 'ibc/2BAAED7B4C16C30346849ECA5B3759EAEE9276D565C3163B847568D92263F7C6',
|
|
10369
|
+
name: 'ystDydx (31Mar2025)',
|
|
10370
|
+
display: 'ystDYDX31Mar2025',
|
|
10371
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
10372
|
+
logo_URIs: {
|
|
10373
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
10374
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
10375
|
+
},
|
|
10376
|
+
images: [{
|
|
10377
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
10378
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
10379
|
+
}],
|
|
10380
|
+
type_asset: 'sdk.coin',
|
|
10381
|
+
traces: [{
|
|
10382
|
+
type: 'ibc',
|
|
10383
|
+
counterparty: {
|
|
10384
|
+
channel_id: 'channel-1',
|
|
10385
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
10386
|
+
chain_name: 'pryzm'
|
|
10387
|
+
},
|
|
10388
|
+
chain: {
|
|
10389
|
+
channel_id: 'channel-284'
|
|
10390
|
+
}
|
|
10391
|
+
}]
|
|
10392
|
+
},
|
|
9343
10393
|
{
|
|
9344
10394
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
9345
10395
|
denom_units: [{
|
|
@@ -9445,6 +10495,41 @@ const assets = {
|
|
|
9445
10495
|
}
|
|
9446
10496
|
}]
|
|
9447
10497
|
},
|
|
10498
|
+
{
|
|
10499
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
10500
|
+
denom_units: [{
|
|
10501
|
+
denom: 'ibc/01D4CA61F26B8847F374080CFA037BB32C69331D52732019FEC646D83174DADF',
|
|
10502
|
+
exponent: 0,
|
|
10503
|
+
aliases: ['y:udatom:31Mar2025']
|
|
10504
|
+
}, {
|
|
10505
|
+
denom: 'ydATOM31Mar2025',
|
|
10506
|
+
exponent: 6
|
|
10507
|
+
}],
|
|
10508
|
+
base: 'ibc/01D4CA61F26B8847F374080CFA037BB32C69331D52732019FEC646D83174DADF',
|
|
10509
|
+
name: 'ydAtom (31Mar2025)',
|
|
10510
|
+
display: 'ydATOM31Mar2025',
|
|
10511
|
+
symbol: 'ydATOM-31Mar2025',
|
|
10512
|
+
logo_URIs: {
|
|
10513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
10514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
10515
|
+
},
|
|
10516
|
+
images: [{
|
|
10517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
10518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
10519
|
+
}],
|
|
10520
|
+
type_asset: 'sdk.coin',
|
|
10521
|
+
traces: [{
|
|
10522
|
+
type: 'ibc',
|
|
10523
|
+
counterparty: {
|
|
10524
|
+
channel_id: 'channel-1',
|
|
10525
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
10526
|
+
chain_name: 'pryzm'
|
|
10527
|
+
},
|
|
10528
|
+
chain: {
|
|
10529
|
+
channel_id: 'channel-284'
|
|
10530
|
+
}
|
|
10531
|
+
}]
|
|
10532
|
+
},
|
|
9448
10533
|
{
|
|
9449
10534
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
9450
10535
|
denom_units: [{
|
|
@@ -9585,6 +10670,41 @@ const assets = {
|
|
|
9585
10670
|
}
|
|
9586
10671
|
}]
|
|
9587
10672
|
},
|
|
10673
|
+
{
|
|
10674
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
10675
|
+
denom_units: [{
|
|
10676
|
+
denom: 'ibc/AF1AE2FB2ECDC81306CE694F59632BE02867F492AE3F43688435AC05B3EE2BA4',
|
|
10677
|
+
exponent: 0,
|
|
10678
|
+
aliases: ['y:utia:31Mar2025']
|
|
10679
|
+
}, {
|
|
10680
|
+
denom: 'yTIA31Mar2025',
|
|
10681
|
+
exponent: 6
|
|
10682
|
+
}],
|
|
10683
|
+
base: 'ibc/AF1AE2FB2ECDC81306CE694F59632BE02867F492AE3F43688435AC05B3EE2BA4',
|
|
10684
|
+
name: 'yTia (31Mar2025)',
|
|
10685
|
+
display: 'yTIA31Mar2025',
|
|
10686
|
+
symbol: 'yTIA-31Mar2025',
|
|
10687
|
+
logo_URIs: {
|
|
10688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
10689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
10690
|
+
},
|
|
10691
|
+
images: [{
|
|
10692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
10693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
10694
|
+
}],
|
|
10695
|
+
type_asset: 'sdk.coin',
|
|
10696
|
+
traces: [{
|
|
10697
|
+
type: 'ibc',
|
|
10698
|
+
counterparty: {
|
|
10699
|
+
channel_id: 'channel-1',
|
|
10700
|
+
base_denom: 'y:utia:31Mar2025',
|
|
10701
|
+
chain_name: 'pryzm'
|
|
10702
|
+
},
|
|
10703
|
+
chain: {
|
|
10704
|
+
channel_id: 'channel-284'
|
|
10705
|
+
}
|
|
10706
|
+
}]
|
|
10707
|
+
},
|
|
9588
10708
|
{
|
|
9589
10709
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
9590
10710
|
denom_units: [{
|