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
|`MAX_ATTEMPTS`| Each test is executed in a loop with a maximum number of attempts specified by `devEnv.processEnvs.MAX_ATTEMPTS`. |
43
43
|`TEST_TIMEOUT`| The maximum number of milliseconds to wait for a test to complete. |
44
-
|`NETWORK`| The network to use for testing, which can be one of the following: `LIT_NETWORK.Custom`, `LIT_NETWORK.Manzano`, or `LIT_NETWORK.Cayenne`.|
44
+
|`NETWORK`| The network to use for testing, which can be one of the following: `LIT_NETWORK.Custom`, `LIT_NETWORK.DatilDev`, or `LIT_NETWORK.Datil`. |
45
45
|`DEBUG`| Specifies whether to enable debug mode. |
46
46
|`REQUEST_PER_KILOSECOND`| To execute a transaction with Lit, you must reserve capacity on the network using Capacity Credits. These allow a set number of requests over a period (default 2 days). |
47
47
|`WAIT_FOR_KEY_INTERVAL`| Wait time in milliseconds if no private keys are available. |
@@ -76,8 +76,8 @@ In the test function, a `devEnv` variable will automatically be added as the fir
0 commit comments