Skip to content

chore: bump sor to 3.53.0 - feat: cached routes to support native currencies #2376

chore: bump sor to 3.53.0 - feat: cached routes to support native currencies

chore: bump sor to 3.53.0 - feat: cached routes to support native currencies #2376

Triggered via pull request September 18, 2024 17:05
Status Failure
Total duration 1m 18s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Run tests: test/mocha/integ/handlers/router-entities/route-caching/dynamo-route-caching-provider.test.ts#L99
Argument of type '{ routes: CachedRoute<V3Route>[]; chainId: number; tokenIn: Token; tokenOut: Token; protocolsCovered: Protocol[]; blockNumber: number; tradeType: TradeType.EXACT_INPUT; originalAmount: string; blocksToLive: number; }' is not assignable to parameter of type 'CachedRoutesParams'.
Run tests: test/mocha/integ/handlers/router-entities/route-caching/dynamo-route-caching-provider.test.ts#L112
Argument of type '{ routes: CachedRoute<V3Route>[]; chainId: number; tokenIn: Token; tokenOut: Token; protocolsCovered: Protocol[]; blockNumber: number; tradeType: TradeType.EXACT_INPUT; originalAmount: string; blocksToLive: number; }' is not assignable to parameter of type 'CachedRoutesParams'.
Run tests
Process completed with exit code 2.
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/