* Remove TestAuthorizable * Remove contracts/utils Authorizable and IAuthorizable * Remove contracts/utils D18 contract * Remove contracts/utils LibAddress contracts * Remove contracts/utils LogDecoding contracts * Remove contracts/utils Refundable contracts * Remove contracts/utils LibAuthorizableRichErrors contracts * Remove contracts/utils EIP712 contracts * Remove contracts/utils TestRefundableReceiver contracts * Remove contracts/utils EIP1271 contracts * Remove contracts/utils ReentrancyGuardV06 contracts * Remove contracts/utils LibMath contracts * Remove contracts/utils LibFractions contracts * Remove contracts/utils LibMathRichErrors contracts * Remove DeploymentConstants as per PR review https://github.com/0xProject/protocol/pull/643#pullrequestreview-1264963784
30 lines
1.7 KiB
TypeScript
30 lines
1.7 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as IOwnable from '../generated-artifacts/IOwnable.json';
|
|
import * as LibBytes from '../generated-artifacts/LibBytes.json';
|
|
import * as LibBytesRichErrors from '../generated-artifacts/LibBytesRichErrors.json';
|
|
import * as LibOwnableRichErrors from '../generated-artifacts/LibOwnableRichErrors.json';
|
|
import * as LibReentrancyGuardRichErrors from '../generated-artifacts/LibReentrancyGuardRichErrors.json';
|
|
import * as LibRichErrors from '../generated-artifacts/LibRichErrors.json';
|
|
import * as LibSafeMath from '../generated-artifacts/LibSafeMath.json';
|
|
import * as LibSafeMathRichErrors from '../generated-artifacts/LibSafeMathRichErrors.json';
|
|
import * as Ownable from '../generated-artifacts/Ownable.json';
|
|
import * as ReentrancyGuard from '../generated-artifacts/ReentrancyGuard.json';
|
|
export const artifacts = {
|
|
IOwnable: IOwnable as ContractArtifact,
|
|
LibBytes: LibBytes as ContractArtifact,
|
|
LibBytesRichErrors: LibBytesRichErrors as ContractArtifact,
|
|
LibOwnableRichErrors: LibOwnableRichErrors as ContractArtifact,
|
|
LibReentrancyGuardRichErrors: LibReentrancyGuardRichErrors as ContractArtifact,
|
|
LibRichErrors: LibRichErrors as ContractArtifact,
|
|
LibSafeMath: LibSafeMath as ContractArtifact,
|
|
LibSafeMathRichErrors: LibSafeMathRichErrors as ContractArtifact,
|
|
Ownable: Ownable as ContractArtifact,
|
|
ReentrancyGuard: ReentrancyGuard as ContractArtifact,
|
|
};
|