web3-onboard icon indicating copy to clipboard operation
web3-onboard copied to clipboard

Can not signMessage when use safe wallet connect by Walletconnect

Open yanfeizuo opened this issue 1 year ago • 0 comments

Current Behavior

Call signMessage, get 0x0.

Expected Behavior

Get none zero hex string

Steps To Reproduce

  1. env
  1. run
  • connect by
  • get signer: new ethers.BrowserProvider(provider).getSigner()
  • call signMessage: signer.signMessage(SIGN_MSG)
  1. If I use metamask or connect mobile wallet by walletconnect to signMessage are correct, so I'm not sure if this is walletconnect's problem.

What package is effected by this issue?

@web3-onboard/walletconnect

Is this a build or a runtime issue?

Build

Package Version

2.6.1

Node Version

18

What browsers are you seeing the problem on?

Firefox, Chrome, Safari, Microsoft Edge

Relevant log output

No response

Anything else?

No response

Sanity Check

  • [X] If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.

yanfeizuo avatar Aug 29 '24 09:08 yanfeizuo