Skip to content

Commit 6e30fbb

Browse files
authored
chore: update default wallet account name
1 parent db2f0e6 commit 6e30fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.172.6
1+
0.172.7

api/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const pathDefaultChat = pathEIP1581 + "/0'/0"
2121
const pathDefaultWallet = pathWalletRoot + "/0"
2222
const defaultMnemonicLength = 12
2323
const shardsTestClusterID = 16
24-
const walletAccountDefaultName = "Ethereum account"
24+
const walletAccountDefaultName = "Account 1"
2525
const keystoreRelativePath = "keystore"
2626
const defaultKeycardPairingDataFile = "/ethereum/mainnet_rpc/keycard/pairings.json"
2727

0 commit comments

Comments
 (0)