'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); console.log("Using global.ethers"); var anyGlobal = window; var ethers = anyGlobal._ethers; exports.ethers = ethers; //# sourceMappingURL=browser-ethers.js.map