Closed lritter79 closed 2 years ago
getWeb3.js has "ethereum.enable()" on line 12. According to the docs, it is deprecated and should be replaced with"ethereum.request({ method: 'eth_requestAccounts' })"
PR opened here for the change: https://github.com/truffle-box/react-box/pull/171
Hey @lritter79, thanks for opening this issue! This is now fixed in the latest version.
getWeb3.js has "ethereum.enable()" on line 12. According to the docs, it is deprecated and should be replaced with"ethereum.request({ method: 'eth_requestAccounts' })"