-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathethereum.json
36 lines (32 loc) · 992 Bytes
/
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
{
"contracts": "contracts",
"deploy": ["GitHubOracleStorage", "GitRepositoryFactory", "GitHubOracle"],
"plugins": {
"oraclize": {
"networkID": 161,
"loadRealData": true
}
},
"env": {
"block": {
"coinbase" : "0xdedb49385ad5b94a16f236a6890cf9e0b1e30392",
"difficulty" : "0x0100",
"gasLimit" : 6061924 ,
"gasPrice": 40000000000
},
"accounts": {
"0xdedb49385ad5b94a16f236a6890cf9e0b1e30392": {
"balance": 100000000000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0x974f963ee4571e86e5f9bc3b493e453db9c15e5bd19829a4ef9a790de0da0015",
"default": true
},
"0x1081108d14493ead0d4071cc757688ed7b111c32": {
"balance": 1000000000000000000000000000000000000000000000000000000 ,
"nonce": "0x1cf",
"pkey": "0x6321991cf5102acf1efd6085da03b398a56cdc887b38acb1ba1452a50bc79343",
"default": false
}
}
}
}