Skip to content

Write operation on block explorer cause json rpc error on stageΒ #544

@Deniallugo

Description

@Deniallugo

πŸ› Bug Report

Write opertaion went through on the simillar contract on gateway testnet but not gateway stage. And the very same calldata went through using cast on stage.

πŸ“ Description

During the operations with https://explorer.era-gateway-stage.zksync.dev/address/0x3E4405B5C0737A55533970260a3D9fBc34E1A9Af gateway contract.

we noticed the internal error from json rpc

could not coalesce error (error={ "code": -32603, "message": "Internal JSON-RPC error." }, payload={ "id": 7, "jsonrpc": "2.0", "method": "eth_sendTransaction", "params": [ { "data": "0x2f2ff15d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eda8a1e3bcec497b4fb627fdb1726ceb347a2150", "from": "0xce914b30e46334cf76d2d3e2556f8af0bef9bd42", "gas": "0x2ac07", "gasPrice": "0x2eee9c3", "to": "0x3e4405b5c0737a55533970260a3d9fbc34e1a9af", "type": "0x0" } ] }, code=UNKNOWN_ERROR, version=6.13.4)

at the same time very same operation on testnet went through
https://sepolia.gateway.explorer.zksync.io/address/0x3E4405B5C0737A55533970260a3D9fBc34E1A9Af

Using cast on stage is also helped to send this operation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions