aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-19 20:29:25 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-19 22:41:48 +0800
commitb2edd84b0e935edeadd660a44df3dbceab49e8fe (patch)
tree2c994ede261053aeaf752ee8956da185c4eddaf7 /contracts
parentbc27ee0debe39b1095bfbdf685a22e634c214d2a (diff)
downloaddexon-0x-contracts-b2edd84b0e935edeadd660a44df3dbceab49e8fe.tar
dexon-0x-contracts-b2edd84b0e935edeadd660a44df3dbceab49e8fe.tar.gz
dexon-0x-contracts-b2edd84b0e935edeadd660a44df3dbceab49e8fe.tar.bz2
dexon-0x-contracts-b2edd84b0e935edeadd660a44df3dbceab49e8fe.tar.lz
dexon-0x-contracts-b2edd84b0e935edeadd660a44df3dbceab49e8fe.tar.xz
dexon-0x-contracts-b2edd84b0e935edeadd660a44df3dbceab49e8fe.tar.zst
dexon-0x-contracts-b2edd84b0e935edeadd660a44df3dbceab49e8fe.zip
Add missing contract libs to compiler.json config
Diffstat (limited to 'contracts')
-rw-r--r--contracts/libs/compiler.json2
1 files changed, 1 insertions, 1 deletions
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"]
}