2019-08-25 02:39:20 -04:00
|
|
|
"use strict";
|
2019-11-23 21:38:13 +09:00
|
|
|
// To modify this file, you must update ./admin/cmds/update-exports.js
|
2019-05-14 18:48:48 -04:00
|
|
|
import * as ethers from "./ethers";
|
2019-11-24 19:13:37 +09:00
|
|
|
try {
|
|
|
|
const anyGlobal = window;
|
|
|
|
if (anyGlobal._ethers == null) {
|
|
|
|
anyGlobal._ethers = ethers;
|
|
|
|
}
|
|
|
|
}
|
2019-11-25 00:02:22 +09:00
|
|
|
catch (error) { }
|
2019-05-14 18:48:48 -04:00
|
|
|
export { ethers };
|
2019-09-06 17:48:26 -04:00
|
|
|
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists,
|
|
|
|
////////////////////////
|
|
|
|
// Compile-Time Constants
|
|
|
|
version, Wordlist } from "./ethers";
|
2020-07-13 08:03:56 -04:00
|
|
|
//# sourceMappingURL=index.js.map
|