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 d559824 commit f9a3de0Copy full SHA for f9a3de0
scripts/deploy.ts
@@ -13,7 +13,7 @@ async function main() {
13
// @TODO: modify this when deploying...
14
const minters = [signer.address]
15
// @TODO: modify this address when deploying...
16
- const proxyAdmin = '0x2e8fCbd8d3968252f1FC427Ff06928343B650bc3'
+ const proxyAdmin = '0xec4562C829661c891FcEadb44F831c8a5e71bC8F'
17
18
// >>> Deploy SBT implementation >>>
19
console.log('Deploying SBT implementation...')
0 commit comments