nectar/modules/qns_indexer/pkg/manifest.json

15 lines
347 B
JSON
Raw Normal View History

2023-10-06 07:12:31 +03:00
[
{
"process_name": "qns_indexer",
2023-10-10 02:31:49 +03:00
"process_wasm_path": "/qns_indexer.wasm",
2023-10-06 07:12:31 +03:00
"on_panic": "Restart",
"request_networking": true,
"request_messaging": [
"net:sys:uqbar",
"http_bindings:http_bindings:uqbar",
"eth_rpc:sys:uqbar"
2023-10-06 07:12:31 +03:00
],
"public": true
2023-10-06 07:12:31 +03:00
}
2023-10-10 02:31:49 +03:00
]