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
From conversation with @Galadrin
I've dig on the evm check: HEALTH : https://docs.velas.com/evm/rpc/#eth_chainid curl --data '{"method":"eth_chainId","params":[],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST https://evm-cronos.crypto.org {"jsonrpc":"2.0","id":1,"result":"0x19"} STATUS: https://docs.velas.com/evm/rpc/#eth_blocknumber curl --data '{"method":"eth_blockNumber","params":[],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST https://evm-cronos.crypto.org {"jsonrpc":"2.0","id":1,"result":"0x22bc76"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From conversation with @Galadrin
The text was updated successfully, but these errors were encountered: