From acb0cdd3f4924793952d44e4d8349e02b0b27884 Mon Sep 17 00:00:00 2001 From: chalith Date: Mon, 17 Oct 2022 15:37:39 +0530 Subject: [PATCH] Changed config file format --- npm/lib/command-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/lib/command-handler.js b/npm/lib/command-handler.js index 4e58f94..4685a7b 100644 --- a/npm/lib/command-handler.js +++ b/npm/lib/command-handler.js @@ -97,7 +97,7 @@ function bundle(nodePublicKey, contractDirectoryPath) { ], "bin_path": `${overrideConfig?.contract.bin_path}`, "bin_args": `${overrideConfig?.contract.bin_args}`, - "environment": "", + "environment": {}, "max_input_ledger_offset": 10, "consensus": { "mode": "private",