Parameters for [eth_signTypedData](https://docs.walletconnect.com/1.0/json-rpc-api-methods/ethereum#eth_signtypeddata) should be a string and a json object, but `App.tsx` `testSignTypedData` sends two strings. https://github.com/WalletConnect/walletconnect-example-dapp/blob/5ab318db1ea84c4038d8e646281cf08e14c1360f/src/App.tsx#L415-L420 When it should be: ``` javascript // eth_signTypedData params const msgParams = [address, eip712.example]; ```
Parameters for eth_signTypedData should be a string and a json object, but
App.tsxtestSignTypedDatasends two strings.walletconnect-example-dapp/src/App.tsx
Lines 415 to 420 in 5ab318d
When it should be: