Skip to content

Commit

Permalink
Merge pull request #190 from starkware-libs/fix_l1_handler_version
Browse files Browse the repository at this point in the history
fix: change l1_handler version to enum (#190)
  • Loading branch information
ArielElp authored Feb 2, 2024
2 parents 553a65e + a6858bd commit 159fb9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2805,7 +2805,10 @@
"version": {
"title": "Version",
"description": "Version of the transaction scheme",
"$ref": "#/components/schemas/FELT"
"type": "string",
"enum": [
"0x0"
]
},
"type": {
"title": "type",
Expand Down

0 comments on commit 159fb9c

Please sign in to comment.