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