-
Notifications
You must be signed in to change notification settings - Fork 952
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
Support More Etherscan explorers for contract verification #3709
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "etherscan", | |||
"displayName": "Etherscan - Contract verification", | |||
"description": "Verify Solidity contract code using Etherscan API", | |||
"displayName": "Contract verification - Etherscan", |
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.
update for sourcify ethereum/remix-plugins-directory#346
@@ -43,7 +43,7 @@ export const DisplayRoutes = () => ( | |||
</DefaultLayout>} /> | |||
<Route | |||
path="/settings" | |||
element={<DefaultLayout from="/settings" title="Set Etherscan API Key"> | |||
element={<DefaultLayout from="/settings" title="Set Explorer API 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.
if each explorer has a different api key, we should probably allow specifying an api key per explorer.. (
Fixes #2757
Here is the list of explorers: https://etherscan.io/eaas