From f1225e1cca865a178457dd9aff8c46382b6567f3 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 9 Sep 2025 19:55:56 +1000 Subject: [PATCH] Add web3 RPC API URLs --- standards/application/waku-api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index 3fedbb3..99035c5 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -174,7 +174,9 @@ types: epoch_size_sec: type: uint description: "The epoch size to use for RLN, in seconds" - # Note that the limit for + rpc_api_urls: + type: array + description: "Web3 RPC API URLs" ``` #### Function definitions