Skip to content

Commit b5751ce

Browse files
committed
update deps
1 parent 7fea070 commit b5751ce

File tree

4 files changed

+952
-1321
lines changed

4 files changed

+952
-1321
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "tsconfig-paths/register";
1111
import { HardhatUserConfig } from "hardhat/config";
1212

1313
import * as dotenv from "dotenv";
14-
dotenv.config();
14+
dotenv.config({ quiet: true });
1515

1616
const config: HardhatUserConfig = {
1717
networks: {

0 commit comments

Comments
 (0)