Skip to content

Commit

Permalink
Update hooks chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith committed Jul 12, 2024
1 parent 8607ec1 commit dd6319f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/hooks/useCohortAddBuilderEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const useAddBuilderEvents = () => {
const [{ data: addBuilderEventsData, fetching: isLoading }] = useQuery({
query: BuildersQuery,
variables: {
cohortAddress: contracts[10][0].contracts.SandGardenStreams.address,
cohortAddress: contracts[1][0].contracts.SandGardenStreams.address,
},
});

Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/hooks/useCohortWithdrawEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const useCohortWithdrawEvents = () => {
const [{ data: newWithdrawEventsData, fetching: isLoadingNew }] = useQuery({
query: WithdrawalsQuery,
variables: {
cohortAddress: contracts[10][0].contracts.SandGardenStreams.address,
cohortAddress: contracts[1][0].contracts.SandGardenStreams.address,
},
});

Expand Down

0 comments on commit dd6319f

Please sign in to comment.