config(discovery): Set discv5_protocol_id to d5waku

Upon detailed examination, it was discovered that the discrepancy
described in #6 originated due to the absence of this define in
the `status-node-manager`'s config.
This commit is contained in:
Emil Ivanichkov 2024-02-02 15:50:15 +02:00 committed by Emil Ivanichkov
parent 7b2f06ad8b
commit ba5c3a85f6

View File

@ -101,3 +101,6 @@ switch("warning", "ObservableStores:off")
# Too many false positives for "Warning: method has lock level <unknown>, but another method has 0 [LockLevel]"
switch("warning", "LockLevel:off")
# ----------------------------------------------------------------------------------------------------------------------
# Discovery configuration
switch("define", "discv5_protocol_id=d5waku")