From ac11dba6d2235c5721a66dbf5b50a5e947c0b78f Mon Sep 17 00:00:00 2001 From: Daniel Kaiser Date: Mon, 28 Mar 2022 17:35:19 +0200 Subject: [PATCH] docs(16/WAKU2-RPC): add ENR to waku info (#502) --- content/docs/rfcs/16/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/rfcs/16/README.md b/content/docs/rfcs/16/README.md index 052084f9..99d7720c 100644 --- a/content/docs/rfcs/16/README.md +++ b/content/docs/rfcs/16/README.md @@ -79,6 +79,7 @@ The following structured types are defined for use on the Debug API: | Field | Type | Inclusion | Description | | ----: | :---: | :---: |----------- | | `listenAddresses` | `Array`[`String`] | mandatory | Listening addresses of the node | +| `enrUri` | `String` | optional | ENR URI of the node | ### `get_waku_v2_debug_v1_info`