Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
timongll committed Jun 27, 2024
1 parent cfa9708 commit 9c4a4b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/src/hooks/useFetchVaultSubgraphData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ const useFetchVaultSubgraphData = () => {
defaultVaultSubgraphData
);

console.log("what is account: ", account);
console.log("what is data: ", data);
const { transactionsCounter } = usePendingTransactions();
const [, setMulticallCounter] = useState(0);

Expand Down Expand Up @@ -125,6 +127,7 @@ const useFetchVaultSubgraphData = () => {
query,
}
);
console.log("response: ", response);
return [version, response.data.data];
})
);
Expand Down

0 comments on commit 9c4a4b3

Please sign in to comment.