Files
protocol/contracts/exchange-forwarder/src/artifacts.ts
Amir Bandeali 22af796302 Cleanup
2019-03-07 19:36:26 -08:00

10 lines
439 B
TypeScript

/*
* -----------------------------------------------------------------------------
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
* -----------------------------------------------------------------------------
*/
import { ContractArtifact } from 'ethereum-types';
import * as Forwarder from '../generated-artifacts/Forwarder.json';
export const artifacts = { Forwarder: Forwarder as ContractArtifact };