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

Add Blockscout provider #4790

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

Conversation

vbaranov
Copy link

Adding Blockscout provider. It is based on Blockscout's ETH RPC API endpoints.

ETH RPC API for each Blockscout instance is at URL:

https://xxx.blockscout.com/api/eth-rpc

Supported networks:

  • Ethereum Mainnet (mainnet)
  • Sepolia Testnet (eth-sepolia)
  • Holesky Testnet (eth-holesky)
  • Arbitrum One (arbitrum)
  • Arbitrum Nova (arbitrum-nova)
  • Arbitrum Sepolia (arbitrum-sepolia)
  • Base Mainnet (base)
  • Base Sepolia Testnet (base-sepolia)
  • Gnosis Chain (gnosis)
  • Gnosis Chiado Testnet (gnosis-chiado)
  • Optimism Mainnet (optimism)
  • Optimism Sepolia Testnet (optimism-sepolia)
  • Polygon (matic)
  • Polygon zkEVM (matic-zkevm)
  • zkSync Era Mainnet (zksync)
  • zkSync Sepolia Testnet (zksync-sepolia)

Mentioned instances are managed by Blockscout team.
More chains can be added in the future since Blockscout is supported by over 600+ chains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant