update modules

This commit is contained in:
boneyard93501 2022-07-11 13:51:28 -05:00
parent 876e114695
commit 335093f5f9

View File

@ -4,14 +4,14 @@
{ {
"name": "curl_adapter", "name": "curl_adapter",
"path": "./artifacts/curl_adapter.wasm", "path": "./artifacts/curl_adapter.wasm",
"max_heap_size": "64 MiB", "max_heap_size": "2 MiB",
"mounted_binaries": [["curl", "/usr/bin/curl"]], "mounted_binaries": [["curl", "/usr/bin/curl"]],
"logger_enabled": true "logger_enabled": true
}, },
{ {
"name": "multi-provider-query", "name": "multi-provider-query",
"path": "./artifacts/multi_provider_query.wasm", "path": "./artifacts/multi_provider_query.wasm",
"max_heap_size": "64 MiB", "max_heap_size": "2 MiB",
"logger_enabled": true "logger_enabled": true
} }
] ]
@ -19,9 +19,9 @@
"simple-quorum": { "simple-quorum": {
"modules": [ "modules": [
{ {
"name": "simple-quorum", "name": "simple_quorum",
"path": "./artifacts/simple_quorum.wasm", "path": "./artifacts/simple_quorum.wasm",
"max_heap_size": "1 MiB", "max_heap_size": "2 MiB",
"logger_enabled": true "logger_enabled": true
} }
] ]