diff options
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, -}; |