Skip to content

Commit

Permalink
Adjusts BlockHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Sep 27, 2024
1 parent 0325e5c commit 342bd1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpc/types_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ type BlockHeader struct {
SequencerAddress *felt.Felt `json:"sequencer_address"`
// The price of l1 gas in the block
L1GasPrice ResourcePrice `json:"l1_gas_price"`
// The price of l2 gas in the block
L2GasPrice ResourcePrice `json:"l2_gas_price"`
// The price of l1 data gas in the block
L1DataGasPrice ResourcePrice `json:"l1_data_gas_price"`
// Specifies whether the data of this block is published via blob data or calldata
Expand Down

0 comments on commit 342bd1e

Please sign in to comment.