diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 5bb3696..31e4355 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -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": [ @@ -3392,4 +3392,4 @@ } } } -} \ No newline at end of file +}