Skip to content

Commit

Permalink
make retrytime public / readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
DZGoldman committed Sep 28, 2023
1 parent 3aee852 commit deec9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-ts/securityCouncilElectionCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { JsonRpcProvider } from "@ethersproject/providers";
import { getL1BlockNumberFromL2 } from "./utils";

export class SecurityCouncilElectionCreator {
retryTime = 10 * 1000;
public readonly retryTime = 10 * 1000;
public constructor(
public readonly connectedSigner: Wallet,
public readonly govChainProvider: JsonRpcProvider,
Expand Down

0 comments on commit deec9a1

Please sign in to comment.