diff --git a/api/starknet_trace_api_openrpc.json b/api/starknet_trace_api_openrpc.json index 6df705e..cb3ffec 100644 --- a/api/starknet_trace_api_openrpc.json +++ b/api/starknet_trace_api_openrpc.json @@ -356,6 +356,11 @@ "title": "Execution resources", "description": "Resources consumed by the internal call", "$ref": "#/components/schemas/INNER_CALL_EXECUTION_RESOURCES" + }, + "is_reverted": { + "title": "Is Reverted", + "description": "true if this inner call panicked", + "type": "boolean" } }, "required": [ @@ -367,7 +372,8 @@ "calls", "events", "messages", - "execution_resources" + "execution_resources", + "is_reverted" ] } ]