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

Verification on explorer.mekong.ethpandaops.io does not work #23

Open
tamtamchik opened this issue Nov 22, 2024 · 0 comments
Open

Verification on explorer.mekong.ethpandaops.io does not work #23

tamtamchik opened this issue Nov 22, 2024 · 0 comments

Comments

@tamtamchik
Copy link

tamtamchik commented Nov 22, 2024

Please check what is happening with contract verification on explorer.mekong.ethpandaops.io.

Steps to reproduce:

  1. Create a simple demo project with forge: forge init demo && cd demo
  2. Deploy counter:
    • forge script script/Counter.s.sol --rpc-url https://rpc.mekong.ethpandaops.io --broadcast --private-key <PRIVATE_KEY>
  3. Verify contract:
    • forge verify-contract --compiler-version 0.8.25 --rpc-url https://rpc.mekong.ethpandaops.io --verifier blockscout --verifier-url 'https://explorer-api.mekong.ethpandaops.io/api/' <CONTRACT_ADDRESS>

Expected result – contract verified; in fact, it is not (https://explorer.mekong.ethpandaops.io/address/0x776d3e3c2fccd3fcf2534c351c0c98df98ef8b88?tab=contract)

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

No branches or pull requests

1 participant