Skip to content

Commit

Permalink
Added new exports for FallbackProviderOptions and FetchUrlFeeDataNetw…
Browse files Browse the repository at this point in the history
…orkPlugin (#2828, #4160).
  • Loading branch information
ricmoo committed Jul 28, 2023
1 parent f42f258 commit b1dbbb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src.ts/ethers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ export {
EnsResolver,
Network,

EnsPlugin, EtherscanPlugin, FeeDataNetworkPlugin, GasCostPlugin, NetworkPlugin,
MulticoinProviderPlugin,
EnsPlugin, EtherscanPlugin,
FeeDataNetworkPlugin, FetchUrlFeeDataNetworkPlugin,
GasCostPlugin, NetworkPlugin, MulticoinProviderPlugin,

SocketBlockSubscriber, SocketEventSubscriber, SocketPendingSubscriber,
SocketSubscriber, UnmanagedSubscriber,
Expand Down Expand Up @@ -162,7 +163,7 @@ export type { TypedDataDomain, TypedDataField } from "./hash/index.js";
export type {
Provider, Signer,

AbstractProviderOptions,
AbstractProviderOptions, FallbackProviderOptions,

AbstractProviderPlugin, BlockParams, BlockTag, ContractRunner, DebugEventBrowserProvider,
Eip1193Provider, EventFilter, Filter, FilterByBlockHash, GasCostParameters,
Expand Down
3 changes: 3 additions & 0 deletions src.ts/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export {
GasCostPlugin,
EnsPlugin,
FeeDataNetworkPlugin,
FetchUrlFeeDataNetworkPlugin,
} from "./plugins-network.js";

export {
Expand Down Expand Up @@ -115,6 +116,8 @@ export type {
DebugEventBrowserProvider, Eip1193Provider
} from "./provider-browser.js";

export type { FallbackProviderOptions } from "./provider-fallback.js";

export type {
JsonRpcPayload, JsonRpcResult, JsonRpcError,
JsonRpcApiProviderOptions,
Expand Down

0 comments on commit b1dbbb0

Please sign in to comment.