UNPKG

@lit-protocol/e2e

Version:

Lit Protocol E2E testing package for running comprehensive integration tests

9 lines (8 loc) 259 B
import { type SupportedNetwork } from '../createEnvVars'; export type ShivaEnvVars = { network: SupportedNetwork; shivaBaseUrl: string; litNodeBin: string; litActionsBin: string; }; export declare const createShivaEnvVars: () => ShivaEnvVars;