We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0306efe commit 8a5816bCopy full SHA for 8a5816b
script/utils/verifyContracts.sh
@@ -59,10 +59,10 @@ function verify_contract {
59
fi
60
61
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"
+ curl -d "address=$contractAddress" "$verifier_url&module=contract&action=verifyproxycontract&apikey=$verifier_api_key"
63
64
65
- sleep 5
+ #sleep 5
66
return $result
67
}
68
0 commit comments