From 6c6f29c29938733f53e7223be3b39dbe5e9ff859 Mon Sep 17 00:00:00 2001 From: charmful0x Date: Tue, 27 Aug 2024 12:48:38 +0200 Subject: [PATCH] docs: update InfoServerResponse --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30746d1..68c1d78 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ pub struct InfoServerResponse { last_block: Option, total_archived_blocks: u64, archiver_balance: U256, + blocks_behind_live_blockheight: u64, archiver_address: String, network_name: String, network_chain_id: u32,