aboutsummaryrefslogblamecommitdiffstats
path: root/contracts/extensions/src/artifacts/index.ts
blob: 329d0f3f32ba6a1297c664e631b168de491fca0b (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                  
                                                                                                

                                                                            
                                                                            
                                                                                

                          
                                                                       

                                                   
                                                   
                                                       
  
import { ContractArtifact } from 'ethereum-types';

import * as BalanceThresholdFilter from '../../generated-artifacts/BalanceThresholdFilter.json';
import * as DutchAuction from '../../generated-artifacts/DutchAuction.json';
import * as Forwarder from '../../generated-artifacts/Forwarder.json';
import * as OrderMatcher from '../../generated-artifacts/OrderMatcher.json';
import * as OrderValidator from '../../generated-artifacts/OrderValidator.json';

export const artifacts = {
    BalanceThresholdFilter: BalanceThresholdFilter as ContractArtifact,
    DutchAuction: DutchAuction as ContractArtifact,
    Forwarder: Forwarder as ContractArtifact,
    OrderMatcher: OrderMatcher as ContractArtifact,
    OrderValidator: OrderValidator as ContractArtifact,
};