Skip to content
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

Etherscan Plugin: remove 34 key length rule, replace deprecated block explorer APIs #4377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kartojal
Copy link

@kartojal kartojal commented Dec 27, 2023

Rationale

Lately Avalanche and Boba networks replaced their block explorer to Routescan based explorers. This PR changes the block explorer URL to allow Remix devs to verify in Avalanche, Boba, Chiliz and Metis block explorers.

Changes

  • Remove API KEY 34 length rule, due other block explorers may not require an API KEY or their API KEY length may be different.
  • Replace Avalanche and Boba block explorer API URLs to the currently maintained ones, both testnet and production.
  • Add Chiliz and Metis block explorer API URLs, both testnet and production

Proposal block explorers to add

Network ChainId Block Explorer Provider API URL
Avalanche Mainnet 43114 Routescan https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan
Avalanche Fuji Testnet 43113 Routescan https://api.routescan.io/v2/network/testnet/evm/43113/etherscan
Boba Mainnet 288 Routescan https://api.routescan.io/v2/network/mainnet/evm/288/etherscan
Boba Testnet 2888 Routescan https://api.routescan.io/v2/network/testnet/evm/2888/etherscan
Metis Andromenda Mainnet 1088 Routescan https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan
Metis Sepolia Testnet 59901 Blockscout https://sepolia.explorer.metisdevops.link/api
Chiliz Mainnet 88888 Routescan https://api.routescan.io/v2/network/mainnet/evm/88888/etherscan
Chiliz Spicy Testnet 88882 Routescan https://api.routescan.io/v2/network/testnet/evm/88882/etherscan

Copy link

netlify bot commented Dec 27, 2023

👷 Deploy request for remixproject pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 16d08c9

@kartojal kartojal changed the title fix:Etherscan Plugin: remove 34 key length rule, replace deprecated block explorer APIs Etherscan Plugin: remove 34 key length rule, replace deprecated block explorer APIs Dec 27, 2023
@Aniket-Engg Aniket-Engg added the discussion Require discussion label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Require discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants