diff --git a/sui/deploy-gateway.js b/sui/deploy-gateway.js index 75a4e6420..bec033f8a 100644 --- a/sui/deploy-gateway.js +++ b/sui/deploy-gateway.js @@ -128,7 +128,7 @@ if (require.main === module) { program.addOption(new Option('--minimumRotationDelay ', 'minium delay for signer rotations (in ms)').default(0)); program.addOption( new Option('--previousSignerRetention ', 'number of previous signers to retain in the gateway').default( - 15, + 15, ), ); program.addOption(new Option('--domainSeparator ', 'domain separator').default(HashZero));