We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d89482 commit 74e144bCopy full SHA for 74e144b
1 file changed
packages/controllers/src/controllers/ApiController.ts
@@ -139,7 +139,10 @@ export const ApiController = {
139
return true
140
}
141
142
- if (w.id === CUSTOM_DEEPLINK_WALLETS.COINBASE.id) {
+ if (
143
+ w.id === CUSTOM_DEEPLINK_WALLETS.COINBASE.id ||
144
+ w.id === CUSTOM_DEEPLINK_WALLETS.BINANCE.id
145
+ ) {
146
147
148
const isSolana = ChainController.state.activeChain === 'solana'
0 commit comments