Skip to content

Commit

Permalink
fix: fix execution_resources schema
Browse files Browse the repository at this point in the history
  • Loading branch information
OmriEshhar1 committed Oct 11, 2023
1 parent c0980ed commit 13a5c23
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3278,47 +3278,47 @@
"steps": {
"title": "Steps",
"description": "The number of Cairo steps used",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"memory_holes": {
"title": "Memory holes",
"description": "The number of unused memory cells (each cell is roughly equivalent to a step)",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"range_check_builtin_applications": {
"title": "Range check applications",
"description": "The number of RANGE_CHECK builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"pedersen_builtin_applications": {
"title": "Pedersen applications",
"description": "The number of Pedersen builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"poseidon_builtin_applications": {
"title": "Poseidon applications",
"description": "The number of Poseidon builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"ec_op_builtin_applications": {
"title": "EC_OP applications",
"description": "the number of EC_OP builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"ecdsa_builtin_applications": {
"title": "ECDSA applications",
"description": "the number of ECDSA builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"bitwise_builtin_applications": {
"title": "BITWISE applications",
"description": "the number of BITWISE builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
},
"keccak_builtin_applications": {
"title": "Keccak applications",
"description": "The number of KECCAK builtin instances",
"$ref": "#/components/schemas/NUM_AS_HEX"
"type": "integer"
}
},
"required": [
Expand Down

0 comments on commit 13a5c23

Please sign in to comment.