Skip to content

Commit 134f798

Browse files
author
Yash Agrawal
committed
feat: minor fixes
1 parent f9a3de0 commit 134f798

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/deploy.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,17 @@ async function main() {
4747
console.log(` - Initializing at transaction with hash:${tx.hash}`)
4848
await tx.wait(1)
4949
console.log(` - Initializing done at transaction with hash:${tx.hash}`)
50+
console.log()
5051

5152
// >>> Verify SBTImplementation code >>>
53+
console.log('Verifying SBT implementation contract')
5254
await run(`verify:verify`, {
5355
address: sbtImplementation.address,
5456
constructorArguments: [],
5557
})
5658

5759
// >>> Verify SBTProxy code >>>
60+
console.log('Verifying SBT proxy contract')
5861
await run(`verify:verify`, {
5962
address: sbtProxyInstance.address,
6063
constructorArguments: [

0 commit comments

Comments
 (0)