bee-dashboard
bee-dashboard copied to clipboard
Changing RPC endpoint does not check new endpoint to be functional
Not sure if this is different when running in desktop mode.
In standalone mode, RPC endpoint may be set to an arbitrary endpoint and no checks are done to see if the provided value is a functional RPC provider.
We could query net_version
or eth_chainId
to implement this.