From 5619e113c954f1272cfce7a5fc5e185ab9eaa314 Mon Sep 17 00:00:00 2001 From: Roman Vaseev <4833306+Filter94@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:14:50 +0200 Subject: [PATCH] Fixing peering for Sepolia as well (#94) --- linea-besu/profiles/advanced-mainnet.toml | 2 +- linea-besu/profiles/advanced-sepolia.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/linea-besu/profiles/advanced-mainnet.toml b/linea-besu/profiles/advanced-mainnet.toml index 5ad861d..b669adb 100644 --- a/linea-besu/profiles/advanced-mainnet.toml +++ b/linea-besu/profiles/advanced-mainnet.toml @@ -8,8 +8,8 @@ static-nodes-file="config/static-nodes.mainnet.json" host-whitelist=["*"] discovery-enabled=true p2p-host="0.0.0.0" -fast-sync-min-peers=3 p2p-port=30303 +fast-sync-min-peers=3 max-peers=50 # For node to be a sequencer, this key has to match the key used in genesis file diff --git a/linea-besu/profiles/advanced-sepolia.toml b/linea-besu/profiles/advanced-sepolia.toml index 057758c..6b43ce3 100644 --- a/linea-besu/profiles/advanced-sepolia.toml +++ b/linea-besu/profiles/advanced-sepolia.toml @@ -10,6 +10,7 @@ host-whitelist=["*"] discovery-enabled=true p2p-host="0.0.0.0" p2p-port=30303 +fast-sync-min-peers=3 max-peers=50 # For node to be a sequencer, this key has to match the key used in genesis file