Skip to content

Commit 74e144b

Browse files
committed
chore: enable binance (#4761)
1 parent 6d89482 commit 74e144b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/controllers/src/controllers/ApiController.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ export const ApiController = {
139139
return true
140140
}
141141

142-
if (w.id === CUSTOM_DEEPLINK_WALLETS.COINBASE.id) {
142+
if (
143+
w.id === CUSTOM_DEEPLINK_WALLETS.COINBASE.id ||
144+
w.id === CUSTOM_DEEPLINK_WALLETS.BINANCE.id
145+
) {
143146
return true
144147
}
145148
const isSolana = ChainController.state.activeChain === 'solana'

0 commit comments

Comments
 (0)