Skip to content

Bump wagmi and viem #120

Bump wagmi and viem

Bump wagmi and viem #120

Re-run triggered October 3, 2025 06:23
Status Failure
Total duration 32s
Artifacts

main.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ci (ubuntu-latest, lts/*)
Process completed with exit code 2.
ci (ubuntu-latest, lts/*)
Property 'request' does not exist on type 'Awaited<provider>'.
ci (ubuntu-latest, lts/*)
Type 'Awaited<provider>' is not assignable to type '{ config: TransportConfig<"custom", EIP1193RequestFn>; request: EIP1193RequestFn<WalletRpcSchema>; value?: Record<any, any> | undefined; }'.
ci (ubuntu-latest, lts/*)
Parameter 'x' implicitly has an 'any' type.
ci (ubuntu-latest, lts/*)
Property 'request' does not exist on type 'Awaited<provider>'.
ci (ubuntu-latest, lts/*)
Type 'Awaited<provider>' is not assignable to type '{ config: TransportConfig<"custom", EIP1193RequestFn>; request: EIP1193RequestFn<WalletRpcSchema>; value?: Record<any, any> | undefined; }'.
ci (ubuntu-latest, lts/*)
Type '<withCapabilities extends boolean = false>({ chainId }?: { chainId?: number | undefined; isReconnecting?: boolean | undefined; withCapabilities?: boolean | withCapabilities | undefined; } | undefined) => Promise<{ accounts: `0x${string}`[]; chainId: number; }>' is not assignable to type '<withCapabilities extends boolean = false>(parameters?: { chainId?: number | undefined; isReconnecting?: boolean | undefined; withCapabilities?: boolean | withCapabilities | undefined; } | undefined) => Promise<{ accounts: withCapabilities extends true ? readonly { address: `0x${string}`; capabilities: Record<string, unknown>; }[] : readonly `0x${string}`[]; chainId: number; }>'.