We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b07bbc commit e60d1c8Copy full SHA for e60d1c8
test/e2e/Deployment.t.sol
@@ -98,7 +98,7 @@ contract DeploymentTest is Helper(false) {
98
}
99
100
function _computeCreate2Addr(bytes memory initCode) internal view returns (address) {
101
- return vm.computeCreate2Address(SALT, hashInitCode(initCode), address(this));
+ return vm.computeCreate2Address(SALT, hashInitCode(initCode), deployer);
102
103
104
function _implementationAddress(address proxy) internal view returns (address) {
0 commit comments