UNPKG

@deserialize/evm-limit-sdk

Version:

TypeScript client for LimitOrderWithPermit2 smart contract

7 lines (6 loc) 184 B
export type LimitOrderConfig = { LIMIT_ORDER_WITH_PERMIT2_CONTRACT: string; PERMIT2_CONTRACT: string; W_NATIVE_CONTRACT: string; BASE_LIMIT_ORDER_CONTRACT_ABI: any; };