-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix etherscan api key warning #6549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for reliable-cocada-166884 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 238715b
☁️ Nx Cloud last updated this comment at |
|
✅ E2E tests passed (workflow: web) Last run: Thu, Nov 13, 2025, 09:20 AM UTC All tests are now passing! Previous failures have been resolved. |
| if (validConfiguration(chainSettings, verifier)) { | ||
| if (verifier === 'Etherscan' && !etherscanApiKey) { | ||
| this.call('terminal', 'log', { type: 'warn', value: 'Etherscan verification skipped: API key not provided for auto-verification.' }) | ||
| this.call('terminal', 'log', { type: 'warn', value: 'Go to the Settings panel input the key.' }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Place to put Etherscan API key for contract verification is within contract verification plugin. Text should be updated to something like: Go to contract verification plugin's settings tab & input the API key.
Clarify Etherscan auto verification when API key is missing