Skip to content

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

Closed
@BestStream

Description

@BestStream

I create such a request:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions