Skip to content

Commit 3c02f42

Browse files
committed
Updated lens deploy command
Signed-off-by: Faisal Usmani <[email protected]>
1 parent 66f7a1c commit 3c02f42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/059DeployLensSpokePool.s.sol

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import { DeploymentUtils } from "./utils/DeploymentUtils.sol";
1313
// 1. `source .env` where `.env` has MNEMONIC="x x x ... x"
1414
// 2. forge script script/059DeployLensSpokePool.s.sol:DeployLensSpokePool --rpc-url $NODE_URL_1 -vvvv
1515
// 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
1719

1820
contract DeployLensSpokePool is Script, Test, DeploymentUtils {
1921
function run() external {

0 commit comments

Comments
 (0)