Skip to content

Instantly share code, notes, and snippets.

@RafaelAPB
Created September 27, 2022 23:16
Show Gist options
  • Save RafaelAPB/c789f91817486f2591fa807188f27924 to your computer and use it in GitHub Desktop.
Save RafaelAPB/c789f91817486f2591fa807188f27924 to your computer and use it in GitHub Desktop.
RWFV090YJW:DendrETH rafaelapb$ make evm-simulation
yarn install --immutable --immutable-cache --silent || { echo "Please run yarn install"; }
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @ethereum-waffle/compiler@npm:4.0.2 [dcfb6] doesn't provide typescript (pb81e8), requested by @typechain/ethers-v5
➤ YN0002: │ DendrETH-darwinia@workspace:beacon-light-client/solidity doesn't provide ethereum-waffle (pfa251), requested by @nomiclabs/hardhat-waffle
➤ YN0002: │ DendrETH@workspace:. doesn't provide ethereum-waffle (p79947), requested by @nomiclabs/hardhat-waffle
➤ YN0060: │ circom@workspace:beacon-light-client/circom provides ethereum-waffle (p0acf7) with version 4.0.7, which doesn't satisfy what @nomiclabs/hardhat-waffle requests
➤ YN0002: │ ethereum-waffle@npm:4.0.7 doesn't provide typescript (p7d434), requested by typechain
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 547ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed in 0s 313ms
➤ YN0000: Done with warnings in 1s 7ms
cd beacon-light-client/solidity && \
yarn hardhat test test/BeaconLightClientReadyProofs.test.ts
Error HH8: There's one or more errors in your config file:
* Invalid account: #0 for network: local - Expected string, received undefined
* Invalid account: #0 for network: ropsten - Expected string, received undefined
* Invalid account: #0 for network: mainnet - Expected string, received undefined
To learn more about Hardhat's configuration, please go to https://hardhat.org/config/
For more info go to https://hardhat.org/HH8 or run Hardhat with --show-stack-traces
make: *** [Makefile:5: evm-simulation] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment