16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"solcVersion": "./node_modules/solc",
|
|
"compilerOptions": {
|
|
"evmVersion": "constantinople",
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 1000
|
|
}
|
|
},
|
|
"ganacheOptions": {
|
|
"hardfork": "constantinople",
|
|
"mnemonic": "horn horn horn horn horn horn horn horn horn horn horn horn",
|
|
"gasLimit": "0x989680"
|
|
}
|
|
}
|