Skip to content

Commit

Permalink
chore: update default wallet account name
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-mut authored Jan 19, 2024
1 parent db2f0e6 commit 6e30fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.172.6
0.172.7
2 changes: 1 addition & 1 deletion api/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6e30fbb

Please sign in to comment.