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