You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/RunningE2eTests.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Devnet requires previously deployed programs that are owned by the person runnin
15
15
16
16
-`Common.network` needs to be set to `devnet` which will instruct the tests to run against devnet
17
17
-`ocr2_program_id`, `access_controller_program_id`, `store_program_id`, `link_token_address`, `vault_address` need to be set so the tests know what programs to use so we avoid deploying each time.
18
-
-`rpc_url` and `ws_url` need to be set
18
+
-`E2E_TEST_COMMON_RPC_URL` and `E2E_TEST_COMMON_WS_URL` need to be set
19
19
20
20
**Localnet**
21
21
Setting localnet will instruct the tests to run in localnet, the program ID's are not taken from the TOML in this scenario, but rather defined in the `integration-tests/config/config.go`.
0 commit comments