Skip to content

Commit 8a5816b

Browse files
fix: verification
1 parent 0306efe commit 8a5816b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/utils/verifyContracts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ function verify_contract {
5959
fi
6060

6161
if [[ $result -eq 0 && $contractName == *Proxy* && $verifier_url == *scan*/api* ]]; then
62-
curl -d "address=$contractAddress" "$verifier_url?module=contract&action=verifyproxycontract&apikey=$verifier_api_key"
62+
curl -d "address=$contractAddress" "$verifier_url&module=contract&action=verifyproxycontract&apikey=$verifier_api_key"
6363
fi
6464

65-
sleep 5
65+
#sleep 5
6666
return $result
6767
}
6868

0 commit comments

Comments
 (0)