@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/terra2.js
CHANGED
|
@@ -2235,6 +2235,41 @@ const assets = {
|
|
|
2235
2235
|
}
|
|
2236
2236
|
}]
|
|
2237
2237
|
},
|
|
2238
|
+
{
|
|
2239
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
2240
|
+
denom_units: [{
|
|
2241
|
+
denom: 'ibc/17FD91C348B548A73CFF3A3245B0F9F5D2F228F3C7C854BDC1120F59572D1118',
|
|
2242
|
+
exponent: 0,
|
|
2243
|
+
aliases: ['p:uatom:31Mar2025']
|
|
2244
|
+
}, {
|
|
2245
|
+
denom: 'pATOM31Mar2025',
|
|
2246
|
+
exponent: 6
|
|
2247
|
+
}],
|
|
2248
|
+
base: 'ibc/17FD91C348B548A73CFF3A3245B0F9F5D2F228F3C7C854BDC1120F59572D1118',
|
|
2249
|
+
name: 'pAtom (31Mar2025)',
|
|
2250
|
+
display: 'pATOM31Mar2025',
|
|
2251
|
+
symbol: 'pATOM-31Mar2025',
|
|
2252
|
+
logo_URIs: {
|
|
2253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2255
|
+
},
|
|
2256
|
+
images: [{
|
|
2257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
2258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
2259
|
+
}],
|
|
2260
|
+
type_asset: 'sdk.coin',
|
|
2261
|
+
traces: [{
|
|
2262
|
+
type: 'ibc',
|
|
2263
|
+
counterparty: {
|
|
2264
|
+
channel_id: 'channel-4',
|
|
2265
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
2266
|
+
chain_name: 'pryzm'
|
|
2267
|
+
},
|
|
2268
|
+
chain: {
|
|
2269
|
+
channel_id: 'channel-473'
|
|
2270
|
+
}
|
|
2271
|
+
}]
|
|
2272
|
+
},
|
|
2238
2273
|
{
|
|
2239
2274
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
2240
2275
|
denom_units: [{
|
|
@@ -2375,6 +2410,41 @@ const assets = {
|
|
|
2375
2410
|
}
|
|
2376
2411
|
}]
|
|
2377
2412
|
},
|
|
2413
|
+
{
|
|
2414
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
2415
|
+
denom_units: [{
|
|
2416
|
+
denom: 'ibc/096B40787C229D7C84AC5D68D06071738B7D6919F79DB44CBEEF3B8100DE1A60',
|
|
2417
|
+
exponent: 0,
|
|
2418
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
2419
|
+
}, {
|
|
2420
|
+
denom: 'pOSMO31Mar2025',
|
|
2421
|
+
exponent: 6
|
|
2422
|
+
}],
|
|
2423
|
+
base: 'ibc/096B40787C229D7C84AC5D68D06071738B7D6919F79DB44CBEEF3B8100DE1A60',
|
|
2424
|
+
name: 'pOsmo (31Mar2025)',
|
|
2425
|
+
display: 'pOSMO31Mar2025',
|
|
2426
|
+
symbol: 'pOSMO-31Mar2025',
|
|
2427
|
+
logo_URIs: {
|
|
2428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2430
|
+
},
|
|
2431
|
+
images: [{
|
|
2432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
2433
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
2434
|
+
}],
|
|
2435
|
+
type_asset: 'sdk.coin',
|
|
2436
|
+
traces: [{
|
|
2437
|
+
type: 'ibc',
|
|
2438
|
+
counterparty: {
|
|
2439
|
+
channel_id: 'channel-4',
|
|
2440
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
2441
|
+
chain_name: 'pryzm'
|
|
2442
|
+
},
|
|
2443
|
+
chain: {
|
|
2444
|
+
channel_id: 'channel-473'
|
|
2445
|
+
}
|
|
2446
|
+
}]
|
|
2447
|
+
},
|
|
2378
2448
|
{
|
|
2379
2449
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
2380
2450
|
denom_units: [{
|
|
@@ -2515,6 +2585,41 @@ const assets = {
|
|
|
2515
2585
|
}
|
|
2516
2586
|
}]
|
|
2517
2587
|
},
|
|
2588
|
+
{
|
|
2589
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
2590
|
+
denom_units: [{
|
|
2591
|
+
denom: 'ibc/E9BA7E6E8E664FFBA239A8B76EABAC09D68776B57218F673172FAE302242BB98',
|
|
2592
|
+
exponent: 0,
|
|
2593
|
+
aliases: ['p:inj:31Mar2025']
|
|
2594
|
+
}, {
|
|
2595
|
+
denom: 'pINJ31Mar2025',
|
|
2596
|
+
exponent: 18
|
|
2597
|
+
}],
|
|
2598
|
+
base: 'ibc/E9BA7E6E8E664FFBA239A8B76EABAC09D68776B57218F673172FAE302242BB98',
|
|
2599
|
+
name: 'pInj (31Mar2025)',
|
|
2600
|
+
display: 'pINJ31Mar2025',
|
|
2601
|
+
symbol: 'pINJ-31Mar2025',
|
|
2602
|
+
logo_URIs: {
|
|
2603
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2604
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2605
|
+
},
|
|
2606
|
+
images: [{
|
|
2607
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
2608
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
2609
|
+
}],
|
|
2610
|
+
type_asset: 'sdk.coin',
|
|
2611
|
+
traces: [{
|
|
2612
|
+
type: 'ibc',
|
|
2613
|
+
counterparty: {
|
|
2614
|
+
channel_id: 'channel-4',
|
|
2615
|
+
base_denom: 'p:inj:31Mar2025',
|
|
2616
|
+
chain_name: 'pryzm'
|
|
2617
|
+
},
|
|
2618
|
+
chain: {
|
|
2619
|
+
channel_id: 'channel-473'
|
|
2620
|
+
}
|
|
2621
|
+
}]
|
|
2622
|
+
},
|
|
2518
2623
|
{
|
|
2519
2624
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
2520
2625
|
denom_units: [{
|
|
@@ -2656,19 +2761,19 @@ const assets = {
|
|
|
2656
2761
|
}]
|
|
2657
2762
|
},
|
|
2658
2763
|
{
|
|
2659
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
2764
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
2660
2765
|
denom_units: [{
|
|
2661
|
-
denom: 'ibc/
|
|
2766
|
+
denom: 'ibc/0654B7D751A40BC74BE0D82CF1A34487B68CC456AD1B624568A8922008F7D32E',
|
|
2662
2767
|
exponent: 0,
|
|
2663
|
-
aliases: ['p:uluna:
|
|
2768
|
+
aliases: ['p:uluna:31Mar2025']
|
|
2664
2769
|
}, {
|
|
2665
|
-
denom: '
|
|
2770
|
+
denom: 'pLUNA31Mar2025',
|
|
2666
2771
|
exponent: 6
|
|
2667
2772
|
}],
|
|
2668
|
-
base: 'ibc/
|
|
2669
|
-
name: 'pLuna (
|
|
2670
|
-
display: '
|
|
2671
|
-
symbol: 'pLUNA-
|
|
2773
|
+
base: 'ibc/0654B7D751A40BC74BE0D82CF1A34487B68CC456AD1B624568A8922008F7D32E',
|
|
2774
|
+
name: 'pLuna (31Mar2025)',
|
|
2775
|
+
display: 'pLUNA31Mar2025',
|
|
2776
|
+
symbol: 'pLUNA-31Mar2025',
|
|
2672
2777
|
logo_URIs: {
|
|
2673
2778
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2674
2779
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -2682,7 +2787,7 @@ const assets = {
|
|
|
2682
2787
|
type: 'ibc',
|
|
2683
2788
|
counterparty: {
|
|
2684
2789
|
channel_id: 'channel-4',
|
|
2685
|
-
base_denom: 'p:uluna:
|
|
2790
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
2686
2791
|
chain_name: 'pryzm'
|
|
2687
2792
|
},
|
|
2688
2793
|
chain: {
|
|
@@ -2725,6 +2830,41 @@ const assets = {
|
|
|
2725
2830
|
}
|
|
2726
2831
|
}]
|
|
2727
2832
|
},
|
|
2833
|
+
{
|
|
2834
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
2835
|
+
denom_units: [{
|
|
2836
|
+
denom: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5',
|
|
2837
|
+
exponent: 0,
|
|
2838
|
+
aliases: ['p:uluna:31Dec2026']
|
|
2839
|
+
}, {
|
|
2840
|
+
denom: 'pLUNA31Dec2026',
|
|
2841
|
+
exponent: 6
|
|
2842
|
+
}],
|
|
2843
|
+
base: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5',
|
|
2844
|
+
name: 'pLuna (31Dec2026)',
|
|
2845
|
+
display: 'pLUNA31Dec2026',
|
|
2846
|
+
symbol: 'pLUNA-31Dec2026',
|
|
2847
|
+
logo_URIs: {
|
|
2848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2850
|
+
},
|
|
2851
|
+
images: [{
|
|
2852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
2853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
2854
|
+
}],
|
|
2855
|
+
type_asset: 'sdk.coin',
|
|
2856
|
+
traces: [{
|
|
2857
|
+
type: 'ibc',
|
|
2858
|
+
counterparty: {
|
|
2859
|
+
channel_id: 'channel-4',
|
|
2860
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
2861
|
+
chain_name: 'pryzm'
|
|
2862
|
+
},
|
|
2863
|
+
chain: {
|
|
2864
|
+
channel_id: 'channel-473'
|
|
2865
|
+
}
|
|
2866
|
+
}]
|
|
2867
|
+
},
|
|
2728
2868
|
{
|
|
2729
2869
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
2730
2870
|
denom_units: [{
|
|
@@ -2935,6 +3075,41 @@ const assets = {
|
|
|
2935
3075
|
}
|
|
2936
3076
|
}]
|
|
2937
3077
|
},
|
|
3078
|
+
{
|
|
3079
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
3080
|
+
denom_units: [{
|
|
3081
|
+
denom: 'ibc/F188874E82745A208FCC32F6A97DD9C2993D4AF27D18B62B4719B22F121D5E4E',
|
|
3082
|
+
exponent: 0,
|
|
3083
|
+
aliases: ['p:stutia:31Mar2025']
|
|
3084
|
+
}, {
|
|
3085
|
+
denom: 'pstTIA31Mar2025',
|
|
3086
|
+
exponent: 6
|
|
3087
|
+
}],
|
|
3088
|
+
base: 'ibc/F188874E82745A208FCC32F6A97DD9C2993D4AF27D18B62B4719B22F121D5E4E',
|
|
3089
|
+
name: 'pstTia (31Mar2025)',
|
|
3090
|
+
display: 'pstTIA31Mar2025',
|
|
3091
|
+
symbol: 'pstTIA-31Mar2025',
|
|
3092
|
+
logo_URIs: {
|
|
3093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3094
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3095
|
+
},
|
|
3096
|
+
images: [{
|
|
3097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
3098
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
3099
|
+
}],
|
|
3100
|
+
type_asset: 'sdk.coin',
|
|
3101
|
+
traces: [{
|
|
3102
|
+
type: 'ibc',
|
|
3103
|
+
counterparty: {
|
|
3104
|
+
channel_id: 'channel-4',
|
|
3105
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
3106
|
+
chain_name: 'pryzm'
|
|
3107
|
+
},
|
|
3108
|
+
chain: {
|
|
3109
|
+
channel_id: 'channel-473'
|
|
3110
|
+
}
|
|
3111
|
+
}]
|
|
3112
|
+
},
|
|
2938
3113
|
{
|
|
2939
3114
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
2940
3115
|
denom_units: [{
|
|
@@ -3075,6 +3250,41 @@ const assets = {
|
|
|
3075
3250
|
}
|
|
3076
3251
|
}]
|
|
3077
3252
|
},
|
|
3253
|
+
{
|
|
3254
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
3255
|
+
denom_units: [{
|
|
3256
|
+
denom: 'ibc/480633D1B0F3D87ACCBDACDA1DF66D8181E67FB2C3625B86251F2F696ACB1C48',
|
|
3257
|
+
exponent: 0,
|
|
3258
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
3259
|
+
}, {
|
|
3260
|
+
denom: 'pstDYDX31Mar2025',
|
|
3261
|
+
exponent: 18
|
|
3262
|
+
}],
|
|
3263
|
+
base: 'ibc/480633D1B0F3D87ACCBDACDA1DF66D8181E67FB2C3625B86251F2F696ACB1C48',
|
|
3264
|
+
name: 'pstDydx (31Mar2025)',
|
|
3265
|
+
display: 'pstDYDX31Mar2025',
|
|
3266
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
3267
|
+
logo_URIs: {
|
|
3268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3270
|
+
},
|
|
3271
|
+
images: [{
|
|
3272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
3273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
3274
|
+
}],
|
|
3275
|
+
type_asset: 'sdk.coin',
|
|
3276
|
+
traces: [{
|
|
3277
|
+
type: 'ibc',
|
|
3278
|
+
counterparty: {
|
|
3279
|
+
channel_id: 'channel-4',
|
|
3280
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
3281
|
+
chain_name: 'pryzm'
|
|
3282
|
+
},
|
|
3283
|
+
chain: {
|
|
3284
|
+
channel_id: 'channel-473'
|
|
3285
|
+
}
|
|
3286
|
+
}]
|
|
3287
|
+
},
|
|
3078
3288
|
{
|
|
3079
3289
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
3080
3290
|
denom_units: [{
|
|
@@ -3180,6 +3390,41 @@ const assets = {
|
|
|
3180
3390
|
}
|
|
3181
3391
|
}]
|
|
3182
3392
|
},
|
|
3393
|
+
{
|
|
3394
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
3395
|
+
denom_units: [{
|
|
3396
|
+
denom: 'ibc/6E40DC0A2AB6117B25D6C5AC93014EECACD0D0ED6EC48AA2EE3F17AB633E0D48',
|
|
3397
|
+
exponent: 0,
|
|
3398
|
+
aliases: ['p:udatom:31Mar2025']
|
|
3399
|
+
}, {
|
|
3400
|
+
denom: 'pdATOM31Mar2025',
|
|
3401
|
+
exponent: 6
|
|
3402
|
+
}],
|
|
3403
|
+
base: 'ibc/6E40DC0A2AB6117B25D6C5AC93014EECACD0D0ED6EC48AA2EE3F17AB633E0D48',
|
|
3404
|
+
name: 'pdAtom (31Mar2025)',
|
|
3405
|
+
display: 'pdATOM31Mar2025',
|
|
3406
|
+
symbol: 'pdATOM-31Mar2025',
|
|
3407
|
+
logo_URIs: {
|
|
3408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3410
|
+
},
|
|
3411
|
+
images: [{
|
|
3412
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
3413
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
3414
|
+
}],
|
|
3415
|
+
type_asset: 'sdk.coin',
|
|
3416
|
+
traces: [{
|
|
3417
|
+
type: 'ibc',
|
|
3418
|
+
counterparty: {
|
|
3419
|
+
channel_id: 'channel-4',
|
|
3420
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
3421
|
+
chain_name: 'pryzm'
|
|
3422
|
+
},
|
|
3423
|
+
chain: {
|
|
3424
|
+
channel_id: 'channel-473'
|
|
3425
|
+
}
|
|
3426
|
+
}]
|
|
3427
|
+
},
|
|
3183
3428
|
{
|
|
3184
3429
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
3185
3430
|
denom_units: [{
|
|
@@ -3320,6 +3565,41 @@ const assets = {
|
|
|
3320
3565
|
}
|
|
3321
3566
|
}]
|
|
3322
3567
|
},
|
|
3568
|
+
{
|
|
3569
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
3570
|
+
denom_units: [{
|
|
3571
|
+
denom: 'ibc/59286508822FB4CBAC70F5452C1719181AE97A8D694629FE49503A477E625C68',
|
|
3572
|
+
exponent: 0,
|
|
3573
|
+
aliases: ['p:utia:31Mar2025']
|
|
3574
|
+
}, {
|
|
3575
|
+
denom: 'pTIA31Mar2025',
|
|
3576
|
+
exponent: 6
|
|
3577
|
+
}],
|
|
3578
|
+
base: 'ibc/59286508822FB4CBAC70F5452C1719181AE97A8D694629FE49503A477E625C68',
|
|
3579
|
+
name: 'pTia (31Mar2025)',
|
|
3580
|
+
display: 'pTIA31Mar2025',
|
|
3581
|
+
symbol: 'pTIA-31Mar2025',
|
|
3582
|
+
logo_URIs: {
|
|
3583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3584
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3585
|
+
},
|
|
3586
|
+
images: [{
|
|
3587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
3588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
3589
|
+
}],
|
|
3590
|
+
type_asset: 'sdk.coin',
|
|
3591
|
+
traces: [{
|
|
3592
|
+
type: 'ibc',
|
|
3593
|
+
counterparty: {
|
|
3594
|
+
channel_id: 'channel-4',
|
|
3595
|
+
base_denom: 'p:utia:31Mar2025',
|
|
3596
|
+
chain_name: 'pryzm'
|
|
3597
|
+
},
|
|
3598
|
+
chain: {
|
|
3599
|
+
channel_id: 'channel-473'
|
|
3600
|
+
}
|
|
3601
|
+
}]
|
|
3602
|
+
},
|
|
3323
3603
|
{
|
|
3324
3604
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
3325
3605
|
denom_units: [{
|
|
@@ -3460,6 +3740,41 @@ const assets = {
|
|
|
3460
3740
|
}
|
|
3461
3741
|
}]
|
|
3462
3742
|
},
|
|
3743
|
+
{
|
|
3744
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
3745
|
+
denom_units: [{
|
|
3746
|
+
denom: 'ibc/7AC1099E30B327B4AD11DEE3A3B11CEB9DB017AE6E1B34CD0FC9FA8D427C6790',
|
|
3747
|
+
exponent: 0,
|
|
3748
|
+
aliases: ['y:uatom:31Mar2025']
|
|
3749
|
+
}, {
|
|
3750
|
+
denom: 'yATOM31Mar2025',
|
|
3751
|
+
exponent: 6
|
|
3752
|
+
}],
|
|
3753
|
+
base: 'ibc/7AC1099E30B327B4AD11DEE3A3B11CEB9DB017AE6E1B34CD0FC9FA8D427C6790',
|
|
3754
|
+
name: 'yAtom (31Mar2025)',
|
|
3755
|
+
display: 'yATOM31Mar2025',
|
|
3756
|
+
symbol: 'yATOM-31Mar2025',
|
|
3757
|
+
logo_URIs: {
|
|
3758
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3760
|
+
},
|
|
3761
|
+
images: [{
|
|
3762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
3763
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
3764
|
+
}],
|
|
3765
|
+
type_asset: 'sdk.coin',
|
|
3766
|
+
traces: [{
|
|
3767
|
+
type: 'ibc',
|
|
3768
|
+
counterparty: {
|
|
3769
|
+
channel_id: 'channel-4',
|
|
3770
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
3771
|
+
chain_name: 'pryzm'
|
|
3772
|
+
},
|
|
3773
|
+
chain: {
|
|
3774
|
+
channel_id: 'channel-473'
|
|
3775
|
+
}
|
|
3776
|
+
}]
|
|
3777
|
+
},
|
|
3463
3778
|
{
|
|
3464
3779
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
3465
3780
|
denom_units: [{
|
|
@@ -3600,6 +3915,41 @@ const assets = {
|
|
|
3600
3915
|
}
|
|
3601
3916
|
}]
|
|
3602
3917
|
},
|
|
3918
|
+
{
|
|
3919
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
3920
|
+
denom_units: [{
|
|
3921
|
+
denom: 'ibc/73201491785A717C7F15D8E0DA15CB966DED0CCF4F15C46181BC8E86C3AA89D0',
|
|
3922
|
+
exponent: 0,
|
|
3923
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
3924
|
+
}, {
|
|
3925
|
+
denom: 'yOSMO31Mar2025',
|
|
3926
|
+
exponent: 6
|
|
3927
|
+
}],
|
|
3928
|
+
base: 'ibc/73201491785A717C7F15D8E0DA15CB966DED0CCF4F15C46181BC8E86C3AA89D0',
|
|
3929
|
+
name: 'yOsmo (31Mar2025)',
|
|
3930
|
+
display: 'yOSMO31Mar2025',
|
|
3931
|
+
symbol: 'yOSMO-31Mar2025',
|
|
3932
|
+
logo_URIs: {
|
|
3933
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3934
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3935
|
+
},
|
|
3936
|
+
images: [{
|
|
3937
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
3938
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
3939
|
+
}],
|
|
3940
|
+
type_asset: 'sdk.coin',
|
|
3941
|
+
traces: [{
|
|
3942
|
+
type: 'ibc',
|
|
3943
|
+
counterparty: {
|
|
3944
|
+
channel_id: 'channel-4',
|
|
3945
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
3946
|
+
chain_name: 'pryzm'
|
|
3947
|
+
},
|
|
3948
|
+
chain: {
|
|
3949
|
+
channel_id: 'channel-473'
|
|
3950
|
+
}
|
|
3951
|
+
}]
|
|
3952
|
+
},
|
|
3603
3953
|
{
|
|
3604
3954
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
3605
3955
|
denom_units: [{
|
|
@@ -3740,6 +4090,41 @@ const assets = {
|
|
|
3740
4090
|
}
|
|
3741
4091
|
}]
|
|
3742
4092
|
},
|
|
4093
|
+
{
|
|
4094
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
4095
|
+
denom_units: [{
|
|
4096
|
+
denom: 'ibc/E0069931F6A257020D99DDA2988971392109B7D9EE9471E23E8018AC0F50F410',
|
|
4097
|
+
exponent: 0,
|
|
4098
|
+
aliases: ['y:inj:31Mar2025']
|
|
4099
|
+
}, {
|
|
4100
|
+
denom: 'yINJ31Mar2025',
|
|
4101
|
+
exponent: 18
|
|
4102
|
+
}],
|
|
4103
|
+
base: 'ibc/E0069931F6A257020D99DDA2988971392109B7D9EE9471E23E8018AC0F50F410',
|
|
4104
|
+
name: 'yInj (31Mar2025)',
|
|
4105
|
+
display: 'yINJ31Mar2025',
|
|
4106
|
+
symbol: 'yINJ-31Mar2025',
|
|
4107
|
+
logo_URIs: {
|
|
4108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4110
|
+
},
|
|
4111
|
+
images: [{
|
|
4112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
4113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
4114
|
+
}],
|
|
4115
|
+
type_asset: 'sdk.coin',
|
|
4116
|
+
traces: [{
|
|
4117
|
+
type: 'ibc',
|
|
4118
|
+
counterparty: {
|
|
4119
|
+
channel_id: 'channel-4',
|
|
4120
|
+
base_denom: 'y:inj:31Mar2025',
|
|
4121
|
+
chain_name: 'pryzm'
|
|
4122
|
+
},
|
|
4123
|
+
chain: {
|
|
4124
|
+
channel_id: 'channel-473'
|
|
4125
|
+
}
|
|
4126
|
+
}]
|
|
4127
|
+
},
|
|
3743
4128
|
{
|
|
3744
4129
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
3745
4130
|
denom_units: [{
|
|
@@ -3880,6 +4265,41 @@ const assets = {
|
|
|
3880
4265
|
}
|
|
3881
4266
|
}]
|
|
3882
4267
|
},
|
|
4268
|
+
{
|
|
4269
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
4270
|
+
denom_units: [{
|
|
4271
|
+
denom: 'ibc/78BC4FD4DBF3ADCD526A9D6702E6CA2F30C3EC55E74E2320A54FB6F3E3941D98',
|
|
4272
|
+
exponent: 0,
|
|
4273
|
+
aliases: ['y:uluna:31Mar2025']
|
|
4274
|
+
}, {
|
|
4275
|
+
denom: 'yLUNA31Mar2025',
|
|
4276
|
+
exponent: 6
|
|
4277
|
+
}],
|
|
4278
|
+
base: 'ibc/78BC4FD4DBF3ADCD526A9D6702E6CA2F30C3EC55E74E2320A54FB6F3E3941D98',
|
|
4279
|
+
name: 'yLuna (31Mar2025)',
|
|
4280
|
+
display: 'yLUNA31Mar2025',
|
|
4281
|
+
symbol: 'yLUNA-31Mar2025',
|
|
4282
|
+
logo_URIs: {
|
|
4283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4284
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4285
|
+
},
|
|
4286
|
+
images: [{
|
|
4287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
4288
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
4289
|
+
}],
|
|
4290
|
+
type_asset: 'sdk.coin',
|
|
4291
|
+
traces: [{
|
|
4292
|
+
type: 'ibc',
|
|
4293
|
+
counterparty: {
|
|
4294
|
+
channel_id: 'channel-4',
|
|
4295
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
4296
|
+
chain_name: 'pryzm'
|
|
4297
|
+
},
|
|
4298
|
+
chain: {
|
|
4299
|
+
channel_id: 'channel-473'
|
|
4300
|
+
}
|
|
4301
|
+
}]
|
|
4302
|
+
},
|
|
3883
4303
|
{
|
|
3884
4304
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
3885
4305
|
denom_units: [{
|
|
@@ -4160,6 +4580,41 @@ const assets = {
|
|
|
4160
4580
|
}
|
|
4161
4581
|
}]
|
|
4162
4582
|
},
|
|
4583
|
+
{
|
|
4584
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
4585
|
+
denom_units: [{
|
|
4586
|
+
denom: 'ibc/ABB76C311E7B9BD7A39A3FB1627681566FF4F5F04928588CF4F68DDC315F277B',
|
|
4587
|
+
exponent: 0,
|
|
4588
|
+
aliases: ['y:stutia:31Mar2025']
|
|
4589
|
+
}, {
|
|
4590
|
+
denom: 'ystTIA31Mar2025',
|
|
4591
|
+
exponent: 6
|
|
4592
|
+
}],
|
|
4593
|
+
base: 'ibc/ABB76C311E7B9BD7A39A3FB1627681566FF4F5F04928588CF4F68DDC315F277B',
|
|
4594
|
+
name: 'ystTia (31Mar2025)',
|
|
4595
|
+
display: 'ystTIA31Mar2025',
|
|
4596
|
+
symbol: 'ystTIA-31Mar2025',
|
|
4597
|
+
logo_URIs: {
|
|
4598
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4599
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4600
|
+
},
|
|
4601
|
+
images: [{
|
|
4602
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
4603
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
4604
|
+
}],
|
|
4605
|
+
type_asset: 'sdk.coin',
|
|
4606
|
+
traces: [{
|
|
4607
|
+
type: 'ibc',
|
|
4608
|
+
counterparty: {
|
|
4609
|
+
channel_id: 'channel-4',
|
|
4610
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
4611
|
+
chain_name: 'pryzm'
|
|
4612
|
+
},
|
|
4613
|
+
chain: {
|
|
4614
|
+
channel_id: 'channel-473'
|
|
4615
|
+
}
|
|
4616
|
+
}]
|
|
4617
|
+
},
|
|
4163
4618
|
{
|
|
4164
4619
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
4165
4620
|
denom_units: [{
|
|
@@ -4300,6 +4755,41 @@ const assets = {
|
|
|
4300
4755
|
}
|
|
4301
4756
|
}]
|
|
4302
4757
|
},
|
|
4758
|
+
{
|
|
4759
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
4760
|
+
denom_units: [{
|
|
4761
|
+
denom: 'ibc/F832B285D10D7217CB376D972BD8443CF9D47CDAE8C5184D04BB07B2D4414AF9',
|
|
4762
|
+
exponent: 0,
|
|
4763
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
4764
|
+
}, {
|
|
4765
|
+
denom: 'ystDYDX31Mar2025',
|
|
4766
|
+
exponent: 6
|
|
4767
|
+
}],
|
|
4768
|
+
base: 'ibc/F832B285D10D7217CB376D972BD8443CF9D47CDAE8C5184D04BB07B2D4414AF9',
|
|
4769
|
+
name: 'ystDydx (31Mar2025)',
|
|
4770
|
+
display: 'ystDYDX31Mar2025',
|
|
4771
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
4772
|
+
logo_URIs: {
|
|
4773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4775
|
+
},
|
|
4776
|
+
images: [{
|
|
4777
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4778
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4779
|
+
}],
|
|
4780
|
+
type_asset: 'sdk.coin',
|
|
4781
|
+
traces: [{
|
|
4782
|
+
type: 'ibc',
|
|
4783
|
+
counterparty: {
|
|
4784
|
+
channel_id: 'channel-4',
|
|
4785
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
4786
|
+
chain_name: 'pryzm'
|
|
4787
|
+
},
|
|
4788
|
+
chain: {
|
|
4789
|
+
channel_id: 'channel-473'
|
|
4790
|
+
}
|
|
4791
|
+
}]
|
|
4792
|
+
},
|
|
4303
4793
|
{
|
|
4304
4794
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
4305
4795
|
denom_units: [{
|
|
@@ -4350,19 +4840,54 @@ const assets = {
|
|
|
4350
4840
|
display: 'ystDYDX31Dec2026',
|
|
4351
4841
|
symbol: 'ystDYDX-31Dec2026',
|
|
4352
4842
|
logo_URIs: {
|
|
4353
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4354
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4845
|
+
},
|
|
4846
|
+
images: [{
|
|
4847
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
4848
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
4849
|
+
}],
|
|
4850
|
+
type_asset: 'sdk.coin',
|
|
4851
|
+
traces: [{
|
|
4852
|
+
type: 'ibc',
|
|
4853
|
+
counterparty: {
|
|
4854
|
+
channel_id: 'channel-4',
|
|
4855
|
+
base_denom: 'y:stadydx:31Dec2026',
|
|
4856
|
+
chain_name: 'pryzm'
|
|
4857
|
+
},
|
|
4858
|
+
chain: {
|
|
4859
|
+
channel_id: 'channel-473'
|
|
4860
|
+
}
|
|
4861
|
+
}]
|
|
4862
|
+
},
|
|
4863
|
+
{
|
|
4864
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
|
|
4865
|
+
denom_units: [{
|
|
4866
|
+
denom: 'ibc/C426C0A4EF067E39FFE4682CF41F6189097B405FBF3A2053EF1ABAE4294B71F5',
|
|
4867
|
+
exponent: 0,
|
|
4868
|
+
aliases: ['y:udatom:31Dec2024']
|
|
4869
|
+
}, {
|
|
4870
|
+
denom: 'ydATOM31Dec2024',
|
|
4871
|
+
exponent: 6
|
|
4872
|
+
}],
|
|
4873
|
+
base: 'ibc/C426C0A4EF067E39FFE4682CF41F6189097B405FBF3A2053EF1ABAE4294B71F5',
|
|
4874
|
+
name: 'ydAtom (31Dec2024)',
|
|
4875
|
+
display: 'ydATOM31Dec2024',
|
|
4876
|
+
symbol: 'ydATOM-31Dec2024',
|
|
4877
|
+
logo_URIs: {
|
|
4878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4879
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4355
4880
|
},
|
|
4356
4881
|
images: [{
|
|
4357
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
4358
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
4882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4883
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
4359
4884
|
}],
|
|
4360
4885
|
type_asset: 'sdk.coin',
|
|
4361
4886
|
traces: [{
|
|
4362
4887
|
type: 'ibc',
|
|
4363
4888
|
counterparty: {
|
|
4364
4889
|
channel_id: 'channel-4',
|
|
4365
|
-
base_denom: 'y:
|
|
4890
|
+
base_denom: 'y:udatom:31Dec2024',
|
|
4366
4891
|
chain_name: 'pryzm'
|
|
4367
4892
|
},
|
|
4368
4893
|
chain: {
|
|
@@ -4371,19 +4896,19 @@ const assets = {
|
|
|
4371
4896
|
}]
|
|
4372
4897
|
},
|
|
4373
4898
|
{
|
|
4374
|
-
description: 'Pryzm\'s refracted yield token for dATOM with maturity of
|
|
4899
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
4375
4900
|
denom_units: [{
|
|
4376
|
-
denom: 'ibc/
|
|
4901
|
+
denom: 'ibc/DCEF1650E34439670E20BD95F279D41A172C81DDC8B3F122977D57EAFB715F76',
|
|
4377
4902
|
exponent: 0,
|
|
4378
|
-
aliases: ['y:udatom:
|
|
4903
|
+
aliases: ['y:udatom:31Mar2025']
|
|
4379
4904
|
}, {
|
|
4380
|
-
denom: '
|
|
4905
|
+
denom: 'ydATOM31Mar2025',
|
|
4381
4906
|
exponent: 6
|
|
4382
4907
|
}],
|
|
4383
|
-
base: 'ibc/
|
|
4384
|
-
name: 'ydAtom (
|
|
4385
|
-
display: '
|
|
4386
|
-
symbol: 'ydATOM-
|
|
4908
|
+
base: 'ibc/DCEF1650E34439670E20BD95F279D41A172C81DDC8B3F122977D57EAFB715F76',
|
|
4909
|
+
name: 'ydAtom (31Mar2025)',
|
|
4910
|
+
display: 'ydATOM31Mar2025',
|
|
4911
|
+
symbol: 'ydATOM-31Mar2025',
|
|
4387
4912
|
logo_URIs: {
|
|
4388
4913
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
4389
4914
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
@@ -4397,7 +4922,7 @@ const assets = {
|
|
|
4397
4922
|
type: 'ibc',
|
|
4398
4923
|
counterparty: {
|
|
4399
4924
|
channel_id: 'channel-4',
|
|
4400
|
-
base_denom: 'y:udatom:
|
|
4925
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
4401
4926
|
chain_name: 'pryzm'
|
|
4402
4927
|
},
|
|
4403
4928
|
chain: {
|
|
@@ -4545,6 +5070,41 @@ const assets = {
|
|
|
4545
5070
|
}
|
|
4546
5071
|
}]
|
|
4547
5072
|
},
|
|
5073
|
+
{
|
|
5074
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
5075
|
+
denom_units: [{
|
|
5076
|
+
denom: 'ibc/AFCC721B98A7D461FB02578D998695136B3EC20CA93585660A75473E23D394A0',
|
|
5077
|
+
exponent: 0,
|
|
5078
|
+
aliases: ['y:utia:31Mar2025']
|
|
5079
|
+
}, {
|
|
5080
|
+
denom: 'yTIA31Mar2025',
|
|
5081
|
+
exponent: 6
|
|
5082
|
+
}],
|
|
5083
|
+
base: 'ibc/AFCC721B98A7D461FB02578D998695136B3EC20CA93585660A75473E23D394A0',
|
|
5084
|
+
name: 'yTia (31Mar2025)',
|
|
5085
|
+
display: 'yTIA31Mar2025',
|
|
5086
|
+
symbol: 'yTIA-31Mar2025',
|
|
5087
|
+
logo_URIs: {
|
|
5088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5090
|
+
},
|
|
5091
|
+
images: [{
|
|
5092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5094
|
+
}],
|
|
5095
|
+
type_asset: 'sdk.coin',
|
|
5096
|
+
traces: [{
|
|
5097
|
+
type: 'ibc',
|
|
5098
|
+
counterparty: {
|
|
5099
|
+
channel_id: 'channel-4',
|
|
5100
|
+
base_denom: 'y:utia:31Mar2025',
|
|
5101
|
+
chain_name: 'pryzm'
|
|
5102
|
+
},
|
|
5103
|
+
chain: {
|
|
5104
|
+
channel_id: 'channel-473'
|
|
5105
|
+
}
|
|
5106
|
+
}]
|
|
5107
|
+
},
|
|
4548
5108
|
{
|
|
4549
5109
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
4550
5110
|
denom_units: [{
|
|
@@ -9000,6 +9560,41 @@ const assets = {
|
|
|
9000
9560
|
}
|
|
9001
9561
|
}]
|
|
9002
9562
|
},
|
|
9563
|
+
{
|
|
9564
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
9565
|
+
denom_units: [{
|
|
9566
|
+
denom: 'ibc/17FD91C348B548A73CFF3A3245B0F9F5D2F228F3C7C854BDC1120F59572D1118',
|
|
9567
|
+
exponent: 0,
|
|
9568
|
+
aliases: ['p:uatom:31Mar2025']
|
|
9569
|
+
}, {
|
|
9570
|
+
denom: 'pATOM31Mar2025',
|
|
9571
|
+
exponent: 6
|
|
9572
|
+
}],
|
|
9573
|
+
base: 'ibc/17FD91C348B548A73CFF3A3245B0F9F5D2F228F3C7C854BDC1120F59572D1118',
|
|
9574
|
+
name: 'pAtom (31Mar2025)',
|
|
9575
|
+
display: 'pATOM31Mar2025',
|
|
9576
|
+
symbol: 'pATOM-31Mar2025',
|
|
9577
|
+
logo_URIs: {
|
|
9578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
9580
|
+
},
|
|
9581
|
+
images: [{
|
|
9582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
9583
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
9584
|
+
}],
|
|
9585
|
+
type_asset: 'sdk.coin',
|
|
9586
|
+
traces: [{
|
|
9587
|
+
type: 'ibc',
|
|
9588
|
+
counterparty: {
|
|
9589
|
+
channel_id: 'channel-4',
|
|
9590
|
+
base_denom: 'p:uatom:31Mar2025',
|
|
9591
|
+
chain_name: 'pryzm'
|
|
9592
|
+
},
|
|
9593
|
+
chain: {
|
|
9594
|
+
channel_id: 'channel-473'
|
|
9595
|
+
}
|
|
9596
|
+
}]
|
|
9597
|
+
},
|
|
9003
9598
|
{
|
|
9004
9599
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
9005
9600
|
denom_units: [{
|
|
@@ -9140,6 +9735,41 @@ const assets = {
|
|
|
9140
9735
|
}
|
|
9141
9736
|
}]
|
|
9142
9737
|
},
|
|
9738
|
+
{
|
|
9739
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
9740
|
+
denom_units: [{
|
|
9741
|
+
denom: 'ibc/096B40787C229D7C84AC5D68D06071738B7D6919F79DB44CBEEF3B8100DE1A60',
|
|
9742
|
+
exponent: 0,
|
|
9743
|
+
aliases: ['p:uosmo:31Mar2025']
|
|
9744
|
+
}, {
|
|
9745
|
+
denom: 'pOSMO31Mar2025',
|
|
9746
|
+
exponent: 6
|
|
9747
|
+
}],
|
|
9748
|
+
base: 'ibc/096B40787C229D7C84AC5D68D06071738B7D6919F79DB44CBEEF3B8100DE1A60',
|
|
9749
|
+
name: 'pOsmo (31Mar2025)',
|
|
9750
|
+
display: 'pOSMO31Mar2025',
|
|
9751
|
+
symbol: 'pOSMO-31Mar2025',
|
|
9752
|
+
logo_URIs: {
|
|
9753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9755
|
+
},
|
|
9756
|
+
images: [{
|
|
9757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
9758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
9759
|
+
}],
|
|
9760
|
+
type_asset: 'sdk.coin',
|
|
9761
|
+
traces: [{
|
|
9762
|
+
type: 'ibc',
|
|
9763
|
+
counterparty: {
|
|
9764
|
+
channel_id: 'channel-4',
|
|
9765
|
+
base_denom: 'p:uosmo:31Mar2025',
|
|
9766
|
+
chain_name: 'pryzm'
|
|
9767
|
+
},
|
|
9768
|
+
chain: {
|
|
9769
|
+
channel_id: 'channel-473'
|
|
9770
|
+
}
|
|
9771
|
+
}]
|
|
9772
|
+
},
|
|
9143
9773
|
{
|
|
9144
9774
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
9145
9775
|
denom_units: [{
|
|
@@ -9280,6 +9910,41 @@ const assets = {
|
|
|
9280
9910
|
}
|
|
9281
9911
|
}]
|
|
9282
9912
|
},
|
|
9913
|
+
{
|
|
9914
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
9915
|
+
denom_units: [{
|
|
9916
|
+
denom: 'ibc/E9BA7E6E8E664FFBA239A8B76EABAC09D68776B57218F673172FAE302242BB98',
|
|
9917
|
+
exponent: 0,
|
|
9918
|
+
aliases: ['p:inj:31Mar2025']
|
|
9919
|
+
}, {
|
|
9920
|
+
denom: 'pINJ31Mar2025',
|
|
9921
|
+
exponent: 18
|
|
9922
|
+
}],
|
|
9923
|
+
base: 'ibc/E9BA7E6E8E664FFBA239A8B76EABAC09D68776B57218F673172FAE302242BB98',
|
|
9924
|
+
name: 'pInj (31Mar2025)',
|
|
9925
|
+
display: 'pINJ31Mar2025',
|
|
9926
|
+
symbol: 'pINJ-31Mar2025',
|
|
9927
|
+
logo_URIs: {
|
|
9928
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9929
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9930
|
+
},
|
|
9931
|
+
images: [{
|
|
9932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
9933
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
9934
|
+
}],
|
|
9935
|
+
type_asset: 'sdk.coin',
|
|
9936
|
+
traces: [{
|
|
9937
|
+
type: 'ibc',
|
|
9938
|
+
counterparty: {
|
|
9939
|
+
channel_id: 'channel-4',
|
|
9940
|
+
base_denom: 'p:inj:31Mar2025',
|
|
9941
|
+
chain_name: 'pryzm'
|
|
9942
|
+
},
|
|
9943
|
+
chain: {
|
|
9944
|
+
channel_id: 'channel-473'
|
|
9945
|
+
}
|
|
9946
|
+
}]
|
|
9947
|
+
},
|
|
9283
9948
|
{
|
|
9284
9949
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
9285
9950
|
denom_units: [{
|
|
@@ -9421,19 +10086,19 @@ const assets = {
|
|
|
9421
10086
|
}]
|
|
9422
10087
|
},
|
|
9423
10088
|
{
|
|
9424
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
10089
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
9425
10090
|
denom_units: [{
|
|
9426
|
-
denom: 'ibc/
|
|
10091
|
+
denom: 'ibc/0654B7D751A40BC74BE0D82CF1A34487B68CC456AD1B624568A8922008F7D32E',
|
|
9427
10092
|
exponent: 0,
|
|
9428
|
-
aliases: ['p:uluna:
|
|
10093
|
+
aliases: ['p:uluna:31Mar2025']
|
|
9429
10094
|
}, {
|
|
9430
|
-
denom: '
|
|
10095
|
+
denom: 'pLUNA31Mar2025',
|
|
9431
10096
|
exponent: 6
|
|
9432
10097
|
}],
|
|
9433
|
-
base: 'ibc/
|
|
9434
|
-
name: 'pLuna (
|
|
9435
|
-
display: '
|
|
9436
|
-
symbol: 'pLUNA-
|
|
10098
|
+
base: 'ibc/0654B7D751A40BC74BE0D82CF1A34487B68CC456AD1B624568A8922008F7D32E',
|
|
10099
|
+
name: 'pLuna (31Mar2025)',
|
|
10100
|
+
display: 'pLUNA31Mar2025',
|
|
10101
|
+
symbol: 'pLUNA-31Mar2025',
|
|
9437
10102
|
logo_URIs: {
|
|
9438
10103
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
9439
10104
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -9447,7 +10112,7 @@ const assets = {
|
|
|
9447
10112
|
type: 'ibc',
|
|
9448
10113
|
counterparty: {
|
|
9449
10114
|
channel_id: 'channel-4',
|
|
9450
|
-
base_denom: 'p:uluna:
|
|
10115
|
+
base_denom: 'p:uluna:31Mar2025',
|
|
9451
10116
|
chain_name: 'pryzm'
|
|
9452
10117
|
},
|
|
9453
10118
|
chain: {
|
|
@@ -9490,6 +10155,41 @@ const assets = {
|
|
|
9490
10155
|
}
|
|
9491
10156
|
}]
|
|
9492
10157
|
},
|
|
10158
|
+
{
|
|
10159
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
10160
|
+
denom_units: [{
|
|
10161
|
+
denom: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5',
|
|
10162
|
+
exponent: 0,
|
|
10163
|
+
aliases: ['p:uluna:31Dec2026']
|
|
10164
|
+
}, {
|
|
10165
|
+
denom: 'pLUNA31Dec2026',
|
|
10166
|
+
exponent: 6
|
|
10167
|
+
}],
|
|
10168
|
+
base: 'ibc/31E7EA2585280541FCED4D2FC56FCDDC1809B2825F18C2CFE44DA0008D8005B5',
|
|
10169
|
+
name: 'pLuna (31Dec2026)',
|
|
10170
|
+
display: 'pLUNA31Dec2026',
|
|
10171
|
+
symbol: 'pLUNA-31Dec2026',
|
|
10172
|
+
logo_URIs: {
|
|
10173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
10174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
10175
|
+
},
|
|
10176
|
+
images: [{
|
|
10177
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
10178
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
10179
|
+
}],
|
|
10180
|
+
type_asset: 'sdk.coin',
|
|
10181
|
+
traces: [{
|
|
10182
|
+
type: 'ibc',
|
|
10183
|
+
counterparty: {
|
|
10184
|
+
channel_id: 'channel-4',
|
|
10185
|
+
base_denom: 'p:uluna:31Dec2026',
|
|
10186
|
+
chain_name: 'pryzm'
|
|
10187
|
+
},
|
|
10188
|
+
chain: {
|
|
10189
|
+
channel_id: 'channel-473'
|
|
10190
|
+
}
|
|
10191
|
+
}]
|
|
10192
|
+
},
|
|
9493
10193
|
{
|
|
9494
10194
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
9495
10195
|
denom_units: [{
|
|
@@ -9700,6 +10400,41 @@ const assets = {
|
|
|
9700
10400
|
}
|
|
9701
10401
|
}]
|
|
9702
10402
|
},
|
|
10403
|
+
{
|
|
10404
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
10405
|
+
denom_units: [{
|
|
10406
|
+
denom: 'ibc/F188874E82745A208FCC32F6A97DD9C2993D4AF27D18B62B4719B22F121D5E4E',
|
|
10407
|
+
exponent: 0,
|
|
10408
|
+
aliases: ['p:stutia:31Mar2025']
|
|
10409
|
+
}, {
|
|
10410
|
+
denom: 'pstTIA31Mar2025',
|
|
10411
|
+
exponent: 6
|
|
10412
|
+
}],
|
|
10413
|
+
base: 'ibc/F188874E82745A208FCC32F6A97DD9C2993D4AF27D18B62B4719B22F121D5E4E',
|
|
10414
|
+
name: 'pstTia (31Mar2025)',
|
|
10415
|
+
display: 'pstTIA31Mar2025',
|
|
10416
|
+
symbol: 'pstTIA-31Mar2025',
|
|
10417
|
+
logo_URIs: {
|
|
10418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
10419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
10420
|
+
},
|
|
10421
|
+
images: [{
|
|
10422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
10423
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
10424
|
+
}],
|
|
10425
|
+
type_asset: 'sdk.coin',
|
|
10426
|
+
traces: [{
|
|
10427
|
+
type: 'ibc',
|
|
10428
|
+
counterparty: {
|
|
10429
|
+
channel_id: 'channel-4',
|
|
10430
|
+
base_denom: 'p:stutia:31Mar2025',
|
|
10431
|
+
chain_name: 'pryzm'
|
|
10432
|
+
},
|
|
10433
|
+
chain: {
|
|
10434
|
+
channel_id: 'channel-473'
|
|
10435
|
+
}
|
|
10436
|
+
}]
|
|
10437
|
+
},
|
|
9703
10438
|
{
|
|
9704
10439
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
9705
10440
|
denom_units: [{
|
|
@@ -9840,6 +10575,41 @@ const assets = {
|
|
|
9840
10575
|
}
|
|
9841
10576
|
}]
|
|
9842
10577
|
},
|
|
10578
|
+
{
|
|
10579
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
10580
|
+
denom_units: [{
|
|
10581
|
+
denom: 'ibc/480633D1B0F3D87ACCBDACDA1DF66D8181E67FB2C3625B86251F2F696ACB1C48',
|
|
10582
|
+
exponent: 0,
|
|
10583
|
+
aliases: ['p:stadydx:31Mar2025']
|
|
10584
|
+
}, {
|
|
10585
|
+
denom: 'pstDYDX31Mar2025',
|
|
10586
|
+
exponent: 18
|
|
10587
|
+
}],
|
|
10588
|
+
base: 'ibc/480633D1B0F3D87ACCBDACDA1DF66D8181E67FB2C3625B86251F2F696ACB1C48',
|
|
10589
|
+
name: 'pstDydx (31Mar2025)',
|
|
10590
|
+
display: 'pstDYDX31Mar2025',
|
|
10591
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
10592
|
+
logo_URIs: {
|
|
10593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10594
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10595
|
+
},
|
|
10596
|
+
images: [{
|
|
10597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10599
|
+
}],
|
|
10600
|
+
type_asset: 'sdk.coin',
|
|
10601
|
+
traces: [{
|
|
10602
|
+
type: 'ibc',
|
|
10603
|
+
counterparty: {
|
|
10604
|
+
channel_id: 'channel-4',
|
|
10605
|
+
base_denom: 'p:stadydx:31Mar2025',
|
|
10606
|
+
chain_name: 'pryzm'
|
|
10607
|
+
},
|
|
10608
|
+
chain: {
|
|
10609
|
+
channel_id: 'channel-473'
|
|
10610
|
+
}
|
|
10611
|
+
}]
|
|
10612
|
+
},
|
|
9843
10613
|
{
|
|
9844
10614
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
9845
10615
|
denom_units: [{
|
|
@@ -9890,19 +10660,54 @@ const assets = {
|
|
|
9890
10660
|
display: 'pstDYDX31Dec2026',
|
|
9891
10661
|
symbol: 'pstDYDX-31Dec2026',
|
|
9892
10662
|
logo_URIs: {
|
|
9893
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
9894
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10663
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10664
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10665
|
+
},
|
|
10666
|
+
images: [{
|
|
10667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
10668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
10669
|
+
}],
|
|
10670
|
+
type_asset: 'sdk.coin',
|
|
10671
|
+
traces: [{
|
|
10672
|
+
type: 'ibc',
|
|
10673
|
+
counterparty: {
|
|
10674
|
+
channel_id: 'channel-4',
|
|
10675
|
+
base_denom: 'p:stadydx:31Dec2026',
|
|
10676
|
+
chain_name: 'pryzm'
|
|
10677
|
+
},
|
|
10678
|
+
chain: {
|
|
10679
|
+
channel_id: 'channel-473'
|
|
10680
|
+
}
|
|
10681
|
+
}]
|
|
10682
|
+
},
|
|
10683
|
+
{
|
|
10684
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
|
|
10685
|
+
denom_units: [{
|
|
10686
|
+
denom: 'ibc/7E436F713249F1B32ADAE9E77384C4842F6D08A8C8091D2BDBC81C70E05E0D22',
|
|
10687
|
+
exponent: 0,
|
|
10688
|
+
aliases: ['p:udatom:31Dec2024']
|
|
10689
|
+
}, {
|
|
10690
|
+
denom: 'pdATOM31Dec2024',
|
|
10691
|
+
exponent: 6
|
|
10692
|
+
}],
|
|
10693
|
+
base: 'ibc/7E436F713249F1B32ADAE9E77384C4842F6D08A8C8091D2BDBC81C70E05E0D22',
|
|
10694
|
+
name: 'pdAtom (31Dec2024)',
|
|
10695
|
+
display: 'pdATOM31Dec2024',
|
|
10696
|
+
symbol: 'pdATOM-31Dec2024',
|
|
10697
|
+
logo_URIs: {
|
|
10698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
10699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
9895
10700
|
},
|
|
9896
10701
|
images: [{
|
|
9897
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
9898
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/
|
|
10702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
10703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
9899
10704
|
}],
|
|
9900
10705
|
type_asset: 'sdk.coin',
|
|
9901
10706
|
traces: [{
|
|
9902
10707
|
type: 'ibc',
|
|
9903
10708
|
counterparty: {
|
|
9904
10709
|
channel_id: 'channel-4',
|
|
9905
|
-
base_denom: 'p:
|
|
10710
|
+
base_denom: 'p:udatom:31Dec2024',
|
|
9906
10711
|
chain_name: 'pryzm'
|
|
9907
10712
|
},
|
|
9908
10713
|
chain: {
|
|
@@ -9911,19 +10716,19 @@ const assets = {
|
|
|
9911
10716
|
}]
|
|
9912
10717
|
},
|
|
9913
10718
|
{
|
|
9914
|
-
description: 'Pryzm\'s refracted principal token for dATOM with maturity of
|
|
10719
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
9915
10720
|
denom_units: [{
|
|
9916
|
-
denom: 'ibc/
|
|
10721
|
+
denom: 'ibc/6E40DC0A2AB6117B25D6C5AC93014EECACD0D0ED6EC48AA2EE3F17AB633E0D48',
|
|
9917
10722
|
exponent: 0,
|
|
9918
|
-
aliases: ['p:udatom:
|
|
10723
|
+
aliases: ['p:udatom:31Mar2025']
|
|
9919
10724
|
}, {
|
|
9920
|
-
denom: '
|
|
10725
|
+
denom: 'pdATOM31Mar2025',
|
|
9921
10726
|
exponent: 6
|
|
9922
10727
|
}],
|
|
9923
|
-
base: 'ibc/
|
|
9924
|
-
name: 'pdAtom (
|
|
9925
|
-
display: '
|
|
9926
|
-
symbol: 'pdATOM-
|
|
10728
|
+
base: 'ibc/6E40DC0A2AB6117B25D6C5AC93014EECACD0D0ED6EC48AA2EE3F17AB633E0D48',
|
|
10729
|
+
name: 'pdAtom (31Mar2025)',
|
|
10730
|
+
display: 'pdATOM31Mar2025',
|
|
10731
|
+
symbol: 'pdATOM-31Mar2025',
|
|
9927
10732
|
logo_URIs: {
|
|
9928
10733
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
9929
10734
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
@@ -9937,7 +10742,7 @@ const assets = {
|
|
|
9937
10742
|
type: 'ibc',
|
|
9938
10743
|
counterparty: {
|
|
9939
10744
|
channel_id: 'channel-4',
|
|
9940
|
-
base_denom: 'p:udatom:
|
|
10745
|
+
base_denom: 'p:udatom:31Mar2025',
|
|
9941
10746
|
chain_name: 'pryzm'
|
|
9942
10747
|
},
|
|
9943
10748
|
chain: {
|
|
@@ -10085,6 +10890,41 @@ const assets = {
|
|
|
10085
10890
|
}
|
|
10086
10891
|
}]
|
|
10087
10892
|
},
|
|
10893
|
+
{
|
|
10894
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
10895
|
+
denom_units: [{
|
|
10896
|
+
denom: 'ibc/59286508822FB4CBAC70F5452C1719181AE97A8D694629FE49503A477E625C68',
|
|
10897
|
+
exponent: 0,
|
|
10898
|
+
aliases: ['p:utia:31Mar2025']
|
|
10899
|
+
}, {
|
|
10900
|
+
denom: 'pTIA31Mar2025',
|
|
10901
|
+
exponent: 6
|
|
10902
|
+
}],
|
|
10903
|
+
base: 'ibc/59286508822FB4CBAC70F5452C1719181AE97A8D694629FE49503A477E625C68',
|
|
10904
|
+
name: 'pTia (31Mar2025)',
|
|
10905
|
+
display: 'pTIA31Mar2025',
|
|
10906
|
+
symbol: 'pTIA-31Mar2025',
|
|
10907
|
+
logo_URIs: {
|
|
10908
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10909
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10910
|
+
},
|
|
10911
|
+
images: [{
|
|
10912
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10913
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10914
|
+
}],
|
|
10915
|
+
type_asset: 'sdk.coin',
|
|
10916
|
+
traces: [{
|
|
10917
|
+
type: 'ibc',
|
|
10918
|
+
counterparty: {
|
|
10919
|
+
channel_id: 'channel-4',
|
|
10920
|
+
base_denom: 'p:utia:31Mar2025',
|
|
10921
|
+
chain_name: 'pryzm'
|
|
10922
|
+
},
|
|
10923
|
+
chain: {
|
|
10924
|
+
channel_id: 'channel-473'
|
|
10925
|
+
}
|
|
10926
|
+
}]
|
|
10927
|
+
},
|
|
10088
10928
|
{
|
|
10089
10929
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
10090
10930
|
denom_units: [{
|
|
@@ -10225,6 +11065,41 @@ const assets = {
|
|
|
10225
11065
|
}
|
|
10226
11066
|
}]
|
|
10227
11067
|
},
|
|
11068
|
+
{
|
|
11069
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
11070
|
+
denom_units: [{
|
|
11071
|
+
denom: 'ibc/7AC1099E30B327B4AD11DEE3A3B11CEB9DB017AE6E1B34CD0FC9FA8D427C6790',
|
|
11072
|
+
exponent: 0,
|
|
11073
|
+
aliases: ['y:uatom:31Mar2025']
|
|
11074
|
+
}, {
|
|
11075
|
+
denom: 'yATOM31Mar2025',
|
|
11076
|
+
exponent: 6
|
|
11077
|
+
}],
|
|
11078
|
+
base: 'ibc/7AC1099E30B327B4AD11DEE3A3B11CEB9DB017AE6E1B34CD0FC9FA8D427C6790',
|
|
11079
|
+
name: 'yAtom (31Mar2025)',
|
|
11080
|
+
display: 'yATOM31Mar2025',
|
|
11081
|
+
symbol: 'yATOM-31Mar2025',
|
|
11082
|
+
logo_URIs: {
|
|
11083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11085
|
+
},
|
|
11086
|
+
images: [{
|
|
11087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
11088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
11089
|
+
}],
|
|
11090
|
+
type_asset: 'sdk.coin',
|
|
11091
|
+
traces: [{
|
|
11092
|
+
type: 'ibc',
|
|
11093
|
+
counterparty: {
|
|
11094
|
+
channel_id: 'channel-4',
|
|
11095
|
+
base_denom: 'y:uatom:31Mar2025',
|
|
11096
|
+
chain_name: 'pryzm'
|
|
11097
|
+
},
|
|
11098
|
+
chain: {
|
|
11099
|
+
channel_id: 'channel-473'
|
|
11100
|
+
}
|
|
11101
|
+
}]
|
|
11102
|
+
},
|
|
10228
11103
|
{
|
|
10229
11104
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
10230
11105
|
denom_units: [{
|
|
@@ -10365,6 +11240,41 @@ const assets = {
|
|
|
10365
11240
|
}
|
|
10366
11241
|
}]
|
|
10367
11242
|
},
|
|
11243
|
+
{
|
|
11244
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
11245
|
+
denom_units: [{
|
|
11246
|
+
denom: 'ibc/73201491785A717C7F15D8E0DA15CB966DED0CCF4F15C46181BC8E86C3AA89D0',
|
|
11247
|
+
exponent: 0,
|
|
11248
|
+
aliases: ['y:uosmo:31Mar2025']
|
|
11249
|
+
}, {
|
|
11250
|
+
denom: 'yOSMO31Mar2025',
|
|
11251
|
+
exponent: 6
|
|
11252
|
+
}],
|
|
11253
|
+
base: 'ibc/73201491785A717C7F15D8E0DA15CB966DED0CCF4F15C46181BC8E86C3AA89D0',
|
|
11254
|
+
name: 'yOsmo (31Mar2025)',
|
|
11255
|
+
display: 'yOSMO31Mar2025',
|
|
11256
|
+
symbol: 'yOSMO-31Mar2025',
|
|
11257
|
+
logo_URIs: {
|
|
11258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11260
|
+
},
|
|
11261
|
+
images: [{
|
|
11262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
11263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
11264
|
+
}],
|
|
11265
|
+
type_asset: 'sdk.coin',
|
|
11266
|
+
traces: [{
|
|
11267
|
+
type: 'ibc',
|
|
11268
|
+
counterparty: {
|
|
11269
|
+
channel_id: 'channel-4',
|
|
11270
|
+
base_denom: 'y:uosmo:31Mar2025',
|
|
11271
|
+
chain_name: 'pryzm'
|
|
11272
|
+
},
|
|
11273
|
+
chain: {
|
|
11274
|
+
channel_id: 'channel-473'
|
|
11275
|
+
}
|
|
11276
|
+
}]
|
|
11277
|
+
},
|
|
10368
11278
|
{
|
|
10369
11279
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
10370
11280
|
denom_units: [{
|
|
@@ -10505,6 +11415,41 @@ const assets = {
|
|
|
10505
11415
|
}
|
|
10506
11416
|
}]
|
|
10507
11417
|
},
|
|
11418
|
+
{
|
|
11419
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
11420
|
+
denom_units: [{
|
|
11421
|
+
denom: 'ibc/E0069931F6A257020D99DDA2988971392109B7D9EE9471E23E8018AC0F50F410',
|
|
11422
|
+
exponent: 0,
|
|
11423
|
+
aliases: ['y:inj:31Mar2025']
|
|
11424
|
+
}, {
|
|
11425
|
+
denom: 'yINJ31Mar2025',
|
|
11426
|
+
exponent: 18
|
|
11427
|
+
}],
|
|
11428
|
+
base: 'ibc/E0069931F6A257020D99DDA2988971392109B7D9EE9471E23E8018AC0F50F410',
|
|
11429
|
+
name: 'yInj (31Mar2025)',
|
|
11430
|
+
display: 'yINJ31Mar2025',
|
|
11431
|
+
symbol: 'yINJ-31Mar2025',
|
|
11432
|
+
logo_URIs: {
|
|
11433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11434
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11435
|
+
},
|
|
11436
|
+
images: [{
|
|
11437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
11438
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
11439
|
+
}],
|
|
11440
|
+
type_asset: 'sdk.coin',
|
|
11441
|
+
traces: [{
|
|
11442
|
+
type: 'ibc',
|
|
11443
|
+
counterparty: {
|
|
11444
|
+
channel_id: 'channel-4',
|
|
11445
|
+
base_denom: 'y:inj:31Mar2025',
|
|
11446
|
+
chain_name: 'pryzm'
|
|
11447
|
+
},
|
|
11448
|
+
chain: {
|
|
11449
|
+
channel_id: 'channel-473'
|
|
11450
|
+
}
|
|
11451
|
+
}]
|
|
11452
|
+
},
|
|
10508
11453
|
{
|
|
10509
11454
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
10510
11455
|
denom_units: [{
|
|
@@ -10645,6 +11590,41 @@ const assets = {
|
|
|
10645
11590
|
}
|
|
10646
11591
|
}]
|
|
10647
11592
|
},
|
|
11593
|
+
{
|
|
11594
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
11595
|
+
denom_units: [{
|
|
11596
|
+
denom: 'ibc/78BC4FD4DBF3ADCD526A9D6702E6CA2F30C3EC55E74E2320A54FB6F3E3941D98',
|
|
11597
|
+
exponent: 0,
|
|
11598
|
+
aliases: ['y:uluna:31Mar2025']
|
|
11599
|
+
}, {
|
|
11600
|
+
denom: 'yLUNA31Mar2025',
|
|
11601
|
+
exponent: 6
|
|
11602
|
+
}],
|
|
11603
|
+
base: 'ibc/78BC4FD4DBF3ADCD526A9D6702E6CA2F30C3EC55E74E2320A54FB6F3E3941D98',
|
|
11604
|
+
name: 'yLuna (31Mar2025)',
|
|
11605
|
+
display: 'yLUNA31Mar2025',
|
|
11606
|
+
symbol: 'yLUNA-31Mar2025',
|
|
11607
|
+
logo_URIs: {
|
|
11608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
11609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
11610
|
+
},
|
|
11611
|
+
images: [{
|
|
11612
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
11613
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
11614
|
+
}],
|
|
11615
|
+
type_asset: 'sdk.coin',
|
|
11616
|
+
traces: [{
|
|
11617
|
+
type: 'ibc',
|
|
11618
|
+
counterparty: {
|
|
11619
|
+
channel_id: 'channel-4',
|
|
11620
|
+
base_denom: 'y:uluna:31Mar2025',
|
|
11621
|
+
chain_name: 'pryzm'
|
|
11622
|
+
},
|
|
11623
|
+
chain: {
|
|
11624
|
+
channel_id: 'channel-473'
|
|
11625
|
+
}
|
|
11626
|
+
}]
|
|
11627
|
+
},
|
|
10648
11628
|
{
|
|
10649
11629
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
10650
11630
|
denom_units: [{
|
|
@@ -10925,6 +11905,41 @@ const assets = {
|
|
|
10925
11905
|
}
|
|
10926
11906
|
}]
|
|
10927
11907
|
},
|
|
11908
|
+
{
|
|
11909
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
11910
|
+
denom_units: [{
|
|
11911
|
+
denom: 'ibc/ABB76C311E7B9BD7A39A3FB1627681566FF4F5F04928588CF4F68DDC315F277B',
|
|
11912
|
+
exponent: 0,
|
|
11913
|
+
aliases: ['y:stutia:31Mar2025']
|
|
11914
|
+
}, {
|
|
11915
|
+
denom: 'ystTIA31Mar2025',
|
|
11916
|
+
exponent: 6
|
|
11917
|
+
}],
|
|
11918
|
+
base: 'ibc/ABB76C311E7B9BD7A39A3FB1627681566FF4F5F04928588CF4F68DDC315F277B',
|
|
11919
|
+
name: 'ystTia (31Mar2025)',
|
|
11920
|
+
display: 'ystTIA31Mar2025',
|
|
11921
|
+
symbol: 'ystTIA-31Mar2025',
|
|
11922
|
+
logo_URIs: {
|
|
11923
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
11924
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
11925
|
+
},
|
|
11926
|
+
images: [{
|
|
11927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
11928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
11929
|
+
}],
|
|
11930
|
+
type_asset: 'sdk.coin',
|
|
11931
|
+
traces: [{
|
|
11932
|
+
type: 'ibc',
|
|
11933
|
+
counterparty: {
|
|
11934
|
+
channel_id: 'channel-4',
|
|
11935
|
+
base_denom: 'y:stutia:31Mar2025',
|
|
11936
|
+
chain_name: 'pryzm'
|
|
11937
|
+
},
|
|
11938
|
+
chain: {
|
|
11939
|
+
channel_id: 'channel-473'
|
|
11940
|
+
}
|
|
11941
|
+
}]
|
|
11942
|
+
},
|
|
10928
11943
|
{
|
|
10929
11944
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
10930
11945
|
denom_units: [{
|
|
@@ -11065,6 +12080,41 @@ const assets = {
|
|
|
11065
12080
|
}
|
|
11066
12081
|
}]
|
|
11067
12082
|
},
|
|
12083
|
+
{
|
|
12084
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
12085
|
+
denom_units: [{
|
|
12086
|
+
denom: 'ibc/F832B285D10D7217CB376D972BD8443CF9D47CDAE8C5184D04BB07B2D4414AF9',
|
|
12087
|
+
exponent: 0,
|
|
12088
|
+
aliases: ['y:stadydx:31Mar2025']
|
|
12089
|
+
}, {
|
|
12090
|
+
denom: 'ystDYDX31Mar2025',
|
|
12091
|
+
exponent: 6
|
|
12092
|
+
}],
|
|
12093
|
+
base: 'ibc/F832B285D10D7217CB376D972BD8443CF9D47CDAE8C5184D04BB07B2D4414AF9',
|
|
12094
|
+
name: 'ystDydx (31Mar2025)',
|
|
12095
|
+
display: 'ystDYDX31Mar2025',
|
|
12096
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
12097
|
+
logo_URIs: {
|
|
12098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
12099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
12100
|
+
},
|
|
12101
|
+
images: [{
|
|
12102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
12103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
12104
|
+
}],
|
|
12105
|
+
type_asset: 'sdk.coin',
|
|
12106
|
+
traces: [{
|
|
12107
|
+
type: 'ibc',
|
|
12108
|
+
counterparty: {
|
|
12109
|
+
channel_id: 'channel-4',
|
|
12110
|
+
base_denom: 'y:stadydx:31Mar2025',
|
|
12111
|
+
chain_name: 'pryzm'
|
|
12112
|
+
},
|
|
12113
|
+
chain: {
|
|
12114
|
+
channel_id: 'channel-473'
|
|
12115
|
+
}
|
|
12116
|
+
}]
|
|
12117
|
+
},
|
|
11068
12118
|
{
|
|
11069
12119
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
11070
12120
|
denom_units: [{
|
|
@@ -11170,6 +12220,41 @@ const assets = {
|
|
|
11170
12220
|
}
|
|
11171
12221
|
}]
|
|
11172
12222
|
},
|
|
12223
|
+
{
|
|
12224
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
12225
|
+
denom_units: [{
|
|
12226
|
+
denom: 'ibc/DCEF1650E34439670E20BD95F279D41A172C81DDC8B3F122977D57EAFB715F76',
|
|
12227
|
+
exponent: 0,
|
|
12228
|
+
aliases: ['y:udatom:31Mar2025']
|
|
12229
|
+
}, {
|
|
12230
|
+
denom: 'ydATOM31Mar2025',
|
|
12231
|
+
exponent: 6
|
|
12232
|
+
}],
|
|
12233
|
+
base: 'ibc/DCEF1650E34439670E20BD95F279D41A172C81DDC8B3F122977D57EAFB715F76',
|
|
12234
|
+
name: 'ydAtom (31Mar2025)',
|
|
12235
|
+
display: 'ydATOM31Mar2025',
|
|
12236
|
+
symbol: 'ydATOM-31Mar2025',
|
|
12237
|
+
logo_URIs: {
|
|
12238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12240
|
+
},
|
|
12241
|
+
images: [{
|
|
12242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
12243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
12244
|
+
}],
|
|
12245
|
+
type_asset: 'sdk.coin',
|
|
12246
|
+
traces: [{
|
|
12247
|
+
type: 'ibc',
|
|
12248
|
+
counterparty: {
|
|
12249
|
+
channel_id: 'channel-4',
|
|
12250
|
+
base_denom: 'y:udatom:31Mar2025',
|
|
12251
|
+
chain_name: 'pryzm'
|
|
12252
|
+
},
|
|
12253
|
+
chain: {
|
|
12254
|
+
channel_id: 'channel-473'
|
|
12255
|
+
}
|
|
12256
|
+
}]
|
|
12257
|
+
},
|
|
11173
12258
|
{
|
|
11174
12259
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
11175
12260
|
denom_units: [{
|
|
@@ -11310,6 +12395,41 @@ const assets = {
|
|
|
11310
12395
|
}
|
|
11311
12396
|
}]
|
|
11312
12397
|
},
|
|
12398
|
+
{
|
|
12399
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
12400
|
+
denom_units: [{
|
|
12401
|
+
denom: 'ibc/AFCC721B98A7D461FB02578D998695136B3EC20CA93585660A75473E23D394A0',
|
|
12402
|
+
exponent: 0,
|
|
12403
|
+
aliases: ['y:utia:31Mar2025']
|
|
12404
|
+
}, {
|
|
12405
|
+
denom: 'yTIA31Mar2025',
|
|
12406
|
+
exponent: 6
|
|
12407
|
+
}],
|
|
12408
|
+
base: 'ibc/AFCC721B98A7D461FB02578D998695136B3EC20CA93585660A75473E23D394A0',
|
|
12409
|
+
name: 'yTia (31Mar2025)',
|
|
12410
|
+
display: 'yTIA31Mar2025',
|
|
12411
|
+
symbol: 'yTIA-31Mar2025',
|
|
12412
|
+
logo_URIs: {
|
|
12413
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
12414
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
12415
|
+
},
|
|
12416
|
+
images: [{
|
|
12417
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
12418
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
12419
|
+
}],
|
|
12420
|
+
type_asset: 'sdk.coin',
|
|
12421
|
+
traces: [{
|
|
12422
|
+
type: 'ibc',
|
|
12423
|
+
counterparty: {
|
|
12424
|
+
channel_id: 'channel-4',
|
|
12425
|
+
base_denom: 'y:utia:31Mar2025',
|
|
12426
|
+
chain_name: 'pryzm'
|
|
12427
|
+
},
|
|
12428
|
+
chain: {
|
|
12429
|
+
channel_id: 'channel-473'
|
|
12430
|
+
}
|
|
12431
|
+
}]
|
|
12432
|
+
},
|
|
11313
12433
|
{
|
|
11314
12434
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
11315
12435
|
denom_units: [{
|