diff --git a/src/contexts/Balances.tsx b/src/contexts/Balances.tsx index a910132bfd..86ace56410 100644 --- a/src/contexts/Balances.tsx +++ b/src/contexts/Balances.tsx @@ -416,6 +416,10 @@ export function useAllBalances(): Array { Object.keys(state[chainId]).map(address => { return Object.keys(state[chainId][address]).map(tokenAddress => { if (state[chainId][address][tokenAddress].value) { + // fix if ETH found in local storage from old storage + if (tokenAddress === 'ETH') { + tokenAddress = WETH[chainId] + } newBalances[chainId] = { ...newBalances[chainId], [address]: {