From ead91c75da42e9a9d2fd676a33629c6ddd04a11d Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sun, 8 Mar 2026 16:51:32 +0000 Subject: [PATCH] Fix public node npub in mesh-public topology and sidecar config Update the external pub node (vps-chi at 217.77.8.91) to use its real persistent npub instead of a fabricated test key. Remove the unnecessary nsec from the external node definition. --- testing/sidecar/.env | 2 +- testing/static/configs/topologies/mesh-public.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/testing/sidecar/.env b/testing/sidecar/.env index 40eb89d..3edd92f 100644 --- a/testing/sidecar/.env +++ b/testing/sidecar/.env @@ -7,7 +7,7 @@ FIPS_NSEC=e752b92aed3ac1595807f5d0eb5125589fbec0a2cfd3a2948d87ea076557deeb # Peer configuration (leave empty for standalone operation) -FIPS_PEER_NPUB=npub16xhnhwaxzu3w6dlf88eqnea52cqx9crdwhx4s807zd9nxmng3seqfc587p +FIPS_PEER_NPUB=npub1qmc3cvfz0yu2hx96nq3gp55zdan2qclealn7xshgr448d3nh6lks7zel98 FIPS_PEER_ADDR=217.77.8.91:2121 FIPS_PEER_ALIAS=vps FIPS_PEER_TRANSPORT=udp diff --git a/testing/static/configs/topologies/mesh-public.yaml b/testing/static/configs/topologies/mesh-public.yaml index 2531615..66700ca 100644 --- a/testing/static/configs/topologies/mesh-public.yaml +++ b/testing/static/configs/topologies/mesh-public.yaml @@ -37,8 +37,7 @@ nodes: # External/public node (not a Docker container) pub: - nsec: "f102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1ff0" - npub: "npub13fhtmrk6f556acrjfkwrt37ppyhr5wcy89nhkcav9vcy27z5uygsd27sc3" + npub: "npub1qmc3cvfz0yu2hx96nq3gp55zdan2qclealn7xshgr448d3nh6lks7zel98" external_ip: "217.77.8.91" peers: [a, b, c]