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, };