From 81f66c6b3fff9a1884d3e04cc546957d78de5f4c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 20 Nov 2024 14:31:43 +0100 Subject: [PATCH] Add announceAddresses to types --- src/debug/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/debug/types.ts b/src/debug/types.ts index 787f7c2..dc63cb2 100644 --- a/src/debug/types.ts +++ b/src/debug/types.ts @@ -23,6 +23,8 @@ export type CodexDebugInfo = { */ addrs: string[]; + announceAddresses: string[] + /** * Path of the data repository where all nodes data are stored */