@web3auth/modal
Version:
Multi chain wallet aggregator for web3Auth
18 lines (17 loc) • 785 B
TypeScript
import { WalletRegistryItem } from "@web3auth/no-modal";
export declare const PAGES: {
LOGIN: string;
SHOW_SOCIAL_LOGINS: string;
CONNECT_WALLET: string;
SELECTED_WALLET: string;
};
export declare const CONNECT_WALLET_PAGES: {
CONNECT_WALLET: string;
SELECTED_WALLET: string;
};
export declare const DEFAULT_LOGO_LIGHT = "https://images.web3auth.io/web3auth-logo-w.svg";
export declare const DEFAULT_LOGO_DARK = "https://images.web3auth.io/web3auth-logo-w-light.svg";
export declare const WALLET_CONNECT_LOGO = "https://images.web3auth.io/login-wallet-connect.svg";
export declare const DEFAULT_PRIMARY_COLOR = "#0364FF";
export declare const DEFAULT_ON_PRIMARY_COLOR = "#FFFFFF";
export declare const DEFAULT_METAMASK_WALLET_REGISTRY_ITEM: WalletRegistryItem;