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 d983df7 commit b2b11f0Copy full SHA for b2b11f0
scripts/deployWithSBTFactory.ts
@@ -19,9 +19,9 @@ async function main() {
19
// @TODO: modify this address when deploying...
20
const proxyAdmin = '0xec4562C829661c891FcEadb44F831c8a5e71bC8F'
21
// @TODO: check and change this whenever required.
22
- const sbtFactoryAddress = ''
23
- // @TODO: check and change this whenever required.
24
const identifier = ethers.utils.formatBytes32String('First SBT')
+ // @TODO: check and change this whenever required.
+ const sbtFactoryAddress = '0x0F0b8697169aF45FC61814C3e5b4d784a909b9A7'
25
26
// >>> Deploy using SBTFactory >>>
27
console.log('Deploying new SBT using SBTFactory...')
0 commit comments