Update
This commit is contained in:
parent
a2c4d6e97b
commit
dce7693da7
14
deploy.js
14
deploy.js
@ -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
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user