UNPKG

@web3auth/auth-adapter

Version:
16 lines (13 loc) 338 B
import { WEB3AUTH_NETWORK, UX_MODE } from '@web3auth/auth'; const getAuthDefaultOptions = () => { return { adapterSettings: { network: WEB3AUTH_NETWORK.SAPPHIRE_MAINNET, clientId: "", uxMode: UX_MODE.POPUP }, loginSettings: {}, privateKeyProvider: undefined }; }; export { getAuthDefaultOptions };