wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.18k stars 286 forks source link

Add support for optimism goerli etherscan api #370

Closed leekt closed 1 year ago

leekt commented 1 year ago

Added chain id 420 in etherscan.ts, used https://api-goerli-optimism.etherscan.io for api url

wighawag commented 1 year ago

does not look like https://api-goerli-optimism.etherscan.io is working

leekt commented 1 year ago

hmmm it worked for me on something like npx hardhat etherscan-verify --network optimismGoerli --api-url https://api-goerli-optimism.etherscan.io

leekt commented 1 year ago

and the link itself seems to be working for me

image
wighawag commented 1 year ago

you right, thanks @leekt !