Skip to content

Commit

Permalink
feat(status-page): disable L3 on boolean env var (#13838)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored and dantaik committed Jun 2, 2023
1 parent 7d29f58 commit 7378e3a
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
) => Promise<() => void>;
) => () => void;
provider: ethers.providers.JsonRpcProvider;
contractAddress: string;
header: string;
Expand Down

0 comments on commit 7378e3a

Please sign in to comment.