Skip to content
New issue

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

Handle EVM endpoint Proxy #5

Open
tombeynon opened this issue Apr 21, 2022 · 0 comments
Open

Handle EVM endpoint Proxy #5

tombeynon opened this issue Apr 21, 2022 · 0 comments

Comments

@tombeynon
Copy link
Contributor

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"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant