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
On a new install running npx hardhat keystore list throws a type exception:
hardhat keystore list
An unexpected error occurred:
TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at Keystore.listUnverifiedKeys (/Users/kanej/projects/nomiclabs/hardhat-v3-alpha-testing/hardhat-getting-started-guide/node_modules/@ignored/hardhat-vnext-keystore/src/internal/keystores/keystore.ts:28:19)
at list (/Users/kanej/projects/nomiclabs/hardhat-v3-alpha-testing/hardhat-getting-started-guide/node_modules/@ignored/hardhat-vnext-keystore/src/internal/tasks/list.ts:29:31)
at async taskList (/Users/kanej/projects/nomiclabs/hardhat-v3-alpha-testing/hardhat-getting-started-guide/node_modules/@ignored/hardhat-vnext-keystore/src/internal/tasks/list.ts:14:3)
at async main (/Users/kanej/projects/nomiclabs/hardhat-v3-alpha-testing/hardhat-getting-started-guide/node_modules/@ignored/hardhat-vnext/src/internal/cli/main.ts:185:5)
If you think this is a bug in Hardhat, please report it here: https://hardhat.org/report-bug
The text was updated successfully, but these errors were encountered:
On a new install running
npx hardhat keystore list
throws a type exception:The text was updated successfully, but these errors were encountered: