File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
v-next/hardhat-errors/src Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2050,11 +2050,9 @@ Please check Hardhat's output for more details.`,
2050
2050
} ,
2051
2051
CANNOT_CHANGED_PASSWORD_FOR_DEV_KEYSTORE : {
2052
2052
number : 50001 ,
2053
- messageTemplate :
2054
- "Cannot change password for dev keystore, as it is auto generated." ,
2053
+ messageTemplate : `The keystore "change-password" task cannot be used with the development keystore` ,
2055
2054
websiteTitle : "Cannot change password for dev keystore" ,
2056
- websiteDescription :
2057
- "Cannot change password for dev keystore, as it is auto generated." ,
2055
+ websiteDescription : `The keystore "change-password" task cannot be used with the development keystore` ,
2058
2056
} ,
2059
2057
KEY_NOT_FOUND_DURING_TESTS_WITH_DEV_KEYSTORE : {
2060
2058
number : 50002 ,
@@ -2464,7 +2462,7 @@ Possible causes:
2464
2462
Specify the exact contract using the \`--contract\` flag.` ,
2465
2463
websiteTitle : "Multiple contract matches" ,
2466
2464
websiteDescription : `The deployed bytecode matches multiple compiled contracts. Specify the exact contract using the \`--contract\` flag. For example:
2467
-
2465
+
2468
2466
\`\`\`sh
2469
2467
npx hardhat verify --contract contracts/Example.sol:ExampleContract <other args>
2470
2468
\`\`\`
You can’t perform that action at this time.
0 commit comments