change to seed nodes

This commit is contained in:
fryorcraken 2025-09-25 13:45:21 +10:00
parent 6de55db122
commit 036fe615ed
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -122,7 +122,7 @@ types:
WakuConfig: WakuConfig:
type: struct type: struct
fields: fields:
remote_nodes: seed_nodes:
type: array<string> type: array<string>
# Default means the node does not bootstrap, e.g. for local development # Default means the node does not bootstrap, e.g. for local development
default: [] default: []