Skip to content

Commit dd88a99

Browse files
committed
IPC-304: add testnet as default network value
1 parent ba6fdf5 commit dd88a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipc/cli/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub struct GlobalArguments {
4040
config_path: Option<String>,
4141

4242
/// 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)]
43+
#[arg(short, long, default_value = "testnet", env = "NETWORK", value_parser = parse_network)]
4444
pub network: Network,
4545
}
4646

0 commit comments

Comments
 (0)