1
1
mirror of https://github.com/uqbar-dao/nectar.git synced 2025-01-05 17:07:24 +03:00
nectar/modules/ndns_indexer/pkg/manifest.json

18 lines
449 B
JSON

[
{
"process_name": "ndns_indexer",
"process_wasm_path": "/ndns_indexer.wasm",
"on_exit": "Restart",
"request_networking": false,
"request_capabilities": [
"eth:sys:nectar",
"http_server:sys:nectar",
"net:sys:nectar"
],
"grant_capabilities": [
"eth:sys:nectar",
"http_server:sys:nectar"
],
"public": false
}
]