You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Our request manager could not identify the right adapter type for the adapter and hang the request forever.
Expected Behavior
Ganache should work fine with the web3 request manager.
Steps to Reproduce
Mentioned above.
Web3.js Version
4.x
Environment
Operating System: N/A
Browser: N/A
Node.js Version: 16.x
NPM Version: N/A
Anything Else?
The below logic assumes that the provider which have request method should accept a callback. But it seems that ganache provider does not accept a callback rather return a promise.