From 54efbf674775306c02b49323d04a79eb89f614d5 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 26 Apr 2024 16:17:08 +0200 Subject: [PATCH] docs: schema example update --- docs/api/blocks/get-burn-blocks.example.json | 3 ++- docs/entities/blocks/burn-block.example.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api/blocks/get-burn-blocks.example.json b/docs/api/blocks/get-burn-blocks.example.json index 999d60268c..6207f43556 100644 --- a/docs/api/blocks/get-burn-blocks.example.json +++ b/docs/api/blocks/get-burn-blocks.example.json @@ -13,7 +13,8 @@ "0xdaf61d2b355f35c94cf019af99aeb73d8e7db7301c7cd693a464ebd1cfc2228c", "0xb9e9b308cf9621ecbf66ca7b4689fe384b9b67c4588ec827d8163ab602fb935e", "0x754562cba6ec243f90485e97778ab472f462fd123ef5b83cc79d8759ca8875f5" - ] + ], + "avg_block_time": 15.3 } ] } diff --git a/docs/entities/blocks/burn-block.example.json b/docs/entities/blocks/burn-block.example.json index 12a77d9dc1..f2169501f3 100644 --- a/docs/entities/blocks/burn-block.example.json +++ b/docs/entities/blocks/burn-block.example.json @@ -8,5 +8,6 @@ "0xdaf61d2b355f35c94cf019af99aeb73d8e7db7301c7cd693a464ebd1cfc2228c", "0xb9e9b308cf9621ecbf66ca7b4689fe384b9b67c4588ec827d8163ab602fb935e", "0x754562cba6ec243f90485e97778ab472f462fd123ef5b83cc79d8759ca8875f5" - ] + ], + "avg_block_time": 15.3 }