Skip to content

Block-wallet integration in DAPP issue #369

@nenadV91

Description

@nenadV91

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:

  1. Go to swap.cow.fi on chrome
  2. Have block-wallet extension installed
  3. Open dev tools and then console
  4. Run const provider = ethereum.providers.find(p => p.isBlockWallet)
  5. Log just provider to see that its there as it should be
  6. Try to request any provider method provider.request({ method: 'eth_requestAccounts' }) or provider.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

Screenshots
Screenshot 2023-03-01 at 12 56 06

As opposed to Tally wallet for example
Screenshot 2023-03-01 at 13 05 54

Desktop (please complete the following information):

  • OS: Mac OS Ventura
  • Browser Chrome
  • Version 110.0.5481.177 (Official Build) (arm64)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions