Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjsuthar committed Sep 18, 2024
1 parent e0d2830 commit efde1a9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion 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 Expand Up @@ -927,7 +941,8 @@ export const tokenParentCoins = {
opethToken: 'opeth',
topethToken: 'topeth',
polygonToken: 'polygon',
tpolygonToken: 'tpolygon'
tpolygonToken: 'tpolygon',
tavaxchainToken: 'tavaxchain'
};

export type EvmCcrNonBitgoCoinConfigType = {
Expand Down

0 comments on commit efde1a9

Please sign in to comment.