From 5eed0f65dca3f1f00653f713272722532a2109c6 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 27 Nov 2023 11:36:23 +0530 Subject: [PATCH] mainnet cdvn --- docs/int/quickstart/quickstart-mainnet.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/int/quickstart/quickstart-mainnet.md b/docs/int/quickstart/quickstart-mainnet.md index c5ebab2674..3afd3632bd 100644 --- a/docs/int/quickstart/quickstart-mainnet.md +++ b/docs/int/quickstart/quickstart-mainnet.md @@ -35,21 +35,9 @@ cd charon-distributed-validator-node 3. Copy the `.env.sample` file to `.env` ``` -cp -n .env.sample .env +cp -n .env.sample.mainnet .env ``` -4. In your `.env` file, uncomment and set values for `NETWORK` & `LIGHTHOUSE_CHECKPOINT_SYNC_URL` -``` -... -# Overrides network for all the relevant services. -NETWORK=mainnet -... -# Checkpoint sync url used by lighthouse to fast sync. -LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://mainnet.checkpoint.sigp.io/https://eth-clients.github.io/checkpoint-sync-endpoints/#mainnet -... -``` -Note that you can choose any checkpoint sync url from https://eth-clients.github.io/checkpoint-sync-endpoints/#mainnet. - Your DV stack is now mainnet ready 🎉 #### Remote mainnet beacon node