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 ba6fdf5 commit dd88a99Copy full SHA for dd88a99
1 file changed
ipc/cli/src/lib.rs
@@ -40,7 +40,7 @@ pub struct GlobalArguments {
40
config_path: Option<String>,
41
42
/// Set the FVM Address Network. It's value affects whether `f` (main) or `t` (test) prefixed addresses are accepted.
43
- #[arg(short, long, default_value = "mainnet", env = "NETWORK", value_parser = parse_network)]
+ #[arg(short, long, default_value = "testnet", env = "NETWORK", value_parser = parse_network)]
44
pub network: Network,
45
}
46
0 commit comments