Skip to content

fix(deps-update): bump viem from 2.30.5 to 2.38.0 #1600

fix(deps-update): bump viem from 2.30.5 to 2.38.0

fix(deps-update): bump viem from 2.30.5 to 2.38.0 #1600

Triggered via pull request October 8, 2025 12:13
Status Failure
Total duration 3m 5s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
eslint
Process completed with exit code 2.
eslint
@cowprotocol/sdk-app-data#typecheck: command (/home/runner/work/cow-sdk/cow-sdk/packages/app-data) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
eslint
Type '{ address: `0x${string}`; nonceManager?: NonceManager | undefined; sign: (parameters: { hash: `0x${string}`; }) => Promise<`0x${string}`>; signAuthorization: (parameters: AuthorizationRequest) => Promise<...>; ... 5 more ...; type: "local"; }' is not assignable to type 'string | Account | undefined'.
eslint
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; deployless?: boolean | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 66 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client) => Cl...' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 62 more ...; extend: <const client e...'.