Skip to content

Commit

Permalink
Merge pull request #445 from BitGo/COIN-837
Browse files Browse the repository at this point in the history
fix: remove avaxc and etc from intended chain
  • Loading branch information
kamleshmugdiya authored May 31, 2024
2 parents b74845b + 0eba6da commit 2f62d4a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/helpers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,29 +727,21 @@ export const evmCCRIntendedChainCoins: Record<string, readonly CoinMetadata[]> =
allCoinMetas.polygon,
allCoinMetas.arbeth,
allCoinMetas.opeth,
allCoinMetas.avaxc,
allCoinMetas.etc,
] as const,
hteth: [
allCoinMetas.tpolygon,
allCoinMetas.tarbeth,
allCoinMetas.topeth,
allCoinMetas.tavaxc,
allCoinMetas.tetc,
] as const,
topeth: [
allCoinMetas.tarbeth,
allCoinMetas.hteth,
allCoinMetas.tpolygon,
allCoinMetas.tavaxc,
allCoinMetas.tetc
] as const,
opeth: [
allCoinMetas.arbeth,
allCoinMetas.eth,
allCoinMetas.polygon,
allCoinMetas.avaxc,
allCoinMetas.etc
] as const,
};

Expand Down

0 comments on commit 2f62d4a

Please sign in to comment.