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
Latest web3.js provides its own type info. However, since these are incompatible with the ones provided by @types/web3, the migration is not immediate (for instance, currentProvider can now be a string).
Latest web3.js provides its own type info. However, since these are incompatible with the ones provided by
@types/web3, the migration is not immediate (for instance,currentProvidercan now be a string).