Skip to content

Commit 009e753

Browse files
committed
filter NFT claims only for mainnet network
1 parent 7dc11a9 commit 009e753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/useMetafactoryData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const useMetafactoryData = () => {
106106
const root = "robot_merkle_claims";
107107
const NFT_CLAIMS_QUERY = `
108108
query GetClaimForAddress {
109-
${root} {
109+
${root}(where: {merkle_root: {network: {_eq: "mainnet"}}}) {
110110
claim_json
111111
merkle_root_hash
112112
}

0 commit comments

Comments
 (0)