File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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-
7674doc , ip_record = gen_compose . injectNetworkConfig ( doc ) ;
7775const commonconf = gen_env . genServicesConfig ( ip_record ) ;
7876subnetconf = [ ] ;
@@ -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` ,
You can’t perform that action at this time.
0 commit comments