nectar/kinode/packages/kns_indexer/pkg/manifest.json

18 lines
447 B
JSON
Raw Normal View History

[
{
2024-01-17 09:18:33 +03:00
"process_name": "kns_indexer",
"process_wasm_path": "/kns_indexer.wasm",
"on_exit": "Restart",
2024-02-15 22:42:32 +03:00
"request_networking": false,
"request_capabilities": [
"eth:distro:sys",
"http_server:distro:sys",
"net:distro:sys"
],
"grant_capabilities": [
"eth:distro:sys",
"http_server:distro:sys"
],
"public": false
}
]