From a6858bd85d08e5675bd25acc0d52bdf8e5883660 Mon Sep 17 00:00:00 2001 From: Ariel Elperin Date: Thu, 1 Feb 2024 18:56:18 +0200 Subject: [PATCH] change l1_handler version to enum --- api/starknet_api_openrpc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index d25f592..8b44b67 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -2677,7 +2677,10 @@ "version": { "title": "Version", "description": "Version of the transaction scheme", - "$ref": "#/components/schemas/FELT" + "type": "string", + "enum": [ + "0x0" + ] }, "type": { "title": "type",