WalletConnect / web3modal

A single Web3 provider solution for all Wallets

Home Page:https://web3modal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] missing address in verifyMessage args

pociej opened this issue · comments

Link to minimal reproducible example

no need

Summary

missing address in

SIWEVerifyMessageArgs {
  message: string
  signature: string
  cacao?: Cacao
}

To verify message signature address is needed to perform calculation like here https://github.com/wevm/viem/blob/7da5224467ca5a6368f27734a01b56f53c2c0106/src/utils/signature/verifyMessage.ts#L32.

List of related npm package versions

web3modal/siwe