You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fail to sign transaction. Error: could not decode result data (value="0x", info={ "method": "readNonce", "signature": "readNonce(uint256)" }, code=BAD_DATA, version=6.13.5) #457
var request = new TransactionRequest {
to = "0x978a0D022f6dF0A8FD5144604950e3bAd5516A66",
value = "0x0",
data="0xa9059cbb00000000000000000000000036d6279b6f403db3bcbeb5c4a7cdfa55f4a3e2bf0000000000000000000000000000000000000000000000000000000077359400" };
Then call await _passport.ZkEvmSendTransaction(request)
And get this error could not decode result data (value="0x", info={ "method": "readNonce", "signature": "readNonce(uint256)" }, code=BAD_DATA, version=6.13.5)
If I send the same transaction via MetaMask everything works