Skip to content

Commit

Permalink
feat(ccr): add polygon as intended chain for bsc
Browse files Browse the repository at this point in the history
Ticket: COIN-1298
  • Loading branch information
kamleshmugdiya committed Aug 23, 2024
1 parent 228e002 commit 95cf0c3
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 95cf0c3

Please sign in to comment.