@chain-registry/assets 1.70.127 → 1.70.129
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 +84 -0
- package/esm/mainnet/axelar.js +714 -0
- package/esm/mainnet/carbon.js +4 -2
- package/esm/mainnet/celestia.js +714 -0
- package/esm/mainnet/cosmoshub.js +714 -0
- package/esm/mainnet/dydx.js +630 -0
- package/esm/mainnet/injective.js +630 -0
- package/esm/mainnet/kujira.js +4 -2
- package/esm/mainnet/migaloo.js +8 -4
- package/esm/mainnet/neutron.js +634 -2
- package/esm/mainnet/noble.js +714 -0
- package/esm/mainnet/osmosis.js +722 -4
- package/esm/mainnet/saga.js +84 -0
- package/esm/mainnet/secretnetwork.js +4 -2
- package/esm/mainnet/stride.js +630 -0
- package/esm/mainnet/terra2.js +630 -0
- package/esm/mainnet/xion.js +84 -0
- package/mainnet/akash.js +84 -0
- package/mainnet/axelar.js +714 -0
- package/mainnet/carbon.js +4 -2
- package/mainnet/celestia.js +714 -0
- package/mainnet/cosmoshub.js +714 -0
- package/mainnet/dydx.js +630 -0
- package/mainnet/injective.js +630 -0
- package/mainnet/kujira.js +4 -2
- package/mainnet/migaloo.js +8 -4
- package/mainnet/neutron.js +634 -2
- package/mainnet/noble.js +714 -0
- package/mainnet/osmosis.js +722 -4
- package/mainnet/saga.js +84 -0
- package/mainnet/secretnetwork.js +4 -2
- package/mainnet/stride.js +630 -0
- package/mainnet/terra2.js +630 -0
- package/mainnet/xion.js +84 -0
- package/package.json +5 -5
package/mainnet/injective.js
CHANGED
|
@@ -3918,6 +3918,146 @@ const assets = {
|
|
|
3918
3918
|
}
|
|
3919
3919
|
}]
|
|
3920
3920
|
},
|
|
3921
|
+
{
|
|
3922
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
3923
|
+
denom_units: [{
|
|
3924
|
+
denom: 'ibc/7E2224C46CBFF366D75B11F8F6A0540CEBD107F325338665F6D93434DC0F468A',
|
|
3925
|
+
exponent: 0,
|
|
3926
|
+
aliases: ['p:upryzm:31Mar2025']
|
|
3927
|
+
}, {
|
|
3928
|
+
denom: 'pPRYZM31Mar2025',
|
|
3929
|
+
exponent: 6
|
|
3930
|
+
}],
|
|
3931
|
+
base: 'ibc/7E2224C46CBFF366D75B11F8F6A0540CEBD107F325338665F6D93434DC0F468A',
|
|
3932
|
+
name: 'pPryzm (31Mar2025)',
|
|
3933
|
+
display: 'pPRYZM31Mar2025',
|
|
3934
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
3935
|
+
logo_URIs: {
|
|
3936
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3937
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3938
|
+
},
|
|
3939
|
+
images: [{
|
|
3940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3942
|
+
}],
|
|
3943
|
+
type_asset: 'sdk.coin',
|
|
3944
|
+
traces: [{
|
|
3945
|
+
type: 'ibc',
|
|
3946
|
+
counterparty: {
|
|
3947
|
+
channel_id: 'channel-1',
|
|
3948
|
+
base_denom: 'p:upryzm:31Mar2025',
|
|
3949
|
+
chain_name: 'pryzm'
|
|
3950
|
+
},
|
|
3951
|
+
chain: {
|
|
3952
|
+
channel_id: 'channel-284'
|
|
3953
|
+
}
|
|
3954
|
+
}]
|
|
3955
|
+
},
|
|
3956
|
+
{
|
|
3957
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
3958
|
+
denom_units: [{
|
|
3959
|
+
denom: 'ibc/09060298308B923AA20D804F54C2E55B90AE75143F496B299DB0EC2E2C18FB00',
|
|
3960
|
+
exponent: 0,
|
|
3961
|
+
aliases: ['p:upryzm:30Jun2025']
|
|
3962
|
+
}, {
|
|
3963
|
+
denom: 'pPRYZM30Jun2025',
|
|
3964
|
+
exponent: 6
|
|
3965
|
+
}],
|
|
3966
|
+
base: 'ibc/09060298308B923AA20D804F54C2E55B90AE75143F496B299DB0EC2E2C18FB00',
|
|
3967
|
+
name: 'pPryzm (30Jun2025)',
|
|
3968
|
+
display: 'pPRYZM30Jun2025',
|
|
3969
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
3970
|
+
logo_URIs: {
|
|
3971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3973
|
+
},
|
|
3974
|
+
images: [{
|
|
3975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3976
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3977
|
+
}],
|
|
3978
|
+
type_asset: 'sdk.coin',
|
|
3979
|
+
traces: [{
|
|
3980
|
+
type: 'ibc',
|
|
3981
|
+
counterparty: {
|
|
3982
|
+
channel_id: 'channel-1',
|
|
3983
|
+
base_denom: 'p:upryzm:30Jun2025',
|
|
3984
|
+
chain_name: 'pryzm'
|
|
3985
|
+
},
|
|
3986
|
+
chain: {
|
|
3987
|
+
channel_id: 'channel-284'
|
|
3988
|
+
}
|
|
3989
|
+
}]
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
3993
|
+
denom_units: [{
|
|
3994
|
+
denom: 'ibc/FC584340B32E40380C6899644069F36617495A4CFCCABE2C0D544059B8A8B110',
|
|
3995
|
+
exponent: 0,
|
|
3996
|
+
aliases: ['p:upryzm:30Sep2025']
|
|
3997
|
+
}, {
|
|
3998
|
+
denom: 'pPRYZM30Sep2025',
|
|
3999
|
+
exponent: 6
|
|
4000
|
+
}],
|
|
4001
|
+
base: 'ibc/FC584340B32E40380C6899644069F36617495A4CFCCABE2C0D544059B8A8B110',
|
|
4002
|
+
name: 'pPryzm (30Sep2025)',
|
|
4003
|
+
display: 'pPRYZM30Sep2025',
|
|
4004
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
4005
|
+
logo_URIs: {
|
|
4006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4008
|
+
},
|
|
4009
|
+
images: [{
|
|
4010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4012
|
+
}],
|
|
4013
|
+
type_asset: 'sdk.coin',
|
|
4014
|
+
traces: [{
|
|
4015
|
+
type: 'ibc',
|
|
4016
|
+
counterparty: {
|
|
4017
|
+
channel_id: 'channel-1',
|
|
4018
|
+
base_denom: 'p:upryzm:30Sep2025',
|
|
4019
|
+
chain_name: 'pryzm'
|
|
4020
|
+
},
|
|
4021
|
+
chain: {
|
|
4022
|
+
channel_id: 'channel-284'
|
|
4023
|
+
}
|
|
4024
|
+
}]
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
4028
|
+
denom_units: [{
|
|
4029
|
+
denom: 'ibc/86D8956F85C184A3BF11798FAAC954685BC99390DB4A700EA4B1D37C3D521988',
|
|
4030
|
+
exponent: 0,
|
|
4031
|
+
aliases: ['p:upryzm:31Dec2025']
|
|
4032
|
+
}, {
|
|
4033
|
+
denom: 'pPRYZM31Dec2025',
|
|
4034
|
+
exponent: 6
|
|
4035
|
+
}],
|
|
4036
|
+
base: 'ibc/86D8956F85C184A3BF11798FAAC954685BC99390DB4A700EA4B1D37C3D521988',
|
|
4037
|
+
name: 'pPryzm (31Dec2025)',
|
|
4038
|
+
display: 'pPRYZM31Dec2025',
|
|
4039
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
4040
|
+
logo_URIs: {
|
|
4041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4043
|
+
},
|
|
4044
|
+
images: [{
|
|
4045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
4046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
4047
|
+
}],
|
|
4048
|
+
type_asset: 'sdk.coin',
|
|
4049
|
+
traces: [{
|
|
4050
|
+
type: 'ibc',
|
|
4051
|
+
counterparty: {
|
|
4052
|
+
channel_id: 'channel-1',
|
|
4053
|
+
base_denom: 'p:upryzm:31Dec2025',
|
|
4054
|
+
chain_name: 'pryzm'
|
|
4055
|
+
},
|
|
4056
|
+
chain: {
|
|
4057
|
+
channel_id: 'channel-284'
|
|
4058
|
+
}
|
|
4059
|
+
}]
|
|
4060
|
+
},
|
|
3921
4061
|
{
|
|
3922
4062
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
3923
4063
|
denom_units: [{
|
|
@@ -5563,6 +5703,146 @@ const assets = {
|
|
|
5563
5703
|
}
|
|
5564
5704
|
}]
|
|
5565
5705
|
},
|
|
5706
|
+
{
|
|
5707
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
5708
|
+
denom_units: [{
|
|
5709
|
+
denom: 'ibc/8745776796C48008D7D7E4B864E9D8760F4546A678A7B8E1BDB6F7296D003D32',
|
|
5710
|
+
exponent: 0,
|
|
5711
|
+
aliases: ['y:upryzm:31Mar2025']
|
|
5712
|
+
}, {
|
|
5713
|
+
denom: 'yPRYZM31Mar2025',
|
|
5714
|
+
exponent: 6
|
|
5715
|
+
}],
|
|
5716
|
+
base: 'ibc/8745776796C48008D7D7E4B864E9D8760F4546A678A7B8E1BDB6F7296D003D32',
|
|
5717
|
+
name: 'yPryzm (31Mar2025)',
|
|
5718
|
+
display: 'yPRYZM31Mar2025',
|
|
5719
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
5720
|
+
logo_URIs: {
|
|
5721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5723
|
+
},
|
|
5724
|
+
images: [{
|
|
5725
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5726
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5727
|
+
}],
|
|
5728
|
+
type_asset: 'sdk.coin',
|
|
5729
|
+
traces: [{
|
|
5730
|
+
type: 'ibc',
|
|
5731
|
+
counterparty: {
|
|
5732
|
+
channel_id: 'channel-1',
|
|
5733
|
+
base_denom: 'y:upryzm:31Mar2025',
|
|
5734
|
+
chain_name: 'pryzm'
|
|
5735
|
+
},
|
|
5736
|
+
chain: {
|
|
5737
|
+
channel_id: 'channel-284'
|
|
5738
|
+
}
|
|
5739
|
+
}]
|
|
5740
|
+
},
|
|
5741
|
+
{
|
|
5742
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
5743
|
+
denom_units: [{
|
|
5744
|
+
denom: 'ibc/523950B3A871577A3DC53CE2A27FEBF0EBEAAD2D9B3AE892467E65A43A3EF2D6',
|
|
5745
|
+
exponent: 0,
|
|
5746
|
+
aliases: ['y:upryzm:30Jun2025']
|
|
5747
|
+
}, {
|
|
5748
|
+
denom: 'yPRYZM30Jun2025',
|
|
5749
|
+
exponent: 6
|
|
5750
|
+
}],
|
|
5751
|
+
base: 'ibc/523950B3A871577A3DC53CE2A27FEBF0EBEAAD2D9B3AE892467E65A43A3EF2D6',
|
|
5752
|
+
name: 'yPryzm (30Jun2025)',
|
|
5753
|
+
display: 'yPRYZM30Jun2025',
|
|
5754
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
5755
|
+
logo_URIs: {
|
|
5756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5758
|
+
},
|
|
5759
|
+
images: [{
|
|
5760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5762
|
+
}],
|
|
5763
|
+
type_asset: 'sdk.coin',
|
|
5764
|
+
traces: [{
|
|
5765
|
+
type: 'ibc',
|
|
5766
|
+
counterparty: {
|
|
5767
|
+
channel_id: 'channel-1',
|
|
5768
|
+
base_denom: 'y:upryzm:30Jun2025',
|
|
5769
|
+
chain_name: 'pryzm'
|
|
5770
|
+
},
|
|
5771
|
+
chain: {
|
|
5772
|
+
channel_id: 'channel-284'
|
|
5773
|
+
}
|
|
5774
|
+
}]
|
|
5775
|
+
},
|
|
5776
|
+
{
|
|
5777
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
5778
|
+
denom_units: [{
|
|
5779
|
+
denom: 'ibc/FB3E9DBD401F18FDD59E7ACC63E3E09A34CE7204597390E5B0BE4D85F244DEF9',
|
|
5780
|
+
exponent: 0,
|
|
5781
|
+
aliases: ['y:upryzm:30Sep2025']
|
|
5782
|
+
}, {
|
|
5783
|
+
denom: 'yPRYZM30Sep2025',
|
|
5784
|
+
exponent: 6
|
|
5785
|
+
}],
|
|
5786
|
+
base: 'ibc/FB3E9DBD401F18FDD59E7ACC63E3E09A34CE7204597390E5B0BE4D85F244DEF9',
|
|
5787
|
+
name: 'yPryzm (30Sep2025)',
|
|
5788
|
+
display: 'yPRYZM30Sep2025',
|
|
5789
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
5790
|
+
logo_URIs: {
|
|
5791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5793
|
+
},
|
|
5794
|
+
images: [{
|
|
5795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5796
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5797
|
+
}],
|
|
5798
|
+
type_asset: 'sdk.coin',
|
|
5799
|
+
traces: [{
|
|
5800
|
+
type: 'ibc',
|
|
5801
|
+
counterparty: {
|
|
5802
|
+
channel_id: 'channel-1',
|
|
5803
|
+
base_denom: 'y:upryzm:30Sep2025',
|
|
5804
|
+
chain_name: 'pryzm'
|
|
5805
|
+
},
|
|
5806
|
+
chain: {
|
|
5807
|
+
channel_id: 'channel-284'
|
|
5808
|
+
}
|
|
5809
|
+
}]
|
|
5810
|
+
},
|
|
5811
|
+
{
|
|
5812
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
5813
|
+
denom_units: [{
|
|
5814
|
+
denom: 'ibc/A51FCF80AD4D6E56EA78784BB5E401C5B1DA4870AA83A07735AE2C718B3D66D4',
|
|
5815
|
+
exponent: 0,
|
|
5816
|
+
aliases: ['y:upryzm:31Dec2025']
|
|
5817
|
+
}, {
|
|
5818
|
+
denom: 'yPRYZM31Dec2025',
|
|
5819
|
+
exponent: 6
|
|
5820
|
+
}],
|
|
5821
|
+
base: 'ibc/A51FCF80AD4D6E56EA78784BB5E401C5B1DA4870AA83A07735AE2C718B3D66D4',
|
|
5822
|
+
name: 'yPryzm (31Dec2025)',
|
|
5823
|
+
display: 'yPRYZM31Dec2025',
|
|
5824
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
5825
|
+
logo_URIs: {
|
|
5826
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5827
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5828
|
+
},
|
|
5829
|
+
images: [{
|
|
5830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5831
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5832
|
+
}],
|
|
5833
|
+
type_asset: 'sdk.coin',
|
|
5834
|
+
traces: [{
|
|
5835
|
+
type: 'ibc',
|
|
5836
|
+
counterparty: {
|
|
5837
|
+
channel_id: 'channel-1',
|
|
5838
|
+
base_denom: 'y:upryzm:31Dec2025',
|
|
5839
|
+
chain_name: 'pryzm'
|
|
5840
|
+
},
|
|
5841
|
+
chain: {
|
|
5842
|
+
channel_id: 'channel-284'
|
|
5843
|
+
}
|
|
5844
|
+
}]
|
|
5845
|
+
},
|
|
5566
5846
|
{
|
|
5567
5847
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5568
5848
|
denom_units: [{
|
|
@@ -6543,6 +6823,41 @@ const assets = {
|
|
|
6543
6823
|
}
|
|
6544
6824
|
}]
|
|
6545
6825
|
},
|
|
6826
|
+
{
|
|
6827
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
6828
|
+
denom_units: [{
|
|
6829
|
+
denom: 'ibc/CF8B379E0A387A48E980BAFF07E8B4CEF458463B9A53FEDA1C2B9F0507FAE94F',
|
|
6830
|
+
exponent: 0,
|
|
6831
|
+
aliases: ['lp:33:upryzm']
|
|
6832
|
+
}, {
|
|
6833
|
+
denom: 'lp:33:pryzm',
|
|
6834
|
+
exponent: 6
|
|
6835
|
+
}],
|
|
6836
|
+
base: 'ibc/CF8B379E0A387A48E980BAFF07E8B4CEF458463B9A53FEDA1C2B9F0507FAE94F',
|
|
6837
|
+
name: 'PRYZM Yield LP',
|
|
6838
|
+
display: 'lp:33:pryzm',
|
|
6839
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
6840
|
+
logo_URIs: {
|
|
6841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6843
|
+
},
|
|
6844
|
+
images: [{
|
|
6845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6847
|
+
}],
|
|
6848
|
+
type_asset: 'sdk.coin',
|
|
6849
|
+
traces: [{
|
|
6850
|
+
type: 'ibc',
|
|
6851
|
+
counterparty: {
|
|
6852
|
+
channel_id: 'channel-1',
|
|
6853
|
+
base_denom: 'lp:33:upryzm',
|
|
6854
|
+
chain_name: 'pryzm'
|
|
6855
|
+
},
|
|
6856
|
+
chain: {
|
|
6857
|
+
channel_id: 'channel-284'
|
|
6858
|
+
}
|
|
6859
|
+
}]
|
|
6860
|
+
},
|
|
6546
6861
|
{
|
|
6547
6862
|
description: 'QCK - native token of Quicksilver',
|
|
6548
6863
|
denom_units: [{
|
|
@@ -9842,6 +10157,146 @@ const assets = {
|
|
|
9842
10157
|
}
|
|
9843
10158
|
}]
|
|
9844
10159
|
},
|
|
10160
|
+
{
|
|
10161
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
10162
|
+
denom_units: [{
|
|
10163
|
+
denom: 'ibc/7E2224C46CBFF366D75B11F8F6A0540CEBD107F325338665F6D93434DC0F468A',
|
|
10164
|
+
exponent: 0,
|
|
10165
|
+
aliases: ['p:upryzm:31Mar2025']
|
|
10166
|
+
}, {
|
|
10167
|
+
denom: 'pPRYZM31Mar2025',
|
|
10168
|
+
exponent: 6
|
|
10169
|
+
}],
|
|
10170
|
+
base: 'ibc/7E2224C46CBFF366D75B11F8F6A0540CEBD107F325338665F6D93434DC0F468A',
|
|
10171
|
+
name: 'pPryzm (31Mar2025)',
|
|
10172
|
+
display: 'pPRYZM31Mar2025',
|
|
10173
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
10174
|
+
logo_URIs: {
|
|
10175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10177
|
+
},
|
|
10178
|
+
images: [{
|
|
10179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10181
|
+
}],
|
|
10182
|
+
type_asset: 'sdk.coin',
|
|
10183
|
+
traces: [{
|
|
10184
|
+
type: 'ibc',
|
|
10185
|
+
counterparty: {
|
|
10186
|
+
channel_id: 'channel-1',
|
|
10187
|
+
base_denom: 'p:upryzm:31Mar2025',
|
|
10188
|
+
chain_name: 'pryzm'
|
|
10189
|
+
},
|
|
10190
|
+
chain: {
|
|
10191
|
+
channel_id: 'channel-284'
|
|
10192
|
+
}
|
|
10193
|
+
}]
|
|
10194
|
+
},
|
|
10195
|
+
{
|
|
10196
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
10197
|
+
denom_units: [{
|
|
10198
|
+
denom: 'ibc/09060298308B923AA20D804F54C2E55B90AE75143F496B299DB0EC2E2C18FB00',
|
|
10199
|
+
exponent: 0,
|
|
10200
|
+
aliases: ['p:upryzm:30Jun2025']
|
|
10201
|
+
}, {
|
|
10202
|
+
denom: 'pPRYZM30Jun2025',
|
|
10203
|
+
exponent: 6
|
|
10204
|
+
}],
|
|
10205
|
+
base: 'ibc/09060298308B923AA20D804F54C2E55B90AE75143F496B299DB0EC2E2C18FB00',
|
|
10206
|
+
name: 'pPryzm (30Jun2025)',
|
|
10207
|
+
display: 'pPRYZM30Jun2025',
|
|
10208
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
10209
|
+
logo_URIs: {
|
|
10210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10212
|
+
},
|
|
10213
|
+
images: [{
|
|
10214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10216
|
+
}],
|
|
10217
|
+
type_asset: 'sdk.coin',
|
|
10218
|
+
traces: [{
|
|
10219
|
+
type: 'ibc',
|
|
10220
|
+
counterparty: {
|
|
10221
|
+
channel_id: 'channel-1',
|
|
10222
|
+
base_denom: 'p:upryzm:30Jun2025',
|
|
10223
|
+
chain_name: 'pryzm'
|
|
10224
|
+
},
|
|
10225
|
+
chain: {
|
|
10226
|
+
channel_id: 'channel-284'
|
|
10227
|
+
}
|
|
10228
|
+
}]
|
|
10229
|
+
},
|
|
10230
|
+
{
|
|
10231
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
10232
|
+
denom_units: [{
|
|
10233
|
+
denom: 'ibc/FC584340B32E40380C6899644069F36617495A4CFCCABE2C0D544059B8A8B110',
|
|
10234
|
+
exponent: 0,
|
|
10235
|
+
aliases: ['p:upryzm:30Sep2025']
|
|
10236
|
+
}, {
|
|
10237
|
+
denom: 'pPRYZM30Sep2025',
|
|
10238
|
+
exponent: 6
|
|
10239
|
+
}],
|
|
10240
|
+
base: 'ibc/FC584340B32E40380C6899644069F36617495A4CFCCABE2C0D544059B8A8B110',
|
|
10241
|
+
name: 'pPryzm (30Sep2025)',
|
|
10242
|
+
display: 'pPRYZM30Sep2025',
|
|
10243
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
10244
|
+
logo_URIs: {
|
|
10245
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10246
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10247
|
+
},
|
|
10248
|
+
images: [{
|
|
10249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10251
|
+
}],
|
|
10252
|
+
type_asset: 'sdk.coin',
|
|
10253
|
+
traces: [{
|
|
10254
|
+
type: 'ibc',
|
|
10255
|
+
counterparty: {
|
|
10256
|
+
channel_id: 'channel-1',
|
|
10257
|
+
base_denom: 'p:upryzm:30Sep2025',
|
|
10258
|
+
chain_name: 'pryzm'
|
|
10259
|
+
},
|
|
10260
|
+
chain: {
|
|
10261
|
+
channel_id: 'channel-284'
|
|
10262
|
+
}
|
|
10263
|
+
}]
|
|
10264
|
+
},
|
|
10265
|
+
{
|
|
10266
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
10267
|
+
denom_units: [{
|
|
10268
|
+
denom: 'ibc/86D8956F85C184A3BF11798FAAC954685BC99390DB4A700EA4B1D37C3D521988',
|
|
10269
|
+
exponent: 0,
|
|
10270
|
+
aliases: ['p:upryzm:31Dec2025']
|
|
10271
|
+
}, {
|
|
10272
|
+
denom: 'pPRYZM31Dec2025',
|
|
10273
|
+
exponent: 6
|
|
10274
|
+
}],
|
|
10275
|
+
base: 'ibc/86D8956F85C184A3BF11798FAAC954685BC99390DB4A700EA4B1D37C3D521988',
|
|
10276
|
+
name: 'pPryzm (31Dec2025)',
|
|
10277
|
+
display: 'pPRYZM31Dec2025',
|
|
10278
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
10279
|
+
logo_URIs: {
|
|
10280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10281
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10282
|
+
},
|
|
10283
|
+
images: [{
|
|
10284
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
10285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
10286
|
+
}],
|
|
10287
|
+
type_asset: 'sdk.coin',
|
|
10288
|
+
traces: [{
|
|
10289
|
+
type: 'ibc',
|
|
10290
|
+
counterparty: {
|
|
10291
|
+
channel_id: 'channel-1',
|
|
10292
|
+
base_denom: 'p:upryzm:31Dec2025',
|
|
10293
|
+
chain_name: 'pryzm'
|
|
10294
|
+
},
|
|
10295
|
+
chain: {
|
|
10296
|
+
channel_id: 'channel-284'
|
|
10297
|
+
}
|
|
10298
|
+
}]
|
|
10299
|
+
},
|
|
9845
10300
|
{
|
|
9846
10301
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
9847
10302
|
denom_units: [{
|
|
@@ -11487,6 +11942,146 @@ const assets = {
|
|
|
11487
11942
|
}
|
|
11488
11943
|
}]
|
|
11489
11944
|
},
|
|
11945
|
+
{
|
|
11946
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
11947
|
+
denom_units: [{
|
|
11948
|
+
denom: 'ibc/8745776796C48008D7D7E4B864E9D8760F4546A678A7B8E1BDB6F7296D003D32',
|
|
11949
|
+
exponent: 0,
|
|
11950
|
+
aliases: ['y:upryzm:31Mar2025']
|
|
11951
|
+
}, {
|
|
11952
|
+
denom: 'yPRYZM31Mar2025',
|
|
11953
|
+
exponent: 6
|
|
11954
|
+
}],
|
|
11955
|
+
base: 'ibc/8745776796C48008D7D7E4B864E9D8760F4546A678A7B8E1BDB6F7296D003D32',
|
|
11956
|
+
name: 'yPryzm (31Mar2025)',
|
|
11957
|
+
display: 'yPRYZM31Mar2025',
|
|
11958
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
11959
|
+
logo_URIs: {
|
|
11960
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
11961
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
11962
|
+
},
|
|
11963
|
+
images: [{
|
|
11964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
11965
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
11966
|
+
}],
|
|
11967
|
+
type_asset: 'sdk.coin',
|
|
11968
|
+
traces: [{
|
|
11969
|
+
type: 'ibc',
|
|
11970
|
+
counterparty: {
|
|
11971
|
+
channel_id: 'channel-1',
|
|
11972
|
+
base_denom: 'y:upryzm:31Mar2025',
|
|
11973
|
+
chain_name: 'pryzm'
|
|
11974
|
+
},
|
|
11975
|
+
chain: {
|
|
11976
|
+
channel_id: 'channel-284'
|
|
11977
|
+
}
|
|
11978
|
+
}]
|
|
11979
|
+
},
|
|
11980
|
+
{
|
|
11981
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
11982
|
+
denom_units: [{
|
|
11983
|
+
denom: 'ibc/523950B3A871577A3DC53CE2A27FEBF0EBEAAD2D9B3AE892467E65A43A3EF2D6',
|
|
11984
|
+
exponent: 0,
|
|
11985
|
+
aliases: ['y:upryzm:30Jun2025']
|
|
11986
|
+
}, {
|
|
11987
|
+
denom: 'yPRYZM30Jun2025',
|
|
11988
|
+
exponent: 6
|
|
11989
|
+
}],
|
|
11990
|
+
base: 'ibc/523950B3A871577A3DC53CE2A27FEBF0EBEAAD2D9B3AE892467E65A43A3EF2D6',
|
|
11991
|
+
name: 'yPryzm (30Jun2025)',
|
|
11992
|
+
display: 'yPRYZM30Jun2025',
|
|
11993
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
11994
|
+
logo_URIs: {
|
|
11995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
11996
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
11997
|
+
},
|
|
11998
|
+
images: [{
|
|
11999
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
12000
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
12001
|
+
}],
|
|
12002
|
+
type_asset: 'sdk.coin',
|
|
12003
|
+
traces: [{
|
|
12004
|
+
type: 'ibc',
|
|
12005
|
+
counterparty: {
|
|
12006
|
+
channel_id: 'channel-1',
|
|
12007
|
+
base_denom: 'y:upryzm:30Jun2025',
|
|
12008
|
+
chain_name: 'pryzm'
|
|
12009
|
+
},
|
|
12010
|
+
chain: {
|
|
12011
|
+
channel_id: 'channel-284'
|
|
12012
|
+
}
|
|
12013
|
+
}]
|
|
12014
|
+
},
|
|
12015
|
+
{
|
|
12016
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
12017
|
+
denom_units: [{
|
|
12018
|
+
denom: 'ibc/FB3E9DBD401F18FDD59E7ACC63E3E09A34CE7204597390E5B0BE4D85F244DEF9',
|
|
12019
|
+
exponent: 0,
|
|
12020
|
+
aliases: ['y:upryzm:30Sep2025']
|
|
12021
|
+
}, {
|
|
12022
|
+
denom: 'yPRYZM30Sep2025',
|
|
12023
|
+
exponent: 6
|
|
12024
|
+
}],
|
|
12025
|
+
base: 'ibc/FB3E9DBD401F18FDD59E7ACC63E3E09A34CE7204597390E5B0BE4D85F244DEF9',
|
|
12026
|
+
name: 'yPryzm (30Sep2025)',
|
|
12027
|
+
display: 'yPRYZM30Sep2025',
|
|
12028
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
12029
|
+
logo_URIs: {
|
|
12030
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
12031
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
12032
|
+
},
|
|
12033
|
+
images: [{
|
|
12034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
12035
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
12036
|
+
}],
|
|
12037
|
+
type_asset: 'sdk.coin',
|
|
12038
|
+
traces: [{
|
|
12039
|
+
type: 'ibc',
|
|
12040
|
+
counterparty: {
|
|
12041
|
+
channel_id: 'channel-1',
|
|
12042
|
+
base_denom: 'y:upryzm:30Sep2025',
|
|
12043
|
+
chain_name: 'pryzm'
|
|
12044
|
+
},
|
|
12045
|
+
chain: {
|
|
12046
|
+
channel_id: 'channel-284'
|
|
12047
|
+
}
|
|
12048
|
+
}]
|
|
12049
|
+
},
|
|
12050
|
+
{
|
|
12051
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
12052
|
+
denom_units: [{
|
|
12053
|
+
denom: 'ibc/A51FCF80AD4D6E56EA78784BB5E401C5B1DA4870AA83A07735AE2C718B3D66D4',
|
|
12054
|
+
exponent: 0,
|
|
12055
|
+
aliases: ['y:upryzm:31Dec2025']
|
|
12056
|
+
}, {
|
|
12057
|
+
denom: 'yPRYZM31Dec2025',
|
|
12058
|
+
exponent: 6
|
|
12059
|
+
}],
|
|
12060
|
+
base: 'ibc/A51FCF80AD4D6E56EA78784BB5E401C5B1DA4870AA83A07735AE2C718B3D66D4',
|
|
12061
|
+
name: 'yPryzm (31Dec2025)',
|
|
12062
|
+
display: 'yPRYZM31Dec2025',
|
|
12063
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
12064
|
+
logo_URIs: {
|
|
12065
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
12066
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
12067
|
+
},
|
|
12068
|
+
images: [{
|
|
12069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
12070
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
12071
|
+
}],
|
|
12072
|
+
type_asset: 'sdk.coin',
|
|
12073
|
+
traces: [{
|
|
12074
|
+
type: 'ibc',
|
|
12075
|
+
counterparty: {
|
|
12076
|
+
channel_id: 'channel-1',
|
|
12077
|
+
base_denom: 'y:upryzm:31Dec2025',
|
|
12078
|
+
chain_name: 'pryzm'
|
|
12079
|
+
},
|
|
12080
|
+
chain: {
|
|
12081
|
+
channel_id: 'channel-284'
|
|
12082
|
+
}
|
|
12083
|
+
}]
|
|
12084
|
+
},
|
|
11490
12085
|
{
|
|
11491
12086
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
11492
12087
|
denom_units: [{
|
|
@@ -12467,6 +13062,41 @@ const assets = {
|
|
|
12467
13062
|
}
|
|
12468
13063
|
}]
|
|
12469
13064
|
},
|
|
13065
|
+
{
|
|
13066
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
13067
|
+
denom_units: [{
|
|
13068
|
+
denom: 'ibc/CF8B379E0A387A48E980BAFF07E8B4CEF458463B9A53FEDA1C2B9F0507FAE94F',
|
|
13069
|
+
exponent: 0,
|
|
13070
|
+
aliases: ['lp:33:upryzm']
|
|
13071
|
+
}, {
|
|
13072
|
+
denom: 'lp:33:pryzm',
|
|
13073
|
+
exponent: 6
|
|
13074
|
+
}],
|
|
13075
|
+
base: 'ibc/CF8B379E0A387A48E980BAFF07E8B4CEF458463B9A53FEDA1C2B9F0507FAE94F',
|
|
13076
|
+
name: 'PRYZM Yield LP',
|
|
13077
|
+
display: 'lp:33:pryzm',
|
|
13078
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
13079
|
+
logo_URIs: {
|
|
13080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13081
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13082
|
+
},
|
|
13083
|
+
images: [{
|
|
13084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
13085
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
13086
|
+
}],
|
|
13087
|
+
type_asset: 'sdk.coin',
|
|
13088
|
+
traces: [{
|
|
13089
|
+
type: 'ibc',
|
|
13090
|
+
counterparty: {
|
|
13091
|
+
channel_id: 'channel-1',
|
|
13092
|
+
base_denom: 'lp:33:upryzm',
|
|
13093
|
+
chain_name: 'pryzm'
|
|
13094
|
+
},
|
|
13095
|
+
chain: {
|
|
13096
|
+
channel_id: 'channel-284'
|
|
13097
|
+
}
|
|
13098
|
+
}]
|
|
13099
|
+
},
|
|
12470
13100
|
{
|
|
12471
13101
|
description: 'QCK - native token of Quicksilver',
|
|
12472
13102
|
denom_units: [{
|