@chain-registry/assets 1.65.6 → 1.65.7
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 +420 -0
- package/esm/mainnet/celestia.js +420 -0
- package/esm/mainnet/cosmoshub.js +420 -0
- package/esm/mainnet/dydx.js +420 -0
- package/esm/mainnet/injective.js +420 -0
- package/esm/mainnet/neutron.js +420 -0
- package/esm/mainnet/noble.js +420 -0
- package/esm/mainnet/osmosis.js +420 -0
- package/esm/mainnet/stride.js +420 -0
- package/esm/mainnet/terra2.js +420 -0
- package/mainnet/axelar.js +420 -0
- package/mainnet/celestia.js +420 -0
- package/mainnet/cosmoshub.js +420 -0
- package/mainnet/dydx.js +420 -0
- package/mainnet/injective.js +420 -0
- package/mainnet/neutron.js +420 -0
- package/mainnet/noble.js +420 -0
- package/mainnet/osmosis.js +420 -0
- package/mainnet/stride.js +420 -0
- package/mainnet/terra2.js +420 -0
- package/package.json +5 -5
package/mainnet/injective.js
CHANGED
|
@@ -2803,6 +2803,76 @@ const assets = {
|
|
|
2803
2803
|
}
|
|
2804
2804
|
}]
|
|
2805
2805
|
},
|
|
2806
|
+
{
|
|
2807
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
2808
|
+
denom_units: [{
|
|
2809
|
+
denom: 'ibc/F20A20AACBDDAED0E775FB94D130051A75EC51B6BB36A94F4E2C4D9F4623DBAE',
|
|
2810
|
+
exponent: 0,
|
|
2811
|
+
aliases: ['p:utia:31Dec2024']
|
|
2812
|
+
}, {
|
|
2813
|
+
denom: 'pTIA31Dec2024',
|
|
2814
|
+
exponent: 6
|
|
2815
|
+
}],
|
|
2816
|
+
base: 'ibc/F20A20AACBDDAED0E775FB94D130051A75EC51B6BB36A94F4E2C4D9F4623DBAE',
|
|
2817
|
+
name: 'pTia (31Dec2024)',
|
|
2818
|
+
display: 'pTIA31Dec2024',
|
|
2819
|
+
symbol: 'pTIA-31Dec2024',
|
|
2820
|
+
logo_URIs: {
|
|
2821
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2822
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2823
|
+
},
|
|
2824
|
+
images: [{
|
|
2825
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2826
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2827
|
+
}],
|
|
2828
|
+
type_asset: 'sdk.coin',
|
|
2829
|
+
traces: [{
|
|
2830
|
+
type: 'ibc',
|
|
2831
|
+
counterparty: {
|
|
2832
|
+
channel_id: 'channel-1',
|
|
2833
|
+
base_denom: 'p:utia:31Dec2024',
|
|
2834
|
+
chain_name: 'pryzm'
|
|
2835
|
+
},
|
|
2836
|
+
chain: {
|
|
2837
|
+
channel_id: 'channel-284'
|
|
2838
|
+
}
|
|
2839
|
+
}]
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
2843
|
+
denom_units: [{
|
|
2844
|
+
denom: 'ibc/B9F63C4715CC52D653F8C87AC1E18BD50979FD75BBDD77255BD4FFB86D2A7BFF',
|
|
2845
|
+
exponent: 0,
|
|
2846
|
+
aliases: ['p:utia:31Dec2025']
|
|
2847
|
+
}, {
|
|
2848
|
+
denom: 'pTIA31Dec2025',
|
|
2849
|
+
exponent: 6
|
|
2850
|
+
}],
|
|
2851
|
+
base: 'ibc/B9F63C4715CC52D653F8C87AC1E18BD50979FD75BBDD77255BD4FFB86D2A7BFF',
|
|
2852
|
+
name: 'pTia (31Dec2025)',
|
|
2853
|
+
display: 'pTIA31Dec2025',
|
|
2854
|
+
symbol: 'pTIA-31Dec2025',
|
|
2855
|
+
logo_URIs: {
|
|
2856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2858
|
+
},
|
|
2859
|
+
images: [{
|
|
2860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
2861
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
2862
|
+
}],
|
|
2863
|
+
type_asset: 'sdk.coin',
|
|
2864
|
+
traces: [{
|
|
2865
|
+
type: 'ibc',
|
|
2866
|
+
counterparty: {
|
|
2867
|
+
channel_id: 'channel-1',
|
|
2868
|
+
base_denom: 'p:utia:31Dec2025',
|
|
2869
|
+
chain_name: 'pryzm'
|
|
2870
|
+
},
|
|
2871
|
+
chain: {
|
|
2872
|
+
channel_id: 'channel-284'
|
|
2873
|
+
}
|
|
2874
|
+
}]
|
|
2875
|
+
},
|
|
2806
2876
|
{
|
|
2807
2877
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2808
2878
|
denom_units: [{
|
|
@@ -3643,6 +3713,76 @@ const assets = {
|
|
|
3643
3713
|
}
|
|
3644
3714
|
}]
|
|
3645
3715
|
},
|
|
3716
|
+
{
|
|
3717
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
3718
|
+
denom_units: [{
|
|
3719
|
+
denom: 'ibc/089B73AD094A7C79B4DA85C33F98F0AB13F67F23B635F6DE0ACFBB8A1A471876',
|
|
3720
|
+
exponent: 0,
|
|
3721
|
+
aliases: ['y:utia:31Dec2024']
|
|
3722
|
+
}, {
|
|
3723
|
+
denom: 'yTIA31Dec2024',
|
|
3724
|
+
exponent: 6
|
|
3725
|
+
}],
|
|
3726
|
+
base: 'ibc/089B73AD094A7C79B4DA85C33F98F0AB13F67F23B635F6DE0ACFBB8A1A471876',
|
|
3727
|
+
name: 'yTia (31Dec2024)',
|
|
3728
|
+
display: 'yTIA31Dec2024',
|
|
3729
|
+
symbol: 'yTIA-31Dec2024',
|
|
3730
|
+
logo_URIs: {
|
|
3731
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3732
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3733
|
+
},
|
|
3734
|
+
images: [{
|
|
3735
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3736
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3737
|
+
}],
|
|
3738
|
+
type_asset: 'sdk.coin',
|
|
3739
|
+
traces: [{
|
|
3740
|
+
type: 'ibc',
|
|
3741
|
+
counterparty: {
|
|
3742
|
+
channel_id: 'channel-1',
|
|
3743
|
+
base_denom: 'y:utia:31Dec2024',
|
|
3744
|
+
chain_name: 'pryzm'
|
|
3745
|
+
},
|
|
3746
|
+
chain: {
|
|
3747
|
+
channel_id: 'channel-284'
|
|
3748
|
+
}
|
|
3749
|
+
}]
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
3753
|
+
denom_units: [{
|
|
3754
|
+
denom: 'ibc/7B9F19238869B8AC472EE3297C46BC2185458C5D979B832F9A451ED0D431E72E',
|
|
3755
|
+
exponent: 0,
|
|
3756
|
+
aliases: ['y:utia:31Dec2025']
|
|
3757
|
+
}, {
|
|
3758
|
+
denom: 'yTIA31Dec2025',
|
|
3759
|
+
exponent: 6
|
|
3760
|
+
}],
|
|
3761
|
+
base: 'ibc/7B9F19238869B8AC472EE3297C46BC2185458C5D979B832F9A451ED0D431E72E',
|
|
3762
|
+
name: 'yTia (31Dec2025)',
|
|
3763
|
+
display: 'yTIA31Dec2025',
|
|
3764
|
+
symbol: 'yTIA-31Dec2025',
|
|
3765
|
+
logo_URIs: {
|
|
3766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3767
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3768
|
+
},
|
|
3769
|
+
images: [{
|
|
3770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
3771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
3772
|
+
}],
|
|
3773
|
+
type_asset: 'sdk.coin',
|
|
3774
|
+
traces: [{
|
|
3775
|
+
type: 'ibc',
|
|
3776
|
+
counterparty: {
|
|
3777
|
+
channel_id: 'channel-1',
|
|
3778
|
+
base_denom: 'y:utia:31Dec2025',
|
|
3779
|
+
chain_name: 'pryzm'
|
|
3780
|
+
},
|
|
3781
|
+
chain: {
|
|
3782
|
+
channel_id: 'channel-284'
|
|
3783
|
+
}
|
|
3784
|
+
}]
|
|
3785
|
+
},
|
|
3646
3786
|
{
|
|
3647
3787
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
3648
3788
|
denom_units: [{
|
|
@@ -4378,6 +4518,76 @@ const assets = {
|
|
|
4378
4518
|
}
|
|
4379
4519
|
}]
|
|
4380
4520
|
},
|
|
4521
|
+
{
|
|
4522
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
4523
|
+
denom_units: [{
|
|
4524
|
+
denom: 'ibc/81359B82F31D7DC65905250D3FCE631ABF29359B666928C511061B387F9F8296',
|
|
4525
|
+
exponent: 0,
|
|
4526
|
+
aliases: ['lp:24:utia']
|
|
4527
|
+
}, {
|
|
4528
|
+
denom: 'lp:24:tia',
|
|
4529
|
+
exponent: 6
|
|
4530
|
+
}],
|
|
4531
|
+
base: 'ibc/81359B82F31D7DC65905250D3FCE631ABF29359B666928C511061B387F9F8296',
|
|
4532
|
+
name: 'TIA Yield LP',
|
|
4533
|
+
display: 'lp:24:tia',
|
|
4534
|
+
symbol: 'TIA-YIELD-LP',
|
|
4535
|
+
logo_URIs: {
|
|
4536
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4537
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4538
|
+
},
|
|
4539
|
+
images: [{
|
|
4540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4542
|
+
}],
|
|
4543
|
+
type_asset: 'sdk.coin',
|
|
4544
|
+
traces: [{
|
|
4545
|
+
type: 'ibc',
|
|
4546
|
+
counterparty: {
|
|
4547
|
+
channel_id: 'channel-1',
|
|
4548
|
+
base_denom: 'lp:24:utia',
|
|
4549
|
+
chain_name: 'pryzm'
|
|
4550
|
+
},
|
|
4551
|
+
chain: {
|
|
4552
|
+
channel_id: 'channel-284'
|
|
4553
|
+
}
|
|
4554
|
+
}]
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
4558
|
+
denom_units: [{
|
|
4559
|
+
denom: 'ibc/4455D49CFC946F2C1713434CE5730A1DAB14D156A0410F0AA3828D88328C64AA',
|
|
4560
|
+
exponent: 0,
|
|
4561
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
4562
|
+
}, {
|
|
4563
|
+
denom: 'lp:25:tiaypt-tia',
|
|
4564
|
+
exponent: 6
|
|
4565
|
+
}],
|
|
4566
|
+
base: 'ibc/4455D49CFC946F2C1713434CE5730A1DAB14D156A0410F0AA3828D88328C64AA',
|
|
4567
|
+
name: 'TIA Boost LP',
|
|
4568
|
+
display: 'lp:25:tiaypt-tia',
|
|
4569
|
+
symbol: 'TIA-BOOST-LP',
|
|
4570
|
+
logo_URIs: {
|
|
4571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4573
|
+
},
|
|
4574
|
+
images: [{
|
|
4575
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4577
|
+
}],
|
|
4578
|
+
type_asset: 'sdk.coin',
|
|
4579
|
+
traces: [{
|
|
4580
|
+
type: 'ibc',
|
|
4581
|
+
counterparty: {
|
|
4582
|
+
channel_id: 'channel-1',
|
|
4583
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
4584
|
+
chain_name: 'pryzm'
|
|
4585
|
+
},
|
|
4586
|
+
chain: {
|
|
4587
|
+
channel_id: 'channel-284'
|
|
4588
|
+
}
|
|
4589
|
+
}]
|
|
4590
|
+
},
|
|
4381
4591
|
{
|
|
4382
4592
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
4383
4593
|
denom_units: [{
|
|
@@ -6543,6 +6753,76 @@ const assets = {
|
|
|
6543
6753
|
}
|
|
6544
6754
|
}]
|
|
6545
6755
|
},
|
|
6756
|
+
{
|
|
6757
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
6758
|
+
denom_units: [{
|
|
6759
|
+
denom: 'ibc/F20A20AACBDDAED0E775FB94D130051A75EC51B6BB36A94F4E2C4D9F4623DBAE',
|
|
6760
|
+
exponent: 0,
|
|
6761
|
+
aliases: ['p:utia:31Dec2024']
|
|
6762
|
+
}, {
|
|
6763
|
+
denom: 'pTIA31Dec2024',
|
|
6764
|
+
exponent: 6
|
|
6765
|
+
}],
|
|
6766
|
+
base: 'ibc/F20A20AACBDDAED0E775FB94D130051A75EC51B6BB36A94F4E2C4D9F4623DBAE',
|
|
6767
|
+
name: 'pTia (31Dec2024)',
|
|
6768
|
+
display: 'pTIA31Dec2024',
|
|
6769
|
+
symbol: 'pTIA-31Dec2024',
|
|
6770
|
+
logo_URIs: {
|
|
6771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
6772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
6773
|
+
},
|
|
6774
|
+
images: [{
|
|
6775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
6776
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
6777
|
+
}],
|
|
6778
|
+
type_asset: 'sdk.coin',
|
|
6779
|
+
traces: [{
|
|
6780
|
+
type: 'ibc',
|
|
6781
|
+
counterparty: {
|
|
6782
|
+
channel_id: 'channel-1',
|
|
6783
|
+
base_denom: 'p:utia:31Dec2024',
|
|
6784
|
+
chain_name: 'pryzm'
|
|
6785
|
+
},
|
|
6786
|
+
chain: {
|
|
6787
|
+
channel_id: 'channel-284'
|
|
6788
|
+
}
|
|
6789
|
+
}]
|
|
6790
|
+
},
|
|
6791
|
+
{
|
|
6792
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
6793
|
+
denom_units: [{
|
|
6794
|
+
denom: 'ibc/B9F63C4715CC52D653F8C87AC1E18BD50979FD75BBDD77255BD4FFB86D2A7BFF',
|
|
6795
|
+
exponent: 0,
|
|
6796
|
+
aliases: ['p:utia:31Dec2025']
|
|
6797
|
+
}, {
|
|
6798
|
+
denom: 'pTIA31Dec2025',
|
|
6799
|
+
exponent: 6
|
|
6800
|
+
}],
|
|
6801
|
+
base: 'ibc/B9F63C4715CC52D653F8C87AC1E18BD50979FD75BBDD77255BD4FFB86D2A7BFF',
|
|
6802
|
+
name: 'pTia (31Dec2025)',
|
|
6803
|
+
display: 'pTIA31Dec2025',
|
|
6804
|
+
symbol: 'pTIA-31Dec2025',
|
|
6805
|
+
logo_URIs: {
|
|
6806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
6807
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
6808
|
+
},
|
|
6809
|
+
images: [{
|
|
6810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
6811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
6812
|
+
}],
|
|
6813
|
+
type_asset: 'sdk.coin',
|
|
6814
|
+
traces: [{
|
|
6815
|
+
type: 'ibc',
|
|
6816
|
+
counterparty: {
|
|
6817
|
+
channel_id: 'channel-1',
|
|
6818
|
+
base_denom: 'p:utia:31Dec2025',
|
|
6819
|
+
chain_name: 'pryzm'
|
|
6820
|
+
},
|
|
6821
|
+
chain: {
|
|
6822
|
+
channel_id: 'channel-284'
|
|
6823
|
+
}
|
|
6824
|
+
}]
|
|
6825
|
+
},
|
|
6546
6826
|
{
|
|
6547
6827
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
6548
6828
|
denom_units: [{
|
|
@@ -7383,6 +7663,76 @@ const assets = {
|
|
|
7383
7663
|
}
|
|
7384
7664
|
}]
|
|
7385
7665
|
},
|
|
7666
|
+
{
|
|
7667
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
7668
|
+
denom_units: [{
|
|
7669
|
+
denom: 'ibc/089B73AD094A7C79B4DA85C33F98F0AB13F67F23B635F6DE0ACFBB8A1A471876',
|
|
7670
|
+
exponent: 0,
|
|
7671
|
+
aliases: ['y:utia:31Dec2024']
|
|
7672
|
+
}, {
|
|
7673
|
+
denom: 'yTIA31Dec2024',
|
|
7674
|
+
exponent: 6
|
|
7675
|
+
}],
|
|
7676
|
+
base: 'ibc/089B73AD094A7C79B4DA85C33F98F0AB13F67F23B635F6DE0ACFBB8A1A471876',
|
|
7677
|
+
name: 'yTia (31Dec2024)',
|
|
7678
|
+
display: 'yTIA31Dec2024',
|
|
7679
|
+
symbol: 'yTIA-31Dec2024',
|
|
7680
|
+
logo_URIs: {
|
|
7681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
7682
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
7683
|
+
},
|
|
7684
|
+
images: [{
|
|
7685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
7686
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
7687
|
+
}],
|
|
7688
|
+
type_asset: 'sdk.coin',
|
|
7689
|
+
traces: [{
|
|
7690
|
+
type: 'ibc',
|
|
7691
|
+
counterparty: {
|
|
7692
|
+
channel_id: 'channel-1',
|
|
7693
|
+
base_denom: 'y:utia:31Dec2024',
|
|
7694
|
+
chain_name: 'pryzm'
|
|
7695
|
+
},
|
|
7696
|
+
chain: {
|
|
7697
|
+
channel_id: 'channel-284'
|
|
7698
|
+
}
|
|
7699
|
+
}]
|
|
7700
|
+
},
|
|
7701
|
+
{
|
|
7702
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
7703
|
+
denom_units: [{
|
|
7704
|
+
denom: 'ibc/7B9F19238869B8AC472EE3297C46BC2185458C5D979B832F9A451ED0D431E72E',
|
|
7705
|
+
exponent: 0,
|
|
7706
|
+
aliases: ['y:utia:31Dec2025']
|
|
7707
|
+
}, {
|
|
7708
|
+
denom: 'yTIA31Dec2025',
|
|
7709
|
+
exponent: 6
|
|
7710
|
+
}],
|
|
7711
|
+
base: 'ibc/7B9F19238869B8AC472EE3297C46BC2185458C5D979B832F9A451ED0D431E72E',
|
|
7712
|
+
name: 'yTia (31Dec2025)',
|
|
7713
|
+
display: 'yTIA31Dec2025',
|
|
7714
|
+
symbol: 'yTIA-31Dec2025',
|
|
7715
|
+
logo_URIs: {
|
|
7716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
7717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
7718
|
+
},
|
|
7719
|
+
images: [{
|
|
7720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
7721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
7722
|
+
}],
|
|
7723
|
+
type_asset: 'sdk.coin',
|
|
7724
|
+
traces: [{
|
|
7725
|
+
type: 'ibc',
|
|
7726
|
+
counterparty: {
|
|
7727
|
+
channel_id: 'channel-1',
|
|
7728
|
+
base_denom: 'y:utia:31Dec2025',
|
|
7729
|
+
chain_name: 'pryzm'
|
|
7730
|
+
},
|
|
7731
|
+
chain: {
|
|
7732
|
+
channel_id: 'channel-284'
|
|
7733
|
+
}
|
|
7734
|
+
}]
|
|
7735
|
+
},
|
|
7386
7736
|
{
|
|
7387
7737
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
7388
7738
|
denom_units: [{
|
|
@@ -8118,6 +8468,76 @@ const assets = {
|
|
|
8118
8468
|
}
|
|
8119
8469
|
}]
|
|
8120
8470
|
},
|
|
8471
|
+
{
|
|
8472
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
8473
|
+
denom_units: [{
|
|
8474
|
+
denom: 'ibc/81359B82F31D7DC65905250D3FCE631ABF29359B666928C511061B387F9F8296',
|
|
8475
|
+
exponent: 0,
|
|
8476
|
+
aliases: ['lp:24:utia']
|
|
8477
|
+
}, {
|
|
8478
|
+
denom: 'lp:24:tia',
|
|
8479
|
+
exponent: 6
|
|
8480
|
+
}],
|
|
8481
|
+
base: 'ibc/81359B82F31D7DC65905250D3FCE631ABF29359B666928C511061B387F9F8296',
|
|
8482
|
+
name: 'TIA Yield LP',
|
|
8483
|
+
display: 'lp:24:tia',
|
|
8484
|
+
symbol: 'TIA-YIELD-LP',
|
|
8485
|
+
logo_URIs: {
|
|
8486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8488
|
+
},
|
|
8489
|
+
images: [{
|
|
8490
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8491
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8492
|
+
}],
|
|
8493
|
+
type_asset: 'sdk.coin',
|
|
8494
|
+
traces: [{
|
|
8495
|
+
type: 'ibc',
|
|
8496
|
+
counterparty: {
|
|
8497
|
+
channel_id: 'channel-1',
|
|
8498
|
+
base_denom: 'lp:24:utia',
|
|
8499
|
+
chain_name: 'pryzm'
|
|
8500
|
+
},
|
|
8501
|
+
chain: {
|
|
8502
|
+
channel_id: 'channel-284'
|
|
8503
|
+
}
|
|
8504
|
+
}]
|
|
8505
|
+
},
|
|
8506
|
+
{
|
|
8507
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
8508
|
+
denom_units: [{
|
|
8509
|
+
denom: 'ibc/4455D49CFC946F2C1713434CE5730A1DAB14D156A0410F0AA3828D88328C64AA',
|
|
8510
|
+
exponent: 0,
|
|
8511
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
8512
|
+
}, {
|
|
8513
|
+
denom: 'lp:25:tiaypt-tia',
|
|
8514
|
+
exponent: 6
|
|
8515
|
+
}],
|
|
8516
|
+
base: 'ibc/4455D49CFC946F2C1713434CE5730A1DAB14D156A0410F0AA3828D88328C64AA',
|
|
8517
|
+
name: 'TIA Boost LP',
|
|
8518
|
+
display: 'lp:25:tiaypt-tia',
|
|
8519
|
+
symbol: 'TIA-BOOST-LP',
|
|
8520
|
+
logo_URIs: {
|
|
8521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8523
|
+
},
|
|
8524
|
+
images: [{
|
|
8525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8527
|
+
}],
|
|
8528
|
+
type_asset: 'sdk.coin',
|
|
8529
|
+
traces: [{
|
|
8530
|
+
type: 'ibc',
|
|
8531
|
+
counterparty: {
|
|
8532
|
+
channel_id: 'channel-1',
|
|
8533
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
8534
|
+
chain_name: 'pryzm'
|
|
8535
|
+
},
|
|
8536
|
+
chain: {
|
|
8537
|
+
channel_id: 'channel-284'
|
|
8538
|
+
}
|
|
8539
|
+
}]
|
|
8540
|
+
},
|
|
8121
8541
|
{
|
|
8122
8542
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
8123
8543
|
denom_units: [{
|