usecannon / cannon-legacy

Manage EVM protocol deployments. Inspired by Docker, Terraform, and npm.

Home Page:https://usecannon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove hardhat network output from hardhat logs

dbeal-eth opened this issue · comments

commented

kind of a mess when it happens when you are doing a fork network build and it prints out literally all the information like its running the command directly. solutions are either:

  • there is some sort of a quiet option
  • there is some override (see the snx repo, there is probably some suppression snippet we can put into the file)