Skip to content

Commit

Permalink
change l1_handler version to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Feb 1, 2024
1 parent 4966593 commit a6858bd
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 @@ -2677,7 +2677,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 a6858bd

Please sign in to comment.