-
Notifications
You must be signed in to change notification settings - Fork 337
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
The endpoint can only be paired with an https.Agent
. You have, instead, supplied an http.Agent
through httpAgent
#4
Comments
read the error again pls.. you will figure it out |
I meet the same problem, it seems like mev-bot misunderstood the url of https to http |
I meet the same problem |
I meet the same broblem |
Anyone got the solution? |
Just delete the code that checks agent type... |
Please tell me how to solve it |
change the endpoint https: to http: |
Please can someone help me tu run this ? |
easy,just comment out the agent like this: if (RPC_REQUESTS_PER_SECOND > 0) { |
why you can comment out httpAgent, is that any problem? because you comment out something...... |
When I run
yarn start
, I'm facing this error:The text was updated successfully, but these errors were encountered: