chore: update default wallet account name

This commit is contained in:
John Ngei 2024-01-19 23:48:37 +01:00 committed by GitHub
parent db2f0e6f31
commit 6e30fbb211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.172.6
0.172.7

View File

@ -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"