wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.19k stars 292 forks source link

Verify needs to honor API rate limits #486

Open mwawrusch opened 1 year ago

mwawrusch commented 1 year ago

Describe the bug Running into API limits with basescan (5 per second) when verifying contracts while some contracts have already been deployed before. E.g. we get an immediate repsonse, and doing this 6 times triggers a 403

To reproduce:

Solution

mwawrusch commented 1 year ago

Never mind, looks like there is a VERY WELL hidden --sleep 500 option.