mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
e330b338ea
* fix(@cockpit/utils): make communications tab work again * fix whisper node start; fix whisper console api registration; fix/refactor whisper web api
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"default": {
|
|
"client": "geth",
|
|
"provider": "whisper",
|
|
"enabled": true,
|
|
"available_providers": ["whisper"],
|
|
"connection": {
|
|
"host": "localhost",
|
|
"port": 3777,
|
|
"type": "ws"
|
|
}
|
|
}
|
|
}
|