@chain-registry/assets 1.70.128 → 1.70.130
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/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/neutron.js +630 -0
- package/esm/mainnet/noble.js +714 -0
- package/esm/mainnet/osmosis.js +714 -0
- package/esm/mainnet/saga.js +84 -0
- 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/celestia.js +714 -0
- package/mainnet/cosmoshub.js +714 -0
- package/mainnet/dydx.js +630 -0
- package/mainnet/injective.js +630 -0
- package/mainnet/neutron.js +630 -0
- package/mainnet/noble.js +714 -0
- package/mainnet/osmosis.js +714 -0
- package/mainnet/saga.js +84 -0
- package/mainnet/stride.js +630 -0
- package/mainnet/terra2.js +630 -0
- package/mainnet/xion.js +84 -0
- package/package.json +5 -5
package/esm/mainnet/terra2.js
CHANGED
|
@@ -3805,6 +3805,146 @@ const assets = {
|
|
|
3805
3805
|
}
|
|
3806
3806
|
}]
|
|
3807
3807
|
},
|
|
3808
|
+
{
|
|
3809
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
3810
|
+
denom_units: [{
|
|
3811
|
+
denom: 'ibc/E6DF4F675CE4F32841138D95E7C6CA6A0830876A032E929657F9DB0B7D1A0D89',
|
|
3812
|
+
exponent: 0,
|
|
3813
|
+
aliases: ['p:upryzm:31Mar2025']
|
|
3814
|
+
}, {
|
|
3815
|
+
denom: 'pPRYZM31Mar2025',
|
|
3816
|
+
exponent: 6
|
|
3817
|
+
}],
|
|
3818
|
+
base: 'ibc/E6DF4F675CE4F32841138D95E7C6CA6A0830876A032E929657F9DB0B7D1A0D89',
|
|
3819
|
+
name: 'pPryzm (31Mar2025)',
|
|
3820
|
+
display: 'pPRYZM31Mar2025',
|
|
3821
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
3822
|
+
logo_URIs: {
|
|
3823
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3824
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3825
|
+
},
|
|
3826
|
+
images: [{
|
|
3827
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3828
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3829
|
+
}],
|
|
3830
|
+
type_asset: 'sdk.coin',
|
|
3831
|
+
traces: [{
|
|
3832
|
+
type: 'ibc',
|
|
3833
|
+
counterparty: {
|
|
3834
|
+
channel_id: 'channel-4',
|
|
3835
|
+
base_denom: 'p:upryzm:31Mar2025',
|
|
3836
|
+
chain_name: 'pryzm'
|
|
3837
|
+
},
|
|
3838
|
+
chain: {
|
|
3839
|
+
channel_id: 'channel-473'
|
|
3840
|
+
}
|
|
3841
|
+
}]
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
3845
|
+
denom_units: [{
|
|
3846
|
+
denom: 'ibc/9CB59F685B80B706E8E1BF1BB4B9586E24F9A9A52D577B7AD5A7E7A494A70649',
|
|
3847
|
+
exponent: 0,
|
|
3848
|
+
aliases: ['p:upryzm:30Jun2025']
|
|
3849
|
+
}, {
|
|
3850
|
+
denom: 'pPRYZM30Jun2025',
|
|
3851
|
+
exponent: 6
|
|
3852
|
+
}],
|
|
3853
|
+
base: 'ibc/9CB59F685B80B706E8E1BF1BB4B9586E24F9A9A52D577B7AD5A7E7A494A70649',
|
|
3854
|
+
name: 'pPryzm (30Jun2025)',
|
|
3855
|
+
display: 'pPRYZM30Jun2025',
|
|
3856
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
3857
|
+
logo_URIs: {
|
|
3858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3860
|
+
},
|
|
3861
|
+
images: [{
|
|
3862
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3864
|
+
}],
|
|
3865
|
+
type_asset: 'sdk.coin',
|
|
3866
|
+
traces: [{
|
|
3867
|
+
type: 'ibc',
|
|
3868
|
+
counterparty: {
|
|
3869
|
+
channel_id: 'channel-4',
|
|
3870
|
+
base_denom: 'p:upryzm:30Jun2025',
|
|
3871
|
+
chain_name: 'pryzm'
|
|
3872
|
+
},
|
|
3873
|
+
chain: {
|
|
3874
|
+
channel_id: 'channel-473'
|
|
3875
|
+
}
|
|
3876
|
+
}]
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
3880
|
+
denom_units: [{
|
|
3881
|
+
denom: 'ibc/F1EBD3FB644582D5752F4B5FFE81317C7249B31342C75E6B2A183F12BB855B5C',
|
|
3882
|
+
exponent: 0,
|
|
3883
|
+
aliases: ['p:upryzm:30Sep2025']
|
|
3884
|
+
}, {
|
|
3885
|
+
denom: 'pPRYZM30Sep2025',
|
|
3886
|
+
exponent: 6
|
|
3887
|
+
}],
|
|
3888
|
+
base: 'ibc/F1EBD3FB644582D5752F4B5FFE81317C7249B31342C75E6B2A183F12BB855B5C',
|
|
3889
|
+
name: 'pPryzm (30Sep2025)',
|
|
3890
|
+
display: 'pPRYZM30Sep2025',
|
|
3891
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
3892
|
+
logo_URIs: {
|
|
3893
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3895
|
+
},
|
|
3896
|
+
images: [{
|
|
3897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3899
|
+
}],
|
|
3900
|
+
type_asset: 'sdk.coin',
|
|
3901
|
+
traces: [{
|
|
3902
|
+
type: 'ibc',
|
|
3903
|
+
counterparty: {
|
|
3904
|
+
channel_id: 'channel-4',
|
|
3905
|
+
base_denom: 'p:upryzm:30Sep2025',
|
|
3906
|
+
chain_name: 'pryzm'
|
|
3907
|
+
},
|
|
3908
|
+
chain: {
|
|
3909
|
+
channel_id: 'channel-473'
|
|
3910
|
+
}
|
|
3911
|
+
}]
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
3915
|
+
denom_units: [{
|
|
3916
|
+
denom: 'ibc/031C303B1FD345064C0BF7A675CF7C406F9876FC1EA92FAD69B6DFB4D1568E9B',
|
|
3917
|
+
exponent: 0,
|
|
3918
|
+
aliases: ['p:upryzm:31Dec2025']
|
|
3919
|
+
}, {
|
|
3920
|
+
denom: 'pPRYZM31Dec2025',
|
|
3921
|
+
exponent: 6
|
|
3922
|
+
}],
|
|
3923
|
+
base: 'ibc/031C303B1FD345064C0BF7A675CF7C406F9876FC1EA92FAD69B6DFB4D1568E9B',
|
|
3924
|
+
name: 'pPryzm (31Dec2025)',
|
|
3925
|
+
display: 'pPRYZM31Dec2025',
|
|
3926
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
3927
|
+
logo_URIs: {
|
|
3928
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3929
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3930
|
+
},
|
|
3931
|
+
images: [{
|
|
3932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
3933
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
3934
|
+
}],
|
|
3935
|
+
type_asset: 'sdk.coin',
|
|
3936
|
+
traces: [{
|
|
3937
|
+
type: 'ibc',
|
|
3938
|
+
counterparty: {
|
|
3939
|
+
channel_id: 'channel-4',
|
|
3940
|
+
base_denom: 'p:upryzm:31Dec2025',
|
|
3941
|
+
chain_name: 'pryzm'
|
|
3942
|
+
},
|
|
3943
|
+
chain: {
|
|
3944
|
+
channel_id: 'channel-473'
|
|
3945
|
+
}
|
|
3946
|
+
}]
|
|
3947
|
+
},
|
|
3808
3948
|
{
|
|
3809
3949
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
3810
3950
|
denom_units: [{
|
|
@@ -5450,6 +5590,146 @@ const assets = {
|
|
|
5450
5590
|
}
|
|
5451
5591
|
}]
|
|
5452
5592
|
},
|
|
5593
|
+
{
|
|
5594
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
5595
|
+
denom_units: [{
|
|
5596
|
+
denom: 'ibc/02AEA04CFD52A4E139E86D52C9B9E24E678EC7F40A9357F7FB3979A341C90554',
|
|
5597
|
+
exponent: 0,
|
|
5598
|
+
aliases: ['y:upryzm:31Mar2025']
|
|
5599
|
+
}, {
|
|
5600
|
+
denom: 'yPRYZM31Mar2025',
|
|
5601
|
+
exponent: 6
|
|
5602
|
+
}],
|
|
5603
|
+
base: 'ibc/02AEA04CFD52A4E139E86D52C9B9E24E678EC7F40A9357F7FB3979A341C90554',
|
|
5604
|
+
name: 'yPryzm (31Mar2025)',
|
|
5605
|
+
display: 'yPRYZM31Mar2025',
|
|
5606
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
5607
|
+
logo_URIs: {
|
|
5608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5610
|
+
},
|
|
5611
|
+
images: [{
|
|
5612
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5613
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5614
|
+
}],
|
|
5615
|
+
type_asset: 'sdk.coin',
|
|
5616
|
+
traces: [{
|
|
5617
|
+
type: 'ibc',
|
|
5618
|
+
counterparty: {
|
|
5619
|
+
channel_id: 'channel-4',
|
|
5620
|
+
base_denom: 'y:upryzm:31Mar2025',
|
|
5621
|
+
chain_name: 'pryzm'
|
|
5622
|
+
},
|
|
5623
|
+
chain: {
|
|
5624
|
+
channel_id: 'channel-473'
|
|
5625
|
+
}
|
|
5626
|
+
}]
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
5630
|
+
denom_units: [{
|
|
5631
|
+
denom: 'ibc/CE826D856781B06939ECA8DDABEFA0F52556D55CC1DDBF00F4DC39654D8481EB',
|
|
5632
|
+
exponent: 0,
|
|
5633
|
+
aliases: ['y:upryzm:30Jun2025']
|
|
5634
|
+
}, {
|
|
5635
|
+
denom: 'yPRYZM30Jun2025',
|
|
5636
|
+
exponent: 6
|
|
5637
|
+
}],
|
|
5638
|
+
base: 'ibc/CE826D856781B06939ECA8DDABEFA0F52556D55CC1DDBF00F4DC39654D8481EB',
|
|
5639
|
+
name: 'yPryzm (30Jun2025)',
|
|
5640
|
+
display: 'yPRYZM30Jun2025',
|
|
5641
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
5642
|
+
logo_URIs: {
|
|
5643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5645
|
+
},
|
|
5646
|
+
images: [{
|
|
5647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5648
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5649
|
+
}],
|
|
5650
|
+
type_asset: 'sdk.coin',
|
|
5651
|
+
traces: [{
|
|
5652
|
+
type: 'ibc',
|
|
5653
|
+
counterparty: {
|
|
5654
|
+
channel_id: 'channel-4',
|
|
5655
|
+
base_denom: 'y:upryzm:30Jun2025',
|
|
5656
|
+
chain_name: 'pryzm'
|
|
5657
|
+
},
|
|
5658
|
+
chain: {
|
|
5659
|
+
channel_id: 'channel-473'
|
|
5660
|
+
}
|
|
5661
|
+
}]
|
|
5662
|
+
},
|
|
5663
|
+
{
|
|
5664
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
5665
|
+
denom_units: [{
|
|
5666
|
+
denom: 'ibc/873E0F1E9E3F07EE0E0237BF5CBF26BFEDB96FA79C14C467DC89542365C306AC',
|
|
5667
|
+
exponent: 0,
|
|
5668
|
+
aliases: ['y:upryzm:30Sep2025']
|
|
5669
|
+
}, {
|
|
5670
|
+
denom: 'yPRYZM30Sep2025',
|
|
5671
|
+
exponent: 6
|
|
5672
|
+
}],
|
|
5673
|
+
base: 'ibc/873E0F1E9E3F07EE0E0237BF5CBF26BFEDB96FA79C14C467DC89542365C306AC',
|
|
5674
|
+
name: 'yPryzm (30Sep2025)',
|
|
5675
|
+
display: 'yPRYZM30Sep2025',
|
|
5676
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
5677
|
+
logo_URIs: {
|
|
5678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5680
|
+
},
|
|
5681
|
+
images: [{
|
|
5682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5683
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5684
|
+
}],
|
|
5685
|
+
type_asset: 'sdk.coin',
|
|
5686
|
+
traces: [{
|
|
5687
|
+
type: 'ibc',
|
|
5688
|
+
counterparty: {
|
|
5689
|
+
channel_id: 'channel-4',
|
|
5690
|
+
base_denom: 'y:upryzm:30Sep2025',
|
|
5691
|
+
chain_name: 'pryzm'
|
|
5692
|
+
},
|
|
5693
|
+
chain: {
|
|
5694
|
+
channel_id: 'channel-473'
|
|
5695
|
+
}
|
|
5696
|
+
}]
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
5700
|
+
denom_units: [{
|
|
5701
|
+
denom: 'ibc/2A1D0BDC0743E00FF89C2C28DD18AA1AB744F54582858606574A48B3A2038135',
|
|
5702
|
+
exponent: 0,
|
|
5703
|
+
aliases: ['y:upryzm:31Dec2025']
|
|
5704
|
+
}, {
|
|
5705
|
+
denom: 'yPRYZM31Dec2025',
|
|
5706
|
+
exponent: 6
|
|
5707
|
+
}],
|
|
5708
|
+
base: 'ibc/2A1D0BDC0743E00FF89C2C28DD18AA1AB744F54582858606574A48B3A2038135',
|
|
5709
|
+
name: 'yPryzm (31Dec2025)',
|
|
5710
|
+
display: 'yPRYZM31Dec2025',
|
|
5711
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
5712
|
+
logo_URIs: {
|
|
5713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5715
|
+
},
|
|
5716
|
+
images: [{
|
|
5717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
5718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
5719
|
+
}],
|
|
5720
|
+
type_asset: 'sdk.coin',
|
|
5721
|
+
traces: [{
|
|
5722
|
+
type: 'ibc',
|
|
5723
|
+
counterparty: {
|
|
5724
|
+
channel_id: 'channel-4',
|
|
5725
|
+
base_denom: 'y:upryzm:31Dec2025',
|
|
5726
|
+
chain_name: 'pryzm'
|
|
5727
|
+
},
|
|
5728
|
+
chain: {
|
|
5729
|
+
channel_id: 'channel-473'
|
|
5730
|
+
}
|
|
5731
|
+
}]
|
|
5732
|
+
},
|
|
5453
5733
|
{
|
|
5454
5734
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
5455
5735
|
denom_units: [{
|
|
@@ -6430,6 +6710,41 @@ const assets = {
|
|
|
6430
6710
|
}
|
|
6431
6711
|
}]
|
|
6432
6712
|
},
|
|
6713
|
+
{
|
|
6714
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
6715
|
+
denom_units: [{
|
|
6716
|
+
denom: 'ibc/26B14E8EC391DA12AB668CDA6A59AB89696A5A62CE2709CFA4F67727C15EABE3',
|
|
6717
|
+
exponent: 0,
|
|
6718
|
+
aliases: ['lp:33:upryzm']
|
|
6719
|
+
}, {
|
|
6720
|
+
denom: 'lp:33:pryzm',
|
|
6721
|
+
exponent: 6
|
|
6722
|
+
}],
|
|
6723
|
+
base: 'ibc/26B14E8EC391DA12AB668CDA6A59AB89696A5A62CE2709CFA4F67727C15EABE3',
|
|
6724
|
+
name: 'PRYZM Yield LP',
|
|
6725
|
+
display: 'lp:33:pryzm',
|
|
6726
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
6727
|
+
logo_URIs: {
|
|
6728
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6729
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6730
|
+
},
|
|
6731
|
+
images: [{
|
|
6732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
6733
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
6734
|
+
}],
|
|
6735
|
+
type_asset: 'sdk.coin',
|
|
6736
|
+
traces: [{
|
|
6737
|
+
type: 'ibc',
|
|
6738
|
+
counterparty: {
|
|
6739
|
+
channel_id: 'channel-4',
|
|
6740
|
+
base_denom: 'lp:33:upryzm',
|
|
6741
|
+
chain_name: 'pryzm'
|
|
6742
|
+
},
|
|
6743
|
+
chain: {
|
|
6744
|
+
channel_id: 'channel-473'
|
|
6745
|
+
}
|
|
6746
|
+
}]
|
|
6747
|
+
},
|
|
6433
6748
|
{
|
|
6434
6749
|
description: 'QCK - native token of Quicksilver',
|
|
6435
6750
|
denom_units: [{
|
|
@@ -11519,6 +11834,146 @@ const assets = {
|
|
|
11519
11834
|
}
|
|
11520
11835
|
}]
|
|
11521
11836
|
},
|
|
11837
|
+
{
|
|
11838
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
11839
|
+
denom_units: [{
|
|
11840
|
+
denom: 'ibc/E6DF4F675CE4F32841138D95E7C6CA6A0830876A032E929657F9DB0B7D1A0D89',
|
|
11841
|
+
exponent: 0,
|
|
11842
|
+
aliases: ['p:upryzm:31Mar2025']
|
|
11843
|
+
}, {
|
|
11844
|
+
denom: 'pPRYZM31Mar2025',
|
|
11845
|
+
exponent: 6
|
|
11846
|
+
}],
|
|
11847
|
+
base: 'ibc/E6DF4F675CE4F32841138D95E7C6CA6A0830876A032E929657F9DB0B7D1A0D89',
|
|
11848
|
+
name: 'pPryzm (31Mar2025)',
|
|
11849
|
+
display: 'pPRYZM31Mar2025',
|
|
11850
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
11851
|
+
logo_URIs: {
|
|
11852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11854
|
+
},
|
|
11855
|
+
images: [{
|
|
11856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11858
|
+
}],
|
|
11859
|
+
type_asset: 'sdk.coin',
|
|
11860
|
+
traces: [{
|
|
11861
|
+
type: 'ibc',
|
|
11862
|
+
counterparty: {
|
|
11863
|
+
channel_id: 'channel-4',
|
|
11864
|
+
base_denom: 'p:upryzm:31Mar2025',
|
|
11865
|
+
chain_name: 'pryzm'
|
|
11866
|
+
},
|
|
11867
|
+
chain: {
|
|
11868
|
+
channel_id: 'channel-473'
|
|
11869
|
+
}
|
|
11870
|
+
}]
|
|
11871
|
+
},
|
|
11872
|
+
{
|
|
11873
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
11874
|
+
denom_units: [{
|
|
11875
|
+
denom: 'ibc/9CB59F685B80B706E8E1BF1BB4B9586E24F9A9A52D577B7AD5A7E7A494A70649',
|
|
11876
|
+
exponent: 0,
|
|
11877
|
+
aliases: ['p:upryzm:30Jun2025']
|
|
11878
|
+
}, {
|
|
11879
|
+
denom: 'pPRYZM30Jun2025',
|
|
11880
|
+
exponent: 6
|
|
11881
|
+
}],
|
|
11882
|
+
base: 'ibc/9CB59F685B80B706E8E1BF1BB4B9586E24F9A9A52D577B7AD5A7E7A494A70649',
|
|
11883
|
+
name: 'pPryzm (30Jun2025)',
|
|
11884
|
+
display: 'pPRYZM30Jun2025',
|
|
11885
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
11886
|
+
logo_URIs: {
|
|
11887
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11888
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11889
|
+
},
|
|
11890
|
+
images: [{
|
|
11891
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11892
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11893
|
+
}],
|
|
11894
|
+
type_asset: 'sdk.coin',
|
|
11895
|
+
traces: [{
|
|
11896
|
+
type: 'ibc',
|
|
11897
|
+
counterparty: {
|
|
11898
|
+
channel_id: 'channel-4',
|
|
11899
|
+
base_denom: 'p:upryzm:30Jun2025',
|
|
11900
|
+
chain_name: 'pryzm'
|
|
11901
|
+
},
|
|
11902
|
+
chain: {
|
|
11903
|
+
channel_id: 'channel-473'
|
|
11904
|
+
}
|
|
11905
|
+
}]
|
|
11906
|
+
},
|
|
11907
|
+
{
|
|
11908
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
11909
|
+
denom_units: [{
|
|
11910
|
+
denom: 'ibc/F1EBD3FB644582D5752F4B5FFE81317C7249B31342C75E6B2A183F12BB855B5C',
|
|
11911
|
+
exponent: 0,
|
|
11912
|
+
aliases: ['p:upryzm:30Sep2025']
|
|
11913
|
+
}, {
|
|
11914
|
+
denom: 'pPRYZM30Sep2025',
|
|
11915
|
+
exponent: 6
|
|
11916
|
+
}],
|
|
11917
|
+
base: 'ibc/F1EBD3FB644582D5752F4B5FFE81317C7249B31342C75E6B2A183F12BB855B5C',
|
|
11918
|
+
name: 'pPryzm (30Sep2025)',
|
|
11919
|
+
display: 'pPRYZM30Sep2025',
|
|
11920
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
11921
|
+
logo_URIs: {
|
|
11922
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11923
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11924
|
+
},
|
|
11925
|
+
images: [{
|
|
11926
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11927
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11928
|
+
}],
|
|
11929
|
+
type_asset: 'sdk.coin',
|
|
11930
|
+
traces: [{
|
|
11931
|
+
type: 'ibc',
|
|
11932
|
+
counterparty: {
|
|
11933
|
+
channel_id: 'channel-4',
|
|
11934
|
+
base_denom: 'p:upryzm:30Sep2025',
|
|
11935
|
+
chain_name: 'pryzm'
|
|
11936
|
+
},
|
|
11937
|
+
chain: {
|
|
11938
|
+
channel_id: 'channel-473'
|
|
11939
|
+
}
|
|
11940
|
+
}]
|
|
11941
|
+
},
|
|
11942
|
+
{
|
|
11943
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
11944
|
+
denom_units: [{
|
|
11945
|
+
denom: 'ibc/031C303B1FD345064C0BF7A675CF7C406F9876FC1EA92FAD69B6DFB4D1568E9B',
|
|
11946
|
+
exponent: 0,
|
|
11947
|
+
aliases: ['p:upryzm:31Dec2025']
|
|
11948
|
+
}, {
|
|
11949
|
+
denom: 'pPRYZM31Dec2025',
|
|
11950
|
+
exponent: 6
|
|
11951
|
+
}],
|
|
11952
|
+
base: 'ibc/031C303B1FD345064C0BF7A675CF7C406F9876FC1EA92FAD69B6DFB4D1568E9B',
|
|
11953
|
+
name: 'pPryzm (31Dec2025)',
|
|
11954
|
+
display: 'pPRYZM31Dec2025',
|
|
11955
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
11956
|
+
logo_URIs: {
|
|
11957
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11958
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11959
|
+
},
|
|
11960
|
+
images: [{
|
|
11961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
11962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
11963
|
+
}],
|
|
11964
|
+
type_asset: 'sdk.coin',
|
|
11965
|
+
traces: [{
|
|
11966
|
+
type: 'ibc',
|
|
11967
|
+
counterparty: {
|
|
11968
|
+
channel_id: 'channel-4',
|
|
11969
|
+
base_denom: 'p:upryzm:31Dec2025',
|
|
11970
|
+
chain_name: 'pryzm'
|
|
11971
|
+
},
|
|
11972
|
+
chain: {
|
|
11973
|
+
channel_id: 'channel-473'
|
|
11974
|
+
}
|
|
11975
|
+
}]
|
|
11976
|
+
},
|
|
11522
11977
|
{
|
|
11523
11978
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
11524
11979
|
denom_units: [{
|
|
@@ -13164,6 +13619,146 @@ const assets = {
|
|
|
13164
13619
|
}
|
|
13165
13620
|
}]
|
|
13166
13621
|
},
|
|
13622
|
+
{
|
|
13623
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
13624
|
+
denom_units: [{
|
|
13625
|
+
denom: 'ibc/02AEA04CFD52A4E139E86D52C9B9E24E678EC7F40A9357F7FB3979A341C90554',
|
|
13626
|
+
exponent: 0,
|
|
13627
|
+
aliases: ['y:upryzm:31Mar2025']
|
|
13628
|
+
}, {
|
|
13629
|
+
denom: 'yPRYZM31Mar2025',
|
|
13630
|
+
exponent: 6
|
|
13631
|
+
}],
|
|
13632
|
+
base: 'ibc/02AEA04CFD52A4E139E86D52C9B9E24E678EC7F40A9357F7FB3979A341C90554',
|
|
13633
|
+
name: 'yPryzm (31Mar2025)',
|
|
13634
|
+
display: 'yPRYZM31Mar2025',
|
|
13635
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
13636
|
+
logo_URIs: {
|
|
13637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13639
|
+
},
|
|
13640
|
+
images: [{
|
|
13641
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13642
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13643
|
+
}],
|
|
13644
|
+
type_asset: 'sdk.coin',
|
|
13645
|
+
traces: [{
|
|
13646
|
+
type: 'ibc',
|
|
13647
|
+
counterparty: {
|
|
13648
|
+
channel_id: 'channel-4',
|
|
13649
|
+
base_denom: 'y:upryzm:31Mar2025',
|
|
13650
|
+
chain_name: 'pryzm'
|
|
13651
|
+
},
|
|
13652
|
+
chain: {
|
|
13653
|
+
channel_id: 'channel-473'
|
|
13654
|
+
}
|
|
13655
|
+
}]
|
|
13656
|
+
},
|
|
13657
|
+
{
|
|
13658
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
13659
|
+
denom_units: [{
|
|
13660
|
+
denom: 'ibc/CE826D856781B06939ECA8DDABEFA0F52556D55CC1DDBF00F4DC39654D8481EB',
|
|
13661
|
+
exponent: 0,
|
|
13662
|
+
aliases: ['y:upryzm:30Jun2025']
|
|
13663
|
+
}, {
|
|
13664
|
+
denom: 'yPRYZM30Jun2025',
|
|
13665
|
+
exponent: 6
|
|
13666
|
+
}],
|
|
13667
|
+
base: 'ibc/CE826D856781B06939ECA8DDABEFA0F52556D55CC1DDBF00F4DC39654D8481EB',
|
|
13668
|
+
name: 'yPryzm (30Jun2025)',
|
|
13669
|
+
display: 'yPRYZM30Jun2025',
|
|
13670
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
13671
|
+
logo_URIs: {
|
|
13672
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13673
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13674
|
+
},
|
|
13675
|
+
images: [{
|
|
13676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13678
|
+
}],
|
|
13679
|
+
type_asset: 'sdk.coin',
|
|
13680
|
+
traces: [{
|
|
13681
|
+
type: 'ibc',
|
|
13682
|
+
counterparty: {
|
|
13683
|
+
channel_id: 'channel-4',
|
|
13684
|
+
base_denom: 'y:upryzm:30Jun2025',
|
|
13685
|
+
chain_name: 'pryzm'
|
|
13686
|
+
},
|
|
13687
|
+
chain: {
|
|
13688
|
+
channel_id: 'channel-473'
|
|
13689
|
+
}
|
|
13690
|
+
}]
|
|
13691
|
+
},
|
|
13692
|
+
{
|
|
13693
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
13694
|
+
denom_units: [{
|
|
13695
|
+
denom: 'ibc/873E0F1E9E3F07EE0E0237BF5CBF26BFEDB96FA79C14C467DC89542365C306AC',
|
|
13696
|
+
exponent: 0,
|
|
13697
|
+
aliases: ['y:upryzm:30Sep2025']
|
|
13698
|
+
}, {
|
|
13699
|
+
denom: 'yPRYZM30Sep2025',
|
|
13700
|
+
exponent: 6
|
|
13701
|
+
}],
|
|
13702
|
+
base: 'ibc/873E0F1E9E3F07EE0E0237BF5CBF26BFEDB96FA79C14C467DC89542365C306AC',
|
|
13703
|
+
name: 'yPryzm (30Sep2025)',
|
|
13704
|
+
display: 'yPRYZM30Sep2025',
|
|
13705
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
13706
|
+
logo_URIs: {
|
|
13707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13708
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13709
|
+
},
|
|
13710
|
+
images: [{
|
|
13711
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13712
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13713
|
+
}],
|
|
13714
|
+
type_asset: 'sdk.coin',
|
|
13715
|
+
traces: [{
|
|
13716
|
+
type: 'ibc',
|
|
13717
|
+
counterparty: {
|
|
13718
|
+
channel_id: 'channel-4',
|
|
13719
|
+
base_denom: 'y:upryzm:30Sep2025',
|
|
13720
|
+
chain_name: 'pryzm'
|
|
13721
|
+
},
|
|
13722
|
+
chain: {
|
|
13723
|
+
channel_id: 'channel-473'
|
|
13724
|
+
}
|
|
13725
|
+
}]
|
|
13726
|
+
},
|
|
13727
|
+
{
|
|
13728
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
13729
|
+
denom_units: [{
|
|
13730
|
+
denom: 'ibc/2A1D0BDC0743E00FF89C2C28DD18AA1AB744F54582858606574A48B3A2038135',
|
|
13731
|
+
exponent: 0,
|
|
13732
|
+
aliases: ['y:upryzm:31Dec2025']
|
|
13733
|
+
}, {
|
|
13734
|
+
denom: 'yPRYZM31Dec2025',
|
|
13735
|
+
exponent: 6
|
|
13736
|
+
}],
|
|
13737
|
+
base: 'ibc/2A1D0BDC0743E00FF89C2C28DD18AA1AB744F54582858606574A48B3A2038135',
|
|
13738
|
+
name: 'yPryzm (31Dec2025)',
|
|
13739
|
+
display: 'yPRYZM31Dec2025',
|
|
13740
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
13741
|
+
logo_URIs: {
|
|
13742
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13743
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13744
|
+
},
|
|
13745
|
+
images: [{
|
|
13746
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
13747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
13748
|
+
}],
|
|
13749
|
+
type_asset: 'sdk.coin',
|
|
13750
|
+
traces: [{
|
|
13751
|
+
type: 'ibc',
|
|
13752
|
+
counterparty: {
|
|
13753
|
+
channel_id: 'channel-4',
|
|
13754
|
+
base_denom: 'y:upryzm:31Dec2025',
|
|
13755
|
+
chain_name: 'pryzm'
|
|
13756
|
+
},
|
|
13757
|
+
chain: {
|
|
13758
|
+
channel_id: 'channel-473'
|
|
13759
|
+
}
|
|
13760
|
+
}]
|
|
13761
|
+
},
|
|
13167
13762
|
{
|
|
13168
13763
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
13169
13764
|
denom_units: [{
|
|
@@ -14144,6 +14739,41 @@ const assets = {
|
|
|
14144
14739
|
}
|
|
14145
14740
|
}]
|
|
14146
14741
|
},
|
|
14742
|
+
{
|
|
14743
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
14744
|
+
denom_units: [{
|
|
14745
|
+
denom: 'ibc/26B14E8EC391DA12AB668CDA6A59AB89696A5A62CE2709CFA4F67727C15EABE3',
|
|
14746
|
+
exponent: 0,
|
|
14747
|
+
aliases: ['lp:33:upryzm']
|
|
14748
|
+
}, {
|
|
14749
|
+
denom: 'lp:33:pryzm',
|
|
14750
|
+
exponent: 6
|
|
14751
|
+
}],
|
|
14752
|
+
base: 'ibc/26B14E8EC391DA12AB668CDA6A59AB89696A5A62CE2709CFA4F67727C15EABE3',
|
|
14753
|
+
name: 'PRYZM Yield LP',
|
|
14754
|
+
display: 'lp:33:pryzm',
|
|
14755
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
14756
|
+
logo_URIs: {
|
|
14757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
14758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
14759
|
+
},
|
|
14760
|
+
images: [{
|
|
14761
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
14762
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
14763
|
+
}],
|
|
14764
|
+
type_asset: 'sdk.coin',
|
|
14765
|
+
traces: [{
|
|
14766
|
+
type: 'ibc',
|
|
14767
|
+
counterparty: {
|
|
14768
|
+
channel_id: 'channel-4',
|
|
14769
|
+
base_denom: 'lp:33:upryzm',
|
|
14770
|
+
chain_name: 'pryzm'
|
|
14771
|
+
},
|
|
14772
|
+
chain: {
|
|
14773
|
+
channel_id: 'channel-473'
|
|
14774
|
+
}
|
|
14775
|
+
}]
|
|
14776
|
+
},
|
|
14147
14777
|
{
|
|
14148
14778
|
description: 'QCK - native token of Quicksilver',
|
|
14149
14779
|
denom_units: [{
|