Skip to content

Commit

Permalink
add 4844 fields to the pending block header
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Feb 26, 2024
1 parent c7a5e4f commit 887c073
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,20 @@
"description": "The price of l1 gas in the block",
"$ref": "#/components/schemas/RESOURCE_PRICE"
},
"l1_data_gas_price": {
"title": "L1 data gas price",
"description": "The price of l1 data gas in the block",
"$ref": "#/components/schemas/RESOURCE_PRICE"
},
"l1_da_mode": {
"title": "L1 da mode",
"type": "string",
"description": "specifies whether the data of this block is published via blob data or calldata",
"enum": [
"BLOB",
"CALLDATA"
]
},
"starknet_version": {
"title": "Starknet version",
"description": "Semver of the current Starknet protocol",
Expand All @@ -1549,6 +1563,8 @@
"timestamp",
"sequencer_address",
"l1_gas_price",
"l1_data_gas_price",
"l1_da_mode",
"starknet_version"
],
"not": {
Expand Down

0 comments on commit 887c073

Please sign in to comment.