Skip to content

Commit

Permalink
feat(wrw): add arb and op as intended chain for polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
venkateshv1266 committed Aug 9, 2024
1 parent e14cfc7 commit e86a3f8
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 e86a3f8

Please sign in to comment.