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
Currently, if a user doesn't provide enough 6 Private Keys in the .env, the program will fill out the constant PRIVATE_KEYS with zero hashes which will cause Private Key is invalid
Steps to reproduce
In .env, provide less than 6 private keys for the PRIVATE_KEYS attribute
Run npx hardhat test
Additional context
No response
Hedera network
mainnet, testnet, previewnet, other
Version
0.7
Operating system
macOS
The text was updated successfully, but these errors were encountered:
Description
Currently, if a user doesn't provide enough 6 Private Keys in the .env, the program will fill out the constant
PRIVATE_KEYS
with zero hashes which will causePrivate Key is invalid
Steps to reproduce
PRIVATE_KEYS
attributenpx hardhat test
Additional context
No response
Hedera network
mainnet, testnet, previewnet, other
Version
0.7
Operating system
macOS
The text was updated successfully, but these errors were encountered: