Skip to content

Commit

Permalink
fix: format issue
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <[email protected]>
  • Loading branch information
tipusinghaw committed Jan 9, 2024
1 parent 7e464bb commit 2f81036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { ethers, upgrades } = require('hardhat')

async function main() {
try {
console.log ("Deploying the smart contract...")
console.log('Deploying the smart contract...')
const PolygonDidRegistry =
await ethers.getContractFactory('PolygonDidRegistry')

Expand Down

0 comments on commit 2f81036

Please sign in to comment.