import { ContractArtifact } from 'ethereum-types'; import * as Forwarder from '../../generated-artifacts/Forwarder.json'; export const artifacts = { Forwarder: Forwarder as ContractArtifact, };