We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1441cb commit 24d6921Copy full SHA for 24d6921
docs/tutorials/marketpulse/cicd.md
@@ -60,7 +60,7 @@ Here is an example of one using the Github configuration files and [Vercel](http
60
node-version: 22
61
cache: 'npm'
62
- 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
+ - run: yes | HARDHAT_VAR_DEPLOYER_PRIVATE_KEY=${{ secrets.DEPLOYER_PRIVATE_KEY }} npx hardhat ignition deploy ignition/modules/Marketpulse.ts --verify etherscan --reset --network etherlinkShadownet
64
- name: Cache hardhat-ignition
65
uses: actions/upload-artifact@v4
66
with:
0 commit comments