MCPcopy Create free account
hub / github.com/SeismicSystems/summit / CliArgs

Class CliArgs

node/src/args.rs:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57use summit_types::{Digest, Genesis, PrivateKey, PublicKey, Validator, utils::get_expanded_path};
58use summit_types::{consensus_state::ConsensusState, scheme::MultisigScheme};
59use tracing::{Level, error, info, warn};
60
61pub const DEFAULT_DB_FOLDER: &str = "~/.seismic/consensus/store";
62
63pub const DEFAULT_ENGINE_IPC_PATH: &str = "/tmp/reth_engine_api.ipc";
64
65#[derive(Parser, Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected