simple refactor to reduce PRs CI load (#3701)

* add discord notification in ci-daily
This commit is contained in:
Ivan FB
2026-01-29 15:48:34 +01:00
committed by GitHub
parent a02aaab53c
commit 74b19c05d1
6 changed files with 90 additions and 8 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ import
libp2p/peerid,
metrics,
ffi
import waku/factory/waku, waku/node/waku_node, waku/node/health_monitor, library/declare_lib
import
waku/factory/waku, waku/node/waku_node, waku/node/health_monitor, library/declare_lib
proc getMultiaddresses(node: WakuNode): seq[string] =
return node.info().listenAddresses