feat: add protocol fee calculation for orders #1838
Annotations
8 errors
|
Type Check
Process completed with exit code 2.
|
|
Type Check
@cowprotocol/sdk-order-book#typecheck: command (/home/runner/work/cow-sdk/cow-sdk/packages/order-book) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
|
Type Check
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; partnerFeeBps: undefined; slippagePercentBps: number; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
|
|
Type Check
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; partnerFeeBps: undefined; slippagePercentBps: number; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
|
|
Type Check
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; partnerFeeBps: number; slippagePercentBps: number; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
|
|
Type Check
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; partnerFeeBps: number; slippagePercentBps: number; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
|
|
Type Check
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; slippagePercentBps: number; partnerFeeBps: undefined; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
|
|
Type Check
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; slippagePercentBps: number; partnerFeeBps: undefined; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
|
Loading