Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion anchor/common/global_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use tracing::Level;
use crate::data_dir::DataDir;

/// Default network, used to partition the data storage
pub const DEFAULT_HARDCODED_NETWORK: &str = "mainnet";
pub const DEFAULT_HARDCODED_NETWORK: &str = "hoodi";

/// Config that applies to all subcommands: The resolved network and datadir. This avoids repeated
/// logic matching the datadir from the actual CLI definition.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/pages/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Where `<COMMAND>` is one of:
| --- | --- |-----------------------|
| `--data-dir <DIR>` | Data directory for node files | `~/.anchor/{network}` |
| `--testnet-dir <DIR>` | Directory containing testnet specs | None |
| `--network <NETWORK>` | Network to use (Mainnet, Holesky, Hoodi) | `mainnet` |
| `--network <NETWORK>` | Network to use (Mainnet, Holesky, Hoodi) | `hoodi` |
| `--help` | Display help information | Unset |