Add the slippage parameter to the list of parameters in the returned quote #110
pr-check.yml
on: pull_request
Lint, Types & Tests
26s
Annotations
2 errors and 11 warnings
Lint, Types & Tests:
src/api/quoter/quoter.api.spec.ts#L29
Conversion of type '{ fromTokenAmount: string; recommended_preset: PresetEnum.medium; feeToken: string; presets: { fast: { auctionDuration: number; startAuctionIn: number; bankFee: string; initialRateBump: number; ... 7 more ...; gasCost: { ...; }; }; medium: { ...; }; slow: { ...; }; }; ... 6 more ...; bankFee: number; }' to type 'QuoterResponse' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Lint, Types & Tests
Process completed with exit code 2.
|
Lint, Types & Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint, Types & Tests:
src/connector/blockchain/web3-provider-connector.ts#L13
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/connector/ws/types.ts#L3
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/connector/ws/types.ts#L3
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/connector/ws/types.ts#L5
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/connector/ws/types.ts#L13
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/connector/ws/websocket-client.connector.ts#L85
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/ws-api/types.ts#L63
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/ws-api/types.ts#L65
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/ws-api/types.ts#L67
Unexpected any. Specify a different type
|
Lint, Types & Tests:
src/ws-api/types.ts#L69
Unexpected any. Specify a different type
|