Skip to content

Commit 24d6921

Browse files
Verify on Etherscan in CI
1 parent f1441cb commit 24d6921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/marketpulse/cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here is an example of one using the Github configuration files and [Vercel](http
6060
node-version: 22
6161
cache: 'npm'
6262
- run: npm ci
63-
- run: yes | HARDHAT_VAR_DEPLOYER_PRIVATE_KEY=${{ secrets.DEPLOYER_PRIVATE_KEY }} npx hardhat ignition deploy ignition/modules/Marketpulse.ts --verify --reset --network etherlinkShadownet
63+
- run: yes | HARDHAT_VAR_DEPLOYER_PRIVATE_KEY=${{ secrets.DEPLOYER_PRIVATE_KEY }} npx hardhat ignition deploy ignition/modules/Marketpulse.ts --verify etherscan --reset --network etherlinkShadownet
6464
- name: Cache hardhat-ignition
6565
uses: actions/upload-artifact@v4
6666
with:

0 commit comments

Comments
 (0)