Skip to content

Commit 166347f

Browse files
authored
Compiler fix (#123)
1 parent 7ae4337 commit 166347f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

truffle.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ module.exports = {
88
},
99
compilers: {
1010
solc: {
11-
version: '0.4.24'
11+
version: '0.4.24',
12+
settings: {
13+
optimizer: {
14+
enabled: true,
15+
runs: 1000000
16+
}
17+
}
1218
}
1319
},
1420
mocha: {

0 commit comments

Comments
 (0)