Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 23, 2024
1 parent b6b571d commit 868da92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/deploy-gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if (require.main === module) {
program.addOption(new Option('--minimumRotationDelay <minimumRotationDelay>', 'minium delay for signer rotations (in ms)').default(0));
program.addOption(
new Option('--previousSignerRetention <previousSignerRetention>', 'number of previous signers to retain in the gateway').default(
15,
15,
),
);
program.addOption(new Option('--domainSeparator <domainSeparator>', 'domain separator').default(HashZero));
Expand Down

0 comments on commit 868da92

Please sign in to comment.