Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmatdev committed Mar 6, 2023
1 parent 0d61db2 commit ff01cc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ async function main() {
const contractName = 'OBSSStorage'
console.log(`Deploying ${contractName}...`)
const factory = await ethers.getContractFactory(contractName)
// const contract = await factory.deploy(...constructorArguments)
const contract = await upgrades.deployProxy(factory, constructorArguments, {
initializer: 'initialize',
})
Expand Down

0 comments on commit ff01cc1

Please sign in to comment.