Updated root exports.
This commit is contained in:
parent
83d01f86ba
commit
1648beba74
@ -59,6 +59,8 @@ export {
|
|||||||
FallbackProvider,
|
FallbackProvider,
|
||||||
JsonRpcApiProvider, JsonRpcProvider, JsonRpcSigner,
|
JsonRpcApiProvider, JsonRpcProvider, JsonRpcSigner,
|
||||||
|
|
||||||
|
BrowserProvider,
|
||||||
|
|
||||||
AlchemyProvider, AnkrProvider, CloudflareProvider, EtherscanProvider, InfuraProvider,
|
AlchemyProvider, AnkrProvider, CloudflareProvider, EtherscanProvider, InfuraProvider,
|
||||||
//PocketProvider } from "./provider-pocket.js";
|
//PocketProvider } from "./provider-pocket.js";
|
||||||
|
|
||||||
@ -153,7 +155,7 @@ export type {
|
|||||||
NumericFaultError, InvalidArgumentError, MissingArgumentError, UnexpectedArgumentError,
|
NumericFaultError, InvalidArgumentError, MissingArgumentError, UnexpectedArgumentError,
|
||||||
CallExceptionError, InsufficientFundsError, NonceExpiredError, OffchainFaultError,
|
CallExceptionError, InsufficientFundsError, NonceExpiredError, OffchainFaultError,
|
||||||
ReplacementUnderpricedError, TransactionReplacedError, UnconfiguredNameError,
|
ReplacementUnderpricedError, TransactionReplacedError, UnconfiguredNameError,
|
||||||
UnpredictableGasLimitError, ActionRejectedError,
|
ActionRejectedError,
|
||||||
CodedEthersError,
|
CodedEthersError,
|
||||||
} from "./utils/index.js";
|
} from "./utils/index.js";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user