1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 03:26:13 +00:00
discover/embark.json
Jonathan Rainville 863d9ea8e3
Update to Embark v5 (#62)
* chore: update to Embark v5

* fix: fix tests for Embark 5

* update Embark version and remove Geth client

* change contracts to deploy and add cross-env for Windows support

* feat: upgrade to Embark 5.1.nightly2

Fixes the problem of not exiting on build end

* update to Embark 5.1

Fixes issue where artifacts are not built
2020-01-30 11:45:09 +02:00

25 lines
413 B
JSON

{
"contracts": [
"contracts/**"
],
"buildDir": "dist/",
"config": "config/",
"versions": {
"solc": "0.5.2"
},
"plugins": {
"embark-solium": {},
"embark-etherscan-verifier": {},
"@trailofbits/embark-contract-info": {
"flags": ""
}
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
},
"generationDir": "src/embarkArtifacts"
}