Skip to content

Commit c89e1e9

Browse files
committed
♻️ Suppress Logging Message
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 673063f commit c89e1e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import "hardhat-gas-reporter";
1414
import "solidity-coverage";
1515
import "hardhat-abi-exporter";
1616

17-
dotenv.config();
17+
dotenv.config({ quiet: true });
1818

1919
task("accounts", "Prints the list of accounts", async (_, hre) => {
2020
const accounts = await hre.ethers.getSigners();

0 commit comments

Comments
 (0)