diff --git a/e2e/README.md b/e2e/README.md index 7994ecf..53eff73 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -11,8 +11,8 @@ npm install 1. Copy `.env.example` to `.env` and edit addresses with the correct one. 2. Edit your `.env` file with correct values. 3. Edit `contracts/E2EFHEVMConfig.sol` and set correct addresses of your fhEVM. -4. Edit `hardhat.config.ts` to set the `defaultNetwork`. By default, it is set to Sepolia, but you can a different one - or add your own L1 address. 4. Fund your wallet +4. Edit `hardhat.config.ts` to set the `defaultNetwork`. By default, it is set to Sepolia, but you can use a different one + or add your own L1 address. 5. Fund the primary wallet derived from your mnemomic. If you don't know what is the public address, run `npm run task:accounts`