update to new bracket style

This commit is contained in:
boneyard93501 2022-06-27 14:15:23 -05:00 committed by GitHub
parent 1655ddb306
commit 68f84d8b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
]
}