Skip to content

Commit f586b5d

Browse files
committed
remove gen deployment (no need in new csc scheme)
1 parent f0e15fa commit f586b5d

File tree

1 file changed

+0
-13
lines changed
  • deployment-generator/src

1 file changed

+0
-13
lines changed

deployment-generator/src/gen.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ Object.entries(explorer_compose).forEach((entry) => {
7171

7272

7373
// checkpoint smartcontract deployment config
74-
let deployment_json = gen_other.genDeploymentJson(keys);
75-
7674
doc, ip_record = gen_compose.injectNetworkConfig(doc);
7775
const commonconf = gen_env.genServicesConfig(ip_record);
7876
subnetconf = [];
@@ -156,17 +154,6 @@ function writeGenerated(output_dir) {
156154
);
157155
}
158156

159-
deployment_json = JSON.stringify(deployment_json, null, 2);
160-
fs.writeFileSync(
161-
`${output_dir}/deployment.config.json`,
162-
deployment_json,
163-
(err) => {
164-
if (err) {
165-
console.error("Error writing file:", err);
166-
exit();
167-
}
168-
}
169-
);
170157

171158
fs.writeFileSync(
172159
`${output_dir}/genesis_input.yml`,

0 commit comments

Comments
 (0)