fix(@wallet): enable eth bridging

fixes #16018
This commit is contained in:
Anthony Laibe 2024-08-08 09:51:28 +02:00 committed by Anthony Laibe
parent 2d0c62ba9d
commit b4e08493ee
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ QtObject {
// This is hard coded for now, and should be updated whenever Hop add new tokens for support
// This should be dynamically fetched somehow in the future
readonly property var tokensSupportedByHopBridge: ["USDC", "USDC.e", "USDT", "DAI", "HOP", "SNX", "sUSD", "rETH", "MAGIC"]
readonly property var tokensSupportedByHopBridge: ["USDC", "USDC.e", "USDT", "DAI", "HOP", "SNX", "sUSD", "rETH", "MAGIC", "ETH"]
readonly property SortFilterProxyModel bridgeableGroupedAccountAssetsModel: SortFilterProxyModel {
objectName: "bridgeableGroupedAccountAssetsModel"