From d209bf3e439e26a5ba5034b551e0c8fc6093d6bb Mon Sep 17 00:00:00 2001 From: Josh Klopfenstein Date: Tue, 14 Nov 2023 13:10:34 -0600 Subject: [PATCH] Fix typo --- api/starknet_api_openrpc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 745895d..9e2b5b2 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -3807,7 +3807,7 @@ "const": 0 } }, - "segment_arena_builtin": { + "segment_arena_builtin_applications": { "title": "Segment arena", "description": "The number of accesses to the segment arena", "type": "integer", @@ -3880,4 +3880,4 @@ } } } -} \ No newline at end of file +}