Skip to content

Commit

Permalink
Fixing peering for Sepolia as well (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Filter94 authored Sep 19, 2024
1 parent c421a51 commit 5619e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion linea-besu/profiles/advanced-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions linea-besu/profiles/advanced-sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5619e11

Please sign in to comment.