diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-17 05:59:59 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-06 19:04:24 +0800 |
commit | 8c0dfc1936340a08ff627db3c6203bf6836c2992 (patch) | |
tree | ab4b2ffeb97f5ed018d273bd24c1c34ef6075fa0 /packages/pipeline/src/artifacts.ts | |
parent | 392e89fcbb768e76968ad94591e665da630dc988 (diff) | |
download | dexon-sol-tools-8c0dfc1936340a08ff627db3c6203bf6836c2992.tar dexon-sol-tools-8c0dfc1936340a08ff627db3c6203bf6836c2992.tar.gz dexon-sol-tools-8c0dfc1936340a08ff627db3c6203bf6836c2992.tar.bz2 dexon-sol-tools-8c0dfc1936340a08ff627db3c6203bf6836c2992.tar.lz dexon-sol-tools-8c0dfc1936340a08ff627db3c6203bf6836c2992.tar.xz dexon-sol-tools-8c0dfc1936340a08ff627db3c6203bf6836c2992.tar.zst dexon-sol-tools-8c0dfc1936340a08ff627db3c6203bf6836c2992.zip |
Rebase and update to use new modularized artifacts
Diffstat (limited to 'packages/pipeline/src/artifacts.ts')
-rw-r--r-- | packages/pipeline/src/artifacts.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/pipeline/src/artifacts.ts b/packages/pipeline/src/artifacts.ts deleted file mode 100644 index c0d7e11f6..000000000 --- a/packages/pipeline/src/artifacts.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { ContractArtifact } from 'ethereum-types'; - -import * as Exchange from './artifacts/Exchange.json'; - -export const artifacts = { - Exchange: (Exchange as any) as ContractArtifact, -}; |