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 888a6ab commit 7de943bCopy full SHA for 7de943b
cli/README.md
@@ -25,7 +25,7 @@ Options:
25
26
Commands:
27
list [options] List pending spells by status
28
- encode Encode calldata to cancel Spells (Etherscan/Tenderly input)
+ encode Encode calldata to drop spells (i.e: input for Etherscan/Tenderly UIs)
29
help [command] display help for command
30
```
31
cli/cli.js
@@ -53,7 +53,7 @@ program
53
.addCommand(
54
new Command("encode")
55
.description(
56
- "Encode calldata to cancel Spells (Etherscan/Tenderly input)",
+ "Encode calldata to drop spells (i.e: input for Etherscan/Tenderly UIs)",
57
)
58
.action(encode),
59
);
0 commit comments