honestbonsai / invalid-obj-key-repro

Reproduction repo for https://github.com/ethers-io/ethers.js/issues/1683

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid-obj-key-repro

  1. Install dependencies: yarn
  2. Start dev server: yarn dev
  3. To fork mainnet, get a free Alchemy API key from: https://www.alchemy.com/
  4. Put a .env file at the root of this project with the line RPC_URL=https://eth-mainnet.alchemyapi.io/v2/<MY API KEY GOES HERE>
  5. Start the testnet and fork mainnet: yarn hh:node
  6. Run Cypress tests: yarn test:e2e
  7. Observe the errors in the console: invalid object key - from

About

Reproduction repo for https://github.com/ethers-io/ethers.js/issues/1683


Languages

Language:TypeScript 67.9%Language:CSS 22.9%Language:JavaScript 9.1%