Commit cb9b3e9 1 parent 361a6a6 commit cb9b3e9 Copy full SHA for cb9b3e9
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2575,6 +2575,7 @@ cat /tmp/{node_id}.crt
2575
2575
Print ( format!(
2576
2576
"{exec_path} install-subnet-chain \\
2577
2577
--log-level info \\
2578
+ --profile-name <REPLACE_ME> \\
2578
2579
--s3-region {s3_region} \\
2579
2580
--s3-bucket {s3_bucket} \\
2580
2581
--s3-key-prefix {id}/install-subnet-chain \\
@@ -2584,7 +2585,7 @@ cat /tmp/{node_id}.crt
2584
2585
--subnet-validate-period-in-days 14 \\
2585
2586
--subnet-config-local-path /tmp/subnet-config.json \\
2586
2587
--subnet-config-remote-dir {subnet_config_remote_dir} \\
2587
- --vm-binary-local-path REPLACE_ME \\
2588
+ --vm-binary-local-path < REPLACE_ME> \\
2588
2589
--vm-binary-remote-dir {vm_plugin_remote_dir} \\
2589
2590
--chain-name subnetevm \\
2590
2591
--chain-genesis-path /tmp/subnet-evm-genesis.json \\
Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ pub async fn execute(opts: Flags) -> io::Result<()> {
959
959
) ;
960
960
961
961
let avalanched_alias_args = format ! (
962
- "alias-chain --log-level info --chain_id {chain_id} --chain_alias {alias}" ,
962
+ "alias-chain --log-level info --chain-id {chain_id} --chain-name {alias}" ,
963
963
chain_id = blockchain_id,
964
964
alias = opts. chain_name. clone( ) ,
965
965
) ;
You can’t perform that action at this time.
0 commit comments