-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix automatic Etherscan verification #6597
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. |
| for (const verifier of verifiers) { | ||
| if (verifier === 'Etherscan' && !effectiveApiKey) { | ||
| await this.call('terminal', 'log', { type: 'warn', value: 'Etherscan verification skipped: API key not provided.' }) | ||
| await this.call('terminal', 'log', { type: 'warn', value: `Please input the API key in Remix Settings OR Contract Verification Plugin Settings.` }) |
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.
Please edit to:
Please input the API key in Remix Settings - Connected Services OR Contract Verification Plugin Settings
26e97c5 to
e7ea13b
Compare
111e97c to
00ed879
Compare
|
View your CI Pipeline Execution ↗ for commit 00ed879
☁️ Nx Cloud last updated this comment at |
|
✅ E2E tests passed (workflow: web) Last run: Mon, Dec 8, 2025, 06:48 AM UTC All tests are now passing! Previous failures have been resolved. |
fixes #6547 #6594