Updated root exports.

This commit is contained in:
Richard Moore 2022-10-20 05:00:18 -04:00
parent 83d01f86ba
commit 1648beba74

View File

@ -59,6 +59,8 @@ export {
FallbackProvider,
JsonRpcApiProvider, JsonRpcProvider, JsonRpcSigner,
BrowserProvider,
AlchemyProvider, AnkrProvider, CloudflareProvider, EtherscanProvider, InfuraProvider,
//PocketProvider } from "./provider-pocket.js";
@ -153,7 +155,7 @@ export type {
NumericFaultError, InvalidArgumentError, MissingArgumentError, UnexpectedArgumentError,
CallExceptionError, InsufficientFundsError, NonceExpiredError, OffchainFaultError,
ReplacementUnderpricedError, TransactionReplacedError, UnconfiguredNameError,
UnpredictableGasLimitError, ActionRejectedError,
ActionRejectedError,
CodedEthersError,
} from "./utils/index.js";