From e1a4ab76c43bbed056500725f0d39cad69470f0f Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Thu, 16 Mar 2023 14:33:34 -0400 Subject: [PATCH] fix: default subnet miner == deployer --- components/clarinet-cli/src/generate/project.rs | 2 +- components/clarinet-files/src/network_manifest.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/clarinet-cli/src/generate/project.rs b/components/clarinet-cli/src/generate/project.rs index 5c4746b38..60dd3fab9 100644 --- a/components/clarinet-cli/src/generate/project.rs +++ b/components/clarinet-cli/src/generate/project.rs @@ -379,7 +379,7 @@ disable_stacks_api = false # postgres_image_url = "postgres:14" # enable_subnet_node = true # subnet_node_image_url = "hirosystems/stacks-subnets:0.3.0" -# subnet_leader_mnemonic = "female adjust gallery certain visit token during great side clown fitness like hurt clip knife warm bench start reunion globe detail dream depend fortune" +# subnet_leader_mnemonic = "twice kind fence tip hidden tilt action fragile skin nothing glory cousin green tomorrow spring wrist shed math olympic multiply hip blue scout claw" # subnet_leader_derivation_path = "m/44'/5757'/0'/0/0" # subnet_contract_id = "ST13F481SBR0R7Z6NMMH8YV2FJJYXA5JPA0AD3HP9.subnet-v1" # subnet_node_rpc_port = 30443 diff --git a/components/clarinet-files/src/network_manifest.rs b/components/clarinet-files/src/network_manifest.rs index 5824b2a32..be9a54a03 100644 --- a/components/clarinet-files/src/network_manifest.rs +++ b/components/clarinet-files/src/network_manifest.rs @@ -25,7 +25,7 @@ pub const DEFAULT_SUBNET_API_IMAGE: &str = "hirosystems/stacks-blockchain-api:7. pub const DEFAULT_SUBNET_CONTRACT_ID: &str = "ST13F481SBR0R7Z6NMMH8YV2FJJYXA5JPA0AD3HP9.subnet-v1"; pub const DEFAULT_STACKS_MINER_MNEMONIC: &str = "fragile loan twenty basic net assault jazz absorb diet talk art shock innocent float punch travel gadget embrace caught blossom hockey surround initial reduce"; pub const DEFAULT_FAUCET_MNEMONIC: &str = "shadow private easily thought say logic fault paddle word top book during ignore notable orange flight clock image wealth health outside kitten belt reform"; -pub const DEFAULT_SUBNET_MNEMONIC: &str = "female adjust gallery certain visit token during great side clown fitness like hurt clip knife warm bench start reunion globe detail dream depend fortune"; +pub const DEFAULT_SUBNET_MNEMONIC: &str = "twice kind fence tip hidden tilt action fragile skin nothing glory cousin green tomorrow spring wrist shed math olympic multiply hip blue scout claw"; #[cfg(unix)] pub const DEFAULT_DOCKER_SOCKET: &str = "unix:///var/run/docker.sock"; #[cfg(windows)]