mirror of
https://github.com/dap-ps/discover.git
synced 2025-01-31 03:26:13 +00:00
863d9ea8e3
* 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
25 lines
413 B
JSON
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"
|
|
}
|