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 fc617a9 commit 839da6aCopy full SHA for 839da6a
.github/workflows/sharing-smart-contract-deploy.yml
@@ -113,7 +113,7 @@ jobs:
113
EXPLORER_API_KEY: ${{ secrets.EXPLORER_API_KEY }}
114
IS_VERIFICATION_API_V2: ${{ vars.IS_VERIFICATION_API_V2 }}
115
run: |
116
- npm run verify:ignition -- --network ${{ inputs.network }} --include-unrelated-contracts
+ npm run verify:ignition -- --network ${{ inputs.network }}
117
118
- name: Save deployment artifacts
119
if: inputs.network != 'hardhat'
0 commit comments