Add optimizer settings to migrations compiler.json
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"contractsDir": "../contracts/src/contracts",
|
||||
"compilerSettings": {
|
||||
"optimizer": {
|
||||
"enabled": true,
|
||||
"runs": 1000000
|
||||
},
|
||||
"outputSelection": {
|
||||
"*": {
|
||||
"*": [
|
||||
|
||||
Reference in New Issue
Block a user