Replies: 1 comment 4 replies
-
Hi @huihzhao! It depends on your explorer API. If it has the same interface than the Etherscan API, you can add it as a custom chain like this:
However, if the interface is different, you would need to extend the plugin with your own subtasks. You can package it in your own plugin, for example |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am from opbnbscan explorer team and I`m doing the compatibility testing for our explorer API of hardhat. but seems the verify plugin only works with etherscan and blockscout. Just wondering how to support other explorers like ours.
Beta Was this translation helpful? Give feedback.
All reactions