Skip to content

Commit

Permalink
fix: include using subgraph fn
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Aug 7, 2024
1 parent dc040fb commit 508a4a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/stealthClient/createStealthClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ function createStealthClient({
clientParams: { publicClient },
...params
}),
getAnnouncementsUsingSubgraph: params =>
stealthActions.getAnnouncementsUsingSubgraph({
...params
}),
getStealthMetaAddress: params =>
stealthActions.getStealthMetaAddress({
clientParams: { publicClient },
Expand Down

0 comments on commit 508a4a8

Please sign in to comment.