From 68f84d8b28a39c2537e1524c984fc60e3af732af Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:15:23 -0500 Subject: [PATCH] update to new bracket style --- aqua-examples/evm-integration/configs/deployment_cfg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aqua-examples/evm-integration/configs/deployment_cfg.json b/aqua-examples/evm-integration/configs/deployment_cfg.json index 7ca8049..c7dc2bb 100644 --- a/aqua-examples/evm-integration/configs/deployment_cfg.json +++ b/aqua-examples/evm-integration/configs/deployment_cfg.json @@ -5,14 +5,14 @@ "name": "curl_adapter", "path": "./artifacts/curl_adapter.wasm", "max_heap_size": "64 MiB", - "mounted_binaries": [["curl", "/usr/bin/curl"]], - "logger_enabled": [true] + "mounted_binaries": ["curl", "/usr/bin/curl"], + "logger_enabled": true }, { "name": "multi-provider-query", "path": "./artifacts/multi_provider_query.wasm", "max_heap_size": "64 MiB", - "logger_enabled": [true] + "logger_enabled": true } ] }, @@ -22,7 +22,7 @@ "name": "simple-quorum", "path": "./artifacts/simple_quorum.wasm", "max_heap_size": "1 MiB", - "logger_enabled": [true] + "logger_enabled": true } ] }