issue: secp256k1.privateKeyVerify is not a function #6222
Replies: 1 comment
-
hi @farairo - Truffle is being sunset. For more information and migration options, click here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
code: new HDWalletProvider(walletKey, providerUrl);
I am getting following error with truffle
secp256k1.privateKeyVerify is not a function at Object.exports.privateKeyVerify (C:\Users\user\OneDrive\Desktop\bot\node_modules@truffle\hdwallet-provider\node_modules\ethereumjs-util\dist\secp256k1v3-adapter.js
any idea how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions