before verify at etherscan

This commit is contained in:
2024-08-02 22:35:45 +08:00
parent 6d6194282a
commit e7c96c8ec3
4 changed files with 27 additions and 17 deletions

View File

@@ -11,6 +11,9 @@ async function main() {
console.log("Deployed contract to: " + simpleStorage.address);
}
// Auto verify contract in etherscan
//async function verify(contractAddress, args) {}
// main
main()
.then(() => process.getMaxListeners(0))