-
Notifications
You must be signed in to change notification settings - Fork 6
/
ethereum.json
42 lines (39 loc) · 1.16 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
{
"contracts": "contracts",
"deploy": ["Wallet"],
"env": {
"block": {
"coinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"difficulty" : "0x0100",
"gasLimit" : 3141592,
"gasPrice": 60000000000
},
"accounts": {
"0xdedb49385ad5b94a16f236a6890cf9e0b1e30392": {
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0x974f963ee4571e86e5f9bc3b493e453db9c15e5bd19829a4ef9a790de0da0015",
"default": true
},
"0xcc49bea5129ef2369ff81b0c0200885893979b77": {
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0",
"pkey": "roman1",
"default": false
},
"0x211b1b6e61e475ace9bf13ae79373ddb419b5f72": {
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0",
"pkey": "roman2",
"default": false
},
"0x0860a8008298322a142c09b528207acb5ab7effc": {
"balance": 1234567890123345,
"deploy": {
"source": "_pre/name_reg.sol",
"contract": "NameReg"
}
}
}
}
}