Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Oct 31, 2022
1 parent 77de96e commit ed85de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1640,6 +1640,7 @@
"enum": [
"DECLARE",
"DEPLOY",
"DEPLOY_ACCOUNT",
"INVOKE",
"L1_HANDLER"
],
Expand Down Expand Up @@ -1773,7 +1774,8 @@
"type": "string",
"enum": [
"function",
"l1_handler"
"l1_handler",
"constructor"
]
},
"STRUCT_ABI_ENTRY": {
Expand Down
2 changes: 1 addition & 1 deletion api/starknet_write_api.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.3.0",
"version": "0.4.0",
"title": "StarkNet Node Write API",
"license": {}
},
Expand Down

0 comments on commit ed85de6

Please sign in to comment.