UNPKG

@cowprotocol/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

8 lines (7 loc) 149 B
/** * The protocol fee is taken as a percent of the surplus. */ export type Surplus = { factor: number; maxVolumeFactor: number; };