Skip to content

Commit

Permalink
dont fallback to etherscan verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Mar 31, 2024
1 parent 079cbf2 commit 47731f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-sol-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
env:
ETH_RPC_URL: ${{ secrets[env.rpc_secret_name] || '' }}
ETHERSCAN_API_KEY: ${{ secrets[env.etherscan_api_key_secret_name] || ''}}
DEPLOY_VERIFIER: ${{ secrets[env.verifier_secret_name] || 'etherscan' }}
DEPLOY_VERIFIER: ${{ secrets[env.verifier_secret_name] || '' }}
DEPLOY_VERIFIER_URL: ${{ secrets[env.verifier_url_secret_name] || '' }}

0 comments on commit 47731f9

Please sign in to comment.