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 cfbc5b9 commit 617b96fCopy full SHA for 617b96f
script/Zenith.s.sol
@@ -9,6 +9,6 @@ contract DeployZenith is Script {
9
// forge script DeployZenith --sig "run()" --rpc-url $RPC_URL --etherscan-api-key $ETHERSCAN_API_KEY --private-key $PRIVATE_KEY --broadcast --verify
10
function run() public {
11
vm.broadcast();
12
- new Zenith{salt: "zenith-3"}(msg.sender);
+ new Zenith(msg.sender);
13
}
14
0 commit comments