Skip to content

Commit 5246ccf

Browse files
committed
add extra time gap
1 parent 92298bb commit 5246ccf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/VerifyFactoryContracts.s.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ contract VerifyFactoryContracts is Script, GraphQLQuery {
157157
" 2>&1 || true" // Capture output; exit 0 so ffi doesn't revert
158158
);
159159

160+
// Wait before hitting the Etherscan API again via forge verify-contract
161+
vm.sleep(400);
162+
160163
bytes memory output = vm.ffi(cmd);
161164
if (_containsSubstring(output, "successfully verified")) {
162165
result.status = VerificationStatus.NewlyVerified;

0 commit comments

Comments
 (0)