Skip to content

Commit

Permalink
Use updated Web3 Secret Storage format for JSON wallets (ethers-io#3075
Browse files Browse the repository at this point in the history
…).
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 2ccbb19 commit afa72a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json-wallets/src.ts/keystore.ts
Expand Up @@ -329,7 +329,7 @@ export function encrypt(account: ExternallyOwnedAccount, password: Bytes | strin
address: account.address.substring(2).toLowerCase(),
id: uuidV4(uuidRandom),
version: 3,
Crypto: {
crypto: {
cipher: "aes-128-ctr",
cipherparams: {
iv: hexlify(iv).substring(2),
Expand Down

0 comments on commit afa72a7

Please sign in to comment.