-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Allow Provider to acces headers #2644
Comments
This is coming in the next minor version, which will allow a raw WebSocket to be passed into WebSocketProvider. :) |
Nice! How do I know when it's available? |
This should now be available in v5.6. You can now pass a Try it out and let me know if it works for you. :) |
This was added, so I'll close it. Please re-open or create a new issue if there are any problems. Thanks! :) |
ethers.js/packages/providers/src.ts/websocket-provider.ts
Line 72 in 7b134bd
Some endpoints need headers for SigV4 signing. Can we allow the WebSocket to accept headers?
The text was updated successfully, but these errors were encountered: