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