op/geth/fraxtal-mainnet: fix EL peer injection method — change from admin_addStaticPeer to admin_addPeer for op-geth clients

This commit is contained in:
2026-08-06 19:18:08 +00:00
parent d57fd2e644
commit d279ff7274
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# peer-reinject.sh — generic .after-start hook: re-seed peers from peer-capture state.
# Uses admin_addStaticPeer for geth, admin_addPeer otherwise (connect-peers.sh).
# Uses admin_addStaticPeer for geth, admin_addPeer for op-geth and others (connect-peers.sh).
# In-network vantage (rpc_chains). Idempotent; best-effort (never fails the restart).
#
# Seed order (one path for us and customers):