Skip to content

Commit c6d998f

Browse files
authored
fix: remove unused arg (#46)
1 parent 19129a8 commit c6d998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/Zenith.s.sol

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ contract ZenithScript is Script {
1818
}
1919

2020
// deploy:
21-
// forge script ZenithScript --sig "deployL2()" --rpc-url $L2_RPC_URL --private-key $PRIVATE_KEY --broadcast $ZENITH_ADDRESS
22-
function deployL2(address zenith) public returns (RollupOrders m) {
21+
// forge script ZenithScript --sig "deployL2()" --rpc-url $L2_RPC_URL --private-key $PRIVATE_KEY --broadcast
22+
function deployL2() public returns (RollupOrders m) {
2323
vm.startBroadcast();
2424
m = new RollupOrders();
2525
}

0 commit comments

Comments
 (0)