diff --git a/AlphaWallet/Settings/ViewModels/SettingsViewModel.swift b/AlphaWallet/Settings/ViewModels/SettingsViewModel.swift index 79d108988..9cbc4bee7 100644 --- a/AlphaWallet/Settings/ViewModels/SettingsViewModel.swift +++ b/AlphaWallet/Settings/ViewModels/SettingsViewModel.swift @@ -12,7 +12,7 @@ struct SettingsViewModel { if let ensOrWalletName = ensOrWalletName { return "\(ensOrWalletName) | \(account.address.truncateMiddle)" } else { - return account.address.eip55String + return account.address.truncateMiddle } }