Skip to content

Commit

Permalink
move evmVersion to stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
voith committed Jun 25, 2018
1 parent 1ccc9be commit 79a7813
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,10 @@
"metadata"
],
"command_line_options": {
"allow_paths": "/",
"evm_version": "homestead"
"allow_paths": "/"
},
"stdin": {
"evmVersion": "homestead"
}
}
},
Expand Down

0 comments on commit 79a7813

Please sign in to comment.