Skip to content

Commit 617b96f

Browse files
committed
rm create2
1 parent cfbc5b9 commit 617b96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/Zenith.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ contract DeployZenith is Script {
99
// forge script DeployZenith --sig "run()" --rpc-url $RPC_URL --etherscan-api-key $ETHERSCAN_API_KEY --private-key $PRIVATE_KEY --broadcast --verify
1010
function run() public {
1111
vm.broadcast();
12-
new Zenith{salt: "zenith-3"}(msg.sender);
12+
new Zenith(msg.sender);
1313
}
1414
}

0 commit comments

Comments
 (0)