nullbitx8
nullbitx8
Try creating the flashbots provider like this ``` const flashbotsProvider = FlashbotsBundleProvider.create( provider, authSigner, "https://relay-goerli.flashbots.net", "goerli") ```
This issue can be closed. Fix: https://github.com/flashbots/ethers-provider-flashbots-bundle/commit/500b4498e51fc77600aca61cdc6c429215741d97
@codenamejason perhaps I had something messed up in my local environment when I opened this. Thanks!
> The easiest way to fix this is to just use a newer version of node that supports fetch, I believe node 16 was the last version that did not...
There is a note in the README for troubleshooting connection errors. ```If you see errors like ECONNRESET or "socket hang up", run node -v to make sure your node version...