You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment-generator/src/gen_other.js
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,6 @@ function genDeploymentJson(keys) {
70
70
// }
71
71
72
72
functiongenCommands(){
73
-
constconf_path=__dirname+"/config/";
74
-
constset_env="SUBNET_CONFIG_PATH="+conf_path;
75
73
letcsc_mode="full";
76
74
if(config.relayer_mode=="lite"){
77
75
csc_mode="lite";
@@ -86,10 +84,10 @@ function genCommands() {
86
84
machine_name+`: deploy subnet on machine${i}\n`;
87
85
}
88
86
if(i!==1){
89
-
commands+=` Prerequisite: copy docker-compose.yml,docker-compose.env,config/subnetX.env to ${machine_name}. Make sure docker-compose.env points to subnetX.env directory.\n`;
87
+
commands+=` Prerequisite: copy docker-compose.yml, genesis.json, config/subnetX.env to ${machine_name}.\n`;
0 commit comments