UNPKG

@cowprotocol/cow-sdk

Version:

## 📚 [Docs website](https://docs.cow.fi/)

10 lines (9 loc) • 250 B
import { ApiContext, CowEnv } from '../types/config'; /** * The list of available environments. */ export declare const ENVS_LIST: CowEnv[]; /** * The default CoW Protocol API context. */ export declare const DEFAULT_COW_API_CONTEXT: ApiContext;