mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Enable compiler optimiser.
This commit is contained in:
parent
03a6249875
commit
0a34cfe88d
|
@ -50,7 +50,7 @@ const getCommonNetworkConfig = (
|
||||||
const config: BuidlerConfig = {
|
const config: BuidlerConfig = {
|
||||||
solc: {
|
solc: {
|
||||||
version: "0.6.8",
|
version: "0.6.8",
|
||||||
optimizer: { enabled: false, runs: 200 },
|
optimizer: { enabled: true, runs: 200 },
|
||||||
evmVersion: "istanbul",
|
evmVersion: "istanbul",
|
||||||
},
|
},
|
||||||
typechain: {
|
typechain: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user