1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-12 01:06:49 +00:00
discover/embark.json
Jakub Sokołowski 211967837e upgrade Embark to 4.2.0 and web3 to 1.2.4
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-19 16:52:21 +01:00

28 lines
495 B
JSON

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