16 lines
728 B
TypeScript
16 lines
728 B
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as DevUtils from '../generated-artifacts/DevUtils.json';
|
|
import * as LibAssetData from '../generated-artifacts/LibAssetData.json';
|
|
import * as LibTransactionDecoder from '../generated-artifacts/LibTransactionDecoder.json';
|
|
export const artifacts = {
|
|
DevUtils: DevUtils as ContractArtifact,
|
|
LibTransactionDecoder: LibTransactionDecoder as ContractArtifact,
|
|
LibAssetData: LibAssetData as ContractArtifact,
|
|
};
|