From 6e30fbb211b0e0bb1e7966cce4e215c4080aac5c Mon Sep 17 00:00:00 2001
From: John Ngei <johnmutuku628@gmail.com>
Date: Fri, 19 Jan 2024 23:48:37 +0100
Subject: [PATCH] chore: update default wallet account name

---
 VERSION         | 2 +-
 api/defaults.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index 1f3a6e6edf2..b6be557b7bc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.172.6
+0.172.7
diff --git a/api/defaults.go b/api/defaults.go
index 48686d92ea3..7ee8e551225 100644
--- a/api/defaults.go
+++ b/api/defaults.go
@@ -21,7 +21,7 @@ const pathDefaultChat = pathEIP1581 + "/0'/0"
 const pathDefaultWallet = pathWalletRoot + "/0"
 const defaultMnemonicLength = 12
 const shardsTestClusterID = 16
-const walletAccountDefaultName = "Ethereum account"
+const walletAccountDefaultName = "Account 1"
 const keystoreRelativePath = "keystore"
 const defaultKeycardPairingDataFile = "/ethereum/mainnet_rpc/keycard/pairings.json"