Skip to content

Commit bca8d1b

Browse files
committed
Added CommunityResourcable to exports (#4776).
1 parent 5aba496 commit bca8d1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src.ts/ethers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ export type { TypedDataDomain, TypedDataField } from "./hash/index.js";
164164
export type {
165165
Provider, Signer,
166166

167+
CommunityResourcable,
168+
167169
AbstractProviderOptions, BrowserProviderOptions, FallbackProviderOptions,
168170

169171
AbstractProviderPlugin, BlockParams, BlockTag, ContractRunner, DebugEventBrowserProvider,

src.ts/providers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ export type {
9191
TransactionResponseParams,
9292
} from "./formatting.js";
9393

94-
/*
9594
export type {
9695
CommunityResourcable
9796
} from "./community.js";
9897

98+
/*
9999
export type {
100100
AvatarLinkageType, AvatarLinkage, AvatarResult
101101
} from "./ens-resolver.js";

0 commit comments

Comments
 (0)