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

ReferenceError #29

Open mkeresty opened 1 year ago

mkeresty commented 1 year ago

im getting:

Uncaught ReferenceError: process is not defined at 9306 (index.js:6:29) at r (bootstrap:19:32) at 3530 (BaseProvider.ts:2:1) at r (bootstrap:19:32) at 5361 (MetaMaskInpageProvider.ts:7:1) at r (bootstrap:19:32) at 9955 (index.ts:1:1) at r (bootstrap:19:32) at 4653 (index.js:1:36) at r (bootstrap:19:32)

ive tried:

kesar commented 1 year ago

getting same error +1

mkeresty commented 1 year ago

@kesar i found a way around this. Use walletconnect v1

zouhangwithsweet commented 1 year ago

I build a strong webext-dapp-template: https://github.com/fisand/webext-dapp-template to support people buiding himself webext which can connect to metamask extension