-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Describe the bug
Hello, I was trying to integrate your wallet as an option in our app called Cowswap.
But it looks like requests are not getting to your wallet.
I have block wallet installed on chrome as an extension and I can find the provider for your wallet.
To Reproduce
Steps to reproduce the behavior:
- Go to swap.cow.fi on chrome
- Have block-wallet extension installed
- Open dev tools and then console
- Run
const provider = ethereum.providers.find(p => p.isBlockWallet) - Log just
providerto see that its there as it should be - Try to request any provider method
provider.request({ method: 'eth_requestAccounts' })orprovider.request({ method: 'eth_chainId' })
Expected behavior
The promise should resolve with requested data such as accounts or chain id, as it works for other injected wallets
As opposed to Tally wallet for example

Desktop (please complete the following information):
- OS: Mac OS Ventura
- Browser Chrome
- Version 110.0.5481.177 (Official Build) (arm64)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
