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
We are probably using some functions from web3 which are not injected without Metamask.
the previous deployer version contained a runtime check-and-swap action that would choose between the internal web3 object and the externally provided one. Now, when the account is set to external (or 'metamask' ?), the new deployer is probably assuming window.web3 is always valid.
Environment/Browser
Superblocks 2.0
Description
Type error due to undefined object when trying to deploy contract on a browser which doesn't have Metamask installed.
Originally reported by @Spejbl: issue #401 (review)
Steps to reproduce
Expected result
No errors.
Actual result
Hints and possible solutions
The text was updated successfully, but these errors were encountered: