10 lines
439 B
TypeScript
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 };
|