126 lines
9.1 KiB
TypeScript
126 lines
9.1 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as AllowanceTarget from '../test/generated-artifacts/AllowanceTarget.json';
|
|
import * as Bootstrap from '../test/generated-artifacts/Bootstrap.json';
|
|
import * as FillQuoteTransformer from '../test/generated-artifacts/FillQuoteTransformer.json';
|
|
import * as FixinCommon from '../test/generated-artifacts/FixinCommon.json';
|
|
import * as FullMigration from '../test/generated-artifacts/FullMigration.json';
|
|
import * as IAllowanceTarget from '../test/generated-artifacts/IAllowanceTarget.json';
|
|
import * as IBootstrap from '../test/generated-artifacts/IBootstrap.json';
|
|
import * as IERC20Transformer from '../test/generated-artifacts/IERC20Transformer.json';
|
|
import * as IExchange from '../test/generated-artifacts/IExchange.json';
|
|
import * as IFeature from '../test/generated-artifacts/IFeature.json';
|
|
import * as InitialMigration from '../test/generated-artifacts/InitialMigration.json';
|
|
import * as IOwnable from '../test/generated-artifacts/IOwnable.json';
|
|
import * as IPuppet from '../test/generated-artifacts/IPuppet.json';
|
|
import * as ISimpleFunctionRegistry from '../test/generated-artifacts/ISimpleFunctionRegistry.json';
|
|
import * as ITestSimpleFunctionRegistryFeature from '../test/generated-artifacts/ITestSimpleFunctionRegistryFeature.json';
|
|
import * as ITokenSpender from '../test/generated-artifacts/ITokenSpender.json';
|
|
import * as ITransformERC20 from '../test/generated-artifacts/ITransformERC20.json';
|
|
import * as LibBootstrap from '../test/generated-artifacts/LibBootstrap.json';
|
|
import * as LibCommonRichErrors from '../test/generated-artifacts/LibCommonRichErrors.json';
|
|
import * as LibERC20Transformer from '../test/generated-artifacts/LibERC20Transformer.json';
|
|
import * as LibMigrate from '../test/generated-artifacts/LibMigrate.json';
|
|
import * as LibOwnableRichErrors from '../test/generated-artifacts/LibOwnableRichErrors.json';
|
|
import * as LibOwnableStorage from '../test/generated-artifacts/LibOwnableStorage.json';
|
|
import * as LibProxyRichErrors from '../test/generated-artifacts/LibProxyRichErrors.json';
|
|
import * as LibProxyStorage from '../test/generated-artifacts/LibProxyStorage.json';
|
|
import * as LibPuppetRichErrors from '../test/generated-artifacts/LibPuppetRichErrors.json';
|
|
import * as LibSimpleFunctionRegistryRichErrors from '../test/generated-artifacts/LibSimpleFunctionRegistryRichErrors.json';
|
|
import * as LibSimpleFunctionRegistryStorage from '../test/generated-artifacts/LibSimpleFunctionRegistryStorage.json';
|
|
import * as LibSpenderRichErrors from '../test/generated-artifacts/LibSpenderRichErrors.json';
|
|
import * as LibStorage from '../test/generated-artifacts/LibStorage.json';
|
|
import * as LibTokenSpenderStorage from '../test/generated-artifacts/LibTokenSpenderStorage.json';
|
|
import * as LibTransformERC20RichErrors from '../test/generated-artifacts/LibTransformERC20RichErrors.json';
|
|
import * as LibTransformERC20Storage from '../test/generated-artifacts/LibTransformERC20Storage.json';
|
|
import * as Ownable from '../test/generated-artifacts/Ownable.json';
|
|
import * as PayTakerTransformer from '../test/generated-artifacts/PayTakerTransformer.json';
|
|
import * as Puppet from '../test/generated-artifacts/Puppet.json';
|
|
import * as SimpleFunctionRegistry from '../test/generated-artifacts/SimpleFunctionRegistry.json';
|
|
import * as TestFillQuoteTransformerExchange from '../test/generated-artifacts/TestFillQuoteTransformerExchange.json';
|
|
import * as TestFillQuoteTransformerHost from '../test/generated-artifacts/TestFillQuoteTransformerHost.json';
|
|
import * as TestFullMigration from '../test/generated-artifacts/TestFullMigration.json';
|
|
import * as TestInitialMigration from '../test/generated-artifacts/TestInitialMigration.json';
|
|
import * as TestMigrator from '../test/generated-artifacts/TestMigrator.json';
|
|
import * as TestMintableERC20Token from '../test/generated-artifacts/TestMintableERC20Token.json';
|
|
import * as TestMintTokenERC20Transformer from '../test/generated-artifacts/TestMintTokenERC20Transformer.json';
|
|
import * as TestPuppetTarget from '../test/generated-artifacts/TestPuppetTarget.json';
|
|
import * as TestSimpleFunctionRegistryFeatureImpl1 from '../test/generated-artifacts/TestSimpleFunctionRegistryFeatureImpl1.json';
|
|
import * as TestSimpleFunctionRegistryFeatureImpl2 from '../test/generated-artifacts/TestSimpleFunctionRegistryFeatureImpl2.json';
|
|
import * as TestTokenSpender from '../test/generated-artifacts/TestTokenSpender.json';
|
|
import * as TestTokenSpenderERC20Token from '../test/generated-artifacts/TestTokenSpenderERC20Token.json';
|
|
import * as TestTransformERC20 from '../test/generated-artifacts/TestTransformERC20.json';
|
|
import * as TestTransformerHost from '../test/generated-artifacts/TestTransformerHost.json';
|
|
import * as TestWeth from '../test/generated-artifacts/TestWeth.json';
|
|
import * as TestWethTransformerHost from '../test/generated-artifacts/TestWethTransformerHost.json';
|
|
import * as TestZeroExFeature from '../test/generated-artifacts/TestZeroExFeature.json';
|
|
import * as TokenSpender from '../test/generated-artifacts/TokenSpender.json';
|
|
import * as TransformERC20 from '../test/generated-artifacts/TransformERC20.json';
|
|
import * as WethTransformer from '../test/generated-artifacts/WethTransformer.json';
|
|
import * as ZeroEx from '../test/generated-artifacts/ZeroEx.json';
|
|
export const artifacts = {
|
|
ZeroEx: ZeroEx as ContractArtifact,
|
|
LibCommonRichErrors: LibCommonRichErrors as ContractArtifact,
|
|
LibOwnableRichErrors: LibOwnableRichErrors as ContractArtifact,
|
|
LibProxyRichErrors: LibProxyRichErrors as ContractArtifact,
|
|
LibPuppetRichErrors: LibPuppetRichErrors as ContractArtifact,
|
|
LibSimpleFunctionRegistryRichErrors: LibSimpleFunctionRegistryRichErrors as ContractArtifact,
|
|
LibSpenderRichErrors: LibSpenderRichErrors as ContractArtifact,
|
|
LibTransformERC20RichErrors: LibTransformERC20RichErrors as ContractArtifact,
|
|
AllowanceTarget: AllowanceTarget as ContractArtifact,
|
|
IAllowanceTarget: IAllowanceTarget as ContractArtifact,
|
|
IPuppet: IPuppet as ContractArtifact,
|
|
Puppet: Puppet as ContractArtifact,
|
|
Bootstrap: Bootstrap as ContractArtifact,
|
|
IBootstrap: IBootstrap as ContractArtifact,
|
|
IFeature: IFeature as ContractArtifact,
|
|
IOwnable: IOwnable as ContractArtifact,
|
|
ISimpleFunctionRegistry: ISimpleFunctionRegistry as ContractArtifact,
|
|
ITokenSpender: ITokenSpender as ContractArtifact,
|
|
ITransformERC20: ITransformERC20 as ContractArtifact,
|
|
Ownable: Ownable as ContractArtifact,
|
|
SimpleFunctionRegistry: SimpleFunctionRegistry as ContractArtifact,
|
|
TokenSpender: TokenSpender as ContractArtifact,
|
|
TransformERC20: TransformERC20 as ContractArtifact,
|
|
FixinCommon: FixinCommon as ContractArtifact,
|
|
FullMigration: FullMigration as ContractArtifact,
|
|
InitialMigration: InitialMigration as ContractArtifact,
|
|
LibBootstrap: LibBootstrap as ContractArtifact,
|
|
LibMigrate: LibMigrate as ContractArtifact,
|
|
LibOwnableStorage: LibOwnableStorage as ContractArtifact,
|
|
LibProxyStorage: LibProxyStorage as ContractArtifact,
|
|
LibSimpleFunctionRegistryStorage: LibSimpleFunctionRegistryStorage as ContractArtifact,
|
|
LibStorage: LibStorage as ContractArtifact,
|
|
LibTokenSpenderStorage: LibTokenSpenderStorage as ContractArtifact,
|
|
LibTransformERC20Storage: LibTransformERC20Storage as ContractArtifact,
|
|
FillQuoteTransformer: FillQuoteTransformer as ContractArtifact,
|
|
IERC20Transformer: IERC20Transformer as ContractArtifact,
|
|
LibERC20Transformer: LibERC20Transformer as ContractArtifact,
|
|
PayTakerTransformer: PayTakerTransformer as ContractArtifact,
|
|
WethTransformer: WethTransformer as ContractArtifact,
|
|
IExchange: IExchange as ContractArtifact,
|
|
ITestSimpleFunctionRegistryFeature: ITestSimpleFunctionRegistryFeature as ContractArtifact,
|
|
TestFillQuoteTransformerExchange: TestFillQuoteTransformerExchange as ContractArtifact,
|
|
TestFillQuoteTransformerHost: TestFillQuoteTransformerHost as ContractArtifact,
|
|
TestFullMigration: TestFullMigration as ContractArtifact,
|
|
TestInitialMigration: TestInitialMigration as ContractArtifact,
|
|
TestMigrator: TestMigrator as ContractArtifact,
|
|
TestMintTokenERC20Transformer: TestMintTokenERC20Transformer as ContractArtifact,
|
|
TestMintableERC20Token: TestMintableERC20Token as ContractArtifact,
|
|
TestPuppetTarget: TestPuppetTarget as ContractArtifact,
|
|
TestSimpleFunctionRegistryFeatureImpl1: TestSimpleFunctionRegistryFeatureImpl1 as ContractArtifact,
|
|
TestSimpleFunctionRegistryFeatureImpl2: TestSimpleFunctionRegistryFeatureImpl2 as ContractArtifact,
|
|
TestTokenSpender: TestTokenSpender as ContractArtifact,
|
|
TestTokenSpenderERC20Token: TestTokenSpenderERC20Token as ContractArtifact,
|
|
TestTransformERC20: TestTransformERC20 as ContractArtifact,
|
|
TestTransformerHost: TestTransformerHost as ContractArtifact,
|
|
TestWeth: TestWeth as ContractArtifact,
|
|
TestWethTransformerHost: TestWethTransformerHost as ContractArtifact,
|
|
TestZeroExFeature: TestZeroExFeature as ContractArtifact,
|
|
};
|