We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1fd11 commit 68ebb07Copy full SHA for 68ebb07
apps/web/e2e/E2Ereadme.md
@@ -34,8 +34,11 @@ E2E_TEST_SEED_PHRASE="test test test test test test test test test test test jun
34
# RPC endpoint that Anvil will fork from (Base mainnet in this example)
35
E2E_TEST_FORK_URL=https://mainnet.base.org
36
37
-# The block number to fork at (optional). Omitting gives you the latest block.
+# The block number to fork at. Omitting gives you the latest block.
38
E2E_TEST_FORK_BLOCK_NUMBER=31397553
39
+
40
+NEXT_PUBLIC_CDP_BASE_RPC_ENDPOINT="http://localhost:8545/"
41
+E2E_TEST="true"
42
```
43
44
- **`TEST_BASENAME`** must be at least 3 alphanumeric lower-case characters.
0 commit comments