Skip to content

Commit 2fed815

Browse files
authoredFeb 25, 2025
chore: disable mev protect for binance web3 wallet (#11247)
<!-- Before opening a pull request, please read the [contributing guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md) first --> <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces a new feature related to wallet support in the `Mev` module by adding a check for the `Binance` wallet. ### Detailed summary - Added support for the `isBinance` wallet by including it in the wallet support check list. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 46b59da commit 2fed815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎apps/web/src/views/Mev/hooks/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const WalletProviders = [
4848
'isUniswapWallet',
4949
'isXDEFI',
5050
'isZerion',
51+
'isBinance',
5152
]
5253

5354
async function checkWalletSupportAddEthereumChain(connector: Connector) {

0 commit comments

Comments
 (0)