aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange-libs/src/artifacts.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-07 20:33:44 +0800
committerFabio Berger <me@fabioberger.com>2019-02-07 20:33:44 +0800
commit7a9ff3846ecbfbdbe5ace374563deea50c15bc45 (patch)
treea44c30848e06af96b5e1ba1fea395d636e6693ae /contracts/exchange-libs/src/artifacts.ts
parentf118e86cfe478f95eb0450df351871e8278862c3 (diff)
parent2ef3af000378f66daa0212daaf23c807d018711e (diff)
downloaddexon-0x-contracts-7a9ff3846ecbfbdbe5ace374563deea50c15bc45.tar
dexon-0x-contracts-7a9ff3846ecbfbdbe5ace374563deea50c15bc45.tar.gz
dexon-0x-contracts-7a9ff3846ecbfbdbe5ace374563deea50c15bc45.tar.bz2
dexon-0x-contracts-7a9ff3846ecbfbdbe5ace374563deea50c15bc45.tar.lz
dexon-0x-contracts-7a9ff3846ecbfbdbe5ace374563deea50c15bc45.tar.xz
dexon-0x-contracts-7a9ff3846ecbfbdbe5ace374563deea50c15bc45.tar.zst
dexon-0x-contracts-7a9ff3846ecbfbdbe5ace374563deea50c15bc45.zip
Merge development
Diffstat (limited to 'contracts/exchange-libs/src/artifacts.ts')
-rw-r--r--contracts/exchange-libs/src/artifacts.ts25
1 files changed, 25 insertions, 0 deletions
diff --git a/contracts/exchange-libs/src/artifacts.ts b/contracts/exchange-libs/src/artifacts.ts
new file mode 100644
index 000000000..861d6f3d2
--- /dev/null
+++ b/contracts/exchange-libs/src/artifacts.ts
@@ -0,0 +1,25 @@
+/*
+ * -----------------------------------------------------------------------------
+ * Warning: This file is auto-generated by contracts-gen. Don't edit manually.
+ * -----------------------------------------------------------------------------
+ */
+import { ContractArtifact } from 'ethereum-types';
+
+import * as LibAbiEncoder from '../generated-artifacts/LibAbiEncoder.json';
+import * as LibAssetProxyErrors from '../generated-artifacts/LibAssetProxyErrors.json';
+import * as LibConstants from '../generated-artifacts/LibConstants.json';
+import * as LibEIP712 from '../generated-artifacts/LibEIP712.json';
+import * as LibFillResults from '../generated-artifacts/LibFillResults.json';
+import * as LibMath from '../generated-artifacts/LibMath.json';
+import * as LibOrder from '../generated-artifacts/LibOrder.json';
+import * as TestLibs from '../generated-artifacts/TestLibs.json';
+export const artifacts = {
+ LibAbiEncoder: LibAbiEncoder as ContractArtifact,
+ LibAssetProxyErrors: LibAssetProxyErrors as ContractArtifact,
+ LibConstants: LibConstants as ContractArtifact,
+ LibEIP712: LibEIP712 as ContractArtifact,
+ LibFillResults: LibFillResults as ContractArtifact,
+ LibMath: LibMath as ContractArtifact,
+ LibOrder: LibOrder as ContractArtifact,
+ TestLibs: TestLibs as ContractArtifact,
+};