Skip to content

Commit 72809db

Browse files
authored
fix: remove improper natspec on deploy scripts (#59)
1 parent c1e8aef commit 72809db

2 files changed

+0
-4
lines changed

script/Deploy_LightAccountFactory.s.sol

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import {IEntryPoint} from "account-abstraction/interfaces/IEntryPoint.sol";
77

88
import {LightAccountFactory} from "../src/LightAccountFactory.sol";
99

10-
// @notice Deploys LightAccountFactory
11-
// @dev To run: `forge script script/Deploy_LightAccountFactory.s.sol:Deploy_LightAccountFactory --broadcast --rpc-url ${RPC_URL} --verify -vvvv`
1210
contract Deploy_LightAccountFactory is Script {
1311
// Load entrypoint from env
1412
address public entryPointAddr = vm.envAddress("ENTRYPOINT");

script/Deploy_MultiOwnerLightAccountFactory.s.sol

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import {IEntryPoint} from "account-abstraction/interfaces/IEntryPoint.sol";
77

88
import {MultiOwnerLightAccountFactory} from "../src/MultiOwnerLightAccountFactory.sol";
99

10-
// @notice Deploys MultiOwnerLightAccountFactory
11-
// @dev To run: `forge script script/Deploy_MultiOwnerLightAccountFactory.s.sol:Deploy_MultiOwnerLightAccountFactory --broadcast --rpc-url ${RPC_URL} --verify -vvvv`
1210
contract Deploy_MultiOwnerLightAccountFactory is Script {
1311
// Load entrypoint from env
1412
address public entryPointAddr = vm.envAddress("ENTRYPOINT");

0 commit comments

Comments
 (0)