Skip to content

Commit

Permalink
Changed default contact it as dev is not maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Feb 13, 2025
1 parent b9f5817 commit 41d3369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-signatures/node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub enum Cli {
)]
near_rpc: String,
/// MPC contract id
#[arg(long, env("MPC_CONTRACT_ID"), default_value("v1.signer-dev.testnet"))]
#[arg(long, env("MPC_CONTRACT_ID"), default_value("v1.signer-prod.testnet"))]
mpc_contract_id: AccountId,
/// This node's account id
#[arg(long, env("MPC_ACCOUNT_ID"))]
Expand Down

0 comments on commit 41d3369

Please sign in to comment.