WalletConnect / walletconnect-example-dapp

Example Dapp
https://example.walletconnect.org/
MIT License
363 stars 346 forks source link

fix: chainId mismatch for eth_signTypedData #104

Closed gutenye closed 8 months ago

gutenye commented 1 year ago

The EIP-712 says The user-agent should refuse signing if it does not match the currently active chain.

The Dapp connects with chainId 1, but send a request with chainId 42