Files
uniswap-v2/waffle.json
2019-12-20 14:26:52 -05:00

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"
}
}