Files
uniswap-v2/waffle.json
Noah Zinsmeister b390aed2ab istanbul evm
2019-12-09 10:40:03 -05:00

16 lines
335 B
JSON

{
"solcVersion": "./node_modules/solc",
"compilerOptions": {
"evmVersion": "istanbul",
"optimizer": {
"enabled": true,
"runs": 1000
}
},
"ganacheOptions": {
"hardfork": "constantinople",
"mnemonic": "horn horn horn horn horn horn horn horn horn horn horn horn",
"gasLimit": "0x989680"
}
}