fix(deps-update): bump viem from 2.30.5 to 2.38.0 #3908
Annotations
4 errors
test
Process completed with exit code 1.
|
test
example-nodejs-viem#build: command (/home/runner/work/cow-sdk/cow-sdk/examples/nodejs/viem) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
test
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'.
|
test
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...'.
|