remove SimpleStorage config from boilerplate empty app

This commit is contained in:
Iuri Matias 2016-10-16 15:05:15 -04:00
parent 059c5d2a29
commit 8f5ba53aed
1 changed files with 0 additions and 5 deletions

View File

@ -2,11 +2,6 @@
"default": { "default": {
"gas": "auto", "gas": "auto",
"contracts": { "contracts": {
"SimpleStorage": {
"args": [
100
]
}
} }
} }
} }