Skip to content

Commit

Permalink
Merge pull request #488 from BitGo/COIN-1298
Browse files Browse the repository at this point in the history
feat(ccr): add polygon as intended chain for bsc
  • Loading branch information
kamleshmugdiya authored Aug 23, 2024
2 parents 228e002 + 95cf0c3 commit 1c604a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,11 +843,13 @@ export const evmCCRIntendedChainCoins: Record<string, readonly CoinMetadata[]> =
allCoinMetas.eth,
allCoinMetas.arbeth,
allCoinMetas.opeth,
allCoinMetas.polygon,
] as const,
tbsc: [
allCoinMetas.hteth,
allCoinMetas.tarbeth,
allCoinMetas.topeth,
allCoinMetas.tpolygon,
] as const,
baseeth: [
allCoinMetas.eth,
Expand Down

0 comments on commit 1c604a0

Please sign in to comment.