36 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/*
 | 
						|
 * -----------------------------------------------------------------------------
 | 
						|
 * Warning: This file is auto-generated by contracts-gen. Don't edit manually.
 | 
						|
 * -----------------------------------------------------------------------------
 | 
						|
 */
 | 
						|
import { ContractArtifact } from 'ethereum-types';
 | 
						|
 | 
						|
import * as IWallet from '../test/generated-artifacts/IWallet.json';
 | 
						|
import * as LibEIP712ExchangeDomain from '../test/generated-artifacts/LibEIP712ExchangeDomain.json';
 | 
						|
import * as LibExchangeRichErrors from '../test/generated-artifacts/LibExchangeRichErrors.json';
 | 
						|
import * as LibFillResults from '../test/generated-artifacts/LibFillResults.json';
 | 
						|
import * as LibMath from '../test/generated-artifacts/LibMath.json';
 | 
						|
import * as LibMathRichErrors from '../test/generated-artifacts/LibMathRichErrors.json';
 | 
						|
import * as LibOrder from '../test/generated-artifacts/LibOrder.json';
 | 
						|
import * as LibZeroExTransaction from '../test/generated-artifacts/LibZeroExTransaction.json';
 | 
						|
import * as TestLibEIP712ExchangeDomain from '../test/generated-artifacts/TestLibEIP712ExchangeDomain.json';
 | 
						|
import * as TestLibFillResults from '../test/generated-artifacts/TestLibFillResults.json';
 | 
						|
import * as TestLibMath from '../test/generated-artifacts/TestLibMath.json';
 | 
						|
import * as TestLibOrder from '../test/generated-artifacts/TestLibOrder.json';
 | 
						|
import * as TestLibZeroExTransaction from '../test/generated-artifacts/TestLibZeroExTransaction.json';
 | 
						|
export const artifacts = {
 | 
						|
    IWallet: IWallet as ContractArtifact,
 | 
						|
    LibEIP712ExchangeDomain: LibEIP712ExchangeDomain as ContractArtifact,
 | 
						|
    LibExchangeRichErrors: LibExchangeRichErrors as ContractArtifact,
 | 
						|
    LibFillResults: LibFillResults as ContractArtifact,
 | 
						|
    LibMath: LibMath as ContractArtifact,
 | 
						|
    LibMathRichErrors: LibMathRichErrors as ContractArtifact,
 | 
						|
    LibOrder: LibOrder as ContractArtifact,
 | 
						|
    LibZeroExTransaction: LibZeroExTransaction as ContractArtifact,
 | 
						|
    TestLibEIP712ExchangeDomain: TestLibEIP712ExchangeDomain as ContractArtifact,
 | 
						|
    TestLibFillResults: TestLibFillResults as ContractArtifact,
 | 
						|
    TestLibMath: TestLibMath as ContractArtifact,
 | 
						|
    TestLibOrder: TestLibOrder as ContractArtifact,
 | 
						|
    TestLibZeroExTransaction: TestLibZeroExTransaction as ContractArtifact,
 | 
						|
};
 |