Skip to content

Commit

Permalink
feat(ccr): add intended chains for recovery on base chain
Browse files Browse the repository at this point in the history
Ticket: COIN-1401
  • Loading branch information
kamleshmugdiya committed Aug 30, 2024
1 parent 03199b7 commit 8970e77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/helpers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,9 +853,15 @@ export const evmCCRIntendedChainCoins: Record<string, readonly CoinMetadata[]> =
] as const,
baseeth: [
allCoinMetas.eth,
allCoinMetas.arbeth,
allCoinMetas.opeth,
allCoinMetas.polygon,
] as const,
tbaseeth: [
allCoinMetas.hteth,
allCoinMetas.tarbeth,
allCoinMetas.topeth,
allCoinMetas.tpolygon,
] as const,
};

Expand Down

0 comments on commit 8970e77

Please sign in to comment.