-
Notifications
You must be signed in to change notification settings - Fork 114
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
fix: do not request verification info when running local node #53
fix: do not request verification info when running local node #53
Conversation
Visit the preview URL for this PR (updated for commit 1d619be):
(expires Mon, 23 Oct 2023 10:00:48 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e508f9012944951194447cb8885950b451a24403 |
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.
verificationApiUrl
should also be removed from/packages/app/src/configs/dev.config.json
for local network.- we have tests that check
verificationInfo
in bothuseAddress
anduseContractAPI
, please add a case to check thatnull
value is returned if there is noverificationApiUrl
configured.
21aa7a2
to
1d619be
Compare
🎉 This PR is included in version 2.14.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# What ❔ - Do not request contract verification info when running against local node ## Why ❔ - Since contract verification is not yet implemented in the Block Explorer API the request simply fails and any contract page becomes unavailable --------- Co-authored-by: Vasyl Ivanchuk <[email protected]>
What ❔
Why ❔