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