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 has been archived by the owner on Mar 28, 2023. It is now read-only.
I think the move here is to provide the ability to specify an account in config, fall back on defaultAccount, and throw if neither is set rather than implicitly guessing---particularly when there's already a mechanism to spare us the guess in defaultAccount.
When trying to run through a deposit, I ran into an issue where transactions can't be sent because
web3.eth.defaultAccount
wasn't set.I don't think its a common practice for devs to set this value, at least I've never used it.
Options to address this would be:
The text was updated successfully, but these errors were encountered: