We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.1.0
When you deploy your contract to testnet, it's not possible to get account wallet from metamask with web3.
app.js
window.web3.eth.accounts[0]
window.web3.eth.accounts[0] should return default wallet address
window.web3.eth.accounts[0] returns undefined
100%
The text was updated successfully, but these errors were encountered:
Fix wallet injecting on testnet (#257)
0500dc1
Resolves #256
Successfully merging a pull request may close this issue.
Environment/Browser
Version 1.1.0
Description
When you deploy your contract to testnet, it's not possible to get account wallet from metamask with web3.
Steps to reproduce
app.js
callwindow.web3.eth.accounts[0]
Expected result
window.web3.eth.accounts[0]
should return default wallet addressActual result
window.web3.eth.accounts[0]
returns undefinedReproducible
100%
The text was updated successfully, but these errors were encountered: