@chain-registry/assets 1.70.241 → 1.70.243

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.
Files changed (65) hide show
  1. package/esm/mainnet/acrechain.js +6 -6
  2. package/esm/mainnet/akash.js +6 -6
  3. package/esm/mainnet/andromeda.js +6 -6
  4. package/esm/mainnet/archway.js +6 -6
  5. package/esm/mainnet/axelar.js +776 -6
  6. package/esm/mainnet/carbon.js +88 -6
  7. package/esm/mainnet/celestia.js +776 -6
  8. package/esm/mainnet/cheqd.js +6 -6
  9. package/esm/mainnet/comdex.js +6 -6
  10. package/esm/mainnet/composable.js +64 -0
  11. package/esm/mainnet/cosmoshub.js +776 -6
  12. package/esm/mainnet/crescent.js +6 -6
  13. package/esm/mainnet/decentr.js +6 -6
  14. package/esm/mainnet/dydx.js +776 -6
  15. package/esm/mainnet/furya.js +6 -6
  16. package/esm/mainnet/injective.js +776 -6
  17. package/esm/mainnet/juno.js +6 -6
  18. package/esm/mainnet/kava.js +6 -6
  19. package/esm/mainnet/kopi.js +6 -6
  20. package/esm/mainnet/kujira.js +88 -6
  21. package/esm/mainnet/migaloo.js +88 -6
  22. package/esm/mainnet/neutron.js +894 -42
  23. package/esm/mainnet/noble.js +776 -6
  24. package/esm/mainnet/osmosis.js +860 -8
  25. package/esm/mainnet/pryzm.js +6 -6
  26. package/esm/mainnet/quicksilver.js +6 -6
  27. package/esm/mainnet/secretnetwork.js +90 -8
  28. package/esm/mainnet/stafihub.js +6 -6
  29. package/esm/mainnet/stargaze.js +6 -6
  30. package/esm/mainnet/stride.js +776 -6
  31. package/esm/mainnet/terra.js +6 -6
  32. package/esm/mainnet/terra2.js +770 -0
  33. package/mainnet/acrechain.js +6 -6
  34. package/mainnet/akash.js +6 -6
  35. package/mainnet/andromeda.js +6 -6
  36. package/mainnet/archway.js +6 -6
  37. package/mainnet/axelar.js +776 -6
  38. package/mainnet/carbon.js +88 -6
  39. package/mainnet/celestia.js +776 -6
  40. package/mainnet/cheqd.js +6 -6
  41. package/mainnet/comdex.js +6 -6
  42. package/mainnet/composable.js +64 -0
  43. package/mainnet/cosmoshub.js +776 -6
  44. package/mainnet/crescent.js +6 -6
  45. package/mainnet/decentr.js +6 -6
  46. package/mainnet/dydx.js +776 -6
  47. package/mainnet/furya.js +6 -6
  48. package/mainnet/injective.js +776 -6
  49. package/mainnet/juno.js +6 -6
  50. package/mainnet/kava.js +6 -6
  51. package/mainnet/kopi.js +6 -6
  52. package/mainnet/kujira.js +88 -6
  53. package/mainnet/migaloo.js +88 -6
  54. package/mainnet/neutron.js +894 -42
  55. package/mainnet/noble.js +776 -6
  56. package/mainnet/osmosis.js +860 -8
  57. package/mainnet/pryzm.js +6 -6
  58. package/mainnet/quicksilver.js +6 -6
  59. package/mainnet/secretnetwork.js +90 -8
  60. package/mainnet/stafihub.js +6 -6
  61. package/mainnet/stargaze.js +6 -6
  62. package/mainnet/stride.js +776 -6
  63. package/mainnet/terra.js +6 -6
  64. package/mainnet/terra2.js +770 -0
  65. package/package.json +5 -5
package/mainnet/dydx.js CHANGED
@@ -3903,6 +3903,146 @@ const assets = {
3903
3903
  }
3904
3904
  }]
3905
3905
  },
3906
+ {
3907
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
3908
+ denom_units: [{
3909
+ denom: 'ibc/A06E042771B0041954C04D6691042090FFA66207577219F43D6DBBA888FCF5B4',
3910
+ exponent: 0,
3911
+ aliases: ['p:ambtc:30Sep2025']
3912
+ }, {
3913
+ denom: 'pmBTC30Sep2025',
3914
+ exponent: 18
3915
+ }],
3916
+ base: 'ibc/A06E042771B0041954C04D6691042090FFA66207577219F43D6DBBA888FCF5B4',
3917
+ name: 'pmBTC (30Sep2025)',
3918
+ display: 'pmBTC30Sep2025',
3919
+ symbol: 'pmBTC-30Sep2025',
3920
+ logo_URIs: {
3921
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3922
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3923
+ },
3924
+ images: [{
3925
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3926
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3927
+ }],
3928
+ type_asset: 'sdk.coin',
3929
+ traces: [{
3930
+ type: 'ibc',
3931
+ counterparty: {
3932
+ channel_id: 'channel-24',
3933
+ base_denom: 'p:ambtc:30Sep2025',
3934
+ chain_name: 'pryzm'
3935
+ },
3936
+ chain: {
3937
+ channel_id: 'channel-71'
3938
+ }
3939
+ }]
3940
+ },
3941
+ {
3942
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
3943
+ denom_units: [{
3944
+ denom: 'ibc/8ED09E8E0AFD68A090FCC9FDDCEF1F95C8A13AC4A0F1F7F7A917CC53BD490B2C',
3945
+ exponent: 0,
3946
+ aliases: ['p:ambtc:31Dec2025']
3947
+ }, {
3948
+ denom: 'pmBTC31Dec2025',
3949
+ exponent: 18
3950
+ }],
3951
+ base: 'ibc/8ED09E8E0AFD68A090FCC9FDDCEF1F95C8A13AC4A0F1F7F7A917CC53BD490B2C',
3952
+ name: 'pmBTC (31Dec2025)',
3953
+ display: 'pmBTC31Dec2025',
3954
+ symbol: 'pmBTC-31Dec2025',
3955
+ logo_URIs: {
3956
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3957
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3958
+ },
3959
+ images: [{
3960
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3961
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3962
+ }],
3963
+ type_asset: 'sdk.coin',
3964
+ traces: [{
3965
+ type: 'ibc',
3966
+ counterparty: {
3967
+ channel_id: 'channel-24',
3968
+ base_denom: 'p:ambtc:31Dec2025',
3969
+ chain_name: 'pryzm'
3970
+ },
3971
+ chain: {
3972
+ channel_id: 'channel-71'
3973
+ }
3974
+ }]
3975
+ },
3976
+ {
3977
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
3978
+ denom_units: [{
3979
+ denom: 'ibc/20F0B18E5C7386636F5125E8FECB85F59F4242B43A3C264AF910401AE700331C',
3980
+ exponent: 0,
3981
+ aliases: ['p:ambtc:31Mar2026']
3982
+ }, {
3983
+ denom: 'pmBTC31Mar2026',
3984
+ exponent: 18
3985
+ }],
3986
+ base: 'ibc/20F0B18E5C7386636F5125E8FECB85F59F4242B43A3C264AF910401AE700331C',
3987
+ name: 'pmBTC (31Mar2026)',
3988
+ display: 'pmBTC31Mar2026',
3989
+ symbol: 'pmBTC-31Mar2026',
3990
+ logo_URIs: {
3991
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3992
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3993
+ },
3994
+ images: [{
3995
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
3996
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
3997
+ }],
3998
+ type_asset: 'sdk.coin',
3999
+ traces: [{
4000
+ type: 'ibc',
4001
+ counterparty: {
4002
+ channel_id: 'channel-24',
4003
+ base_denom: 'p:ambtc:31Mar2026',
4004
+ chain_name: 'pryzm'
4005
+ },
4006
+ chain: {
4007
+ channel_id: 'channel-71'
4008
+ }
4009
+ }]
4010
+ },
4011
+ {
4012
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
4013
+ denom_units: [{
4014
+ denom: 'ibc/200356BDDA1078BD1D0DE4C39B161AF934077B6E1E5CE80B143EBCC4D2A5D96D',
4015
+ exponent: 0,
4016
+ aliases: ['p:ambtc:30Jun2026']
4017
+ }, {
4018
+ denom: 'pmBTC30Jun2026',
4019
+ exponent: 18
4020
+ }],
4021
+ base: 'ibc/200356BDDA1078BD1D0DE4C39B161AF934077B6E1E5CE80B143EBCC4D2A5D96D',
4022
+ name: 'pmBTC (30Jun2026)',
4023
+ display: 'pmBTC30Jun2026',
4024
+ symbol: 'pmBTC-30Jun2026',
4025
+ logo_URIs: {
4026
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4027
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4028
+ },
4029
+ images: [{
4030
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
4031
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
4032
+ }],
4033
+ type_asset: 'sdk.coin',
4034
+ traces: [{
4035
+ type: 'ibc',
4036
+ counterparty: {
4037
+ channel_id: 'channel-24',
4038
+ base_denom: 'p:ambtc:30Jun2026',
4039
+ chain_name: 'pryzm'
4040
+ },
4041
+ chain: {
4042
+ channel_id: 'channel-71'
4043
+ }
4044
+ }]
4045
+ },
3906
4046
  {
3907
4047
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
3908
4048
  denom_units: [{
@@ -6458,6 +6598,146 @@ const assets = {
6458
6598
  }
6459
6599
  }]
6460
6600
  },
6601
+ {
6602
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
6603
+ denom_units: [{
6604
+ denom: 'ibc/B3C503B72028B5257683CE4172264011972006C1FBE7DF9DEACCCDD051231D98',
6605
+ exponent: 0,
6606
+ aliases: ['y:ambtc:30Sep2025']
6607
+ }, {
6608
+ denom: 'ymBTC30Sep2025',
6609
+ exponent: 18
6610
+ }],
6611
+ base: 'ibc/B3C503B72028B5257683CE4172264011972006C1FBE7DF9DEACCCDD051231D98',
6612
+ name: 'ymBTC (30Sep2025)',
6613
+ display: 'ymBTC30Sep2025',
6614
+ symbol: 'ymBTC-30Sep2025',
6615
+ logo_URIs: {
6616
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6617
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6618
+ },
6619
+ images: [{
6620
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6621
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6622
+ }],
6623
+ type_asset: 'sdk.coin',
6624
+ traces: [{
6625
+ type: 'ibc',
6626
+ counterparty: {
6627
+ channel_id: 'channel-24',
6628
+ base_denom: 'y:ambtc:30Sep2025',
6629
+ chain_name: 'pryzm'
6630
+ },
6631
+ chain: {
6632
+ channel_id: 'channel-71'
6633
+ }
6634
+ }]
6635
+ },
6636
+ {
6637
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
6638
+ denom_units: [{
6639
+ denom: 'ibc/C08EE4029EFAD24312080FE920B2040496E1DB8B76FDAE265EA8E5CBF9055794',
6640
+ exponent: 0,
6641
+ aliases: ['y:ambtc:31Dec2025']
6642
+ }, {
6643
+ denom: 'ymBTC31Dec2025',
6644
+ exponent: 18
6645
+ }],
6646
+ base: 'ibc/C08EE4029EFAD24312080FE920B2040496E1DB8B76FDAE265EA8E5CBF9055794',
6647
+ name: 'ymBTC (31Dec2025)',
6648
+ display: 'ymBTC31Dec2025',
6649
+ symbol: 'ymBTC-31Dec2025',
6650
+ logo_URIs: {
6651
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6652
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6653
+ },
6654
+ images: [{
6655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6657
+ }],
6658
+ type_asset: 'sdk.coin',
6659
+ traces: [{
6660
+ type: 'ibc',
6661
+ counterparty: {
6662
+ channel_id: 'channel-24',
6663
+ base_denom: 'y:ambtc:31Dec2025',
6664
+ chain_name: 'pryzm'
6665
+ },
6666
+ chain: {
6667
+ channel_id: 'channel-71'
6668
+ }
6669
+ }]
6670
+ },
6671
+ {
6672
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
6673
+ denom_units: [{
6674
+ denom: 'ibc/62443CE8B040A68D68B1920CE37BD1F66683CD035590DE83471BEC8EABBAC58E',
6675
+ exponent: 0,
6676
+ aliases: ['y:ambtc:31Mar2026']
6677
+ }, {
6678
+ denom: 'ymBTC31Mar2026',
6679
+ exponent: 18
6680
+ }],
6681
+ base: 'ibc/62443CE8B040A68D68B1920CE37BD1F66683CD035590DE83471BEC8EABBAC58E',
6682
+ name: 'ymBTC (31Mar2026)',
6683
+ display: 'ymBTC31Mar2026',
6684
+ symbol: 'ymBTC-31Mar2026',
6685
+ logo_URIs: {
6686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6687
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6688
+ },
6689
+ images: [{
6690
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6692
+ }],
6693
+ type_asset: 'sdk.coin',
6694
+ traces: [{
6695
+ type: 'ibc',
6696
+ counterparty: {
6697
+ channel_id: 'channel-24',
6698
+ base_denom: 'y:ambtc:31Mar2026',
6699
+ chain_name: 'pryzm'
6700
+ },
6701
+ chain: {
6702
+ channel_id: 'channel-71'
6703
+ }
6704
+ }]
6705
+ },
6706
+ {
6707
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
6708
+ denom_units: [{
6709
+ denom: 'ibc/651CCE1B9594DB596EB75224435F71F64CC6F7DE83D37728BAECC220586D62CC',
6710
+ exponent: 0,
6711
+ aliases: ['y:ambtc:30Jun2026']
6712
+ }, {
6713
+ denom: 'ymBTC30Jun2026',
6714
+ exponent: 18
6715
+ }],
6716
+ base: 'ibc/651CCE1B9594DB596EB75224435F71F64CC6F7DE83D37728BAECC220586D62CC',
6717
+ name: 'ymBTC (30Jun2026)',
6718
+ display: 'ymBTC30Jun2026',
6719
+ symbol: 'ymBTC-30Jun2026',
6720
+ logo_URIs: {
6721
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6722
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6723
+ },
6724
+ images: [{
6725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
6726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
6727
+ }],
6728
+ type_asset: 'sdk.coin',
6729
+ traces: [{
6730
+ type: 'ibc',
6731
+ counterparty: {
6732
+ channel_id: 'channel-24',
6733
+ base_denom: 'y:ambtc:30Jun2026',
6734
+ chain_name: 'pryzm'
6735
+ },
6736
+ chain: {
6737
+ channel_id: 'channel-71'
6738
+ }
6739
+ }]
6740
+ },
6461
6741
  {
6462
6742
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
6463
6743
  denom_units: [{
@@ -7543,6 +7823,111 @@ const assets = {
7543
7823
  }
7544
7824
  }]
7545
7825
  },
7826
+ {
7827
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
7828
+ denom_units: [{
7829
+ denom: 'ibc/B845FC254D1BA3C719768CEC46F18BF1B33C168FA658F0263ABD100D3652F7B4',
7830
+ exponent: 0,
7831
+ aliases: ['lp:38:ambtc']
7832
+ }, {
7833
+ denom: 'lp:38:mbtc',
7834
+ exponent: 18
7835
+ }],
7836
+ base: 'ibc/B845FC254D1BA3C719768CEC46F18BF1B33C168FA658F0263ABD100D3652F7B4',
7837
+ name: 'mBTC Yield LP',
7838
+ display: 'lp:38:mbtc',
7839
+ symbol: 'mBTC-YIELD-LP',
7840
+ logo_URIs: {
7841
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7842
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7843
+ },
7844
+ images: [{
7845
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7846
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7847
+ }],
7848
+ type_asset: 'sdk.coin',
7849
+ traces: [{
7850
+ type: 'ibc',
7851
+ counterparty: {
7852
+ channel_id: 'channel-24',
7853
+ base_denom: 'lp:38:ambtc',
7854
+ chain_name: 'pryzm'
7855
+ },
7856
+ chain: {
7857
+ channel_id: 'channel-71'
7858
+ }
7859
+ }]
7860
+ },
7861
+ {
7862
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
7863
+ denom_units: [{
7864
+ denom: 'ibc/A79AB3DCBA216AC7EC48C087E1DE0D30D5FE0F1FD22546BEEBCBB7D413F1A973',
7865
+ exponent: 0,
7866
+ aliases: ['lp:39:ambtcypt-wsat']
7867
+ }, {
7868
+ denom: 'lp:39:mbtcypt-wbtc',
7869
+ exponent: 18
7870
+ }],
7871
+ base: 'ibc/A79AB3DCBA216AC7EC48C087E1DE0D30D5FE0F1FD22546BEEBCBB7D413F1A973',
7872
+ name: 'mBTC Boost LP',
7873
+ display: 'lp:39:mbtcypt-wbtc',
7874
+ symbol: 'mBTC-BOOST-LP',
7875
+ logo_URIs: {
7876
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7877
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7878
+ },
7879
+ images: [{
7880
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7881
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7882
+ }],
7883
+ type_asset: 'sdk.coin',
7884
+ traces: [{
7885
+ type: 'ibc',
7886
+ counterparty: {
7887
+ channel_id: 'channel-24',
7888
+ base_denom: 'lp:39:ambtcypt-wsat',
7889
+ chain_name: 'pryzm'
7890
+ },
7891
+ chain: {
7892
+ channel_id: 'channel-71'
7893
+ }
7894
+ }]
7895
+ },
7896
+ {
7897
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
7898
+ denom_units: [{
7899
+ denom: 'ibc/F333671AD7F04D53D939CDE06DB5061CA696B9F8D18FB46E4A08DD02F37DC3CA',
7900
+ exponent: 0,
7901
+ aliases: ['lp:40:wsat-uusdc']
7902
+ }, {
7903
+ denom: 'lp:40:wbtc-usdc',
7904
+ exponent: 18
7905
+ }],
7906
+ base: 'ibc/F333671AD7F04D53D939CDE06DB5061CA696B9F8D18FB46E4A08DD02F37DC3CA',
7907
+ name: 'WBTC / USDC LP',
7908
+ display: 'lp:40:wbtc-usdc',
7909
+ symbol: 'WBTC-USDC-LP',
7910
+ logo_URIs: {
7911
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7912
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7913
+ },
7914
+ images: [{
7915
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7916
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7917
+ }],
7918
+ type_asset: 'sdk.coin',
7919
+ traces: [{
7920
+ type: 'ibc',
7921
+ counterparty: {
7922
+ channel_id: 'channel-24',
7923
+ base_denom: 'lp:40:wsat-uusdc',
7924
+ chain_name: 'pryzm'
7925
+ },
7926
+ chain: {
7927
+ channel_id: 'channel-71'
7928
+ }
7929
+ }]
7930
+ },
7546
7931
  {
7547
7932
  description: 'QCK - native token of Quicksilver',
7548
7933
  denom_units: [{
@@ -7629,7 +8014,7 @@ const assets = {
7629
8014
  }]
7630
8015
  },
7631
8016
  {
7632
- description: 'The native staking token of Terra.',
8017
+ description: 'The native staking token of Terra Phoenix.',
7633
8018
  denom_units: [{
7634
8019
  denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
7635
8020
  exponent: 0,
@@ -7655,8 +8040,8 @@ const assets = {
7655
8040
  }
7656
8041
  }],
7657
8042
  socials: {
7658
- website: 'https://www.terra.money/',
7659
- twitter: 'https://twitter.com/terra_money'
8043
+ website: 'https://www.phoenix.money/',
8044
+ twitter: 'https://twitter.com/phoenix_dir'
7660
8045
  },
7661
8046
  type_asset: 'sdk.coin',
7662
8047
  traces: [{
@@ -11156,6 +11541,146 @@ const assets = {
11156
11541
  }
11157
11542
  }]
11158
11543
  },
11544
+ {
11545
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
11546
+ denom_units: [{
11547
+ denom: 'ibc/A06E042771B0041954C04D6691042090FFA66207577219F43D6DBBA888FCF5B4',
11548
+ exponent: 0,
11549
+ aliases: ['p:ambtc:30Sep2025']
11550
+ }, {
11551
+ denom: 'pmBTC30Sep2025',
11552
+ exponent: 18
11553
+ }],
11554
+ base: 'ibc/A06E042771B0041954C04D6691042090FFA66207577219F43D6DBBA888FCF5B4',
11555
+ name: 'pmBTC (30Sep2025)',
11556
+ display: 'pmBTC30Sep2025',
11557
+ symbol: 'pmBTC-30Sep2025',
11558
+ logo_URIs: {
11559
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11560
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11561
+ },
11562
+ images: [{
11563
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11564
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11565
+ }],
11566
+ type_asset: 'sdk.coin',
11567
+ traces: [{
11568
+ type: 'ibc',
11569
+ counterparty: {
11570
+ channel_id: 'channel-24',
11571
+ base_denom: 'p:ambtc:30Sep2025',
11572
+ chain_name: 'pryzm'
11573
+ },
11574
+ chain: {
11575
+ channel_id: 'channel-71'
11576
+ }
11577
+ }]
11578
+ },
11579
+ {
11580
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
11581
+ denom_units: [{
11582
+ denom: 'ibc/8ED09E8E0AFD68A090FCC9FDDCEF1F95C8A13AC4A0F1F7F7A917CC53BD490B2C',
11583
+ exponent: 0,
11584
+ aliases: ['p:ambtc:31Dec2025']
11585
+ }, {
11586
+ denom: 'pmBTC31Dec2025',
11587
+ exponent: 18
11588
+ }],
11589
+ base: 'ibc/8ED09E8E0AFD68A090FCC9FDDCEF1F95C8A13AC4A0F1F7F7A917CC53BD490B2C',
11590
+ name: 'pmBTC (31Dec2025)',
11591
+ display: 'pmBTC31Dec2025',
11592
+ symbol: 'pmBTC-31Dec2025',
11593
+ logo_URIs: {
11594
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11595
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11596
+ },
11597
+ images: [{
11598
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11599
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11600
+ }],
11601
+ type_asset: 'sdk.coin',
11602
+ traces: [{
11603
+ type: 'ibc',
11604
+ counterparty: {
11605
+ channel_id: 'channel-24',
11606
+ base_denom: 'p:ambtc:31Dec2025',
11607
+ chain_name: 'pryzm'
11608
+ },
11609
+ chain: {
11610
+ channel_id: 'channel-71'
11611
+ }
11612
+ }]
11613
+ },
11614
+ {
11615
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
11616
+ denom_units: [{
11617
+ denom: 'ibc/20F0B18E5C7386636F5125E8FECB85F59F4242B43A3C264AF910401AE700331C',
11618
+ exponent: 0,
11619
+ aliases: ['p:ambtc:31Mar2026']
11620
+ }, {
11621
+ denom: 'pmBTC31Mar2026',
11622
+ exponent: 18
11623
+ }],
11624
+ base: 'ibc/20F0B18E5C7386636F5125E8FECB85F59F4242B43A3C264AF910401AE700331C',
11625
+ name: 'pmBTC (31Mar2026)',
11626
+ display: 'pmBTC31Mar2026',
11627
+ symbol: 'pmBTC-31Mar2026',
11628
+ logo_URIs: {
11629
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11630
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11631
+ },
11632
+ images: [{
11633
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11634
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11635
+ }],
11636
+ type_asset: 'sdk.coin',
11637
+ traces: [{
11638
+ type: 'ibc',
11639
+ counterparty: {
11640
+ channel_id: 'channel-24',
11641
+ base_denom: 'p:ambtc:31Mar2026',
11642
+ chain_name: 'pryzm'
11643
+ },
11644
+ chain: {
11645
+ channel_id: 'channel-71'
11646
+ }
11647
+ }]
11648
+ },
11649
+ {
11650
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
11651
+ denom_units: [{
11652
+ denom: 'ibc/200356BDDA1078BD1D0DE4C39B161AF934077B6E1E5CE80B143EBCC4D2A5D96D',
11653
+ exponent: 0,
11654
+ aliases: ['p:ambtc:30Jun2026']
11655
+ }, {
11656
+ denom: 'pmBTC30Jun2026',
11657
+ exponent: 18
11658
+ }],
11659
+ base: 'ibc/200356BDDA1078BD1D0DE4C39B161AF934077B6E1E5CE80B143EBCC4D2A5D96D',
11660
+ name: 'pmBTC (30Jun2026)',
11661
+ display: 'pmBTC30Jun2026',
11662
+ symbol: 'pmBTC-30Jun2026',
11663
+ logo_URIs: {
11664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11666
+ },
11667
+ images: [{
11668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
11669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
11670
+ }],
11671
+ type_asset: 'sdk.coin',
11672
+ traces: [{
11673
+ type: 'ibc',
11674
+ counterparty: {
11675
+ channel_id: 'channel-24',
11676
+ base_denom: 'p:ambtc:30Jun2026',
11677
+ chain_name: 'pryzm'
11678
+ },
11679
+ chain: {
11680
+ channel_id: 'channel-71'
11681
+ }
11682
+ }]
11683
+ },
11159
11684
  {
11160
11685
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
11161
11686
  denom_units: [{
@@ -13711,6 +14236,146 @@ const assets = {
13711
14236
  }
13712
14237
  }]
13713
14238
  },
14239
+ {
14240
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
14241
+ denom_units: [{
14242
+ denom: 'ibc/B3C503B72028B5257683CE4172264011972006C1FBE7DF9DEACCCDD051231D98',
14243
+ exponent: 0,
14244
+ aliases: ['y:ambtc:30Sep2025']
14245
+ }, {
14246
+ denom: 'ymBTC30Sep2025',
14247
+ exponent: 18
14248
+ }],
14249
+ base: 'ibc/B3C503B72028B5257683CE4172264011972006C1FBE7DF9DEACCCDD051231D98',
14250
+ name: 'ymBTC (30Sep2025)',
14251
+ display: 'ymBTC30Sep2025',
14252
+ symbol: 'ymBTC-30Sep2025',
14253
+ logo_URIs: {
14254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14255
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14256
+ },
14257
+ images: [{
14258
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14259
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14260
+ }],
14261
+ type_asset: 'sdk.coin',
14262
+ traces: [{
14263
+ type: 'ibc',
14264
+ counterparty: {
14265
+ channel_id: 'channel-24',
14266
+ base_denom: 'y:ambtc:30Sep2025',
14267
+ chain_name: 'pryzm'
14268
+ },
14269
+ chain: {
14270
+ channel_id: 'channel-71'
14271
+ }
14272
+ }]
14273
+ },
14274
+ {
14275
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
14276
+ denom_units: [{
14277
+ denom: 'ibc/C08EE4029EFAD24312080FE920B2040496E1DB8B76FDAE265EA8E5CBF9055794',
14278
+ exponent: 0,
14279
+ aliases: ['y:ambtc:31Dec2025']
14280
+ }, {
14281
+ denom: 'ymBTC31Dec2025',
14282
+ exponent: 18
14283
+ }],
14284
+ base: 'ibc/C08EE4029EFAD24312080FE920B2040496E1DB8B76FDAE265EA8E5CBF9055794',
14285
+ name: 'ymBTC (31Dec2025)',
14286
+ display: 'ymBTC31Dec2025',
14287
+ symbol: 'ymBTC-31Dec2025',
14288
+ logo_URIs: {
14289
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14290
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14291
+ },
14292
+ images: [{
14293
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14294
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14295
+ }],
14296
+ type_asset: 'sdk.coin',
14297
+ traces: [{
14298
+ type: 'ibc',
14299
+ counterparty: {
14300
+ channel_id: 'channel-24',
14301
+ base_denom: 'y:ambtc:31Dec2025',
14302
+ chain_name: 'pryzm'
14303
+ },
14304
+ chain: {
14305
+ channel_id: 'channel-71'
14306
+ }
14307
+ }]
14308
+ },
14309
+ {
14310
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
14311
+ denom_units: [{
14312
+ denom: 'ibc/62443CE8B040A68D68B1920CE37BD1F66683CD035590DE83471BEC8EABBAC58E',
14313
+ exponent: 0,
14314
+ aliases: ['y:ambtc:31Mar2026']
14315
+ }, {
14316
+ denom: 'ymBTC31Mar2026',
14317
+ exponent: 18
14318
+ }],
14319
+ base: 'ibc/62443CE8B040A68D68B1920CE37BD1F66683CD035590DE83471BEC8EABBAC58E',
14320
+ name: 'ymBTC (31Mar2026)',
14321
+ display: 'ymBTC31Mar2026',
14322
+ symbol: 'ymBTC-31Mar2026',
14323
+ logo_URIs: {
14324
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14325
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14326
+ },
14327
+ images: [{
14328
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14329
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14330
+ }],
14331
+ type_asset: 'sdk.coin',
14332
+ traces: [{
14333
+ type: 'ibc',
14334
+ counterparty: {
14335
+ channel_id: 'channel-24',
14336
+ base_denom: 'y:ambtc:31Mar2026',
14337
+ chain_name: 'pryzm'
14338
+ },
14339
+ chain: {
14340
+ channel_id: 'channel-71'
14341
+ }
14342
+ }]
14343
+ },
14344
+ {
14345
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
14346
+ denom_units: [{
14347
+ denom: 'ibc/651CCE1B9594DB596EB75224435F71F64CC6F7DE83D37728BAECC220586D62CC',
14348
+ exponent: 0,
14349
+ aliases: ['y:ambtc:30Jun2026']
14350
+ }, {
14351
+ denom: 'ymBTC30Jun2026',
14352
+ exponent: 18
14353
+ }],
14354
+ base: 'ibc/651CCE1B9594DB596EB75224435F71F64CC6F7DE83D37728BAECC220586D62CC',
14355
+ name: 'ymBTC (30Jun2026)',
14356
+ display: 'ymBTC30Jun2026',
14357
+ symbol: 'ymBTC-30Jun2026',
14358
+ logo_URIs: {
14359
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14360
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14361
+ },
14362
+ images: [{
14363
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
14364
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
14365
+ }],
14366
+ type_asset: 'sdk.coin',
14367
+ traces: [{
14368
+ type: 'ibc',
14369
+ counterparty: {
14370
+ channel_id: 'channel-24',
14371
+ base_denom: 'y:ambtc:30Jun2026',
14372
+ chain_name: 'pryzm'
14373
+ },
14374
+ chain: {
14375
+ channel_id: 'channel-71'
14376
+ }
14377
+ }]
14378
+ },
13714
14379
  {
13715
14380
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
13716
14381
  denom_units: [{
@@ -14796,6 +15461,111 @@ const assets = {
14796
15461
  }
14797
15462
  }]
14798
15463
  },
15464
+ {
15465
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
15466
+ denom_units: [{
15467
+ denom: 'ibc/B845FC254D1BA3C719768CEC46F18BF1B33C168FA658F0263ABD100D3652F7B4',
15468
+ exponent: 0,
15469
+ aliases: ['lp:38:ambtc']
15470
+ }, {
15471
+ denom: 'lp:38:mbtc',
15472
+ exponent: 18
15473
+ }],
15474
+ base: 'ibc/B845FC254D1BA3C719768CEC46F18BF1B33C168FA658F0263ABD100D3652F7B4',
15475
+ name: 'mBTC Yield LP',
15476
+ display: 'lp:38:mbtc',
15477
+ symbol: 'mBTC-YIELD-LP',
15478
+ logo_URIs: {
15479
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15480
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15481
+ },
15482
+ images: [{
15483
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15485
+ }],
15486
+ type_asset: 'sdk.coin',
15487
+ traces: [{
15488
+ type: 'ibc',
15489
+ counterparty: {
15490
+ channel_id: 'channel-24',
15491
+ base_denom: 'lp:38:ambtc',
15492
+ chain_name: 'pryzm'
15493
+ },
15494
+ chain: {
15495
+ channel_id: 'channel-71'
15496
+ }
15497
+ }]
15498
+ },
15499
+ {
15500
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
15501
+ denom_units: [{
15502
+ denom: 'ibc/A79AB3DCBA216AC7EC48C087E1DE0D30D5FE0F1FD22546BEEBCBB7D413F1A973',
15503
+ exponent: 0,
15504
+ aliases: ['lp:39:ambtcypt-wsat']
15505
+ }, {
15506
+ denom: 'lp:39:mbtcypt-wbtc',
15507
+ exponent: 18
15508
+ }],
15509
+ base: 'ibc/A79AB3DCBA216AC7EC48C087E1DE0D30D5FE0F1FD22546BEEBCBB7D413F1A973',
15510
+ name: 'mBTC Boost LP',
15511
+ display: 'lp:39:mbtcypt-wbtc',
15512
+ symbol: 'mBTC-BOOST-LP',
15513
+ logo_URIs: {
15514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15515
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15516
+ },
15517
+ images: [{
15518
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15519
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15520
+ }],
15521
+ type_asset: 'sdk.coin',
15522
+ traces: [{
15523
+ type: 'ibc',
15524
+ counterparty: {
15525
+ channel_id: 'channel-24',
15526
+ base_denom: 'lp:39:ambtcypt-wsat',
15527
+ chain_name: 'pryzm'
15528
+ },
15529
+ chain: {
15530
+ channel_id: 'channel-71'
15531
+ }
15532
+ }]
15533
+ },
15534
+ {
15535
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
15536
+ denom_units: [{
15537
+ denom: 'ibc/F333671AD7F04D53D939CDE06DB5061CA696B9F8D18FB46E4A08DD02F37DC3CA',
15538
+ exponent: 0,
15539
+ aliases: ['lp:40:wsat-uusdc']
15540
+ }, {
15541
+ denom: 'lp:40:wbtc-usdc',
15542
+ exponent: 18
15543
+ }],
15544
+ base: 'ibc/F333671AD7F04D53D939CDE06DB5061CA696B9F8D18FB46E4A08DD02F37DC3CA',
15545
+ name: 'WBTC / USDC LP',
15546
+ display: 'lp:40:wbtc-usdc',
15547
+ symbol: 'WBTC-USDC-LP',
15548
+ logo_URIs: {
15549
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15550
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15551
+ },
15552
+ images: [{
15553
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15554
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15555
+ }],
15556
+ type_asset: 'sdk.coin',
15557
+ traces: [{
15558
+ type: 'ibc',
15559
+ counterparty: {
15560
+ channel_id: 'channel-24',
15561
+ base_denom: 'lp:40:wsat-uusdc',
15562
+ chain_name: 'pryzm'
15563
+ },
15564
+ chain: {
15565
+ channel_id: 'channel-71'
15566
+ }
15567
+ }]
15568
+ },
14799
15569
  {
14800
15570
  description: 'QCK - native token of Quicksilver',
14801
15571
  denom_units: [{
@@ -14882,7 +15652,7 @@ const assets = {
14882
15652
  }]
14883
15653
  },
14884
15654
  {
14885
- description: 'The native staking token of Terra.',
15655
+ description: 'The native staking token of Terra Phoenix.',
14886
15656
  denom_units: [{
14887
15657
  denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
14888
15658
  exponent: 0,
@@ -14908,8 +15678,8 @@ const assets = {
14908
15678
  }
14909
15679
  }],
14910
15680
  socials: {
14911
- website: 'https://www.terra.money/',
14912
- twitter: 'https://twitter.com/terra_money'
15681
+ website: 'https://www.phoenix.money/',
15682
+ twitter: 'https://twitter.com/phoenix_dir'
14913
15683
  },
14914
15684
  type_asset: 'sdk.coin',
14915
15685
  traces: [{