Skip to content

Commit b2b11f0

Browse files
author
Yash Agrawal
committed
feat: minor fixes
1 parent d983df7 commit b2b11f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deployWithSBTFactory.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ async function main() {
1919
// @TODO: modify this address when deploying...
2020
const proxyAdmin = '0xec4562C829661c891FcEadb44F831c8a5e71bC8F'
2121
// @TODO: check and change this whenever required.
22-
const sbtFactoryAddress = ''
23-
// @TODO: check and change this whenever required.
2422
const identifier = ethers.utils.formatBytes32String('First SBT')
23+
// @TODO: check and change this whenever required.
24+
const sbtFactoryAddress = '0x0F0b8697169aF45FC61814C3e5b4d784a909b9A7'
2525

2626
// >>> Deploy using SBTFactory >>>
2727
console.log('Deploying new SBT using SBTFactory...')

0 commit comments

Comments
 (0)