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, 7 insertions, 0 deletions
diff --git a/contracts/exchange-forwarder/src/artifacts/index.ts b/contracts/exchange-forwarder/src/artifacts/index.ts new file mode 100644 index 000000000..f15dac49a --- /dev/null +++ b/contracts/exchange-forwarder/src/artifacts/index.ts @@ -0,0 +1,7 @@ +import { ContractArtifact } from 'ethereum-types'; + +import * as Forwarder from '../../generated-artifacts/Forwarder.json'; + +export const artifacts = { + Forwarder: Forwarder as ContractArtifact, +}; |