Skip to content

Commit

Permalink
exposing preminter via js sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Sep 19, 2023
1 parent f38ec60 commit 8648f6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-kiwis-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zoralabs/zora-1155-contracts": patch
---

Export preminter from package.json
1 change: 1 addition & 0 deletions package/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
// built at build time. They are not checked in to git.
// The can be generated by running `yarn prepack` in the root
export * from "./wagmiGenerated";
export * as preminter from "./preminter";
export { chainConfigs } from "./chainConfigs";

0 comments on commit 8648f6a

Please sign in to comment.