Skip to content

Commit

Permalink
Add prevrandao to Vm.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored May 6, 2023
1 parent cffb562 commit e405932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Vm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ interface Vm is VmSafe {
function fee(uint256 newBasefee) external;
// Sets block.difficulty
function difficulty(uint256 newDifficulty) external;
// Sets block.prevrandao
function prevrandao(bytes32 newPrevrandao) external;
// Sets block.chainid
function chainId(uint256 newChainId) external;
// Sets tx.gasprice
Expand Down

0 comments on commit e405932

Please sign in to comment.