dione/eth-contracts/embark.json

27 lines
429 B
JSON

{
"contracts": [
"contracts/**"
],
"app": {},
"buildDir": "build/",
"config": {
"contracts": "config/contracts.js",
"blockchain": "config/blockchain.js",
"storage": false,
"communication": false,
"webserver": false
},
"versions": {
"solc": "0.8.3"
},
"plugins": {
"embark-geth": {}
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
}
}