Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Oct 17, 2024
1 parent 0bdf9a0 commit 6fee8a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/Deploy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import {Script} from "forge-std/Script.sol";
import {CloneFactory} from "src/concrete/CloneFactory.sol";

/// @title Deploy
/// @notice A script that deploys a CloneFactory. This is intended to be run on
/// every commit by CI to a testnet such as mumbai, then cross chain deployed to
/// whatever mainnet is required, by users.
/// @notice A script that deploys a CloneFactory.
contract Deploy is Script {
function run() external {
uint256 deployerPrivateKey = vm.envUint("DEPLOYMENT_KEY");
Expand Down

0 comments on commit 6fee8a1

Please sign in to comment.