Add WalletConnect as a connection option #1640
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.
|