From a1db321f0a95a409bd2a42892c3361e7c33462fa Mon Sep 17 00:00:00 2001 From: sacha Date: Wed, 1 Dec 2021 15:23:51 +0100 Subject: [PATCH] Update eth1.md remover warning --- docs/the_nimbus_book/src/eth1.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/the_nimbus_book/src/eth1.md b/docs/the_nimbus_book/src/eth1.md index acb145f84..8069b1257 100644 --- a/docs/the_nimbus_book/src/eth1.md +++ b/docs/the_nimbus_book/src/eth1.md @@ -1,8 +1,5 @@ # Run an eth1 node -> ⚠️ Warning: make sure you've copied the endpoint that starts with either `ws` or `wss` (websocket), and not `http` or `https`. Nimbus does not currently support `http` endpoints. - - In order to process incoming validator deposits from the eth1 chain, you'll need to run an eth1 client in parallel to your eth2 client. Validators are responsible for including new deposits when they propose blocks. And an eth1 client is needed to ensure your validator performs this task correctly.