We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9365a88 commit 1384b0dCopy full SHA for 1384b0d
v-next/hardhat-keystore/src/internal/utils/get-keystore-file-path.ts
@@ -23,5 +23,5 @@ export async function getDevKeystoreFilePath(): Promise<string> {
23
*/
24
export async function getDevKeystorePasswordFilePath(): Promise<string> {
25
const configDirPath = await getConfigDir();
26
- return path.join(configDirPath, "dev.keystore.password.txt");
+ return path.join(configDirPath, "dev.keystore.checksum.txt");
27
}
0 commit comments