Kevin Nzeng
Kevin Nzeng
> I've noticed this occasionally happen when adding a new package with yarn. It will revert from the working: > > ` "resolved": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz"` > > to the non-working: >...
Hi @tuler, Did you finally manage to find how to use MockContract, deployMockContract or MockProvider with the new hardhat-toolbox / hardhat-chai-matchers please ?
> You can use private keys instead of mnemonic. > https://github.com/trufflesuite/truffle-hdwallet-provider#private-keys > > ```js > module.exports = { > networks: { > ropsten: { > provider: function() { > return...