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.
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)
Using cast on stage is also helped to send this operation.
馃悰 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
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.