remove artifactsDir and contracts from compiler.json
This commit is contained in:
@@ -1,18 +1,5 @@
|
|||||||
{
|
{
|
||||||
"artifactsDir": "artifacts/2.0.0",
|
|
||||||
"contractsDir": "../contracts/src/contracts",
|
"contractsDir": "../contracts/src/contracts",
|
||||||
"contracts": [
|
|
||||||
"DummyERC20Token",
|
|
||||||
"DummyERC721Token",
|
|
||||||
"ERC20Proxy",
|
|
||||||
"ERC721Proxy",
|
|
||||||
"Exchange",
|
|
||||||
"MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress",
|
|
||||||
"ZRXToken",
|
|
||||||
"WETH9",
|
|
||||||
"IWallet",
|
|
||||||
"IValidator"
|
|
||||||
],
|
|
||||||
"compilerSettings": {
|
"compilerSettings": {
|
||||||
"outputSelection": {
|
"outputSelection": {
|
||||||
"*": {
|
"*": {
|
||||||
|
Reference in New Issue
Block a user