Skip to content

Commit

Permalink
feat(status-page): show latest proof reward (#13842)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored and dantaik committed Jun 2, 2023
1 parent 7378e3a commit 7b72726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/status-page/src/domain/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type StatusIndicatorProp = {
provider: ethers.providers.JsonRpcProvider,
contractAddress: string,
onEvent: (value: Status) => void
) => () => void;
) => Promise<() => void>;
provider: ethers.providers.JsonRpcProvider;
contractAddress: string;
header: string;
Expand Down

0 comments on commit 7b72726

Please sign in to comment.