ethers.js/packages/ethers/lib.esm/index.js

16 lines
584 B
JavaScript
Raw Permalink Normal View History

"use strict";
2020-09-22 23:18:45 -04:00
// To modify this file, you must update ./misc/admin/lib/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 };
2021-03-30 15:22:45 -04:00
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, 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