@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/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -4967,6 +4967,76 @@ const assets = {
|
|
|
4967
4967
|
}
|
|
4968
4968
|
}]
|
|
4969
4969
|
},
|
|
4970
|
+
{
|
|
4971
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
4972
|
+
denom_units: [{
|
|
4973
|
+
denom: 'ibc/A6C81EDA32426E6AB33B3DC98ECB3736009AB400255C6BD313E24F14A443A3B0',
|
|
4974
|
+
exponent: 0,
|
|
4975
|
+
aliases: ['p:utia:31Dec2024']
|
|
4976
|
+
}, {
|
|
4977
|
+
denom: 'pTIA31Dec2024',
|
|
4978
|
+
exponent: 6
|
|
4979
|
+
}],
|
|
4980
|
+
base: 'ibc/A6C81EDA32426E6AB33B3DC98ECB3736009AB400255C6BD313E24F14A443A3B0',
|
|
4981
|
+
name: 'pTia (31Dec2024)',
|
|
4982
|
+
display: 'pTIA31Dec2024',
|
|
4983
|
+
symbol: 'pTIA-31Dec2024',
|
|
4984
|
+
logo_URIs: {
|
|
4985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4987
|
+
},
|
|
4988
|
+
images: [{
|
|
4989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
4990
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
4991
|
+
}],
|
|
4992
|
+
type_asset: 'sdk.coin',
|
|
4993
|
+
traces: [{
|
|
4994
|
+
type: 'ibc',
|
|
4995
|
+
counterparty: {
|
|
4996
|
+
channel_id: 'channel-0',
|
|
4997
|
+
base_denom: 'p:utia:31Dec2024',
|
|
4998
|
+
chain_name: 'pryzm'
|
|
4999
|
+
},
|
|
5000
|
+
chain: {
|
|
5001
|
+
channel_id: 'channel-859'
|
|
5002
|
+
}
|
|
5003
|
+
}]
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
5007
|
+
denom_units: [{
|
|
5008
|
+
denom: 'ibc/85C5EFED282A3CB0CFDBB4EE0FA69BDF9D717F92A501CF873D9B9DFF7D5A60CA',
|
|
5009
|
+
exponent: 0,
|
|
5010
|
+
aliases: ['p:utia:31Dec2025']
|
|
5011
|
+
}, {
|
|
5012
|
+
denom: 'pTIA31Dec2025',
|
|
5013
|
+
exponent: 6
|
|
5014
|
+
}],
|
|
5015
|
+
base: 'ibc/85C5EFED282A3CB0CFDBB4EE0FA69BDF9D717F92A501CF873D9B9DFF7D5A60CA',
|
|
5016
|
+
name: 'pTia (31Dec2025)',
|
|
5017
|
+
display: 'pTIA31Dec2025',
|
|
5018
|
+
symbol: 'pTIA-31Dec2025',
|
|
5019
|
+
logo_URIs: {
|
|
5020
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5021
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
5022
|
+
},
|
|
5023
|
+
images: [{
|
|
5024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
5025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
5026
|
+
}],
|
|
5027
|
+
type_asset: 'sdk.coin',
|
|
5028
|
+
traces: [{
|
|
5029
|
+
type: 'ibc',
|
|
5030
|
+
counterparty: {
|
|
5031
|
+
channel_id: 'channel-0',
|
|
5032
|
+
base_denom: 'p:utia:31Dec2025',
|
|
5033
|
+
chain_name: 'pryzm'
|
|
5034
|
+
},
|
|
5035
|
+
chain: {
|
|
5036
|
+
channel_id: 'channel-859'
|
|
5037
|
+
}
|
|
5038
|
+
}]
|
|
5039
|
+
},
|
|
4970
5040
|
{
|
|
4971
5041
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
4972
5042
|
denom_units: [{
|
|
@@ -5807,6 +5877,76 @@ const assets = {
|
|
|
5807
5877
|
}
|
|
5808
5878
|
}]
|
|
5809
5879
|
},
|
|
5880
|
+
{
|
|
5881
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
5882
|
+
denom_units: [{
|
|
5883
|
+
denom: 'ibc/B7D0983215A9ED509326F4000EC4662F37BE45221E10DE4D924116612C014C60',
|
|
5884
|
+
exponent: 0,
|
|
5885
|
+
aliases: ['y:utia:31Dec2024']
|
|
5886
|
+
}, {
|
|
5887
|
+
denom: 'yTIA31Dec2024',
|
|
5888
|
+
exponent: 6
|
|
5889
|
+
}],
|
|
5890
|
+
base: 'ibc/B7D0983215A9ED509326F4000EC4662F37BE45221E10DE4D924116612C014C60',
|
|
5891
|
+
name: 'yTia (31Dec2024)',
|
|
5892
|
+
display: 'yTIA31Dec2024',
|
|
5893
|
+
symbol: 'yTIA-31Dec2024',
|
|
5894
|
+
logo_URIs: {
|
|
5895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5896
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5897
|
+
},
|
|
5898
|
+
images: [{
|
|
5899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5901
|
+
}],
|
|
5902
|
+
type_asset: 'sdk.coin',
|
|
5903
|
+
traces: [{
|
|
5904
|
+
type: 'ibc',
|
|
5905
|
+
counterparty: {
|
|
5906
|
+
channel_id: 'channel-0',
|
|
5907
|
+
base_denom: 'y:utia:31Dec2024',
|
|
5908
|
+
chain_name: 'pryzm'
|
|
5909
|
+
},
|
|
5910
|
+
chain: {
|
|
5911
|
+
channel_id: 'channel-859'
|
|
5912
|
+
}
|
|
5913
|
+
}]
|
|
5914
|
+
},
|
|
5915
|
+
{
|
|
5916
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
5917
|
+
denom_units: [{
|
|
5918
|
+
denom: 'ibc/725805D787EDE76116D32AB9116B01B24430FB735B0BFAE388BA152C6765728C',
|
|
5919
|
+
exponent: 0,
|
|
5920
|
+
aliases: ['y:utia:31Dec2025']
|
|
5921
|
+
}, {
|
|
5922
|
+
denom: 'yTIA31Dec2025',
|
|
5923
|
+
exponent: 6
|
|
5924
|
+
}],
|
|
5925
|
+
base: 'ibc/725805D787EDE76116D32AB9116B01B24430FB735B0BFAE388BA152C6765728C',
|
|
5926
|
+
name: 'yTia (31Dec2025)',
|
|
5927
|
+
display: 'yTIA31Dec2025',
|
|
5928
|
+
symbol: 'yTIA-31Dec2025',
|
|
5929
|
+
logo_URIs: {
|
|
5930
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5931
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5932
|
+
},
|
|
5933
|
+
images: [{
|
|
5934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
5935
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
5936
|
+
}],
|
|
5937
|
+
type_asset: 'sdk.coin',
|
|
5938
|
+
traces: [{
|
|
5939
|
+
type: 'ibc',
|
|
5940
|
+
counterparty: {
|
|
5941
|
+
channel_id: 'channel-0',
|
|
5942
|
+
base_denom: 'y:utia:31Dec2025',
|
|
5943
|
+
chain_name: 'pryzm'
|
|
5944
|
+
},
|
|
5945
|
+
chain: {
|
|
5946
|
+
channel_id: 'channel-859'
|
|
5947
|
+
}
|
|
5948
|
+
}]
|
|
5949
|
+
},
|
|
5810
5950
|
{
|
|
5811
5951
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5812
5952
|
denom_units: [{
|
|
@@ -6542,6 +6682,76 @@ const assets = {
|
|
|
6542
6682
|
}
|
|
6543
6683
|
}]
|
|
6544
6684
|
},
|
|
6685
|
+
{
|
|
6686
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
6687
|
+
denom_units: [{
|
|
6688
|
+
denom: 'ibc/4053AF4F3FAFAB649E0069D270C4EDAFC698C15F09C00F64E118C66F42A5C73C',
|
|
6689
|
+
exponent: 0,
|
|
6690
|
+
aliases: ['lp:24:utia']
|
|
6691
|
+
}, {
|
|
6692
|
+
denom: 'lp:24:tia',
|
|
6693
|
+
exponent: 6
|
|
6694
|
+
}],
|
|
6695
|
+
base: 'ibc/4053AF4F3FAFAB649E0069D270C4EDAFC698C15F09C00F64E118C66F42A5C73C',
|
|
6696
|
+
name: 'TIA Yield LP',
|
|
6697
|
+
display: 'lp:24:tia',
|
|
6698
|
+
symbol: 'TIA-YIELD-LP',
|
|
6699
|
+
logo_URIs: {
|
|
6700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6702
|
+
},
|
|
6703
|
+
images: [{
|
|
6704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6705
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6706
|
+
}],
|
|
6707
|
+
type_asset: 'sdk.coin',
|
|
6708
|
+
traces: [{
|
|
6709
|
+
type: 'ibc',
|
|
6710
|
+
counterparty: {
|
|
6711
|
+
channel_id: 'channel-0',
|
|
6712
|
+
base_denom: 'lp:24:utia',
|
|
6713
|
+
chain_name: 'pryzm'
|
|
6714
|
+
},
|
|
6715
|
+
chain: {
|
|
6716
|
+
channel_id: 'channel-859'
|
|
6717
|
+
}
|
|
6718
|
+
}]
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
6722
|
+
denom_units: [{
|
|
6723
|
+
denom: 'ibc/B02FE0F36894C39E6091E5533CBA79AABAE21994C40DA682E13DD9FB3F79CB8A',
|
|
6724
|
+
exponent: 0,
|
|
6725
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
6726
|
+
}, {
|
|
6727
|
+
denom: 'lp:25:tiaypt-tia',
|
|
6728
|
+
exponent: 6
|
|
6729
|
+
}],
|
|
6730
|
+
base: 'ibc/B02FE0F36894C39E6091E5533CBA79AABAE21994C40DA682E13DD9FB3F79CB8A',
|
|
6731
|
+
name: 'TIA Boost LP',
|
|
6732
|
+
display: 'lp:25:tiaypt-tia',
|
|
6733
|
+
symbol: 'TIA-BOOST-LP',
|
|
6734
|
+
logo_URIs: {
|
|
6735
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6736
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6737
|
+
},
|
|
6738
|
+
images: [{
|
|
6739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6740
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6741
|
+
}],
|
|
6742
|
+
type_asset: 'sdk.coin',
|
|
6743
|
+
traces: [{
|
|
6744
|
+
type: 'ibc',
|
|
6745
|
+
counterparty: {
|
|
6746
|
+
channel_id: 'channel-0',
|
|
6747
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
6748
|
+
chain_name: 'pryzm'
|
|
6749
|
+
},
|
|
6750
|
+
chain: {
|
|
6751
|
+
channel_id: 'channel-859'
|
|
6752
|
+
}
|
|
6753
|
+
}]
|
|
6754
|
+
},
|
|
6545
6755
|
{
|
|
6546
6756
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
6547
6757
|
denom_units: [{
|
|
@@ -10560,6 +10770,76 @@ const assets = {
|
|
|
10560
10770
|
}
|
|
10561
10771
|
}]
|
|
10562
10772
|
},
|
|
10773
|
+
{
|
|
10774
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
10775
|
+
denom_units: [{
|
|
10776
|
+
denom: 'ibc/A6C81EDA32426E6AB33B3DC98ECB3736009AB400255C6BD313E24F14A443A3B0',
|
|
10777
|
+
exponent: 0,
|
|
10778
|
+
aliases: ['p:utia:31Dec2024']
|
|
10779
|
+
}, {
|
|
10780
|
+
denom: 'pTIA31Dec2024',
|
|
10781
|
+
exponent: 6
|
|
10782
|
+
}],
|
|
10783
|
+
base: 'ibc/A6C81EDA32426E6AB33B3DC98ECB3736009AB400255C6BD313E24F14A443A3B0',
|
|
10784
|
+
name: 'pTia (31Dec2024)',
|
|
10785
|
+
display: 'pTIA31Dec2024',
|
|
10786
|
+
symbol: 'pTIA-31Dec2024',
|
|
10787
|
+
logo_URIs: {
|
|
10788
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10789
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10790
|
+
},
|
|
10791
|
+
images: [{
|
|
10792
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10793
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10794
|
+
}],
|
|
10795
|
+
type_asset: 'sdk.coin',
|
|
10796
|
+
traces: [{
|
|
10797
|
+
type: 'ibc',
|
|
10798
|
+
counterparty: {
|
|
10799
|
+
channel_id: 'channel-0',
|
|
10800
|
+
base_denom: 'p:utia:31Dec2024',
|
|
10801
|
+
chain_name: 'pryzm'
|
|
10802
|
+
},
|
|
10803
|
+
chain: {
|
|
10804
|
+
channel_id: 'channel-859'
|
|
10805
|
+
}
|
|
10806
|
+
}]
|
|
10807
|
+
},
|
|
10808
|
+
{
|
|
10809
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
10810
|
+
denom_units: [{
|
|
10811
|
+
denom: 'ibc/85C5EFED282A3CB0CFDBB4EE0FA69BDF9D717F92A501CF873D9B9DFF7D5A60CA',
|
|
10812
|
+
exponent: 0,
|
|
10813
|
+
aliases: ['p:utia:31Dec2025']
|
|
10814
|
+
}, {
|
|
10815
|
+
denom: 'pTIA31Dec2025',
|
|
10816
|
+
exponent: 6
|
|
10817
|
+
}],
|
|
10818
|
+
base: 'ibc/85C5EFED282A3CB0CFDBB4EE0FA69BDF9D717F92A501CF873D9B9DFF7D5A60CA',
|
|
10819
|
+
name: 'pTia (31Dec2025)',
|
|
10820
|
+
display: 'pTIA31Dec2025',
|
|
10821
|
+
symbol: 'pTIA-31Dec2025',
|
|
10822
|
+
logo_URIs: {
|
|
10823
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10824
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10825
|
+
},
|
|
10826
|
+
images: [{
|
|
10827
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
10828
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
10829
|
+
}],
|
|
10830
|
+
type_asset: 'sdk.coin',
|
|
10831
|
+
traces: [{
|
|
10832
|
+
type: 'ibc',
|
|
10833
|
+
counterparty: {
|
|
10834
|
+
channel_id: 'channel-0',
|
|
10835
|
+
base_denom: 'p:utia:31Dec2025',
|
|
10836
|
+
chain_name: 'pryzm'
|
|
10837
|
+
},
|
|
10838
|
+
chain: {
|
|
10839
|
+
channel_id: 'channel-859'
|
|
10840
|
+
}
|
|
10841
|
+
}]
|
|
10842
|
+
},
|
|
10563
10843
|
{
|
|
10564
10844
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
10565
10845
|
denom_units: [{
|
|
@@ -11400,6 +11680,76 @@ const assets = {
|
|
|
11400
11680
|
}
|
|
11401
11681
|
}]
|
|
11402
11682
|
},
|
|
11683
|
+
{
|
|
11684
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
11685
|
+
denom_units: [{
|
|
11686
|
+
denom: 'ibc/B7D0983215A9ED509326F4000EC4662F37BE45221E10DE4D924116612C014C60',
|
|
11687
|
+
exponent: 0,
|
|
11688
|
+
aliases: ['y:utia:31Dec2024']
|
|
11689
|
+
}, {
|
|
11690
|
+
denom: 'yTIA31Dec2024',
|
|
11691
|
+
exponent: 6
|
|
11692
|
+
}],
|
|
11693
|
+
base: 'ibc/B7D0983215A9ED509326F4000EC4662F37BE45221E10DE4D924116612C014C60',
|
|
11694
|
+
name: 'yTia (31Dec2024)',
|
|
11695
|
+
display: 'yTIA31Dec2024',
|
|
11696
|
+
symbol: 'yTIA-31Dec2024',
|
|
11697
|
+
logo_URIs: {
|
|
11698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
11699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
11700
|
+
},
|
|
11701
|
+
images: [{
|
|
11702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
11703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
11704
|
+
}],
|
|
11705
|
+
type_asset: 'sdk.coin',
|
|
11706
|
+
traces: [{
|
|
11707
|
+
type: 'ibc',
|
|
11708
|
+
counterparty: {
|
|
11709
|
+
channel_id: 'channel-0',
|
|
11710
|
+
base_denom: 'y:utia:31Dec2024',
|
|
11711
|
+
chain_name: 'pryzm'
|
|
11712
|
+
},
|
|
11713
|
+
chain: {
|
|
11714
|
+
channel_id: 'channel-859'
|
|
11715
|
+
}
|
|
11716
|
+
}]
|
|
11717
|
+
},
|
|
11718
|
+
{
|
|
11719
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
11720
|
+
denom_units: [{
|
|
11721
|
+
denom: 'ibc/725805D787EDE76116D32AB9116B01B24430FB735B0BFAE388BA152C6765728C',
|
|
11722
|
+
exponent: 0,
|
|
11723
|
+
aliases: ['y:utia:31Dec2025']
|
|
11724
|
+
}, {
|
|
11725
|
+
denom: 'yTIA31Dec2025',
|
|
11726
|
+
exponent: 6
|
|
11727
|
+
}],
|
|
11728
|
+
base: 'ibc/725805D787EDE76116D32AB9116B01B24430FB735B0BFAE388BA152C6765728C',
|
|
11729
|
+
name: 'yTia (31Dec2025)',
|
|
11730
|
+
display: 'yTIA31Dec2025',
|
|
11731
|
+
symbol: 'yTIA-31Dec2025',
|
|
11732
|
+
logo_URIs: {
|
|
11733
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
11734
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
11735
|
+
},
|
|
11736
|
+
images: [{
|
|
11737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
11738
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
11739
|
+
}],
|
|
11740
|
+
type_asset: 'sdk.coin',
|
|
11741
|
+
traces: [{
|
|
11742
|
+
type: 'ibc',
|
|
11743
|
+
counterparty: {
|
|
11744
|
+
channel_id: 'channel-0',
|
|
11745
|
+
base_denom: 'y:utia:31Dec2025',
|
|
11746
|
+
chain_name: 'pryzm'
|
|
11747
|
+
},
|
|
11748
|
+
chain: {
|
|
11749
|
+
channel_id: 'channel-859'
|
|
11750
|
+
}
|
|
11751
|
+
}]
|
|
11752
|
+
},
|
|
11403
11753
|
{
|
|
11404
11754
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
11405
11755
|
denom_units: [{
|
|
@@ -12135,6 +12485,76 @@ const assets = {
|
|
|
12135
12485
|
}
|
|
12136
12486
|
}]
|
|
12137
12487
|
},
|
|
12488
|
+
{
|
|
12489
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
12490
|
+
denom_units: [{
|
|
12491
|
+
denom: 'ibc/4053AF4F3FAFAB649E0069D270C4EDAFC698C15F09C00F64E118C66F42A5C73C',
|
|
12492
|
+
exponent: 0,
|
|
12493
|
+
aliases: ['lp:24:utia']
|
|
12494
|
+
}, {
|
|
12495
|
+
denom: 'lp:24:tia',
|
|
12496
|
+
exponent: 6
|
|
12497
|
+
}],
|
|
12498
|
+
base: 'ibc/4053AF4F3FAFAB649E0069D270C4EDAFC698C15F09C00F64E118C66F42A5C73C',
|
|
12499
|
+
name: 'TIA Yield LP',
|
|
12500
|
+
display: 'lp:24:tia',
|
|
12501
|
+
symbol: 'TIA-YIELD-LP',
|
|
12502
|
+
logo_URIs: {
|
|
12503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12504
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12505
|
+
},
|
|
12506
|
+
images: [{
|
|
12507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12508
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12509
|
+
}],
|
|
12510
|
+
type_asset: 'sdk.coin',
|
|
12511
|
+
traces: [{
|
|
12512
|
+
type: 'ibc',
|
|
12513
|
+
counterparty: {
|
|
12514
|
+
channel_id: 'channel-0',
|
|
12515
|
+
base_denom: 'lp:24:utia',
|
|
12516
|
+
chain_name: 'pryzm'
|
|
12517
|
+
},
|
|
12518
|
+
chain: {
|
|
12519
|
+
channel_id: 'channel-859'
|
|
12520
|
+
}
|
|
12521
|
+
}]
|
|
12522
|
+
},
|
|
12523
|
+
{
|
|
12524
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
12525
|
+
denom_units: [{
|
|
12526
|
+
denom: 'ibc/B02FE0F36894C39E6091E5533CBA79AABAE21994C40DA682E13DD9FB3F79CB8A',
|
|
12527
|
+
exponent: 0,
|
|
12528
|
+
aliases: ['lp:25:utiaypt-utia']
|
|
12529
|
+
}, {
|
|
12530
|
+
denom: 'lp:25:tiaypt-tia',
|
|
12531
|
+
exponent: 6
|
|
12532
|
+
}],
|
|
12533
|
+
base: 'ibc/B02FE0F36894C39E6091E5533CBA79AABAE21994C40DA682E13DD9FB3F79CB8A',
|
|
12534
|
+
name: 'TIA Boost LP',
|
|
12535
|
+
display: 'lp:25:tiaypt-tia',
|
|
12536
|
+
symbol: 'TIA-BOOST-LP',
|
|
12537
|
+
logo_URIs: {
|
|
12538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12540
|
+
},
|
|
12541
|
+
images: [{
|
|
12542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
12543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
12544
|
+
}],
|
|
12545
|
+
type_asset: 'sdk.coin',
|
|
12546
|
+
traces: [{
|
|
12547
|
+
type: 'ibc',
|
|
12548
|
+
counterparty: {
|
|
12549
|
+
channel_id: 'channel-0',
|
|
12550
|
+
base_denom: 'lp:25:utiaypt-utia',
|
|
12551
|
+
chain_name: 'pryzm'
|
|
12552
|
+
},
|
|
12553
|
+
chain: {
|
|
12554
|
+
channel_id: 'channel-859'
|
|
12555
|
+
}
|
|
12556
|
+
}]
|
|
12557
|
+
},
|
|
12138
12558
|
{
|
|
12139
12559
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
12140
12560
|
denom_units: [{
|