This commit is contained in:
hoelee 2024-08-02 03:51:49 +08:00
parent a2c4d6e97b
commit dce7693da7

View File

@ -85,3 +85,17 @@ main()
console.error(error);
process.exit(1);
});
/*
https://sepolia.etherscan.io/tx/0xf6487dd5f42b2f2b5955ceac193a5483ac24d951a35be55d041565a6c10386f8
Verify Bytecode
git init .
git add .
git checout -b main
git commit -m "Initial Commit"
git remote set-url origin https://hoelee:ab72b3f1217e263f571fbde7cf7ee6b4ae750838@git.hoelee.com/hoelee/ethers-simple-storage.git
git credential-cache exit
git push -u origin main
*/