use "waku config"

This commit is contained in:
fryorcraken 2025-09-12 13:40:54 +10:00
parent 6c01164f92
commit 40450003ac
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -95,7 +95,7 @@ types:
type: struct type: struct
description: "A Waku node instance." description: "A Waku node instance."
Config: NodeConfig:
type: struct type: struct
fields: fields:
mode: mode:
@ -103,8 +103,8 @@ types:
constraints: [ "edge", "relay" ] constraints: [ "edge", "relay" ]
default: *platform dependent* default: *platform dependent*
description: "The mode of operation of the Waku node. Core protocols used by the node are inferred from this mode." description: "The mode of operation of the Waku node. Core protocols used by the node are inferred from this mode."
network_config: waku_config:
type: NetworkConfig type: WakuConfig
default: TheWakuNetworkPreset default: TheWakuNetworkPreset
store_confirmation: store_confirmation:
type: bool type: bool
@ -115,7 +115,7 @@ types:
type: array<string> type: array<string>
description: "Eth/Web3 RPC endpoint URLs" description: "Eth/Web3 RPC endpoint URLs"
NetworkConfig: WakuConfig:
type: struct type: struct
fields: fields:
boostrap_nodes: boostrap_nodes:
@ -191,7 +191,7 @@ functions:
values: values:
TheWakuNetworkPreset: TheWakuNetworkPreset:
type: NetworkConfig type: WakuConfig
fields: fields:
bootstrap_nodes: [ "enrtree://AIRVQ5DDA4FFWLRBCHJWUWOO6X6S4ZTZ5B667LQ6AJU6PEYDLRD5O@sandbox.waku.nodes.status.im" ] bootstrap_nodes: [ "enrtree://AIRVQ5DDA4FFWLRBCHJWUWOO6X6S4ZTZ5B667LQ6AJU6PEYDLRD5O@sandbox.waku.nodes.status.im" ]
static_store_nodes: #TODO: enter sandbox store nodes multiaddr static_store_nodes: #TODO: enter sandbox store nodes multiaddr