Compile all contracts by default, regenerate boilerplate

This commit is contained in:
Amir Bandeali
2019-08-11 15:20:58 -07:00
parent e91ba07f14
commit ccce7e001e
41 changed files with 140 additions and 157 deletions

View File

@@ -22,12 +22,5 @@
]
}
}
},
"contracts": [
"src/AssetProxyOwner.sol",
"src/MultiSigWallet.sol",
"src/MultiSigWalletWithTimeLock.sol",
"test/TestAssetProxyOwner.sol",
"test/TestRejectEther.sol"
]
}
}