From 937d367f092e208d290a31ec96395ceb53875852 Mon Sep 17 00:00:00 2001 From: Omri Eshhar Date: Thu, 13 Jul 2023 10:07:12 +0300 Subject: [PATCH] Fix SYNC_STATUS property types --- api/starknet_api_openrpc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index d10b247..d258e6e 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -988,7 +988,7 @@ "starting_block_num": { "title": "Starting block number", "description": "The number (height) of the block from which the sync started", - "$ref": "#/components/schemas/NUM_AS_HEX" + "$ref": "#/components/schemas/BLOCK_NUMBER" }, "current_block_hash": { "title": "Current block hash", @@ -998,7 +998,7 @@ "current_block_num": { "title": "Current block number", "description": "The number (height) of the current block being synchronized", - "$ref": "#/components/schemas/NUM_AS_HEX" + "$ref": "#/components/schemas/BLOCK_NUMBER" }, "highest_block_hash": { "title": "Highest block hash", @@ -1008,7 +1008,7 @@ "highest_block_num": { "title": "Highest block number", "description": "The number (height) of the estimated highest block to be synchronized", - "$ref": "#/components/schemas/NUM_AS_HEX" + "$ref": "#/components/schemas/BLOCK_NUMBER" } }, "required": [