Skip to content

Commit

Permalink
add changeset and update the fixedPrice subgraph fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Nov 29, 2023
1 parent e405509 commit aabdb25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sharp-bobcats-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zoralabs/protocol-sdk": patch
---

Fix reading the FIXED_PRICE_MINTER from the subgraph
1 change: 1 addition & 0 deletions packages/protocol-sdk/src/mint/mint-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class MintClient {
if (mintContextType === "zora_create_1155") {
return await get1155MintCosts({
mintable,
price: BigInt(mintable.cost.native_price.raw),
publicClient: this.publicClient,
quantityToMint: BigInt(quantityToMint),
});
Expand Down

0 comments on commit aabdb25

Please sign in to comment.