Skip to content

Commit

Permalink
dockerized solc
Browse files Browse the repository at this point in the history
  • Loading branch information
gluk64 committed Feb 12, 2020
1 parent 307685c commit b0a8719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contracts/.waffle.config_flat.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sourcesPath": "./flat",
"targetPath": "./flat_build",
"compiler": "native"
"compiler": "dockerized-solc",
"docker-tag": "0.5.16"
}
3 changes: 2 additions & 1 deletion contracts/.waffle.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sourcesPath": "./contracts",
"targetPath": "./build",
"compiler": "native"
"compiler": "dockerized-solc",
"docker-tag": "0.5.16"
}

0 comments on commit b0a8719

Please sign in to comment.