We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753d20f commit 52bcbb1Copy full SHA for 52bcbb1
src/main.rs
@@ -18,7 +18,7 @@ const DEFAULT_RPC_URL: &str = "https://eth.merkle.io";
18
/// Default filename for output checkpoint file
19
const DEFAULT_OUTPUT_PATH: &str = ".cfmms-checkpoint.json";
20
21
-/// CLI parameters
+/// `mkcheckpoint` is a utility for producing checkpoints of AMM state from CSV data
22
#[derive(Parser)]
23
struct Opts {
24
/// URL to the Ethereum RPC provider
0 commit comments