mirror of
https://github.com/logos-messaging/specs.git
synced 2026-05-21 12:29:30 +00:00
use "waku config"
This commit is contained in:
parent
6c01164f92
commit
40450003ac
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user