Repository URL to install this package:
|
Version:
0.0.4 ▾
|
import { Chain } from 'wagmi';
export declare const getWallets: ({ chains, }: {
chains: Chain[];
appName?: string;
shimDisconnect?: boolean;
}) => import("./wallet").WalletProps[];