Files
uniswap-v2/.waffle.json
Noah Zinsmeister b972227df8 update to solc@0.5.16
update waffle version and fix deprecations

move CI from circle to github actions
2020-01-22 11:47:24 -05:00

11 lines
170 B
JSON

{
"solcVersion": "./node_modules/solc",
"compilerOptions": {
"evmVersion": "istanbul",
"optimizer": {
"enabled": true,
"runs": 999999
}
}
}