Skip to content

Commit

Permalink
feat: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdesu committed Mar 26, 2024
1 parent f9a3de0 commit 134f798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,17 @@ async function main() {
console.log(` - Initializing at transaction with hash:${tx.hash}`)
await tx.wait(1)
console.log(` - Initializing done at transaction with hash:${tx.hash}`)
console.log()

// >>> Verify SBTImplementation code >>>
console.log('Verifying SBT implementation contract')
await run(`verify:verify`, {
address: sbtImplementation.address,
constructorArguments: [],
})

// >>> Verify SBTProxy code >>>
console.log('Verifying SBT proxy contract')
await run(`verify:verify`, {
address: sbtProxyInstance.address,
constructorArguments: [
Expand Down

0 comments on commit 134f798

Please sign in to comment.