Skip to content

Commit 0c430d0

Browse files
committed
Clean
1 parent 47dcd99 commit 0c430d0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ jobs:
6363
run: |
6464
echo "PRIVATE_KEY=${{ secrets.PRIVATE_KEY }}" >> $GITHUB_ENV
6565
66-
if [ "${{ inputs.network }}" == "avalancheFujiTestnet" ]; then
67-
echo "SNOWTRACE_API_KEY=${{ secrets.SNOWTRACE_API_KEY }}" >> $GITHUB_ENV
68-
fi
69-
7066
if [ "${{ inputs.network }}" == "arbitrumSepolia" ]; then
7167
echo "ARBISCAN_API_KEY=${{ secrets.ARBISCAN_API_KEY }}" >> $GITHUB_ENV
7268
fi
@@ -106,4 +102,4 @@ jobs:
106102
steps:
107103
- name: Verify contracts
108104
working-directory: packages/sharing-smart-contract
109-
run: echo "Verify contracts"
105+
run: echo "Verify contracts" # npm run verify:ignition -- <deploymentId>

0 commit comments

Comments
 (0)