From 7d9e7f8e18d01c8a8b14c5530cd6610c37d90d43 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Tue, 10 Mar 2026 15:44:10 +0000 Subject: [PATCH] Update README peer example with actual test node npub and address --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b886045..cdd2e02 100644 --- a/README.md +++ b/README.md @@ -154,14 +154,14 @@ transports: # auto_connect: true # accept_connections: true -peers: [] +peers: # Static peers for bootstrapping (UDP or TCP): - # - npub: "npub1..." - # alias: "gateway" - # addresses: - # - transport: udp - # addr: "217.77.8.91:2121" # public FIPS testing node - # connect_policy: auto_connect + - npub: "npub1qmc3cvfz0yu2hx96nq3gp55zdan2qclealn7xshgr448d3nh6lks7zel98" + alias: "fips-test-node" + addresses: + - transport: udp + addr: "217.77.8.91:2121" + connect_policy: auto_connect ``` See [docs/design/fips-configuration.md](docs/design/fips-configuration.md)