You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/hardhat-verify/src/internal/config.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import type {
6
6
BlockscoutConfig,
7
7
}from"../types";
8
8
9
-
importchalkfrom"picocolors";
9
+
importpicocolorsfrom"picocolors";
10
10
11
11
exportfunctionetherscanConfigExtender(
12
12
config: HardhatConfig,
@@ -28,7 +28,7 @@ export function etherscanConfigExtender(
28
28
config.networks?.etherscan!==undefined
29
29
){
30
30
console.warn(
31
-
chalk.yellow(
31
+
picocolors.yellow(
32
32
"WARNING: you have an 'etherscan' entry in your networks configuration. This is likely a mistake. The etherscan configuration should be at the root of the configuration, not within the networks object."
`[INFO] Sourcify Verification Skipped: Sourcify verification is currently disabled. To enable it, add the following entry to your Hardhat configuration:
0 commit comments