Brandon
Brandon
It can be caused by a few reasons but the most common cause is when your cpu (only single core) is overwhelmed and cannot handle the ping pong websocket events...
Looks like you have your own custom project with a "scripts" parameter called "build" defined in your `package.json`? Would you please provide that script's functionality? It would also be helpful...
Thanks for pointing this out! I have a hunch what is going on and will investigate tonight
Updated our dependent libraries. You have provided application.js with the correct KEY/SECRET right?
Good find! Would you be able / willing to submit a PR to address this?
I experienced the same issue. Initializing a wallet using a non-ECDSA private key was the issue. Some options now include: ```javascript const wallet = new hethers.Wallet({ account: accountId, privateKey: privateKey,...