22 lines
1.1 KiB
TypeScript
22 lines
1.1 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as BalanceThresholdFilter from '../generated-artifacts/BalanceThresholdFilter.json';
|
|
import * as DutchAuction from '../generated-artifacts/DutchAuction.json';
|
|
import * as Exchange from '../generated-artifacts/Exchange.json';
|
|
import * as ExchangeWrapper from '../generated-artifacts/ExchangeWrapper.json';
|
|
import * as OrderMatcher from '../generated-artifacts/OrderMatcher.json';
|
|
import * as WETH9 from '../generated-artifacts/WETH9.json';
|
|
export const artifacts = {
|
|
WETH9: WETH9 as ContractArtifact,
|
|
ExchangeWrapper: ExchangeWrapper as ContractArtifact,
|
|
Exchange: Exchange as ContractArtifact,
|
|
BalanceThresholdFilter: BalanceThresholdFilter as ContractArtifact,
|
|
DutchAuction: DutchAuction as ContractArtifact,
|
|
OrderMatcher: OrderMatcher as ContractArtifact,
|
|
};
|