Skip to content

Conversation

@hsy822
Copy link
Collaborator

@hsy822 hsy822 commented Dec 3, 2025

fixes #6547 #6594

@hsy822 hsy822 requested a review from ryestew December 3, 2025 03:56
@netlify
Copy link

netlify bot commented Dec 3, 2025

Deploy Preview for reliable-cocada-166884 ready!

Name Link
🔨 Latest commit 00ed879
🔍 Latest deploy log https://app.netlify.com/projects/reliable-cocada-166884/deploys/693670631f516100085cf246
😎 Deploy Preview https://deploy-preview-6597--reliable-cocada-166884.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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.` })
Copy link
Collaborator

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

@hsy822 hsy822 force-pushed the fix-contract-verification branch from 26e97c5 to e7ea13b Compare December 8, 2025 04:45
@hsy822 hsy822 force-pushed the fix-contract-verification branch from 111e97c to 00ed879 Compare December 8, 2025 06:29
@nx-cloud
Copy link

nx-cloud bot commented Dec 8, 2025

View your CI Pipeline Execution ↗ for commit 00ed879

Command Status Duration Result
nx lint vyper ✅ Succeeded <1s View ↗
nx lint remixd ✅ Succeeded <1s View ↗
nx lint solhint ✅ Succeeded <1s View ↗
nx lint doc-gen ✅ Succeeded <1s View ↗
nx lint remix-ui ✅ Succeeded <1s View ↗
nx lint learneth ✅ Succeeded <1s View ↗
nx lint debugger ✅ Succeeded <1s View ↗
nx build plugin_api --configuration=production ... ✅ Succeeded <1s View ↗
Additional runs (24) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-12-08 06:39:17 UTC

@ci-pr-comment
Copy link

ci-pr-comment bot commented Dec 8, 2025

✅ 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.

@hsy822 hsy822 merged commit 9344c06 into master Dec 8, 2025
34 checks passed
@hsy822 hsy822 deleted the fix-contract-verification branch December 8, 2025 06:54
@hsy822 hsy822 added the ready-to-review PR ready to review label Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-review PR ready to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Info needed for etherscan and other verification services for auto verification

3 participants