flashbots / ethers-provider-flashbots-bundle

Flashbots provider for ethers.js
543 stars 212 forks source link

Issue when running demo #86

Closed mikechn closed 1 year ago

mikechn commented 1 year ago

Hi,

I got this error when running demo. I have tried different versions of NodeJs, but neither worked. flashbots_error1

zeroXbrock commented 1 year ago

hey @mikechn thanks for raising this. It looks like your environment is not populated with the required variables (the error on line 30 should be due to FLASHBOTS_AUTH_KEY not being set). The script has been updated to check these vars for you -- try running again with the latest release and it will tell you what you're missing.

Closing this now but feel free to re-open if this doesn't solve your issue.