diff options
Diffstat (limited to 'contracts/exchange-forwarder/src/artifacts/index.ts')
-rw-r--r-- | contracts/exchange-forwarder/src/artifacts/index.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contracts/exchange-forwarder/src/artifacts/index.ts b/contracts/exchange-forwarder/src/artifacts/index.ts deleted file mode 100644 index f15dac49a..000000000 --- a/contracts/exchange-forwarder/src/artifacts/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { ContractArtifact } from 'ethereum-types'; - -import * as Forwarder from '../../generated-artifacts/Forwarder.json'; - -export const artifacts = { - Forwarder: Forwarder as ContractArtifact, -}; |