Skip to content

Commit

Permalink
feat: start-twap-watch signal
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmellis committed Jan 25, 2024
1 parent c0cfc45 commit 21d1820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/queue/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type Signals = {
'index-inactive-vaults': { network: number };
'index-new-vaults': { network: number };
'index-twap-vaults': { network: number };
'start-twap-watch': { network: number; vaultId: string };
};

type ListenerFn<T, S extends keyof T> = (signal: {
Expand Down

0 comments on commit 21d1820

Please sign in to comment.