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