mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-21 06:38:09 +00:00
* trim trailing spaces * update to embark 4.0.2 * bump to solc 0.5.4 * use .selector * use solidity function selector * update to embark 6.0.0 * use mocks instead of "instanceOf" tool+tests fix * update to solidity 0.5.11 * update to solidity 0.5.11 * add spdx license identifiers * update ENS contracts * natspec fix return values
31 lines
638 B
JSON
31 lines
638 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"js/dapp.js": ["app/dapp.js"],
|
|
"js/index.js": ["app/index.js"],
|
|
"index.html": "app/index.html",
|
|
"images/": ["app/images/**"]
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"versions": {
|
|
"solc": "0.5.11"
|
|
},
|
|
"plugins": {
|
|
"embark-ipfs": {},
|
|
"embark-swarm": {},
|
|
"embark-whisper-geth": {},
|
|
"embark-geth": {},
|
|
"embark-parity": {},
|
|
"embark-profiler": {},
|
|
"embark-graph": {},
|
|
"embark-basic-pipeline": {}
|
|
},
|
|
"options": {
|
|
"solc": {
|
|
"optimize": true,
|
|
"optimize-runs": 200
|
|
}
|
|
},
|
|
"generationDir": "embarkArtifacts"
|
|
} |