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 0293389 commit 35a3e3d
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 35a3e3d

Please sign in to comment.