We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
RPC return block that has different parent hash
curl -X POST -H "content-type: application/json" \ -d '{"jsonrpc": "2.0", "id": 1, "method": "eth_getBlockByNumber", "params": ["0xf3410f", false]}' \ https://xlayertestrpc.okx.com/ --compressed 2>/dev/null | jq .result.parentHash
"0x0d03a1be58c068e3d05969b3282ae1bc29e086cefdd5ed95b80ebda39cbcbd94"
curl -X POST -H "content-type: application/json" -d '{"jsonrpc": "2.0", "id": 2, "method": "eth_getBlockByNumber", "params": ["0xf3410e", false]}' \ https://xlayertestrpc.okx.com/ --compressed 2>/dev/null | jq .result.hash
"0xcb131af78c2b8c138b29870bac01ca634591d61f2d7f7be29b934dd7c38ab079"
X Layer verified that it was change to match Erigon RPC's blockhash and zkNode's blockhash.
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: