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`. |
@@ -47,10 +49,18 @@ Below is the API documentation for the `ProcessEnvs` interface, detailing the co
47
49
|`RUN_IN_BAND_INTERVAL`| The interval in milliseconds to run the tests in a single thread. |
48
50
|`LIT_RPC_URL`| The URL of the Lit RPC server. If running locally on Anvil, it should be 'http://127.0.0.1:8545'.|
49
51
|`LIT_OFFICIAL_RPC`| The URL of the official Lit RPC server, usually 'https://chain-rpc.litprotocol.com/http' but can be changed if needed. |
50
-
|`SHIVA_URL`| URl to connect to Shiva (our testing tool for network management). |
51
-
|`LIT_NODE_BINARY_PATH`| URl to connect to Shiva (our testing tool for network management). |
52
-
|`USE_LIT_NODE_BINARY`| Flag to indicate if a binary path should be used for testnet spawning or if it should be built from source. |
53
-
|`STOP_TESTNET`| Flag to stop a single running testnet after the test run concludes. |
52
+
|`USE_SHIVA`| A flag to determine if `Shiva` should be used for the `localchain` network. |
53
+
|`PRIVATE_KEYS`| A set of private keys to use which will be used to perform chain operations. |
54
+
55
+
Below is te API Documentation forthe `ProccessEnvs` interface for the `shiva-client` detailing the configurable enviorment variables and their purposes:
0 commit comments