@chain-registry/assets 1.65.6 → 1.65.8
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/axelar.js +436 -16
- package/esm/mainnet/celestia.js +436 -16
- package/esm/mainnet/cosmoshub.js +436 -16
- package/esm/mainnet/dydx.js +436 -16
- package/esm/mainnet/injective.js +436 -16
- package/esm/mainnet/neutron.js +436 -16
- package/esm/mainnet/noble.js +436 -16
- package/esm/mainnet/osmosis.js +436 -16
- package/esm/mainnet/stride.js +436 -16
- package/esm/mainnet/terra2.js +436 -16
- package/mainnet/axelar.js +436 -16
- package/mainnet/celestia.js +436 -16
- package/mainnet/cosmoshub.js +436 -16
- package/mainnet/dydx.js +436 -16
- package/mainnet/injective.js +436 -16
- package/mainnet/neutron.js +436 -16
- package/mainnet/noble.js +436 -16
- package/mainnet/osmosis.js +436 -16
- package/mainnet/stride.js +436 -16
- package/mainnet/terra2.js +436 -16
- package/package.json +5 -5
package/mainnet/stride.js
CHANGED
|
@@ -1945,7 +1945,7 @@ const assets = {
|
|
|
1945
1945
|
aliases: ['p:inj:30Sep2024']
|
|
1946
1946
|
}, {
|
|
1947
1947
|
denom: 'pINJ30Sep2024',
|
|
1948
|
-
exponent:
|
|
1948
|
+
exponent: 18
|
|
1949
1949
|
}],
|
|
1950
1950
|
base: 'ibc/7F6E1E08071BF0A4ED409DD15BF0B136C68B207EA19D9ADD3167DB682CEA4110',
|
|
1951
1951
|
name: 'pInj (30Sep2024)',
|
|
@@ -1980,7 +1980,7 @@ const assets = {
|
|
|
1980
1980
|
aliases: ['p:inj:31Dec2024']
|
|
1981
1981
|
}, {
|
|
1982
1982
|
denom: 'pINJ31Dec2024',
|
|
1983
|
-
exponent:
|
|
1983
|
+
exponent: 18
|
|
1984
1984
|
}],
|
|
1985
1985
|
base: 'ibc/7C1E9F339063A8CC4532242FCD6D051777CDDD4997BCD73430E0CD747784DCEE',
|
|
1986
1986
|
name: 'pInj (31Dec2024)',
|
|
@@ -2015,7 +2015,7 @@ const assets = {
|
|
|
2015
2015
|
aliases: ['p:inj:31Dec2025']
|
|
2016
2016
|
}, {
|
|
2017
2017
|
denom: 'pINJ31Dec2025',
|
|
2018
|
-
exponent:
|
|
2018
|
+
exponent: 18
|
|
2019
2019
|
}],
|
|
2020
2020
|
base: 'ibc/657B68E59B32E981D5E00A555042474060BD7E5A9E273BE01D08EB12C30FB581',
|
|
2021
2021
|
name: 'pInj (31Dec2025)',
|
|
@@ -2567,6 +2567,76 @@ const assets = {
|
|
|
2567
2567
|
}
|
|
2568
2568
|
}]
|
|
2569
2569
|
},
|
|
2570
|
+
{
|
|
2571
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
2572
|
+
denom_units: [{
|
|
2573
|
+
denom: 'ibc/C7A36ED16833B185422AA7F9C5088D2244D3D272FCF643DCB22A533A381F7539',
|
|
2574
|
+
exponent: 0,
|
|
2575
|
+
aliases: ['p:utia:31Dec2024']
|
|
2576
|
+
}, {
|
|
2577
|
+
denom: 'pTIA31Dec2024',
|
|
2578
|
+
exponent: 6
|
|
2579
|
+
}],
|
|
2580
|
+
base: 'ibc/C7A36ED16833B185422AA7F9C5088D2244D3D272FCF643DCB22A533A381F7539',
|
|
2581
|
+
name: 'pTia (31Dec2024)',
|
|
2582
|
+
display: 'pTIA31Dec2024',
|
|
2583
|
+
symbol: 'pTIA-31Dec2024',
|
|
2584
|
+
logo_URIs: {
|
|
2585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2587
|
+
},
|
|
2588
|
+
images: [{
|
|
2589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2591
|
+
}],
|
|
2592
|
+
type_asset: 'sdk.coin',
|
|
2593
|
+
traces: [{
|
|
2594
|
+
type: 'ibc',
|
|
2595
|
+
counterparty: {
|
|
2596
|
+
channel_id: 'channel-23',
|
|
2597
|
+
base_denom: 'p:utia:31Dec2024',
|
|
2598
|
+
chain_name: 'pryzm'
|
|
2599
|
+
},
|
|
2600
|
+
chain: {
|
|
2601
|
+
channel_id: 'channel-257'
|
|
2602
|
+
}
|
|
2603
|
+
}]
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
2607
|
+
denom_units: [{
|
|
2608
|
+
denom: 'ibc/63643B075255500EB8D5783C7D94B773B1CEE7B469A53769765B4E6E7AEA960E',
|
|
2609
|
+
exponent: 0,
|
|
2610
|
+
aliases: ['p:utia:31Dec2025']
|
|
2611
|
+
}, {
|
|
2612
|
+
denom: 'pTIA31Dec2025',
|
|
2613
|
+
exponent: 6
|
|
2614
|
+
}],
|
|
2615
|
+
base: 'ibc/63643B075255500EB8D5783C7D94B773B1CEE7B469A53769765B4E6E7AEA960E',
|
|
2616
|
+
name: 'pTia (31Dec2025)',
|
|
2617
|
+
display: 'pTIA31Dec2025',
|
|
2618
|
+
symbol: 'pTIA-31Dec2025',
|
|
2619
|
+
logo_URIs: {
|
|
2620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2622
|
+
},
|
|
2623
|
+
images: [{
|
|
2624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2626
|
+
}],
|
|
2627
|
+
type_asset: 'sdk.coin',
|
|
2628
|
+
traces: [{
|
|
2629
|
+
type: 'ibc',
|
|
2630
|
+
counterparty: {
|
|
2631
|
+
channel_id: 'channel-23',
|
|
2632
|
+
base_denom: 'p:utia:31Dec2025',
|
|
2633
|
+
chain_name: 'pryzm'
|
|
2634
|
+
},
|
|
2635
|
+
chain: {
|
|
2636
|
+
channel_id: 'channel-257'
|
|
2637
|
+
}
|
|
2638
|
+
}]
|
|
2639
|
+
},
|
|
2570
2640
|
{
|
|
2571
2641
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2572
2642
|
denom_units: [{
|
|
@@ -2785,7 +2855,7 @@ const assets = {
|
|
|
2785
2855
|
aliases: ['y:inj:30Sep2024']
|
|
2786
2856
|
}, {
|
|
2787
2857
|
denom: 'yINJ30Sep2024',
|
|
2788
|
-
exponent:
|
|
2858
|
+
exponent: 18
|
|
2789
2859
|
}],
|
|
2790
2860
|
base: 'ibc/1752371D9E79C8825CB436236F328632D39BF5271FDB8381F61F68EF383166E2',
|
|
2791
2861
|
name: 'yInj (30Sep2024)',
|
|
@@ -2820,7 +2890,7 @@ const assets = {
|
|
|
2820
2890
|
aliases: ['y:inj:31Dec2024']
|
|
2821
2891
|
}, {
|
|
2822
2892
|
denom: 'yINJ31Dec2024',
|
|
2823
|
-
exponent:
|
|
2893
|
+
exponent: 18
|
|
2824
2894
|
}],
|
|
2825
2895
|
base: 'ibc/8A0FAB5FC3A1745DBB1DCF7B153D97D47E6FA4EFA9B552895BAA6EA500525268',
|
|
2826
2896
|
name: 'yInj (31Dec2024)',
|
|
@@ -2855,7 +2925,7 @@ const assets = {
|
|
|
2855
2925
|
aliases: ['y:inj:31Dec2025']
|
|
2856
2926
|
}, {
|
|
2857
2927
|
denom: 'yINJ31Dec2025',
|
|
2858
|
-
exponent:
|
|
2928
|
+
exponent: 18
|
|
2859
2929
|
}],
|
|
2860
2930
|
base: 'ibc/5041C5134CC92B289C69A387F693CB48E1FCA53AF52DBF9C77B4D17EFF80C061',
|
|
2861
2931
|
name: 'yInj (31Dec2025)',
|
|
@@ -3407,6 +3477,76 @@ const assets = {
|
|
|
3407
3477
|
}
|
|
3408
3478
|
}]
|
|
3409
3479
|
},
|
|
3480
|
+
{
|
|
3481
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
3482
|
+
denom_units: [{
|
|
3483
|
+
denom: 'ibc/5C9276C4F1AB3FC1CFB1E1AC4F585C20BFF3537AC5E0D1D4F145C2580A20D6AD',
|
|
3484
|
+
exponent: 0,
|
|
3485
|
+
aliases: ['y:utia:31Dec2024']
|
|
3486
|
+
}, {
|
|
3487
|
+
denom: 'yTIA31Dec2024',
|
|
3488
|
+
exponent: 6
|
|
3489
|
+
}],
|
|
3490
|
+
base: 'ibc/5C9276C4F1AB3FC1CFB1E1AC4F585C20BFF3537AC5E0D1D4F145C2580A20D6AD',
|
|
3491
|
+
name: 'yTia (31Dec2024)',
|
|
3492
|
+
display: 'yTIA31Dec2024',
|
|
3493
|
+
symbol: 'yTIA-31Dec2024',
|
|
3494
|
+
logo_URIs: {
|
|
3495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3496
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3497
|
+
},
|
|
3498
|
+
images: [{
|
|
3499
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3500
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3501
|
+
}],
|
|
3502
|
+
type_asset: 'sdk.coin',
|
|
3503
|
+
traces: [{
|
|
3504
|
+
type: 'ibc',
|
|
3505
|
+
counterparty: {
|
|
3506
|
+
channel_id: 'channel-23',
|
|
3507
|
+
base_denom: 'y:utia:31Dec2024',
|
|
3508
|
+
chain_name: 'pryzm'
|
|
3509
|
+
},
|
|
3510
|
+
chain: {
|
|
3511
|
+
channel_id: 'channel-257'
|
|
3512
|
+
}
|
|
3513
|
+
}]
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
3517
|
+
denom_units: [{
|
|
3518
|
+
denom: 'ibc/573748CD799CCDEF43A87D6FC41B6B9E090E653B1596979DB957FF111D899A32',
|
|
3519
|
+
exponent: 0,
|
|
3520
|
+
aliases: ['y:utia:31Dec2025']
|
|
3521
|
+
}, {
|
|
3522
|
+
denom: 'yTIA31Dec2025',
|
|
3523
|
+
exponent: 6
|
|
3524
|
+
}],
|
|
3525
|
+
base: 'ibc/573748CD799CCDEF43A87D6FC41B6B9E090E653B1596979DB957FF111D899A32',
|
|
3526
|
+
name: 'yTia (31Dec2025)',
|
|
3527
|
+
display: 'yTIA31Dec2025',
|
|
3528
|
+
symbol: 'yTIA-31Dec2025',
|
|
3529
|
+
logo_URIs: {
|
|
3530
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3531
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3532
|
+
},
|
|
3533
|
+
images: [{
|
|
3534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3535
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3536
|
+
}],
|
|
3537
|
+
type_asset: 'sdk.coin',
|
|
3538
|
+
traces: [{
|
|
3539
|
+
type: 'ibc',
|
|
3540
|
+
counterparty: {
|
|
3541
|
+
channel_id: 'channel-23',
|
|
3542
|
+
base_denom: 'y:utia:31Dec2025',
|
|
3543
|
+
chain_name: 'pryzm'
|
|
3544
|
+
},
|
|
3545
|
+
chain: {
|
|
3546
|
+
channel_id: 'channel-257'
|
|
3547
|
+
}
|
|
3548
|
+
}]
|
|
3549
|
+
},
|
|
3410
3550
|
{
|
|
3411
3551
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
3412
3552
|
denom_units: [{
|
|
@@ -3555,7 +3695,7 @@ const assets = {
|
|
|
3555
3695
|
aliases: ['lp:1:inj']
|
|
3556
3696
|
}, {
|
|
3557
3697
|
denom: 'lp:1:INJ',
|
|
3558
|
-
exponent:
|
|
3698
|
+
exponent: 18
|
|
3559
3699
|
}],
|
|
3560
3700
|
base: 'ibc/BEB863ED84CDA30B65B4EBC315CFE452B5E2F85D55A51D848ED5033C5B1B2C0F',
|
|
3561
3701
|
name: 'INJ Yield LP',
|
|
@@ -3590,7 +3730,7 @@ const assets = {
|
|
|
3590
3730
|
aliases: ['lp:4:injypt-inj']
|
|
3591
3731
|
}, {
|
|
3592
3732
|
denom: 'lp:4:INJypt-INJ',
|
|
3593
|
-
exponent:
|
|
3733
|
+
exponent: 18
|
|
3594
3734
|
}],
|
|
3595
3735
|
base: 'ibc/46F8988E34B088C5A75612FA60128B905AA559D1014FFC1E0EE16EF42DD7AB9F',
|
|
3596
3736
|
name: 'INJ Boost LP',
|
|
@@ -4142,6 +4282,76 @@ const assets = {
|
|
|
4142
4282
|
}
|
|
4143
4283
|
}]
|
|
4144
4284
|
},
|
|
4285
|
+
{
|
|
4286
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
4287
|
+
denom_units: [{
|
|
4288
|
+
denom: 'ibc/5C947F21F5013627A8BDBCFB4969BCD9830A7EBA955AE087F14E2D23AE0B2822',
|
|
4289
|
+
exponent: 0,
|
|
4290
|
+
aliases: ['lp:24:utia']
|
|
4291
|
+
}, {
|
|
4292
|
+
denom: 'lp:24:tia',
|
|
4293
|
+
exponent: 6
|
|
4294
|
+
}],
|
|
4295
|
+
base: 'ibc/5C947F21F5013627A8BDBCFB4969BCD9830A7EBA955AE087F14E2D23AE0B2822',
|
|
4296
|
+
name: 'TIA Yield LP',
|
|
4297
|
+
display: 'lp:24:tia',
|
|
4298
|
+
symbol: 'TIA-YIELD-LP',
|
|
4299
|
+
logo_URIs: {
|
|
4300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4302
|
+
},
|
|
4303
|
+
images: [{
|
|
4304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4306
|
+
}],
|
|
4307
|
+
type_asset: 'sdk.coin',
|
|
4308
|
+
traces: [{
|
|
4309
|
+
type: 'ibc',
|
|
4310
|
+
counterparty: {
|
|
4311
|
+
channel_id: 'channel-23',
|
|
4312
|
+
base_denom: 'lp:24:utia',
|
|
4313
|
+
chain_name: 'pryzm'
|
|
4314
|
+
},
|
|
4315
|
+
chain: {
|
|
4316
|
+
channel_id: 'channel-257'
|
|
4317
|
+
}
|
|
4318
|
+
}]
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
4322
|
+
denom_units: [{
|
|
4323
|
+
denom: 'ibc/6429C0408A39FAC03910FB32D673A1D63092CEDC1F1E0BDFDBADF1646A7738A9',
|
|
4324
|
+
exponent: 0,
|
|
4325
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
4326
|
+
}, {
|
|
4327
|
+
denom: 'lp:25:tiaypt-tia',
|
|
4328
|
+
exponent: 6
|
|
4329
|
+
}],
|
|
4330
|
+
base: 'ibc/6429C0408A39FAC03910FB32D673A1D63092CEDC1F1E0BDFDBADF1646A7738A9',
|
|
4331
|
+
name: 'TIA Boost LP',
|
|
4332
|
+
display: 'lp:25:tiaypt-tia',
|
|
4333
|
+
symbol: 'TIA-BOOST-LP',
|
|
4334
|
+
logo_URIs: {
|
|
4335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4337
|
+
},
|
|
4338
|
+
images: [{
|
|
4339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4341
|
+
}],
|
|
4342
|
+
type_asset: 'sdk.coin',
|
|
4343
|
+
traces: [{
|
|
4344
|
+
type: 'ibc',
|
|
4345
|
+
counterparty: {
|
|
4346
|
+
channel_id: 'channel-23',
|
|
4347
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
4348
|
+
chain_name: 'pryzm'
|
|
4349
|
+
},
|
|
4350
|
+
chain: {
|
|
4351
|
+
channel_id: 'channel-257'
|
|
4352
|
+
}
|
|
4353
|
+
}]
|
|
4354
|
+
},
|
|
4145
4355
|
{
|
|
4146
4356
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
4147
4357
|
denom_units: [{
|
|
@@ -6457,7 +6667,7 @@ const assets = {
|
|
|
6457
6667
|
aliases: ['p:inj:30Sep2024']
|
|
6458
6668
|
}, {
|
|
6459
6669
|
denom: 'pINJ30Sep2024',
|
|
6460
|
-
exponent:
|
|
6670
|
+
exponent: 18
|
|
6461
6671
|
}],
|
|
6462
6672
|
base: 'ibc/7F6E1E08071BF0A4ED409DD15BF0B136C68B207EA19D9ADD3167DB682CEA4110',
|
|
6463
6673
|
name: 'pInj (30Sep2024)',
|
|
@@ -6492,7 +6702,7 @@ const assets = {
|
|
|
6492
6702
|
aliases: ['p:inj:31Dec2024']
|
|
6493
6703
|
}, {
|
|
6494
6704
|
denom: 'pINJ31Dec2024',
|
|
6495
|
-
exponent:
|
|
6705
|
+
exponent: 18
|
|
6496
6706
|
}],
|
|
6497
6707
|
base: 'ibc/7C1E9F339063A8CC4532242FCD6D051777CDDD4997BCD73430E0CD747784DCEE',
|
|
6498
6708
|
name: 'pInj (31Dec2024)',
|
|
@@ -6527,7 +6737,7 @@ const assets = {
|
|
|
6527
6737
|
aliases: ['p:inj:31Dec2025']
|
|
6528
6738
|
}, {
|
|
6529
6739
|
denom: 'pINJ31Dec2025',
|
|
6530
|
-
exponent:
|
|
6740
|
+
exponent: 18
|
|
6531
6741
|
}],
|
|
6532
6742
|
base: 'ibc/657B68E59B32E981D5E00A555042474060BD7E5A9E273BE01D08EB12C30FB581',
|
|
6533
6743
|
name: 'pInj (31Dec2025)',
|
|
@@ -7079,6 +7289,76 @@ const assets = {
|
|
|
7079
7289
|
}
|
|
7080
7290
|
}]
|
|
7081
7291
|
},
|
|
7292
|
+
{
|
|
7293
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
7294
|
+
denom_units: [{
|
|
7295
|
+
denom: 'ibc/C7A36ED16833B185422AA7F9C5088D2244D3D272FCF643DCB22A533A381F7539',
|
|
7296
|
+
exponent: 0,
|
|
7297
|
+
aliases: ['p:utia:31Dec2024']
|
|
7298
|
+
}, {
|
|
7299
|
+
denom: 'pTIA31Dec2024',
|
|
7300
|
+
exponent: 6
|
|
7301
|
+
}],
|
|
7302
|
+
base: 'ibc/C7A36ED16833B185422AA7F9C5088D2244D3D272FCF643DCB22A533A381F7539',
|
|
7303
|
+
name: 'pTia (31Dec2024)',
|
|
7304
|
+
display: 'pTIA31Dec2024',
|
|
7305
|
+
symbol: 'pTIA-31Dec2024',
|
|
7306
|
+
logo_URIs: {
|
|
7307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7308
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7309
|
+
},
|
|
7310
|
+
images: [{
|
|
7311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7312
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7313
|
+
}],
|
|
7314
|
+
type_asset: 'sdk.coin',
|
|
7315
|
+
traces: [{
|
|
7316
|
+
type: 'ibc',
|
|
7317
|
+
counterparty: {
|
|
7318
|
+
channel_id: 'channel-23',
|
|
7319
|
+
base_denom: 'p:utia:31Dec2024',
|
|
7320
|
+
chain_name: 'pryzm'
|
|
7321
|
+
},
|
|
7322
|
+
chain: {
|
|
7323
|
+
channel_id: 'channel-257'
|
|
7324
|
+
}
|
|
7325
|
+
}]
|
|
7326
|
+
},
|
|
7327
|
+
{
|
|
7328
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
7329
|
+
denom_units: [{
|
|
7330
|
+
denom: 'ibc/63643B075255500EB8D5783C7D94B773B1CEE7B469A53769765B4E6E7AEA960E',
|
|
7331
|
+
exponent: 0,
|
|
7332
|
+
aliases: ['p:utia:31Dec2025']
|
|
7333
|
+
}, {
|
|
7334
|
+
denom: 'pTIA31Dec2025',
|
|
7335
|
+
exponent: 6
|
|
7336
|
+
}],
|
|
7337
|
+
base: 'ibc/63643B075255500EB8D5783C7D94B773B1CEE7B469A53769765B4E6E7AEA960E',
|
|
7338
|
+
name: 'pTia (31Dec2025)',
|
|
7339
|
+
display: 'pTIA31Dec2025',
|
|
7340
|
+
symbol: 'pTIA-31Dec2025',
|
|
7341
|
+
logo_URIs: {
|
|
7342
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7343
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7344
|
+
},
|
|
7345
|
+
images: [{
|
|
7346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
7347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
7348
|
+
}],
|
|
7349
|
+
type_asset: 'sdk.coin',
|
|
7350
|
+
traces: [{
|
|
7351
|
+
type: 'ibc',
|
|
7352
|
+
counterparty: {
|
|
7353
|
+
channel_id: 'channel-23',
|
|
7354
|
+
base_denom: 'p:utia:31Dec2025',
|
|
7355
|
+
chain_name: 'pryzm'
|
|
7356
|
+
},
|
|
7357
|
+
chain: {
|
|
7358
|
+
channel_id: 'channel-257'
|
|
7359
|
+
}
|
|
7360
|
+
}]
|
|
7361
|
+
},
|
|
7082
7362
|
{
|
|
7083
7363
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
7084
7364
|
denom_units: [{
|
|
@@ -7297,7 +7577,7 @@ const assets = {
|
|
|
7297
7577
|
aliases: ['y:inj:30Sep2024']
|
|
7298
7578
|
}, {
|
|
7299
7579
|
denom: 'yINJ30Sep2024',
|
|
7300
|
-
exponent:
|
|
7580
|
+
exponent: 18
|
|
7301
7581
|
}],
|
|
7302
7582
|
base: 'ibc/1752371D9E79C8825CB436236F328632D39BF5271FDB8381F61F68EF383166E2',
|
|
7303
7583
|
name: 'yInj (30Sep2024)',
|
|
@@ -7332,7 +7612,7 @@ const assets = {
|
|
|
7332
7612
|
aliases: ['y:inj:31Dec2024']
|
|
7333
7613
|
}, {
|
|
7334
7614
|
denom: 'yINJ31Dec2024',
|
|
7335
|
-
exponent:
|
|
7615
|
+
exponent: 18
|
|
7336
7616
|
}],
|
|
7337
7617
|
base: 'ibc/8A0FAB5FC3A1745DBB1DCF7B153D97D47E6FA4EFA9B552895BAA6EA500525268',
|
|
7338
7618
|
name: 'yInj (31Dec2024)',
|
|
@@ -7367,7 +7647,7 @@ const assets = {
|
|
|
7367
7647
|
aliases: ['y:inj:31Dec2025']
|
|
7368
7648
|
}, {
|
|
7369
7649
|
denom: 'yINJ31Dec2025',
|
|
7370
|
-
exponent:
|
|
7650
|
+
exponent: 18
|
|
7371
7651
|
}],
|
|
7372
7652
|
base: 'ibc/5041C5134CC92B289C69A387F693CB48E1FCA53AF52DBF9C77B4D17EFF80C061',
|
|
7373
7653
|
name: 'yInj (31Dec2025)',
|
|
@@ -7919,6 +8199,76 @@ const assets = {
|
|
|
7919
8199
|
}
|
|
7920
8200
|
}]
|
|
7921
8201
|
},
|
|
8202
|
+
{
|
|
8203
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
8204
|
+
denom_units: [{
|
|
8205
|
+
denom: 'ibc/5C9276C4F1AB3FC1CFB1E1AC4F585C20BFF3537AC5E0D1D4F145C2580A20D6AD',
|
|
8206
|
+
exponent: 0,
|
|
8207
|
+
aliases: ['y:utia:31Dec2024']
|
|
8208
|
+
}, {
|
|
8209
|
+
denom: 'yTIA31Dec2024',
|
|
8210
|
+
exponent: 6
|
|
8211
|
+
}],
|
|
8212
|
+
base: 'ibc/5C9276C4F1AB3FC1CFB1E1AC4F585C20BFF3537AC5E0D1D4F145C2580A20D6AD',
|
|
8213
|
+
name: 'yTia (31Dec2024)',
|
|
8214
|
+
display: 'yTIA31Dec2024',
|
|
8215
|
+
symbol: 'yTIA-31Dec2024',
|
|
8216
|
+
logo_URIs: {
|
|
8217
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
8218
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
8219
|
+
},
|
|
8220
|
+
images: [{
|
|
8221
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
8222
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
8223
|
+
}],
|
|
8224
|
+
type_asset: 'sdk.coin',
|
|
8225
|
+
traces: [{
|
|
8226
|
+
type: 'ibc',
|
|
8227
|
+
counterparty: {
|
|
8228
|
+
channel_id: 'channel-23',
|
|
8229
|
+
base_denom: 'y:utia:31Dec2024',
|
|
8230
|
+
chain_name: 'pryzm'
|
|
8231
|
+
},
|
|
8232
|
+
chain: {
|
|
8233
|
+
channel_id: 'channel-257'
|
|
8234
|
+
}
|
|
8235
|
+
}]
|
|
8236
|
+
},
|
|
8237
|
+
{
|
|
8238
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
8239
|
+
denom_units: [{
|
|
8240
|
+
denom: 'ibc/573748CD799CCDEF43A87D6FC41B6B9E090E653B1596979DB957FF111D899A32',
|
|
8241
|
+
exponent: 0,
|
|
8242
|
+
aliases: ['y:utia:31Dec2025']
|
|
8243
|
+
}, {
|
|
8244
|
+
denom: 'yTIA31Dec2025',
|
|
8245
|
+
exponent: 6
|
|
8246
|
+
}],
|
|
8247
|
+
base: 'ibc/573748CD799CCDEF43A87D6FC41B6B9E090E653B1596979DB957FF111D899A32',
|
|
8248
|
+
name: 'yTia (31Dec2025)',
|
|
8249
|
+
display: 'yTIA31Dec2025',
|
|
8250
|
+
symbol: 'yTIA-31Dec2025',
|
|
8251
|
+
logo_URIs: {
|
|
8252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
8253
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
8254
|
+
},
|
|
8255
|
+
images: [{
|
|
8256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
8257
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
8258
|
+
}],
|
|
8259
|
+
type_asset: 'sdk.coin',
|
|
8260
|
+
traces: [{
|
|
8261
|
+
type: 'ibc',
|
|
8262
|
+
counterparty: {
|
|
8263
|
+
channel_id: 'channel-23',
|
|
8264
|
+
base_denom: 'y:utia:31Dec2025',
|
|
8265
|
+
chain_name: 'pryzm'
|
|
8266
|
+
},
|
|
8267
|
+
chain: {
|
|
8268
|
+
channel_id: 'channel-257'
|
|
8269
|
+
}
|
|
8270
|
+
}]
|
|
8271
|
+
},
|
|
7922
8272
|
{
|
|
7923
8273
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
7924
8274
|
denom_units: [{
|
|
@@ -8067,7 +8417,7 @@ const assets = {
|
|
|
8067
8417
|
aliases: ['lp:1:inj']
|
|
8068
8418
|
}, {
|
|
8069
8419
|
denom: 'lp:1:INJ',
|
|
8070
|
-
exponent:
|
|
8420
|
+
exponent: 18
|
|
8071
8421
|
}],
|
|
8072
8422
|
base: 'ibc/BEB863ED84CDA30B65B4EBC315CFE452B5E2F85D55A51D848ED5033C5B1B2C0F',
|
|
8073
8423
|
name: 'INJ Yield LP',
|
|
@@ -8102,7 +8452,7 @@ const assets = {
|
|
|
8102
8452
|
aliases: ['lp:4:injypt-inj']
|
|
8103
8453
|
}, {
|
|
8104
8454
|
denom: 'lp:4:INJypt-INJ',
|
|
8105
|
-
exponent:
|
|
8455
|
+
exponent: 18
|
|
8106
8456
|
}],
|
|
8107
8457
|
base: 'ibc/46F8988E34B088C5A75612FA60128B905AA559D1014FFC1E0EE16EF42DD7AB9F',
|
|
8108
8458
|
name: 'INJ Boost LP',
|
|
@@ -8654,6 +9004,76 @@ const assets = {
|
|
|
8654
9004
|
}
|
|
8655
9005
|
}]
|
|
8656
9006
|
},
|
|
9007
|
+
{
|
|
9008
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
9009
|
+
denom_units: [{
|
|
9010
|
+
denom: 'ibc/5C947F21F5013627A8BDBCFB4969BCD9830A7EBA955AE087F14E2D23AE0B2822',
|
|
9011
|
+
exponent: 0,
|
|
9012
|
+
aliases: ['lp:24:utia']
|
|
9013
|
+
}, {
|
|
9014
|
+
denom: 'lp:24:tia',
|
|
9015
|
+
exponent: 6
|
|
9016
|
+
}],
|
|
9017
|
+
base: 'ibc/5C947F21F5013627A8BDBCFB4969BCD9830A7EBA955AE087F14E2D23AE0B2822',
|
|
9018
|
+
name: 'TIA Yield LP',
|
|
9019
|
+
display: 'lp:24:tia',
|
|
9020
|
+
symbol: 'TIA-YIELD-LP',
|
|
9021
|
+
logo_URIs: {
|
|
9022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9024
|
+
},
|
|
9025
|
+
images: [{
|
|
9026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9028
|
+
}],
|
|
9029
|
+
type_asset: 'sdk.coin',
|
|
9030
|
+
traces: [{
|
|
9031
|
+
type: 'ibc',
|
|
9032
|
+
counterparty: {
|
|
9033
|
+
channel_id: 'channel-23',
|
|
9034
|
+
base_denom: 'lp:24:utia',
|
|
9035
|
+
chain_name: 'pryzm'
|
|
9036
|
+
},
|
|
9037
|
+
chain: {
|
|
9038
|
+
channel_id: 'channel-257'
|
|
9039
|
+
}
|
|
9040
|
+
}]
|
|
9041
|
+
},
|
|
9042
|
+
{
|
|
9043
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
9044
|
+
denom_units: [{
|
|
9045
|
+
denom: 'ibc/6429C0408A39FAC03910FB32D673A1D63092CEDC1F1E0BDFDBADF1646A7738A9',
|
|
9046
|
+
exponent: 0,
|
|
9047
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
9048
|
+
}, {
|
|
9049
|
+
denom: 'lp:25:tiaypt-tia',
|
|
9050
|
+
exponent: 6
|
|
9051
|
+
}],
|
|
9052
|
+
base: 'ibc/6429C0408A39FAC03910FB32D673A1D63092CEDC1F1E0BDFDBADF1646A7738A9',
|
|
9053
|
+
name: 'TIA Boost LP',
|
|
9054
|
+
display: 'lp:25:tiaypt-tia',
|
|
9055
|
+
symbol: 'TIA-BOOST-LP',
|
|
9056
|
+
logo_URIs: {
|
|
9057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9059
|
+
},
|
|
9060
|
+
images: [{
|
|
9061
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9062
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9063
|
+
}],
|
|
9064
|
+
type_asset: 'sdk.coin',
|
|
9065
|
+
traces: [{
|
|
9066
|
+
type: 'ibc',
|
|
9067
|
+
counterparty: {
|
|
9068
|
+
channel_id: 'channel-23',
|
|
9069
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
9070
|
+
chain_name: 'pryzm'
|
|
9071
|
+
},
|
|
9072
|
+
chain: {
|
|
9073
|
+
channel_id: 'channel-257'
|
|
9074
|
+
}
|
|
9075
|
+
}]
|
|
9076
|
+
},
|
|
8657
9077
|
{
|
|
8658
9078
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
8659
9079
|
denom_units: [{
|