Skip to content

Commit

Permalink
Update sui/deploy-gateway.js
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Jul 23, 2024
1 parent ce8803b commit b6b571d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sui/deploy-gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ if (require.main === module) {
program.addOption(new Option('--operator <operator>', 'operator for the gateway (defaults to the deployer address)').env('OPERATOR'));
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),
new Option('--previousSignerRetention <previousSignerRetention>', 'number of previous signers to retain in the gateway').default(
15,
),
);
program.addOption(new Option('--domainSeparator <domainSeparator>', 'domain separator').default(HashZero));
program.addOption(new Option('--nonce <nonce>', 'nonce for the signer (defaults to HashZero)'));
Expand Down

0 comments on commit b6b571d

Please sign in to comment.