From 4373475421f124dbb95cddd5817a4791b1a68a32 Mon Sep 17 00:00:00 2001 From: Dvir Yosef Date: Thu, 6 Jun 2024 14:31:26 +0300 Subject: [PATCH] specify compression algorithm for DEPRECATED_CONTRACT_CLASS in openrpc --- api/starknet_api_openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 1e7927d..dc6a73c 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -3346,7 +3346,7 @@ "program": { "type": "string", "title": "Program", - "description": "A base64 representation of the compressed program code", + "description": "A base64 representation of the compressed program code using gzip", "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$" }, "entry_points_by_type": {