Skip to content

Commit 6816ae5

Browse files
authored
Merge pull request #419 from BitGo/BTC-1074
feat: allow api key in cross chain recovery page
2 parents 2b4204d + 3b7c0f6 commit 6816ae5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/containers/WrongChainRecovery/WrongChainRecovery.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ export function WrongChainRecovery() {
4444
}, [destinationCoins, destinationCoin]);
4545

4646
const apiProvider = (): 'Block Chair' | undefined => {
47-
if (
48-
sourceCoin == allCoinMetas.btc.value ||
49-
sourceCoin === allCoinMetas.tbtc.value
50-
) {
51-
return undefined;
52-
}
5347
return 'Block Chair';
5448
};
5549

0 commit comments

Comments
 (0)