mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-21 23:51:34 +03:00
13 lines
283 B
JSON
13 lines
283 B
JSON
|
[
|
||
|
{
|
||
|
"process_name": "chess",
|
||
|
"process_wasm_path": "chess.wasm",
|
||
|
"on_panic": "Restart",
|
||
|
"request_networking": true,
|
||
|
"request_messaging": [
|
||
|
"http_bindings",
|
||
|
"encryptor"
|
||
|
],
|
||
|
"grant_messaging": []
|
||
|
}
|
||
|
]
|