Skip to content

Commit

Permalink
Merge pull request #236 from kkovaacs/krisztian/fix-pending-block-hea…
Browse files Browse the repository at this point in the history
…der-l2-gas-price

fix: add `l2_gas_price` to PENDING_BLOCK_HEADER (#236)
  • Loading branch information
ArielElp authored Nov 6, 2024
2 parents 2abbd5f + 07d3afb commit 1a1a352
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,7 @@
"timestamp",
"sequencer_address",
"l1_gas_price",
"l2_gas_price",
"l1_data_gas_price",
"l1_da_mode",
"starknet_version"
Expand Down Expand Up @@ -1666,6 +1667,11 @@
"description": "The price of l1 gas in the block",
"$ref": "#/components/schemas/RESOURCE_PRICE"
},
"l2_gas_price": {
"title": "L2 gas price",
"description": "The price of l2 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",
Expand All @@ -1688,6 +1694,7 @@
"timestamp",
"sequencer_address",
"l1_gas_price",
"l2_gas_price",
"l1_data_gas_price",
"l1_da_mode",
"starknet_version"
Expand Down

0 comments on commit 1a1a352

Please sign in to comment.