Does Hardhat modify the RPC URL? #3813
Unanswered
ebaizel
asked this question in
Troubleshooting
Replies: 2 comments
-
I'm pretty sure we don't do that. If we do, is an error.
We don't have a way to do that. But it would make sense to add something like that to the verbose output. Can you tell me how you are using the remote endpoint? Is it a network you are connecting to, or is it a network you are forking? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmm, maybe this issue is related to your problem? #3815 |
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
-
I'm trying to debug why an RPC endpoint is not working within Hardhat, when it works for curl requests. The RPC endpoint is case sensitive, and it includes a query parameter.
Does Hardhat do something like lowercasing the url, or removing query parameters?
Is there a way to see what rpc endpoint it is calling? I've enabled
--verbose
but that doesn't display that.Beta Was this translation helpful? Give feedback.
All reactions