Skip to content

feat(website): detailing #2343

feat(website): detailing

feat(website): detailing #2343

Triggered via pull request December 31, 2024 14:23
Status Failure
Total duration 3m 28s
Artifacts

website-e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
cypress-run
Type 'import("/home/runner/work/cannon/cannon/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/_types/types/chain").Chain | undefined' is not assignable to type 'import("/home/runner/work/cannon/cannon/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/_types/types/chain").Chain | undefined'.
cypress-run
Type '(address: viem.Address) => Promise<{ address: `0x${string}`; wallet: { account: { client: viem.Client; entryPoint: { abi: viem.Abi; address: viem.Address; version: EntryPointVersion; }; ... 19 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & viem.ExactP...' is not assignable to type '(addr: `0x${string}`) => Promise<CannonSigner>'.
cypress-run
Type '() => Promise<{ address: `0x${string}`; wallet: { account: { client: viem.Client; entryPoint: { abi: viem.Abi; address: viem.Address; version: EntryPointVersion; }; ... 19 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & viem.ExactPartial<...>>(fn: (cli...' is not assignable to type '() => Promise<CannonSigner>'.
cypress-run
Property 'createAccessList' is missing in type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 58 more ...; extend: <const client e...' but required in type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 59 more ...; extend: <const client e...'.
cypress-run
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 59 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...'.
cypress-run
Type '{ account: { client: Client; entryPoint: { abi: Abi; address: `0x${string}`; version: EntryPointVersion; }; extend?: object | undefined; getAddress: () => Promise<`0x${string}`>; ... 17 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & ExactPartial<...>>...' is not assignable to type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 25 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client) => Client<...>; }'.
cypress-run
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...' is not assignable to type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 25 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client) => Client<...>; }'.
cypress-run
Property 'createAccessList' is missing in type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...' but required in type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 59 more ...; extend: <const client e...'.
cypress-run
Type '(addr: `0x${string}`) => Promise<CannonSigner | { address: `0x${string}`; wallet: { account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; ... 60 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: ...' is not assignable to type '(addr: `0x${string}`) => Promise<CannonSigner>'.
cypress-run
The inferred type of 'getContract' cannot be named without a reference to '.pnpm/[email protected][email protected][email protected]/node_modules/abitype'. This is likely not portable. A type annotation is necessary.