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
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Using the latest "@truffle/hdwallet-provider": "^2.1.12",, when I tried to run truffle migrate --reset --compile-all --network moonbase it gave me an error First argument to new HDWalletProvider() must be a mnemonic phrase, a single private key, or a list of private keys., it now expects the private key is a Uint8Array with length 32 to be provided as an array.
so provide a parameter privateKeys and type string[] as mentioned here https://github.com/trufflesuite/truffle/tree/develop/packages/hdwallet-provider