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: v-next/hardhat-errors/src/descriptors.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2056,11 +2056,11 @@ Please check Hardhat's output for more details.`,
2056
2056
},
2057
2057
KEY_NOT_FOUND_DURING_TESTS_WITH_DEV_KEYSTORE: {
2058
2058
number: 50002,
2059
-
messageTemplate: `Key "{key}" not found in the development keystore. Run 'hardhat keystore set --dev {key}' to set it.`,
2059
+
messageTemplate: `Key "{key}" not found in the development keystore. Run "npx hardhat keystore set {key} --dev" to set it.`,
2060
2060
websiteTitle: "Key not found in the development keystore during tests",
2061
2061
websiteDescription: `Key not found in the development keystore. During tests, configuration variables can only be accessed through the development keystore.
2062
2062
2063
-
Run 'hardhat keystore set --dev <KEY>' to set it.`,
2063
+
Run "npx hardhat keystore set {key} --dev" to set it.`,
0 commit comments