We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2401c7 commit dfb8692Copy full SHA for dfb8692
evm/combine-signatures.js
@@ -285,6 +285,7 @@ if (require.main === module) {
285
program.addOption(new Option('--contractAddress <contractAddress>', 'contract address on current chain').env('CONTRACT_ADDRESS'));
286
program.addOption(new Option('--payloadHash <payloadHash>', 'payload hash').env('PAYLOAD_HASH'));
287
program.addOption(new Option('--execute', 'whether or not to immediately execute the batch').env('EXECUTE'));
288
+ program.addOption(new Option('--keyID <keyID>', 'key ID for operators that have signed the message').env('KEY_ID'));
289
290
program.action((options) => {
291
main(options);
0 commit comments