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

Fix connecting to firefox #2

Closed Powersource closed 5 years ago

Powersource commented 6 years ago

Fixes https://github.com/MetaMask/metamask-extension-provider/issues/1

corollari commented 5 years ago

This should get merged, as it correctly fixes an issue that makes the code break on Firefox. If anybody else has this problem a possible workaround is to replace the build instructions with:

browserify sample-extension/index.js -o sample-extension/bundle.js
sed -i 's/4f8e3007-2c57-944b-a11b-b518d57714fa/webextension@metamask.io/g' sample-extension/bundle.js
danfinlay commented 5 years ago

Thanks!

danfinlay commented 5 years ago

Published as metamask-extension-provider@1.1.1