We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b4204d + 3b7c0f6 commit 6816ae5Copy full SHA for 6816ae5
src/containers/WrongChainRecovery/WrongChainRecovery.tsx
@@ -44,12 +44,6 @@ export function WrongChainRecovery() {
44
}, [destinationCoins, destinationCoin]);
45
46
const apiProvider = (): 'Block Chair' | undefined => {
47
- if (
48
- sourceCoin == allCoinMetas.btc.value ||
49
- sourceCoin === allCoinMetas.tbtc.value
50
- ) {
51
- return undefined;
52
- }
53
return 'Block Chair';
54
};
55
0 commit comments