remove artifactsDir and contracts from compiler.json

This commit is contained in:
Fabio Berger 2018-06-01 13:42:06 -07:00
parent a5896ac6b6
commit 3d55bbbc29

View File

@ -1,18 +1,5 @@
{
"artifactsDir": "artifacts/2.0.0",
"contractsDir": "../contracts/src/contracts",
"contracts": [
"DummyERC20Token",
"DummyERC721Token",
"ERC20Proxy",
"ERC721Proxy",
"Exchange",
"MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress",
"ZRXToken",
"WETH9",
"IWallet",
"IValidator"
],
"compilerSettings": {
"outputSelection": {
"*": {