Skip to content

Commit

Permalink
Merge pull request #493 from BitGo/COIN-1401
Browse files Browse the repository at this point in the history
feat(ccr): add intended chains for recovery on base chain
  • Loading branch information
kamleshmugdiya authored Aug 30, 2024
2 parents 03199b7 + 8970e77 commit f716375
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 f716375

Please sign in to comment.