DeFiFoFum / hardhat-template

Solidity Smart Contract development template using modern Web3 frameworks/tools including Hardhat, Typechain and more.
GNU General Public License v3.0
1 stars 3 forks source link

`--verbose` argument not being passed into task #5

Closed DeFiFoFum closed 1 year ago

DeFiFoFum commented 1 year ago

Using the script below, the verbose argument is not passed which does not enable Logger.info calls. npx hardhat --verbose verify-contract --id 20220908-lock --network bsc --name Lock

{
  args: {
    id: '20220908-lock',
    name: 'Lock',
    address: undefined,
    args: undefined,
    key: undefined
  }
}
DeFiFoFum commented 1 year ago

Closed as the deployment structure has changed.