-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwallet.json
65 lines (64 loc) · 2.01 KB
/
wallet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"accounts": {
"NonFungibleToken": {
"address": "01cf0e2f2f715450",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"DemoToken": {
"address": "179b6b1cb6755e31",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"Rocks": {
"address": "f3fcd2c1a78f5eee",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"Auction": {
"address": "e03daebed8ca0615",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"Bidder1": {
"address": "045a1763c93006ca",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"Bidder2": {
"address": "120e725050340cab",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"Bidder3": {
"address": "f669cb8d41ce0c74",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"Bidder4": {
"address": "192440c99cb17282",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"Bidder5": {
"address": "fd43f9148d4b725d",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"Bidder6": {
"address": "eb179c27144f783c",
"privateKey": "a9a81cdf716f763ac53f59a421e19039dd542ff3a294bde647989841618ea4db",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
}
}
}