Skip to content

Commit

Permalink
Add cbor tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Dec 27, 2024
1 parent c05d5e0 commit fccabd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ type Header struct {
// Bloom filter on the events emitted this block
EventsBloom *bloom.BloomFilter
// Amount of WEI charged per Gas spent on L1
L1GasPriceETH *felt.Felt
L1GasPriceETH *felt.Felt `cbor:"gasprice"`
// Amount of STRK charged per Gas spent on L2
L2GasPriceETH *felt.Felt
// Sequencer signatures
Signatures [][]*felt.Felt
// Amount of STRK charged per Gas spent on L1
L1GasPriceSTRK *felt.Felt
L1GasPriceSTRK *felt.Felt `cbor:"gaspricestrk"`
// Amount of STRK charged per Gas spent on L2
L2GasPriceSTRK *felt.Felt
// The mode of the L1 data availability
Expand Down

0 comments on commit fccabd3

Please sign in to comment.