Skip to content

Add WalletConnect as a connection option #1640

Add WalletConnect as a connection option

Add WalletConnect as a connection option #1640

Triggered via pull request February 18, 2025 16:17
Status Failure
Total duration 2m 31s
Artifacts

deploy-ui-cf-pages.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
deploy
Type 'WalletConnect' is not assignable to type 'WalletProvider | Wallet<WalletOptions, string>'.
deploy
Argument of type 'WalletConnect' is not assignable to parameter of type '{ projectId?: string | undefined; providerOptions: Omit<UniversalProviderOpts, "projectId">; modalOptions?: Omit<WalletConnectModalConfig, "projectId"> | undefined; chainIds?: string[] | undefined; optionalChainIds?: string[] | undefined; }'.
deploy
Conversion of type '{ projectId: string; providerOptions: { metadata: { name: string; description: string; url: string; icons: string[]; }; }; chainIds: string[]; }' to type 'WalletConnect' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
deploy
Type 'readonly (WalletProvider | Wallet<WalletOptions, string>)[] | undefined' is not assignable to type 'readonly (WalletProvider | Wallet<WalletOptions, string>)[]'.
deploy
Process completed with exit code 2.