Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Added keyfile used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Nov 23, 2020
1 parent 4f94c32 commit 83153dd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions internal/testdata/eth_key.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"address": "4bcfc3099f12c53d01da46695cc8776be584b946",
"crypto": {
"cipher": "aes-128-ctr",
"ciphertext": "904cb53d4e6c3e7dc6fb2443ad5db42b502e221b4144276ac150d51cea3cd638",
"cipherparams": {
"iv": "be8d7c7197c45d371cb6d97f9878636e"
},
"kdf": "scrypt",
"kdfparams": {
"dklen": 32,
"n": 262144,
"p": 1,
"r": 8,
"salt": "b93d46f5ff9a9cf15a3546b05a0941d17e1cb9467e2484f5e1495a030616f258"
},
"mac": "87bb79dbb0e0f056d8d2e91d7c7a7c18367a52fae5324b5c75423272d849860f"
},
"id": "bffd9951-e141-41a3-9d63-82c8dd92c1d5",
"version": 3
}

0 comments on commit 83153dd

Please sign in to comment.