Replies: 2 comments 5 replies
-
I'm facing a similar issue on // Domain
{
types: {
MetaTransaction: [
{ name: "nonce", type: "uint256" },
{ name: "from", type: "address" },
{ name: "functionSignature", type: "bytes" },
],
},
primaryType: "MetaTransaction",
domain: {
name: domainName,
version: "1",
chainId,
verifyingContract,
},
message: {
nonce,
from,
functionSignature,
},
}
}
// response
{
"code": -32000,
"message": "The operation couldn’t be completed. (TrustWalletConnect.WCError error 1.)"
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @onkaraman , to help us better locate the issue, please send us the raw message that is sent to Trust. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #3045
Originally posted by onkaraman March 31, 2023
Hi all,
the following code works with MetaMask, but on Trust Wallet I have issues:
The value of
JSON.stringify(EIP712types.newRecord(this.state.createName, this.state.createSNr))
isTrust Wallet returns the error:
I'm testing my dApp locally with ganache.
Beta Was this translation helpful? Give feedback.
All reactions