/ ethereum.json
ethereum.json
1 { 2 "contracts": "contracts", 3 4 "deploy": ["DGit"], 5 6 "plugins": { 7 "oraclize": { 8 "networkID": 161, 9 "loadRealData": true 10 } 11 }, 12 13 "env": { 14 "block": { 15 "coinbase" : "0xdedb49385ad5b94a16f236a6890cf9e0b1e30392", 16 "difficulty" : "0x0100", 17 "gasLimit" : 6061924 , 18 "gasPrice": 40000000000 19 }, 20 "accounts": { 21 "0xdedb49385ad5b94a16f236a6890cf9e0b1e30392": { 22 "balance": 100000000000000000000000000000000000000000000000000000000000000 , 23 "nonce": "0x1cf", 24 "pkey": "0x974f963ee4571e86e5f9bc3b493e453db9c15e5bd19829a4ef9a790de0da0015", 25 "default": true 26 }, 27 "0x1081108d14493ead0d4071cc757688ed7b111c32": { 28 "balance": 1000000000000000000000000000000000000000000000000000000 , 29 "nonce": "0x1cf", 30 "pkey": "0x6321991cf5102acf1efd6085da03b398a56cdc887b38acb1ba1452a50bc79343", 31 "default": false 32 } 33 } 34 } 35 36 }