Skip to content

Commit

Permalink
Merge pull request #527 from nomiclabs/fix-etherscan-api-limit-bug
Browse files Browse the repository at this point in the history
buidler-etherscan plugin: increase verification delay 1000 -> 3000.
  • Loading branch information
alcuadrado authored Apr 28, 2020
2 parents 13e89ed + 1453151 commit e6c1aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function getVerificationStatus(
})
);
if (response.isPending()) {
await delay(1000);
await delay(3000);

return getVerificationStatus(url, guid);
}
Expand Down

0 comments on commit e6c1aaf

Please sign in to comment.