chainId error in hardhat #1302
Unanswered
CodeLikeLisa
asked this question in
Q&A
Replies: 2 comments 5 replies
-
If I had to take a wild guess, maybe cause your what are you trying to do with that command? |
Beta Was this translation helpful? Give feedback.
5 replies
-
@CodeLikeLisa Please follow this guide next time when you ask a question. How to Ask Question Guide And give minimalistic code to reproduce error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
curl -X POST RPC_URL_HERE -d '{"method": "eth_chainId", "id" : "0"}'
I get{"jsonrpc":"2.0","id":null,"error":{"code":-32600,"message":"Invalid request","data":{"message":"Invalid request"}}}
- how do I fix thisBeta Was this translation helpful? Give feedback.
All reactions