Skip to content

Commit

Permalink
export SupportedChainIds (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFungible authored May 10, 2024
1 parent 5def4e8 commit 058eb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export { LicenseClient } from "./resources/license";
export { DisputeClient } from "./resources/dispute";
export { NftClient } from "./resources/nftClient";

export type { StoryConfig } from "./types/config";
export type { StoryConfig, SupportedChainIds } from "./types/config";
export type { TypedData } from "./types/common";

export type {
Expand Down

0 comments on commit 058eb07

Please sign in to comment.