You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
apiURL is required to be set in hardhat.config.js to be able to verify contracts on blockchain explorer web sites using hardhat-verify.
Currently I try to generate it from the blockExplorers URLs, but not all explorer URLs follow the same format.
All other data are obtainable from @wagmi/chains for setting networks and etherscan.customChains in hardhat.config.js, so it'd be great to have apiURL as the last piece of the puzzle.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
apiURL is required to be set in hardhat.config.js to be able to verify contracts on blockchain explorer web sites using hardhat-verify.
Currently I try to generate it from the blockExplorers URLs, but not all explorer URLs follow the same format.
All other data are obtainable from @wagmi/chains for setting
networks
andetherscan.customChains
in hardhat.config.js, so it'd be great to have apiURL as the last piece of the puzzle.Beta Was this translation helpful? Give feedback.
All reactions