Skip to content

Commit

Permalink
fix package issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Sep 21, 2023
1 parent 305c558 commit b212f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-core/script/utils/DeployerUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ contract DeployerUtils is Script {
return factory;
}

address factoryDeployment = tryLoadDeployment("Create3Factory");
address factoryDeployment = tryLoadDeployment("CREATE3Factory");
if (factoryDeployment == address(0)) {
if (broadcasterPK == 0) {
console.log("please setup a private key before calling this function");
Expand Down

0 comments on commit b212f2b

Please sign in to comment.