Skip to content

Commit

Permalink
Merge pull request #165 from starkware-libs/add_segment_arena_builtin
Browse files Browse the repository at this point in the history
Add the segment arena builtin (#165)
  • Loading branch information
ArielElp authored Nov 12, 2023
2 parents e252191 + d96957e commit aae966a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3806,6 +3806,14 @@
"not": {
"const": 0
}
},
"segment_arena_builtin": {
"title": "Segment arena",
"description": "The number of accesses to the segment arena",
"type": "integer",
"not": {
"const": 0
}
}
},
"required": [
Expand Down

0 comments on commit aae966a

Please sign in to comment.