As I was verifying a smart contract using hardhat, I got a problem.
hardhat-verify found one or more errors during the verification process:
Etherscan:
A network request failed. This is an error from the block explorer, not Hardhat. Error: Unexpected end of JSON input
My Questions:
- Is there API key like etherscan API key in Pulse? Where can I get it?
- What is the apiUrl of Pulse chain? and browserUrl.
- If you have a smart way to verify contracts, kindly let me know.
https://remix.ethereum.org/ use this compiler and select injected state of 369 be on the pulsechain and find your contract address the one you want to verify… place the contract address in the deploy & run page and load contract from address then… download the contract verification from the plug in manager and you can at least sourcify to verify your contract easly by doing this… im unsure how to get the contract to verify on the Pulsechainexplorer ive not had any luck getting this done yet…