snt-gas-relay/config/communication.json
Ricardo Guilherme Schmidt 6750c665e8 cleanup bootstrap
2018-04-23 01:58:58 -03:00

13 lines
212 B
JSON

{
"default": {
"enabled": true,
"provider": "whisper",
"available_providers": ["whisper", "orbit"],
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
}
}