@chain-registry/assets 1.70.240 → 1.70.242

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 +858 -6
  25. package/esm/mainnet/pryzm.js +6 -6
  26. package/esm/mainnet/quicksilver.js +6 -6
  27. package/esm/mainnet/secretnetwork.js +88 -6
  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 +858 -6
  57. package/mainnet/pryzm.js +6 -6
  58. package/mainnet/quicksilver.js +6 -6
  59. package/mainnet/secretnetwork.js +88 -6
  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
@@ -16002,6 +16002,146 @@ const assets = {
16002
16002
  }
16003
16003
  }]
16004
16004
  },
16005
+ {
16006
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
16007
+ denom_units: [{
16008
+ denom: 'ibc/587EBDEB5CFF88FA16232B448C3ACFF30A7A03992F6BBC5DE3B62D56DE2F97AE',
16009
+ exponent: 0,
16010
+ aliases: ['p:ambtc:30Sep2025']
16011
+ }, {
16012
+ denom: 'pmBTC30Sep2025',
16013
+ exponent: 18
16014
+ }],
16015
+ base: 'ibc/587EBDEB5CFF88FA16232B448C3ACFF30A7A03992F6BBC5DE3B62D56DE2F97AE',
16016
+ name: 'pmBTC (30Sep2025)',
16017
+ display: 'pmBTC30Sep2025',
16018
+ symbol: 'pmBTC-30Sep2025',
16019
+ logo_URIs: {
16020
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16021
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16022
+ },
16023
+ images: [{
16024
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16025
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16026
+ }],
16027
+ type_asset: 'sdk.coin',
16028
+ traces: [{
16029
+ type: 'ibc',
16030
+ counterparty: {
16031
+ channel_id: 'channel-2',
16032
+ base_denom: 'p:ambtc:30Sep2025',
16033
+ chain_name: 'pryzm'
16034
+ },
16035
+ chain: {
16036
+ channel_id: 'channel-75755'
16037
+ }
16038
+ }]
16039
+ },
16040
+ {
16041
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
16042
+ denom_units: [{
16043
+ denom: 'ibc/70801C356A0EB938521635E26BC823A3F584F040E1667C7F96AB5FD2F588470D',
16044
+ exponent: 0,
16045
+ aliases: ['p:ambtc:31Dec2025']
16046
+ }, {
16047
+ denom: 'pmBTC31Dec2025',
16048
+ exponent: 18
16049
+ }],
16050
+ base: 'ibc/70801C356A0EB938521635E26BC823A3F584F040E1667C7F96AB5FD2F588470D',
16051
+ name: 'pmBTC (31Dec2025)',
16052
+ display: 'pmBTC31Dec2025',
16053
+ symbol: 'pmBTC-31Dec2025',
16054
+ logo_URIs: {
16055
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16056
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16057
+ },
16058
+ images: [{
16059
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16060
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16061
+ }],
16062
+ type_asset: 'sdk.coin',
16063
+ traces: [{
16064
+ type: 'ibc',
16065
+ counterparty: {
16066
+ channel_id: 'channel-2',
16067
+ base_denom: 'p:ambtc:31Dec2025',
16068
+ chain_name: 'pryzm'
16069
+ },
16070
+ chain: {
16071
+ channel_id: 'channel-75755'
16072
+ }
16073
+ }]
16074
+ },
16075
+ {
16076
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
16077
+ denom_units: [{
16078
+ denom: 'ibc/F59F45BA91253FFD28F0962BF1C276552896C2DF4EB0301409BC9BD27C876A9E',
16079
+ exponent: 0,
16080
+ aliases: ['p:ambtc:31Mar2026']
16081
+ }, {
16082
+ denom: 'pmBTC31Mar2026',
16083
+ exponent: 18
16084
+ }],
16085
+ base: 'ibc/F59F45BA91253FFD28F0962BF1C276552896C2DF4EB0301409BC9BD27C876A9E',
16086
+ name: 'pmBTC (31Mar2026)',
16087
+ display: 'pmBTC31Mar2026',
16088
+ symbol: 'pmBTC-31Mar2026',
16089
+ logo_URIs: {
16090
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16091
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16092
+ },
16093
+ images: [{
16094
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16095
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16096
+ }],
16097
+ type_asset: 'sdk.coin',
16098
+ traces: [{
16099
+ type: 'ibc',
16100
+ counterparty: {
16101
+ channel_id: 'channel-2',
16102
+ base_denom: 'p:ambtc:31Mar2026',
16103
+ chain_name: 'pryzm'
16104
+ },
16105
+ chain: {
16106
+ channel_id: 'channel-75755'
16107
+ }
16108
+ }]
16109
+ },
16110
+ {
16111
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
16112
+ denom_units: [{
16113
+ denom: 'ibc/076D9B856EADEF89779E71126A3D12F05B5E38A5BAB065333457FB6EEA9CDB19',
16114
+ exponent: 0,
16115
+ aliases: ['p:ambtc:30Jun2026']
16116
+ }, {
16117
+ denom: 'pmBTC30Jun2026',
16118
+ exponent: 18
16119
+ }],
16120
+ base: 'ibc/076D9B856EADEF89779E71126A3D12F05B5E38A5BAB065333457FB6EEA9CDB19',
16121
+ name: 'pmBTC (30Jun2026)',
16122
+ display: 'pmBTC30Jun2026',
16123
+ symbol: 'pmBTC-30Jun2026',
16124
+ logo_URIs: {
16125
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16126
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16127
+ },
16128
+ images: [{
16129
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16130
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16131
+ }],
16132
+ type_asset: 'sdk.coin',
16133
+ traces: [{
16134
+ type: 'ibc',
16135
+ counterparty: {
16136
+ channel_id: 'channel-2',
16137
+ base_denom: 'p:ambtc:30Jun2026',
16138
+ chain_name: 'pryzm'
16139
+ },
16140
+ chain: {
16141
+ channel_id: 'channel-75755'
16142
+ }
16143
+ }]
16144
+ },
16005
16145
  {
16006
16146
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
16007
16147
  denom_units: [{
@@ -18557,6 +18697,146 @@ const assets = {
18557
18697
  }
18558
18698
  }]
18559
18699
  },
18700
+ {
18701
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
18702
+ denom_units: [{
18703
+ denom: 'ibc/5E6A7AB5907400C6D3F8FF3DF3F67AE65FE5CD4EB0ABB8867C59ACA81D79645A',
18704
+ exponent: 0,
18705
+ aliases: ['y:ambtc:30Sep2025']
18706
+ }, {
18707
+ denom: 'ymBTC30Sep2025',
18708
+ exponent: 18
18709
+ }],
18710
+ base: 'ibc/5E6A7AB5907400C6D3F8FF3DF3F67AE65FE5CD4EB0ABB8867C59ACA81D79645A',
18711
+ name: 'ymBTC (30Sep2025)',
18712
+ display: 'ymBTC30Sep2025',
18713
+ symbol: 'ymBTC-30Sep2025',
18714
+ logo_URIs: {
18715
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18716
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18717
+ },
18718
+ images: [{
18719
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18720
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18721
+ }],
18722
+ type_asset: 'sdk.coin',
18723
+ traces: [{
18724
+ type: 'ibc',
18725
+ counterparty: {
18726
+ channel_id: 'channel-2',
18727
+ base_denom: 'y:ambtc:30Sep2025',
18728
+ chain_name: 'pryzm'
18729
+ },
18730
+ chain: {
18731
+ channel_id: 'channel-75755'
18732
+ }
18733
+ }]
18734
+ },
18735
+ {
18736
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
18737
+ denom_units: [{
18738
+ denom: 'ibc/8547B5685FFCDC0F19A575D00951DBA6F00EC04B4A7A3A837E4DAB96C5763E7D',
18739
+ exponent: 0,
18740
+ aliases: ['y:ambtc:31Dec2025']
18741
+ }, {
18742
+ denom: 'ymBTC31Dec2025',
18743
+ exponent: 18
18744
+ }],
18745
+ base: 'ibc/8547B5685FFCDC0F19A575D00951DBA6F00EC04B4A7A3A837E4DAB96C5763E7D',
18746
+ name: 'ymBTC (31Dec2025)',
18747
+ display: 'ymBTC31Dec2025',
18748
+ symbol: 'ymBTC-31Dec2025',
18749
+ logo_URIs: {
18750
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18751
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18752
+ },
18753
+ images: [{
18754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18755
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18756
+ }],
18757
+ type_asset: 'sdk.coin',
18758
+ traces: [{
18759
+ type: 'ibc',
18760
+ counterparty: {
18761
+ channel_id: 'channel-2',
18762
+ base_denom: 'y:ambtc:31Dec2025',
18763
+ chain_name: 'pryzm'
18764
+ },
18765
+ chain: {
18766
+ channel_id: 'channel-75755'
18767
+ }
18768
+ }]
18769
+ },
18770
+ {
18771
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
18772
+ denom_units: [{
18773
+ denom: 'ibc/4469BAFC779FC985281939283FBF58392CEAB3553DB057C919D348391C8311DE',
18774
+ exponent: 0,
18775
+ aliases: ['y:ambtc:31Mar2026']
18776
+ }, {
18777
+ denom: 'ymBTC31Mar2026',
18778
+ exponent: 18
18779
+ }],
18780
+ base: 'ibc/4469BAFC779FC985281939283FBF58392CEAB3553DB057C919D348391C8311DE',
18781
+ name: 'ymBTC (31Mar2026)',
18782
+ display: 'ymBTC31Mar2026',
18783
+ symbol: 'ymBTC-31Mar2026',
18784
+ logo_URIs: {
18785
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18786
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18787
+ },
18788
+ images: [{
18789
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18790
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18791
+ }],
18792
+ type_asset: 'sdk.coin',
18793
+ traces: [{
18794
+ type: 'ibc',
18795
+ counterparty: {
18796
+ channel_id: 'channel-2',
18797
+ base_denom: 'y:ambtc:31Mar2026',
18798
+ chain_name: 'pryzm'
18799
+ },
18800
+ chain: {
18801
+ channel_id: 'channel-75755'
18802
+ }
18803
+ }]
18804
+ },
18805
+ {
18806
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
18807
+ denom_units: [{
18808
+ denom: 'ibc/B74DADEFF1EAAD6F369FC8BB27F0E776A08D2EFF079797B2F80058E2FE5C23E5',
18809
+ exponent: 0,
18810
+ aliases: ['y:ambtc:30Jun2026']
18811
+ }, {
18812
+ denom: 'ymBTC30Jun2026',
18813
+ exponent: 18
18814
+ }],
18815
+ base: 'ibc/B74DADEFF1EAAD6F369FC8BB27F0E776A08D2EFF079797B2F80058E2FE5C23E5',
18816
+ name: 'ymBTC (30Jun2026)',
18817
+ display: 'ymBTC30Jun2026',
18818
+ symbol: 'ymBTC-30Jun2026',
18819
+ logo_URIs: {
18820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18822
+ },
18823
+ images: [{
18824
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
18825
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
18826
+ }],
18827
+ type_asset: 'sdk.coin',
18828
+ traces: [{
18829
+ type: 'ibc',
18830
+ counterparty: {
18831
+ channel_id: 'channel-2',
18832
+ base_denom: 'y:ambtc:30Jun2026',
18833
+ chain_name: 'pryzm'
18834
+ },
18835
+ chain: {
18836
+ channel_id: 'channel-75755'
18837
+ }
18838
+ }]
18839
+ },
18560
18840
  {
18561
18841
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
18562
18842
  denom_units: [{
@@ -19642,6 +19922,111 @@ const assets = {
19642
19922
  }
19643
19923
  }]
19644
19924
  },
19925
+ {
19926
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
19927
+ denom_units: [{
19928
+ denom: 'ibc/0A37E6D85265C3CE9FBC475355B56B4E85A62F9F97773E9B4BBDCF33905D5823',
19929
+ exponent: 0,
19930
+ aliases: ['lp:38:ambtc']
19931
+ }, {
19932
+ denom: 'lp:38:mbtc',
19933
+ exponent: 18
19934
+ }],
19935
+ base: 'ibc/0A37E6D85265C3CE9FBC475355B56B4E85A62F9F97773E9B4BBDCF33905D5823',
19936
+ name: 'mBTC Yield LP',
19937
+ display: 'lp:38:mbtc',
19938
+ symbol: 'mBTC-YIELD-LP',
19939
+ logo_URIs: {
19940
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19941
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19942
+ },
19943
+ images: [{
19944
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19945
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19946
+ }],
19947
+ type_asset: 'sdk.coin',
19948
+ traces: [{
19949
+ type: 'ibc',
19950
+ counterparty: {
19951
+ channel_id: 'channel-2',
19952
+ base_denom: 'lp:38:ambtc',
19953
+ chain_name: 'pryzm'
19954
+ },
19955
+ chain: {
19956
+ channel_id: 'channel-75755'
19957
+ }
19958
+ }]
19959
+ },
19960
+ {
19961
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
19962
+ denom_units: [{
19963
+ denom: 'ibc/415010FB5AA64F09C62BCB2A1386BD940644EB4A1828532CD18A08205EC40F86',
19964
+ exponent: 0,
19965
+ aliases: ['lp:39:ambtcypt-wsat']
19966
+ }, {
19967
+ denom: 'lp:39:mbtcypt-wbtc',
19968
+ exponent: 18
19969
+ }],
19970
+ base: 'ibc/415010FB5AA64F09C62BCB2A1386BD940644EB4A1828532CD18A08205EC40F86',
19971
+ name: 'mBTC Boost LP',
19972
+ display: 'lp:39:mbtcypt-wbtc',
19973
+ symbol: 'mBTC-BOOST-LP',
19974
+ logo_URIs: {
19975
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19976
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19977
+ },
19978
+ images: [{
19979
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
19980
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
19981
+ }],
19982
+ type_asset: 'sdk.coin',
19983
+ traces: [{
19984
+ type: 'ibc',
19985
+ counterparty: {
19986
+ channel_id: 'channel-2',
19987
+ base_denom: 'lp:39:ambtcypt-wsat',
19988
+ chain_name: 'pryzm'
19989
+ },
19990
+ chain: {
19991
+ channel_id: 'channel-75755'
19992
+ }
19993
+ }]
19994
+ },
19995
+ {
19996
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
19997
+ denom_units: [{
19998
+ denom: 'ibc/0B10F783E5012100C142DA1C0D99A0E5B52EEBD882C1E4856378257566D04FA1',
19999
+ exponent: 0,
20000
+ aliases: ['lp:40:wsat-uusdc']
20001
+ }, {
20002
+ denom: 'lp:40:wbtc-usdc',
20003
+ exponent: 18
20004
+ }],
20005
+ base: 'ibc/0B10F783E5012100C142DA1C0D99A0E5B52EEBD882C1E4856378257566D04FA1',
20006
+ name: 'WBTC / USDC LP',
20007
+ display: 'lp:40:wbtc-usdc',
20008
+ symbol: 'WBTC-USDC-LP',
20009
+ logo_URIs: {
20010
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
20011
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
20012
+ },
20013
+ images: [{
20014
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
20015
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
20016
+ }],
20017
+ type_asset: 'sdk.coin',
20018
+ traces: [{
20019
+ type: 'ibc',
20020
+ counterparty: {
20021
+ channel_id: 'channel-2',
20022
+ base_denom: 'lp:40:wsat-uusdc',
20023
+ chain_name: 'pryzm'
20024
+ },
20025
+ chain: {
20026
+ channel_id: 'channel-75755'
20027
+ }
20028
+ }]
20029
+ },
19645
20030
  {
19646
20031
  description: 'The revenue token for Pylons',
19647
20032
  denom_units: [{
@@ -22194,7 +22579,7 @@ const assets = {
22194
22579
  }]
22195
22580
  },
22196
22581
  {
22197
- description: 'The native staking token of Terra.',
22582
+ description: 'The native staking token of Terra Phoenix.',
22198
22583
  denom_units: [{
22199
22584
  denom: 'ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9',
22200
22585
  exponent: 0,
@@ -22220,8 +22605,8 @@ const assets = {
22220
22605
  }
22221
22606
  }],
22222
22607
  socials: {
22223
- website: 'https://www.terra.money/',
22224
- twitter: 'https://twitter.com/terra_money'
22608
+ website: 'https://www.phoenix.money/',
22609
+ twitter: 'https://twitter.com/phoenix_dir'
22225
22610
  },
22226
22611
  type_asset: 'sdk.coin',
22227
22612
  traces: [{
@@ -25457,6 +25842,146 @@ const assets = {
25457
25842
  }
25458
25843
  }]
25459
25844
  },
25845
+ {
25846
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
25847
+ denom_units: [{
25848
+ denom: 'ibc/587EBDEB5CFF88FA16232B448C3ACFF30A7A03992F6BBC5DE3B62D56DE2F97AE',
25849
+ exponent: 0,
25850
+ aliases: ['p:ambtc:30Sep2025']
25851
+ }, {
25852
+ denom: 'pmBTC30Sep2025',
25853
+ exponent: 18
25854
+ }],
25855
+ base: 'ibc/587EBDEB5CFF88FA16232B448C3ACFF30A7A03992F6BBC5DE3B62D56DE2F97AE',
25856
+ name: 'pmBTC (30Sep2025)',
25857
+ display: 'pmBTC30Sep2025',
25858
+ symbol: 'pmBTC-30Sep2025',
25859
+ logo_URIs: {
25860
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
25861
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
25862
+ },
25863
+ images: [{
25864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
25865
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
25866
+ }],
25867
+ type_asset: 'sdk.coin',
25868
+ traces: [{
25869
+ type: 'ibc',
25870
+ counterparty: {
25871
+ channel_id: 'channel-2',
25872
+ base_denom: 'p:ambtc:30Sep2025',
25873
+ chain_name: 'pryzm'
25874
+ },
25875
+ chain: {
25876
+ channel_id: 'channel-75755'
25877
+ }
25878
+ }]
25879
+ },
25880
+ {
25881
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
25882
+ denom_units: [{
25883
+ denom: 'ibc/70801C356A0EB938521635E26BC823A3F584F040E1667C7F96AB5FD2F588470D',
25884
+ exponent: 0,
25885
+ aliases: ['p:ambtc:31Dec2025']
25886
+ }, {
25887
+ denom: 'pmBTC31Dec2025',
25888
+ exponent: 18
25889
+ }],
25890
+ base: 'ibc/70801C356A0EB938521635E26BC823A3F584F040E1667C7F96AB5FD2F588470D',
25891
+ name: 'pmBTC (31Dec2025)',
25892
+ display: 'pmBTC31Dec2025',
25893
+ symbol: 'pmBTC-31Dec2025',
25894
+ logo_URIs: {
25895
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
25896
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
25897
+ },
25898
+ images: [{
25899
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
25900
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
25901
+ }],
25902
+ type_asset: 'sdk.coin',
25903
+ traces: [{
25904
+ type: 'ibc',
25905
+ counterparty: {
25906
+ channel_id: 'channel-2',
25907
+ base_denom: 'p:ambtc:31Dec2025',
25908
+ chain_name: 'pryzm'
25909
+ },
25910
+ chain: {
25911
+ channel_id: 'channel-75755'
25912
+ }
25913
+ }]
25914
+ },
25915
+ {
25916
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
25917
+ denom_units: [{
25918
+ denom: 'ibc/F59F45BA91253FFD28F0962BF1C276552896C2DF4EB0301409BC9BD27C876A9E',
25919
+ exponent: 0,
25920
+ aliases: ['p:ambtc:31Mar2026']
25921
+ }, {
25922
+ denom: 'pmBTC31Mar2026',
25923
+ exponent: 18
25924
+ }],
25925
+ base: 'ibc/F59F45BA91253FFD28F0962BF1C276552896C2DF4EB0301409BC9BD27C876A9E',
25926
+ name: 'pmBTC (31Mar2026)',
25927
+ display: 'pmBTC31Mar2026',
25928
+ symbol: 'pmBTC-31Mar2026',
25929
+ logo_URIs: {
25930
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
25931
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
25932
+ },
25933
+ images: [{
25934
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
25935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
25936
+ }],
25937
+ type_asset: 'sdk.coin',
25938
+ traces: [{
25939
+ type: 'ibc',
25940
+ counterparty: {
25941
+ channel_id: 'channel-2',
25942
+ base_denom: 'p:ambtc:31Mar2026',
25943
+ chain_name: 'pryzm'
25944
+ },
25945
+ chain: {
25946
+ channel_id: 'channel-75755'
25947
+ }
25948
+ }]
25949
+ },
25950
+ {
25951
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
25952
+ denom_units: [{
25953
+ denom: 'ibc/076D9B856EADEF89779E71126A3D12F05B5E38A5BAB065333457FB6EEA9CDB19',
25954
+ exponent: 0,
25955
+ aliases: ['p:ambtc:30Jun2026']
25956
+ }, {
25957
+ denom: 'pmBTC30Jun2026',
25958
+ exponent: 18
25959
+ }],
25960
+ base: 'ibc/076D9B856EADEF89779E71126A3D12F05B5E38A5BAB065333457FB6EEA9CDB19',
25961
+ name: 'pmBTC (30Jun2026)',
25962
+ display: 'pmBTC30Jun2026',
25963
+ symbol: 'pmBTC-30Jun2026',
25964
+ logo_URIs: {
25965
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
25966
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
25967
+ },
25968
+ images: [{
25969
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
25970
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
25971
+ }],
25972
+ type_asset: 'sdk.coin',
25973
+ traces: [{
25974
+ type: 'ibc',
25975
+ counterparty: {
25976
+ channel_id: 'channel-2',
25977
+ base_denom: 'p:ambtc:30Jun2026',
25978
+ chain_name: 'pryzm'
25979
+ },
25980
+ chain: {
25981
+ channel_id: 'channel-75755'
25982
+ }
25983
+ }]
25984
+ },
25460
25985
  {
25461
25986
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
25462
25987
  denom_units: [{
@@ -28012,6 +28537,146 @@ const assets = {
28012
28537
  }
28013
28538
  }]
28014
28539
  },
28540
+ {
28541
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
28542
+ denom_units: [{
28543
+ denom: 'ibc/5E6A7AB5907400C6D3F8FF3DF3F67AE65FE5CD4EB0ABB8867C59ACA81D79645A',
28544
+ exponent: 0,
28545
+ aliases: ['y:ambtc:30Sep2025']
28546
+ }, {
28547
+ denom: 'ymBTC30Sep2025',
28548
+ exponent: 18
28549
+ }],
28550
+ base: 'ibc/5E6A7AB5907400C6D3F8FF3DF3F67AE65FE5CD4EB0ABB8867C59ACA81D79645A',
28551
+ name: 'ymBTC (30Sep2025)',
28552
+ display: 'ymBTC30Sep2025',
28553
+ symbol: 'ymBTC-30Sep2025',
28554
+ logo_URIs: {
28555
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
28556
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
28557
+ },
28558
+ images: [{
28559
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
28560
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
28561
+ }],
28562
+ type_asset: 'sdk.coin',
28563
+ traces: [{
28564
+ type: 'ibc',
28565
+ counterparty: {
28566
+ channel_id: 'channel-2',
28567
+ base_denom: 'y:ambtc:30Sep2025',
28568
+ chain_name: 'pryzm'
28569
+ },
28570
+ chain: {
28571
+ channel_id: 'channel-75755'
28572
+ }
28573
+ }]
28574
+ },
28575
+ {
28576
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
28577
+ denom_units: [{
28578
+ denom: 'ibc/8547B5685FFCDC0F19A575D00951DBA6F00EC04B4A7A3A837E4DAB96C5763E7D',
28579
+ exponent: 0,
28580
+ aliases: ['y:ambtc:31Dec2025']
28581
+ }, {
28582
+ denom: 'ymBTC31Dec2025',
28583
+ exponent: 18
28584
+ }],
28585
+ base: 'ibc/8547B5685FFCDC0F19A575D00951DBA6F00EC04B4A7A3A837E4DAB96C5763E7D',
28586
+ name: 'ymBTC (31Dec2025)',
28587
+ display: 'ymBTC31Dec2025',
28588
+ symbol: 'ymBTC-31Dec2025',
28589
+ logo_URIs: {
28590
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
28591
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
28592
+ },
28593
+ images: [{
28594
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
28595
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
28596
+ }],
28597
+ type_asset: 'sdk.coin',
28598
+ traces: [{
28599
+ type: 'ibc',
28600
+ counterparty: {
28601
+ channel_id: 'channel-2',
28602
+ base_denom: 'y:ambtc:31Dec2025',
28603
+ chain_name: 'pryzm'
28604
+ },
28605
+ chain: {
28606
+ channel_id: 'channel-75755'
28607
+ }
28608
+ }]
28609
+ },
28610
+ {
28611
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
28612
+ denom_units: [{
28613
+ denom: 'ibc/4469BAFC779FC985281939283FBF58392CEAB3553DB057C919D348391C8311DE',
28614
+ exponent: 0,
28615
+ aliases: ['y:ambtc:31Mar2026']
28616
+ }, {
28617
+ denom: 'ymBTC31Mar2026',
28618
+ exponent: 18
28619
+ }],
28620
+ base: 'ibc/4469BAFC779FC985281939283FBF58392CEAB3553DB057C919D348391C8311DE',
28621
+ name: 'ymBTC (31Mar2026)',
28622
+ display: 'ymBTC31Mar2026',
28623
+ symbol: 'ymBTC-31Mar2026',
28624
+ logo_URIs: {
28625
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
28626
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
28627
+ },
28628
+ images: [{
28629
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
28630
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
28631
+ }],
28632
+ type_asset: 'sdk.coin',
28633
+ traces: [{
28634
+ type: 'ibc',
28635
+ counterparty: {
28636
+ channel_id: 'channel-2',
28637
+ base_denom: 'y:ambtc:31Mar2026',
28638
+ chain_name: 'pryzm'
28639
+ },
28640
+ chain: {
28641
+ channel_id: 'channel-75755'
28642
+ }
28643
+ }]
28644
+ },
28645
+ {
28646
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
28647
+ denom_units: [{
28648
+ denom: 'ibc/B74DADEFF1EAAD6F369FC8BB27F0E776A08D2EFF079797B2F80058E2FE5C23E5',
28649
+ exponent: 0,
28650
+ aliases: ['y:ambtc:30Jun2026']
28651
+ }, {
28652
+ denom: 'ymBTC30Jun2026',
28653
+ exponent: 18
28654
+ }],
28655
+ base: 'ibc/B74DADEFF1EAAD6F369FC8BB27F0E776A08D2EFF079797B2F80058E2FE5C23E5',
28656
+ name: 'ymBTC (30Jun2026)',
28657
+ display: 'ymBTC30Jun2026',
28658
+ symbol: 'ymBTC-30Jun2026',
28659
+ logo_URIs: {
28660
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
28661
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
28662
+ },
28663
+ images: [{
28664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
28665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
28666
+ }],
28667
+ type_asset: 'sdk.coin',
28668
+ traces: [{
28669
+ type: 'ibc',
28670
+ counterparty: {
28671
+ channel_id: 'channel-2',
28672
+ base_denom: 'y:ambtc:30Jun2026',
28673
+ chain_name: 'pryzm'
28674
+ },
28675
+ chain: {
28676
+ channel_id: 'channel-75755'
28677
+ }
28678
+ }]
28679
+ },
28015
28680
  {
28016
28681
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
28017
28682
  denom_units: [{
@@ -29097,6 +29762,111 @@ const assets = {
29097
29762
  }
29098
29763
  }]
29099
29764
  },
29765
+ {
29766
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
29767
+ denom_units: [{
29768
+ denom: 'ibc/0A37E6D85265C3CE9FBC475355B56B4E85A62F9F97773E9B4BBDCF33905D5823',
29769
+ exponent: 0,
29770
+ aliases: ['lp:38:ambtc']
29771
+ }, {
29772
+ denom: 'lp:38:mbtc',
29773
+ exponent: 18
29774
+ }],
29775
+ base: 'ibc/0A37E6D85265C3CE9FBC475355B56B4E85A62F9F97773E9B4BBDCF33905D5823',
29776
+ name: 'mBTC Yield LP',
29777
+ display: 'lp:38:mbtc',
29778
+ symbol: 'mBTC-YIELD-LP',
29779
+ logo_URIs: {
29780
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
29781
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
29782
+ },
29783
+ images: [{
29784
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
29785
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
29786
+ }],
29787
+ type_asset: 'sdk.coin',
29788
+ traces: [{
29789
+ type: 'ibc',
29790
+ counterparty: {
29791
+ channel_id: 'channel-2',
29792
+ base_denom: 'lp:38:ambtc',
29793
+ chain_name: 'pryzm'
29794
+ },
29795
+ chain: {
29796
+ channel_id: 'channel-75755'
29797
+ }
29798
+ }]
29799
+ },
29800
+ {
29801
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
29802
+ denom_units: [{
29803
+ denom: 'ibc/415010FB5AA64F09C62BCB2A1386BD940644EB4A1828532CD18A08205EC40F86',
29804
+ exponent: 0,
29805
+ aliases: ['lp:39:ambtcypt-wsat']
29806
+ }, {
29807
+ denom: 'lp:39:mbtcypt-wbtc',
29808
+ exponent: 18
29809
+ }],
29810
+ base: 'ibc/415010FB5AA64F09C62BCB2A1386BD940644EB4A1828532CD18A08205EC40F86',
29811
+ name: 'mBTC Boost LP',
29812
+ display: 'lp:39:mbtcypt-wbtc',
29813
+ symbol: 'mBTC-BOOST-LP',
29814
+ logo_URIs: {
29815
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
29816
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
29817
+ },
29818
+ images: [{
29819
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
29820
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
29821
+ }],
29822
+ type_asset: 'sdk.coin',
29823
+ traces: [{
29824
+ type: 'ibc',
29825
+ counterparty: {
29826
+ channel_id: 'channel-2',
29827
+ base_denom: 'lp:39:ambtcypt-wsat',
29828
+ chain_name: 'pryzm'
29829
+ },
29830
+ chain: {
29831
+ channel_id: 'channel-75755'
29832
+ }
29833
+ }]
29834
+ },
29835
+ {
29836
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
29837
+ denom_units: [{
29838
+ denom: 'ibc/0B10F783E5012100C142DA1C0D99A0E5B52EEBD882C1E4856378257566D04FA1',
29839
+ exponent: 0,
29840
+ aliases: ['lp:40:wsat-uusdc']
29841
+ }, {
29842
+ denom: 'lp:40:wbtc-usdc',
29843
+ exponent: 18
29844
+ }],
29845
+ base: 'ibc/0B10F783E5012100C142DA1C0D99A0E5B52EEBD882C1E4856378257566D04FA1',
29846
+ name: 'WBTC / USDC LP',
29847
+ display: 'lp:40:wbtc-usdc',
29848
+ symbol: 'WBTC-USDC-LP',
29849
+ logo_URIs: {
29850
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
29851
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
29852
+ },
29853
+ images: [{
29854
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
29855
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
29856
+ }],
29857
+ type_asset: 'sdk.coin',
29858
+ traces: [{
29859
+ type: 'ibc',
29860
+ counterparty: {
29861
+ channel_id: 'channel-2',
29862
+ base_denom: 'lp:40:wsat-uusdc',
29863
+ chain_name: 'pryzm'
29864
+ },
29865
+ chain: {
29866
+ channel_id: 'channel-75755'
29867
+ }
29868
+ }]
29869
+ },
29100
29870
  {
29101
29871
  description: 'The revenue token for Pylons',
29102
29872
  denom_units: [{
@@ -31649,7 +32419,7 @@ const assets = {
31649
32419
  }]
31650
32420
  },
31651
32421
  {
31652
- description: 'The native staking token of Terra.',
32422
+ description: 'The native staking token of Terra Phoenix.',
31653
32423
  denom_units: [{
31654
32424
  denom: 'ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9',
31655
32425
  exponent: 0,
@@ -31675,8 +32445,8 @@ const assets = {
31675
32445
  }
31676
32446
  }],
31677
32447
  socials: {
31678
- website: 'https://www.terra.money/',
31679
- twitter: 'https://twitter.com/terra_money'
32448
+ website: 'https://www.phoenix.money/',
32449
+ twitter: 'https://twitter.com/phoenix_dir'
31680
32450
  },
31681
32451
  type_asset: 'sdk.coin',
31682
32452
  traces: [{
@@ -47798,6 +48568,47 @@ const assets = {
47798
48568
  }
47799
48569
  }]
47800
48570
  },
48571
+ {
48572
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
48573
+ denom_units: [{
48574
+ denom: 'ibc/87FAB4A0CE17C2B57830EDCF01C43C806B91AD7D0DCF2282D077C783FEA33C18',
48575
+ exponent: 0,
48576
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
48577
+ }, {
48578
+ denom: 'solid',
48579
+ exponent: 6
48580
+ }],
48581
+ type_asset: 'cw20',
48582
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
48583
+ base: 'ibc/87FAB4A0CE17C2B57830EDCF01C43C806B91AD7D0DCF2282D077C783FEA33C18',
48584
+ name: 'Solid USD',
48585
+ display: 'solid',
48586
+ symbol: 'SOLID',
48587
+ logo_URIs: {
48588
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
48589
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
48590
+ },
48591
+ images: [{
48592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
48593
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
48594
+ theme: {
48595
+ primary_color_hex: '#040404'
48596
+ }
48597
+ }],
48598
+ traces: [{
48599
+ type: 'ibc-cw20',
48600
+ counterparty: {
48601
+ port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
48602
+ channel_id: 'channel-85',
48603
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
48604
+ chain_name: 'terra2'
48605
+ },
48606
+ chain: {
48607
+ port: 'transfer',
48608
+ channel_id: 'channel-559'
48609
+ }
48610
+ }]
48611
+ },
47801
48612
  {
47802
48613
  description: 'The native token cw20 for SIENNA on Secret Network',
47803
48614
  denom_units: [{
@@ -56756,6 +57567,47 @@ const assets = {
56756
57567
  channel_id: 'channel-559'
56757
57568
  }
56758
57569
  }]
57570
+ },
57571
+ {
57572
+ description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
57573
+ denom_units: [{
57574
+ denom: 'ibc/87FAB4A0CE17C2B57830EDCF01C43C806B91AD7D0DCF2282D077C783FEA33C18',
57575
+ exponent: 0,
57576
+ aliases: ['cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst']
57577
+ }, {
57578
+ denom: 'solid',
57579
+ exponent: 6
57580
+ }],
57581
+ type_asset: 'cw20',
57582
+ address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
57583
+ base: 'ibc/87FAB4A0CE17C2B57830EDCF01C43C806B91AD7D0DCF2282D077C783FEA33C18',
57584
+ name: 'Solid USD',
57585
+ display: 'solid',
57586
+ symbol: 'SOLID',
57587
+ logo_URIs: {
57588
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
57589
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
57590
+ },
57591
+ images: [{
57592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
57593
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
57594
+ theme: {
57595
+ primary_color_hex: '#040404'
57596
+ }
57597
+ }],
57598
+ traces: [{
57599
+ type: 'ibc-cw20',
57600
+ counterparty: {
57601
+ port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
57602
+ channel_id: 'channel-85',
57603
+ base_denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
57604
+ chain_name: 'terra2'
57605
+ },
57606
+ chain: {
57607
+ port: 'transfer',
57608
+ channel_id: 'channel-559'
57609
+ }
57610
+ }]
56759
57611
  }
56760
57612
  ]
56761
57613
  };