Skip to content

Commit 3f741b9

Browse files
committed
fmt
1 parent f5ae74e commit 3f741b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/e2e/src/helper/createEnvVars.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ export const SUPPORTED_NETWORKS = [
99
export type SupportedNetwork = (typeof SUPPORTED_NETWORKS)[number];
1010
type EnvName = 'local' | 'live';
1111

12-
const RPC_ENV_KEY_BY_NETWORK: Record<
13-
SupportedNetwork,
14-
string | undefined
15-
> = {
12+
const RPC_ENV_KEY_BY_NETWORK: Record<SupportedNetwork, string | undefined> = {
1613
'naga-local': undefined,
1714
'naga-dev': 'LIT_YELLOWSTONE_PRIVATE_RPC_URL',
1815
'naga-test': 'LIT_YELLOWSTONE_PRIVATE_RPC_URL',

0 commit comments

Comments
 (0)