Skip to content

Commit

Permalink
Merge pull request #492 from BitGo/COIN-1592-wrw-add-support-for-ARB
Browse files Browse the repository at this point in the history
feat(wrw): add ccr support for arbeth
  • Loading branch information
venkateshv1266 authored Sep 4, 2024
2 parents 79a3125 + 6337188 commit c085651
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export function EvmCrossChainRecoveryBaseForm({
Label="Gas Limit"
name="gasLimit"
Width="fill"
value={gasLimit}
/>
</div>
)}
Expand Down
12 changes: 12 additions & 0 deletions src/helpers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -801,13 +801,15 @@ export const evmCCRWrongChainCoins: Record<BitgoEnv, readonly CoinMetadata[]> =
allCoinMetas.opeth,
allCoinMetas.bsc,
allCoinMetas.baseeth,
allCoinMetas.arbeth,
] as const,
test: [
allCoinMetas.tpolygon,
allCoinMetas.hteth,
allCoinMetas.topeth,
allCoinMetas.tbsc,
allCoinMetas.tbaseeth,
allCoinMetas.tarbeth,
] as const,
};

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

export const broadcastTransactionCoins: Record<
Expand Down

0 comments on commit c085651

Please sign in to comment.