Skip to content

Commit

Permalink
[init config] default epochs to be 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Nov 30, 2023
1 parent 3409572 commit 053a1e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ export function installInitConfig(program: Command) {
'--claim-settlement-after-epochs <number>',
'number of epochs after which claim can be settled',
parseFloat,
0
3
)
.option(
'--withdraw-lockup-epochs <number>',
'number of epochs after which withdraw can be executed',
parseFloat,
0
3
)
.action(
async ({
Expand Down

0 comments on commit 053a1e7

Please sign in to comment.