- Install dependencies:
yarn
- Start dev server:
yarn dev
- To fork mainnet, get a free Alchemy API key from: https://www.alchemy.com/
- Put a
.env
file at the root of this project with the lineRPC_URL=https://eth-mainnet.alchemyapi.io/v2/<MY API KEY GOES HERE>
- Start the testnet and fork mainnet:
yarn hh:node
- Run Cypress tests:
yarn test:e2e
- Observe the errors in the console:
invalid object key - from
honestbonsai/invalid-obj-key-repro
Reproduction repo for https://github.com/ethers-io/ethers.js/issues/1683
TypeScript