2019-05-15 01:48:48 +03:00
|
|
|
'use strict';
|
2019-11-23 15:38:13 +03:00
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
2019-05-15 01:48:48 +03:00
|
|
|
console.log("Using global.ethers");
|
2019-11-23 15:38:13 +03:00
|
|
|
var anyGlobal = window;
|
2019-11-24 13:13:37 +03:00
|
|
|
var ethers = anyGlobal._ethers;
|
2019-11-23 15:38:13 +03:00
|
|
|
exports.ethers = ethers;
|