From b0a87196c68b05e655d4d479c2f73b8a7f52b009 Mon Sep 17 00:00:00 2001 From: Alex Gluchowski Date: Wed, 12 Feb 2020 10:17:23 +0100 Subject: [PATCH] dockerized solc --- contracts/.waffle.config_flat.json | 3 ++- contracts/.waffle.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contracts/.waffle.config_flat.json b/contracts/.waffle.config_flat.json index 6bbd5e9bcf..0d66c514f7 100644 --- a/contracts/.waffle.config_flat.json +++ b/contracts/.waffle.config_flat.json @@ -1,5 +1,6 @@ { "sourcesPath": "./flat", "targetPath": "./flat_build", - "compiler": "native" + "compiler": "dockerized-solc", + "docker-tag": "0.5.16" } diff --git a/contracts/.waffle.json b/contracts/.waffle.json index 286959d63c..bac0cb361a 100644 --- a/contracts/.waffle.json +++ b/contracts/.waffle.json @@ -1,5 +1,6 @@ { "sourcesPath": "./contracts", "targetPath": "./build", - "compiler": "native" + "compiler": "dockerized-solc", + "docker-tag": "0.5.16" }