Add blockhash to docs (#5653)

Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
Arr00
2025-04-29 19:04:32 -04:00
committed by GitHub
parent 6dd191a979
commit 3e75ff1862
3 changed files with 23 additions and 0 deletions

View File

@ -14,6 +14,7 @@ pragma solidity ^0.8.20;
* Before that, only block hashes since the fork block will be available.
*/
library Blockhash {
/// @dev Address of the EIP-2935 history storage contract.
address internal constant HISTORY_STORAGE_ADDRESS = 0x0000F90827F1C53a10cb7A02335B175320002935;
/**