embark/dapps/tests/app/config/communication.json
Iuri Matias e330b338ea
Fix/whisper communication (#1895)
* fix(@cockpit/utils): make communications tab work again

* fix whisper node start; fix whisper console api registration; fix/refactor whisper web api
2019-09-11 14:21:53 -04:00

14 lines
225 B
JSON

{
"default": {
"client": "geth",
"provider": "whisper",
"enabled": true,
"available_providers": ["whisper"],
"connection": {
"host": "localhost",
"port": 3777,
"type": "ws"
}
}
}