You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the websocket endpoint is computed as <rpc.address>/websocket, however this might be reductive for some cases where people want to specify a custom websocket endpoint.
Implementation proposal
We can add a new field to the rpc section:
[rpc]
addres = ""websocket = ""
If websocket is specified, use that one. Otherwise, use rpc.address/websocket as the websocket endpoint.
The text was updated successfully, but these errors were encountered:
Feature description
Currently the websocket endpoint is computed as
<rpc.address>/websocket
, however this might be reductive for some cases where people want to specify a custom websocket endpoint.Implementation proposal
We can add a new field to the
rpc
section:If
websocket
is specified, use that one. Otherwise, userpc.address/websocket
as the websocket endpoint.The text was updated successfully, but these errors were encountered: