Skip to content

Commit

Permalink
fix(evm): SSZ library to work for deneb fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 committed Aug 28, 2024
1 parent 605b234 commit 8d7bfb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pragma solidity ^0.8.20;

library SSZ {
// G-indicies for the BeaconBlockHeader -> bodyRoot -> executionPayload -> {blockNumber, blockHash}
uint256 internal constant EXECUTION_PAYLOAD_BLOCK_NUMBER_INDEX = 3222;
uint256 internal constant EXECUTION_PAYLOAD_BLOCK_HASH_INDEX = 3228;
uint256 internal constant EXECUTION_PAYLOAD_BLOCK_NUMBER_INDEX = 6438;
uint256 internal constant EXECUTION_PAYLOAD_BLOCK_HASH_INDEX = 6444;

// G-index for the BeaconBlockHeader -> slot
uint256 internal constant SLOT_INDEX = 8;
Expand Down

0 comments on commit 8d7bfb3

Please sign in to comment.