We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbe5c1 commit aaca441Copy full SHA for aaca441
contract_manager/scripts/entropy_debug_reveal.ts
@@ -12,7 +12,6 @@ const parser = yargs(hideBin(process.argv))
12
"Usage: \n" +
13
"$0 --chain <chain-id> --private-key <private-key> --sequence-number <sequence-number>\n" +
14
"$0 --chain <chain-id> --private-key <private-key> --sequence-number <start>:<end>",
15
-
16
)
17
.options({
18
chain: {
0 commit comments