Skip to content

Commit

Permalink
Merge pull request #193 from starkware-libs/block_header_required_pro…
Browse files Browse the repository at this point in the history
…perties

fix: make data_gas related fields required in the block header (#193)
  • Loading branch information
ArielElp authored Feb 22, 2024
2 parents c198420 + f3fe66c commit c7a5e4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.6.0",
"version": "0.7.0",
"title": "StarkNet Node API",
"license": {}
},
Expand Down Expand Up @@ -1508,6 +1508,8 @@
"timestamp",
"sequencer_address",
"l1_gas_price",
"l1_data_gas_price",
"l1_da_mode",
"starknet_version"
]
},
Expand Down
2 changes: 1 addition & 1 deletion api/starknet_trace_api_openrpc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.6.0",
"version": "0.7.0",
"title": "StarkNet Trace API",
"license": {}
},
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.6.0",
"version": "0.7.0",
"title": "StarkNet Node Write API",
"license": {}
},
Expand Down

0 comments on commit c7a5e4f

Please sign in to comment.