Replies: 4 comments 10 replies
-
My hardhat.config.js
} |
Beta Was this translation helpful? Give feedback.
-
Which network are you running on? |
Beta Was this translation helpful? Give feedback.
-
Quoting from StackOverflow, let me know if it helps.
|
Beta Was this translation helpful? Give feedback.
-
Same problem here but comes from Lesson 15 When use command nvm use --lts
npm install -g yarn |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Need Help
getting this error during deployement of mocks on localhost
Nothing to compile
failed to get chainId, falling back on net_version...
An unexpected error occurred:
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:133:10)
at hash160 (/root/hardhat-fundme/node_modules/ethereum-cryptography/vendor/hdkey-without-crypto.js:249:21)
at HDKey.set (/root/hardhat-fundme/node_modules/ethereum-cryptography/vendor/hdkey-without-crypto.js:50:24)
at Function.HDKey.fromMasterSeed (/root/hardhat-fundme/node_modules/ethereum-cryptography/vendor/hdkey-without-crypto.js:194:20)
at deriveKeyFromMnemonicAndPath (/root/hardhat-fundme/node_modules/hardhat/src/internal/util/keys-derivation.ts:22:27)
at derivePrivateKeys (/root/hardhat-fundme/node_modules/hardhat/src/internal/core/providers/util.ts:30:52)
at normalizeHardhatNetworkAccountsConfig (/root/hardhat-fundme/node_modules/hardhat/src/internal/core/providers/util.ts:58:10)
at createProvider (/root/hardhat-fundme/node_modules/hardhat/src/internal/core/providers/construction.ts:80:59)
at /root/hardhat-fundme/node_modules/hardhat/src/internal/core/runtime-environment.ts:82:28 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Beta Was this translation helpful? Give feedback.
All reactions