From ad4fb96e7dfd9505a35d0a4b4b04675e447ac3f5 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Fri, 26 Sep 2025 11:32:23 +1000 Subject: [PATCH] prefer `entry_nodes` --- standards/application/waku-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index cab59c3..b6714d0 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -142,7 +142,7 @@ types: WakuConfig: type: struct fields: - seed_nodes: + entry_nodes: type: array # Default means the node does not bootstrap, e.g. for local development default: [] @@ -244,7 +244,7 @@ values: TheWakuNetworkPreset: type: WakuConfig fields: - remote_nodes: [ "enrtree://AIRVQ5DDA4FFWLRBCHJWUWOO6X6S4ZTZ5B667LQ6AJU6PEYDLRD5O@sandbox.waku.nodes.status.im" ] + entry_nodes: [ "enrtree://AIRVQ5DDA4FFWLRBCHJWUWOO6X6S4ZTZ5B667LQ6AJU6PEYDLRD5O@sandbox.waku.nodes.status.im" ] # On TWN, we encourage the usage of discovered store nodes static_store_nodes: [] cluster_id: 1