From b2edd84b0e935edeadd660a44df3dbceab49e8fe Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 19 Dec 2018 13:29:25 +0100 Subject: Add missing contract libs to compiler.json config --- contracts/libs/compiler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contracts/libs') diff --git a/contracts/libs/compiler.json b/contracts/libs/compiler.json index cf7c52a73..31ae13fef 100644 --- a/contracts/libs/compiler.json +++ b/contracts/libs/compiler.json @@ -18,5 +18,5 @@ } } }, - "contracts": ["TestLibs", "LibOrder", "LibMath", "LibFillResults", "LibAbiEncoder", "LibEIP712"] + "contracts": ["TestLibs", "LibOrder", "LibMath", "LibFillResults", "LibAbiEncoder", "LibEIP712", "LibAssetProxyErrors", "LibConstants"] } -- cgit v1.2.3