nectar/modules/qns_indexer/pkg/manifest.json
2023-10-20 21:20:34 +02:00

15 lines
335 B
JSON

[
{
"process_name": "qns_indexer",
"process_wasm_path": "/qns_indexer.wasm",
"on_panic": "Restart",
"request_networking": true,
"request_messaging": [
"net:sys:uqbar",
"http_server:sys:uqbar",
"eth_rpc:sys:uqbar"
],
"public": true
}
]