Skip to content

Commit 3b7c0f6

Browse files
committed
feat: allow api key in cross chain recovery page
Ticket: BTC-1074
1 parent 2b4204d commit 3b7c0f6

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)