From 8970e77dd31487fc2b1a96049de20a8bc611ffc0 Mon Sep 17 00:00:00 2001 From: Kamlesh Mugdiya Date: Fri, 30 Aug 2024 10:20:46 +0530 Subject: [PATCH] feat(ccr): add intended chains for recovery on base chain Ticket: COIN-1401 --- src/helpers/config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/helpers/config.ts b/src/helpers/config.ts index 2d91ba51..02b9b320 100644 --- a/src/helpers/config.ts +++ b/src/helpers/config.ts @@ -853,9 +853,15 @@ export const evmCCRIntendedChainCoins: Record = ] as const, baseeth: [ allCoinMetas.eth, + allCoinMetas.arbeth, + allCoinMetas.opeth, + allCoinMetas.polygon, ] as const, tbaseeth: [ allCoinMetas.hteth, + allCoinMetas.tarbeth, + allCoinMetas.topeth, + allCoinMetas.tpolygon, ] as const, };