Skip to content

feat: add protocol fee calculation for orders #1838

feat: add protocol fee calculation for orders

feat: add protocol fee calculation for orders #1838

Triggered via pull request November 13, 2025 12:55
Status Failure
Total duration 1m 12s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
eslint
Process completed with exit code 2.
eslint
@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)
eslint
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; partnerFeeBps: undefined; slippagePercentBps: number; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
eslint
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; partnerFeeBps: undefined; slippagePercentBps: number; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
eslint
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; partnerFeeBps: number; slippagePercentBps: number; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
eslint
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; partnerFeeBps: number; slippagePercentBps: number; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
eslint
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; slippagePercentBps: number; partnerFeeBps: undefined; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.
eslint
Argument of type '{ orderParams: OrderParameters; sellDecimals: number; buyDecimals: number; slippagePercentBps: number; partnerFeeBps: undefined; }' is not assignable to parameter of type 'QuoteAmountsAndCostsParams'.