import type { SmartWalletLocale } from "./types.js"; const smartWalletLocalEn: SmartWalletLocale = { connecting: "Connecting to Smart Account", failedToConnect: "Failed to connect to Smart Account", wrongNetworkScreen: { failedToSwitch: "Failed to switch network", subtitle: "Your wallet is not connected to the required network", title: "Wrong Network", }, }; export default smartWalletLocalEn;