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
