Skip to content

Commit

Permalink
specify contract name as much as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed May 18, 2023
1 parent e4705ae commit aedd096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function deployContact({
console.log(`${contractName} deployed and verified!`)
console.log(`${contractName} contract address: `, contract.address)
console.log(
'Scanner URL:',
`${contractName} scanner URL:`,
`https://${
chainName === 'polygon' ? '' : `${chainName}.`
}polygonscan.com/address/${contract.address}`
Expand Down

0 comments on commit aedd096

Please sign in to comment.