Skip to content

Commit dfb8692

Browse files
feat: add optional param key ID
1 parent a2401c7 commit dfb8692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

evm/combine-signatures.js

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ if (require.main === module) {
285285
program.addOption(new Option('--contractAddress <contractAddress>', 'contract address on current chain').env('CONTRACT_ADDRESS'));
286286
program.addOption(new Option('--payloadHash <payloadHash>', 'payload hash').env('PAYLOAD_HASH'));
287287
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'));
288289

289290
program.action((options) => {
290291
main(options);

0 commit comments

Comments
 (0)