(Mandatory) Description
Currently, we have the error when loading DApp because of yesterday's update of MetaMask to v7.7.0:
This PR fixes the error keeping backward compatible behavior. MetaMask released v7.7.0 on December 3rd and removed web3.currentProvider.publicConfigStore field from their web3 provider. This is part of upcoming breaking changes described in https://medium.com/metamask/breaking-changes-to-the-metamask-inpage-provider-b4dde069dd0a. I tried to replace MetaMask's window.ethereum API with the new one, but that doesn't work yet. We will replace that later (and before January 13, 2020 when the MetaMask's changes suppose to work properly).
(Mandatory) What is it: (Fix), (Feature), or (Refactor) in Title
(Fix)
(Mandatory) Description Currently, we have the error when loading DApp because of yesterday's update of MetaMask to
v7.7.0
:This PR fixes the error keeping backward compatible behavior. MetaMask released
v7.7.0
onDecember 3rd
and removedweb3.currentProvider.publicConfigStore
field from their web3 provider. This is part of upcoming breaking changes described in https://medium.com/metamask/breaking-changes-to-the-metamask-inpage-provider-b4dde069dd0a. I tried to replace MetaMask'swindow.ethereum
API with the new one, but that doesn't work yet. We will replace that later (and beforeJanuary 13, 2020
when the MetaMask's changes suppose to work properly).(Mandatory) What is it: (Fix), (Feature), or (Refactor) in Title (Fix)