rocket-pool/smartnode-install

Infura and Nimbus don't work when selected together because of websockets

jclapis opened this issue · 1 comments

The combo of Infura and Nimbus is broken, because Nimbus needs a Websocket API for ETH1. When selecting Infura, the ETH1_WS_PROVIDER environment variable that Nimbus needs doesn't get set.

Apparently this is mitigated by just sticking that variable directly into settings.yml, so we have a workaround for now but it's not great UX.