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
Regarding the warnings, for example, the following could be handled by adding an optional parameter to the Web3 constructor that prevents consoling this warning.
web3: console.warn
web3: NOTE: web3.js is running without provider. You need to pass a provider in order to interact with the network!
The text was updated successfully, but these errors were encountered:
Some of the tests are failing sometimes. Additionally, there are many logs that do not make it easy to investigate the issues.
A sample failing test:
https://github.com/web3/web3.js/actions/runs/5585779852/jobs/10209097808
Regarding the warnings, for example, the following could be handled by adding an optional parameter to the Web3 constructor that prevents consoling this warning.
The text was updated successfully, but these errors were encountered: