@zoralabs/protocol-sdk 0.11.6 → 0.11.7-BUGFIX.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -5702,7 +5702,7 @@ function buildCreatorERC20zs({
5702
5702
  query: `
5703
5703
  query ($address: Bytes!) {
5704
5704
  zoraCreateTokens(
5705
- where: { royalties_: { user: $address }, salesStrategies_: { type: "ZORA_TIMED" } }
5705
+ where: { royalties_: { royaltyRecipient: $address }, salesStrategies_: { type: "ZORA_TIMED" } }
5706
5706
  ) {
5707
5707
  royalties {
5708
5708
  user