@web3auth/no-modal
Version:
Multi chain wallet aggregator for web3Auth
22 lines (21 loc) • 798 B
TypeScript
export declare const SMART_ACCOUNT_WALLET_SCOPE: {
readonly EMBEDDED: "embedded";
readonly ALL: "all";
};
export declare const MODAL_SIGN_IN_METHODS: {
readonly SOCIAL: "social";
readonly PASSWORDLESS: "passwordless";
readonly EXTERNAL_WALLETS: "externalWallets";
};
export declare const WIDGET_TYPE: {
readonly MODAL: "modal";
readonly EMBED: "embed";
};
export declare const WEB3AUTH_STATE_STORAGE_KEY = "Web3Auth-state";
export declare const LOGIN_MODE: {
readonly MODAL: "modal";
readonly NO_MODAL: "no-modal";
};
export declare const SOLANA_CAIP_CHAIN_MAP: Record<string, string>;
export declare const EIP_7702_SUPPORTED_SMART_ACCOUNTS: readonly ["metamask"];
export declare const WALLET_REGISTRY_URL = "https://assets.web3auth.io/v2/wallet-registry.json";