We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ae74e commit 3f741b9Copy full SHA for 3f741b9
packages/e2e/src/helper/createEnvVars.ts
@@ -9,10 +9,7 @@ export const SUPPORTED_NETWORKS = [
9
export type SupportedNetwork = (typeof SUPPORTED_NETWORKS)[number];
10
type EnvName = 'local' | 'live';
11
12
-const RPC_ENV_KEY_BY_NETWORK: Record<
13
- SupportedNetwork,
14
- string | undefined
15
-> = {
+const RPC_ENV_KEY_BY_NETWORK: Record<SupportedNetwork, string | undefined> = {
16
'naga-local': undefined,
17
'naga-dev': 'LIT_YELLOWSTONE_PRIVATE_RPC_URL',
18
'naga-test': 'LIT_YELLOWSTONE_PRIVATE_RPC_URL',
0 commit comments