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

16 lines
584 B
JavaScript
Raw Normal View History

"use strict";
2020-09-23 06:18:45 +03:00
// To modify this file, you must update ./misc/admin/lib/cmds/update-exports.js
2019-05-15 01:48:48 +03:00
import * as ethers from "./ethers";
2019-11-24 13:13:37 +03:00
try {
const anyGlobal = window;
if (anyGlobal._ethers == null) {
anyGlobal._ethers = ethers;
}
}
2019-11-24 18:02:22 +03:00
catch (error) { }
2019-05-15 01:48:48 +03:00
export { ethers };
2021-03-30 22:22:45 +03: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 15:03:56 +03:00
//# sourceMappingURL=index.js.map