-
Notifications
You must be signed in to change notification settings - Fork 0
/
ethereum.json
45 lines (43 loc) · 1.24 KB
/
ethereum.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
{
"contracts": "contracts",
"deploy": ["Auditory", "Blockchains", "Voting"],
"env": {
"block": {
"coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"difficulty" : "0x0100",
"gasLimit" : 3141592,
"gasPrice": 60000000000
},
"accounts": {
"0xdedb49385ad5b94a16f236a6890cf9e0b1e30392": {
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0x974f963ee4571e86e5f9bc3b493e453db9c15e5bd19829a4ef9a790de0da0015",
"default": true
},
"0xd3e0f69bdb56e46d0a15a9338a4cde0e814be6f7": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "1430",
"pkey": "xxx",
"default": false
},
"0xcd2a3d9f938e13cd947ec05abc7fe734df8dd826": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "1430",
"pkey": "cow",
"default": false,
"storage": {
"0x0f": 200010,
"0x01": "0x200001"
}
},
"0x084f6a99003dae6d3906664fdbf43dd09930d0e3": {
"balance": 1234567890123345,
"deploy": {
"source": "_pre/name_reg.sol",
"contract": "NameReg"
}
}
}
}
}