2
0
mirror of synced 2025-02-25 04:25:16 +00:00
2020-01-10 20:09:40 -05:00

11 lines
217 B
JavaScript

"use strict";
let ethers = {};
const w = window;
if (w._ethers == null) {
console.log("WARNING: @ethersproject/hardware-wallet requires ethers loaded first");
}
else {
ethers = w._ethers;
}
export { ethers };