smartnode icon indicating copy to clipboard operation
smartnode copied to clipboard

Allow for protocol to be specified in eth2 client connection

Open moles1 opened this issue 4 years ago • 0 comments

The eth2 provider URL in config.yml does not specify a protocol, since the clients use different protos to communicate (e.g. http for lighthouse, gRPC for Prysm). The Lighthouse, Nimbus and Teku API clients are all hard-coded to use HTTP. This should be made configurable so that they can communicate over HTTPS to support services like Infura.

moles1 avatar Mar 24 '21 23:03 moles1