diff --git a/src/utils/constants.ts b/src/utils/constants.ts index a64848742..f4b6e3bbc 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -230,8 +230,11 @@ export function getChainInfo(chainId: number): ChainInfo { } // For destination chains with no native ETH support, we will send WETH even if the receiver is an EOA -// TODO: add Aleph Zero here -export const nonEthChains = [ChainId.POLYGON, ChainId.POLYGON_AMOY]; +export const nonEthChains = [ + ChainId.POLYGON, + ChainId.POLYGON_AMOY, + ChainId.ALEPH_ZERO, +]; export const tokenTable = Object.fromEntries( tokenList.map((token) => {