MetaMask / extension-provider

A module for allowing a WebExtension to access the web3 provider from an installed MetaMask instance
MIT License
68 stars 28 forks source link

Upgrade deps to compatible with metamask-extension v9.x #17

Closed guanbinrui closed 3 years ago

guanbinrui commented 3 years ago

I got the following error message while I'm trying to connect MetaMask v9.x by Mask Network.

test

It may cause by the latest upgrades of metamask-extension. It's not backward compatible :/ Upgrade @metamask/inpage-provider to v8.0.3 slove the problem.

Gudahtt commented 3 years ago

Thanks for the contribution @guanbinrui !

This regression was unintended; we did plan on retaining compatibility with v9. We're working on restoring extension-provider@2.0.0 compatibility for the next release of the extension: https://github.com/MetaMask/metamask-extension/pull/10283