Skip to content

Commit

Permalink
specify compression algorithm for DEPRECATED_CONTRACT_CLASS in openrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
DvirYo-starkware committed Jun 6, 2024
1 parent 304b952 commit 4373475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4373475

Please sign in to comment.