From a3c37c1be1db7123472014658eac1455cae792c3 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Wed, 10 Sep 2025 15:32:06 +1000 Subject: [PATCH] if a default is possible it means values are optional --- standards/application/waku-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index 1120143..9206df3 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -105,7 +105,7 @@ types: constraints: [ "edge", "relay" ] description: "The mode of operation of the Waku node. Core protocols used by the node are inferred from this mode." network_config: - type: NetworkConfig + type: option default: TheWakuNetworkPreset store_confirmation: type: bool