From e86a3f86942a4a9eba91e71158ccf60284b45059 Mon Sep 17 00:00:00 2001 From: Venkatesh V Date: Fri, 9 Aug 2024 13:10:06 +0530 Subject: [PATCH] feat(wrw): add arb and op as intended chain for polygon --- src/helpers/config.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/helpers/config.ts b/src/helpers/config.ts index fd1c080a..b03c17c8 100644 --- a/src/helpers/config.ts +++ b/src/helpers/config.ts @@ -770,8 +770,16 @@ export const evmCCRWrongChainCoins: Record = export const evmCCRIntendedChainCoins: Record = { - polygon: [allCoinMetas.eth] as const, - tpolygon: [allCoinMetas.hteth] as const, + polygon: [ + allCoinMetas.eth, + allCoinMetas.arbeth, + allCoinMetas.opeth, + ] as const, + tpolygon: [ + allCoinMetas.hteth, + allCoinMetas.tarbeth, + allCoinMetas.topeth, + ] as const, eth: [ allCoinMetas.polygon, allCoinMetas.arbeth,