Skip to content

Commit 68ebb07

Browse files
committed
update readme
1 parent 4a1fd11 commit 68ebb07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/web/e2e/E2Ereadme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ E2E_TEST_SEED_PHRASE="test test test test test test test test test test test jun
3434
# RPC endpoint that Anvil will fork from (Base mainnet in this example)
3535
E2E_TEST_FORK_URL=https://mainnet.base.org
3636
37-
# The block number to fork at (optional). Omitting gives you the latest block.
37+
# The block number to fork at. Omitting gives you the latest block.
3838
E2E_TEST_FORK_BLOCK_NUMBER=31397553
39+
40+
NEXT_PUBLIC_CDP_BASE_RPC_ENDPOINT="http://localhost:8545/"
41+
E2E_TEST="true"
3942
```
4043

4144
- **`TEST_BASENAME`** must be at least 3 alphanumeric lower-case characters.

0 commit comments

Comments
 (0)