@f5i23q999d/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
11 lines (10 loc) • 444 B
TypeScript
import { SigningScheme } from '../order-book/index.js';
import { SupportedChainId } from '../chains/index.js';
export declare const DEFAULT_QUOTE_VALIDITY: number;
export declare const DEFAULT_SLIPPAGE_BPS = 50;
export declare const ETH_FLOW_DEFAULT_SLIPPAGE_BPS: Record<SupportedChainId, number>;
export declare const SIGN_SCHEME_MAP: {
eip712: SigningScheme;
ethsign: SigningScheme;
};
export declare const GAS_LIMIT_DEFAULT: bigint;