File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ import { DeploymentUtils } from "./utils/DeploymentUtils.sol";
13
13
// 1. `source .env` where `.env` has MNEMONIC="x x x ... x"
14
14
// 2. forge script script/059DeployLensSpokePool.s.sol:DeployLensSpokePool --rpc-url $NODE_URL_1 -vvvv
15
15
// 3. Verify the above works in simulation mode.
16
- // 4. Deploy with: forge script script/059DeployLensSpokePool.s.sol:DeployLensSpokePool --rpc-url $NODE_URL_1 --broadcast --verify
16
+ // 4. Deploy with:
17
+ // forge script script/059DeployLensSpokePool.s.sol:DeployLensSpokePool --rpc-url \
18
+ // $NODE_URL_1 --broadcast --verify --verifier blockscout --verifier-url https://verify.lens.xyz/contract_verification
17
19
18
20
contract DeployLensSpokePool is Script , Test , DeploymentUtils {
19
21
function run () external {
You can’t perform that action at this time.
0 commit comments