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
A while back we settled on a convention of using w3 as the variable name for an instance of the Web3 object. We still have some places in the docs that use the old web3 name.
How can it be fixed?
Check through the docs for code examples which use the variable name web3 to represent an instance of the Web3 object and convert them to use w3 instead.