Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Sep 15, 2024
1 parent 1b07bbc commit e60d1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Deployment.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contract DeploymentTest is Helper(false) {
}

function _computeCreate2Addr(bytes memory initCode) internal view returns (address) {
return vm.computeCreate2Address(SALT, hashInitCode(initCode), address(this));
return vm.computeCreate2Address(SALT, hashInitCode(initCode), deployer);
}

function _implementationAddress(address proxy) internal view returns (address) {
Expand Down

0 comments on commit e60d1c8

Please sign in to comment.