diff --git a/node_modules/@web3-react/metamask/dist/index.js b/node_modules/@web3-react/metamask/dist/index.js index c8476dd..c0bfce7 100644 --- a/node_modules/@web3-react/metamask/dist/index.js +++ b/node_modules/@web3-react/metamask/dist/index.js @@ -54,7 +54,7 @@ class MetaMask extends types_1.Connector { return __awaiter(this, void 0, void 0, function* () { if (this.eagerConnection) return; - return (this.eagerConnection = Promise.resolve().then(() => __importStar(require('@metamask/detect-provider'))).then((m) => __awaiter(this, void 0, void 0, function* () { + return (this.eagerConnection = Promise.resolve().then(async () => __importStar(await import('@metamask/detect-provider'))).then((m) => __awaiter(this, void 0, void 0, function* () { var _a, _b; const provider = yield m.default(this.options); if (provider) {