UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

22 lines (20 loc) 779 B
export const siweLocalization = { ethereum: "Ethereum", continueWithEthereum: "Continue with Ethereum", signMessage: "Sign message", email: "Email", emailDescription: "Add an email address to this wallet account.", emailOptional: "Email (optional)", wallets: "Wallets", walletsDescription: "Manage the Ethereum wallets connected to your account.", connectWallet: "Connect wallet", noWallets: "No Ethereum wallets are connected.", primary: "Primary", setPrimary: "Set as primary", removeWallet: "Remove wallet", removeWalletTitle: "Remove Ethereum wallet?", removeWalletWarning: "You will not be able to sign in with this wallet until you connect it again.", chain: "Chain {{chainId}}" } export type SiweLocalization = typeof siweLocalization