Skip to content

Commit

Permalink
Merge pull request #194 from starkware-libs/add_4844_fields_to_block_…
Browse files Browse the repository at this point in the history
…header

fix: add 4844 fields to the pending block header (#194)
  • Loading branch information
ArielElp committed Feb 26, 2024
2 parents c7a5e4f + 887c073 commit 53c4e55
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 53c4e55

Please sign in to comment.