Skip to content

Commit

Permalink
explicit graph keys
Browse files Browse the repository at this point in the history
  • Loading branch information
dekanbro committed May 9, 2024
1 parent b23ab51 commit 80dfaee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/UserDaos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ export const UserDaos = () => {
referrer: NFT_DAO_REFERRER,
createdBy: address,
},
graphApiKeys: {
"0x1": process.env["NX_GRAPH_API_KEY_MAINNET"],
"0x64": process.env["NX_GRAPH_API_KEY_MAINNET"],
"0xaa36a7": process.env["NX_GRAPH_API_KEY_MAINNET"],
},
});
setDaoData(query.items);
console.log("daos", daoData);
Expand Down

0 comments on commit 80dfaee

Please sign in to comment.