-
also modified read_names.js to write a list of objs instead of writing on object with all names as key/value pairs extended write_names.js to parallelize batch registry, cleanup and more error checking Change-Id: I2d6b509cc65b453f4efc88f997b2c5faf99d8b02
also modified read_names.js to write a list of objs instead of writing on object with all names as key/value pairs extended write_names.js to parallelize batch registry, cleanup and more error checking Change-Id: I2d6b509cc65b453f4efc88f997b2c5faf99d8b02
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
build.json 291 B
{
"language": "Solidity",
"sources": {
"registrar": {
"urls":["registrar.sol"]
}
},
"settings": {
"optimizer": {
"enabled": true,
"runs": 500
},
"outputSelection": {
"*": {
"*": [ "abi", "evm.bytecode" ]
}
}
}
}