Skip to content

Commit

Permalink
lib: forge-std: bump to get vm.blobhashes
Browse files Browse the repository at this point in the history
This is ground work for EIP-4844.

Vm.blobhashes allow for mocking value of the next call to the blobhash
opcode. This will be useful in EIP-4844 tests to mock this opcode.

Update the usage of the one symbol that changed its name.

Signed-off-by: Wojciech Zmuda <[email protected]>
  • Loading branch information
wzmuda committed Aug 26, 2024
1 parent 41cbe7d commit 64ff319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/forge-std
2 changes: 1 addition & 1 deletion src/test/WorldIDTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contract WorldIDTest is Test {
/// TEST DATA ///
///////////////////////////////////////////////////////////////////////////////

Vm internal hevm = Vm(HEVM_ADDRESS);
Vm internal hevm = Vm(VM_ADDRESS);
address internal nullAddress = address(0x0);
address internal thisAddress = address(this);

Expand Down

0 comments on commit 64ff319

Please sign in to comment.