Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add l2_gas_price to PENDING_BLOCK_HEADER #236

Open
wants to merge 2 commits into
base: v0.8.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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