35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"artifactsDir": "./generated-artifacts",
|
|
"contractsDir": "./contracts",
|
|
"useDockerisedSolc": false,
|
|
"isOfflineMode": false,
|
|
"compilerSettings": {
|
|
"evmVersion": "constantinople",
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 1000000,
|
|
"details": { "yul": true, "deduplicate": true, "cse": true, "constantOptimizer": true }
|
|
},
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode.object",
|
|
"evm.bytecode.sourceMap",
|
|
"evm.deployedBytecode.object",
|
|
"evm.deployedBytecode.sourceMap"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"contracts": [
|
|
"src/ERC721Token.sol",
|
|
"src/MintableERC721Token.sol",
|
|
"src/interfaces/IERC721Receiver.sol",
|
|
"src/interfaces/IERC721Token.sol",
|
|
"test/DummyERC721Receiver.sol",
|
|
"test/DummyERC721Token.sol",
|
|
"test/InvalidERC721Receiver.sol"
|
|
]
|
|
}
|