-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathethereum.json
More file actions
59 lines (56 loc) · 2.05 KB
/
Copy pathethereum.json
File metadata and controls
59 lines (56 loc) · 2.05 KB
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
{
"contracts": "contracts",
"deploy": ["DelegativeVoteToken"],
"env": {
"block": {
"coinbase" : "0xdedb49385ad5b94a16f236a6890cf9e0b1e30392",
"difficulty" : "0x0100",
"gasLimit" : 8141592,
"gasPrice": 60000000000
},
"accounts": {
"0xdedb49385ad5b94a16f236a6890cf9e0b1e30392": {
"name": "A_1",
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0x974f963ee4571e86e5f9bc3b493e453db9c15e5bd19829a4ef9a790de0da0015",
"default": true
},
"0xed21b494c85d020bb8245718eb06c90ddc66e95d": {
"name": "A_2",
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0xba9f5ca9914466adbd8f77fa97470680fbc622d39fa4acd0008432eb61304796",
"default": false
},
"0x434ad371b0c3d8dae69e8abc6ac2b8f191598b35": {
"name": "A_3",
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0x79b7307e846fd358b12aeea86a8eedbd0a23a200305477a64daa5e22f341f234",
"default": false
},
"0x1081108d14493ead0d4071cc757688ed7b111c32": {
"name": "B_1",
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0x6321991cf5102acf1efd6085da03b398a56cdc887b38acb1ba1452a50bc79343",
"default": false
},
"0x1528892f72f1c6ce107bfb6f3535ecef7bb713ee": {
"name": "B_2",
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0xbc047d0ee9735913d1418fb441b323fd30afbbb6478e88021bdb22ffad61113d",
"default": false
},
"0x6c87dea4219e4d103d56afd4cd0cef26c7e93b00": {
"name": "B_3",
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0x144092d114f4769738d62539c4146f9fbb97120a16a816033ad9088ce12f4118",
"default": false
}
}
}
}