We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a3de0 commit 134f798Copy full SHA for 134f798
scripts/deploy.ts
@@ -47,14 +47,17 @@ async function main() {
47
console.log(` - Initializing at transaction with hash:${tx.hash}`)
48
await tx.wait(1)
49
console.log(` - Initializing done at transaction with hash:${tx.hash}`)
50
+ console.log()
51
52
// >>> Verify SBTImplementation code >>>
53
+ console.log('Verifying SBT implementation contract')
54
await run(`verify:verify`, {
55
address: sbtImplementation.address,
56
constructorArguments: [],
57
})
58
59
// >>> Verify SBTProxy code >>>
60
+ console.log('Verifying SBT proxy contract')
61
62
address: sbtProxyInstance.address,
63
constructorArguments: [
0 commit comments