Bump wagmi and viem #120
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; }>'.
|