Closed sinolopes closed 10 months ago
Brave and MetaMask tend to clash with each other over window.ethereum
so the best thing to do is rely on EIP-6963 support in Wagmi to determine what connectors t show or use your current workaround.
Ok thanks !
This issue has been locked since it has been closed for more than 14 days.
If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest wagmi version. If you have any other comments you can create a new discussion.
Describe the bug
I am using the following configuration:
Metamask works fine with
connect()
, but Brave Wallet does not. A temporary fix is as follows:Link to Minimal Reproducible Example
No response
Steps To Reproduce
Set config connectors to : [ injected({ target: "metaMask", }), injected({ target: "braveWallet", }), ],
try to connect on braveWallet.
Package Version
2.0.1
Viem Version
2.0.0
TypeScript Version
5.3.3
Anything else?
No response
Validations