Skip to content

Commit

Permalink
Merge pull request #470 from BitGo/COIN-1463-wrw-add-opt-arb-as-inten…
Browse files Browse the repository at this point in the history
…ded-chain-v4-for-polygon

feat(wrw): add arb and op as intended chain for polygon
  • Loading branch information
venkateshv1266 authored Aug 9, 2024
2 parents e14cfc7 + e86a3f8 commit 14001a4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/helpers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,16 @@ export const evmCCRWrongChainCoins: Record<BitgoEnv, readonly CoinMetadata[]> =

export const evmCCRIntendedChainCoins: Record<string, readonly CoinMetadata[]> =
{
polygon: [allCoinMetas.eth] as const,
tpolygon: [allCoinMetas.hteth] as const,
polygon: [
allCoinMetas.eth,
allCoinMetas.arbeth,
allCoinMetas.opeth,
] as const,
tpolygon: [
allCoinMetas.hteth,
allCoinMetas.tarbeth,
allCoinMetas.topeth,
] as const,
eth: [
allCoinMetas.polygon,
allCoinMetas.arbeth,
Expand Down

0 comments on commit 14001a4

Please sign in to comment.