Files
uniswap-v2/waffle.json
Noah Zinsmeister 4e4546d0a9 bump solc to 0.5.14
chainId implementation (commented out for now)

improve events

move safeTransfer in UniswapV2

tweak error messages
2019-12-12 14:52:15 -05:00

16 lines
334 B
JSON

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