Skip to content

Commit

Permalink
chore(wrw): config changes addition of avaxc coin
Browse files Browse the repository at this point in the history
COIN-1708

chore(wrw): config changes addition of avaxc coin
COIN-1708
  • Loading branch information
nrjsuthar committed Sep 18, 2024
1 parent 3a6e523 commit bb79cc0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/helpers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ export const evmCCRWrongChainCoins: Record<BitgoEnv, readonly CoinMetadata[]> =
allCoinMetas.bsc,
allCoinMetas.baseeth,
allCoinMetas.arbeth,
allCoinMetas.avaxc
] as const,
test: [
allCoinMetas.tpolygon,
Expand All @@ -810,6 +811,7 @@ export const evmCCRWrongChainCoins: Record<BitgoEnv, readonly CoinMetadata[]> =
allCoinMetas.tbsc,
allCoinMetas.tbaseeth,
allCoinMetas.tarbeth,
allCoinMetas.tavaxc
] as const,
};

Expand Down Expand Up @@ -879,6 +881,18 @@ export const evmCCRIntendedChainCoins: Record<string, readonly CoinMetadata[]> =
allCoinMetas.tpolygon,
allCoinMetas.topeth,
] as const,
avaxc: [
allCoinMetas.eth,
allCoinMetas.polygon,
allCoinMetas.opeth,
allCoinMetas.arbeth,
] as const,
tavaxc: [
allCoinMetas.hteth,
allCoinMetas.tpolygon,
allCoinMetas.topeth,
allCoinMetas.tarbeth,
] as const,
};

export const broadcastTransactionCoins: Record<
Expand Down

0 comments on commit bb79cc0

Please sign in to comment.