turn on compiler optimization don't hardcode 18 decimals add create2 name return values in factory
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": "0x7A1200"
|
|
}
|
|
}
|