68 lines
2.8 KiB
TypeScript
68 lines
2.8 KiB
TypeScript
import { ContractArtifact } from 'ethereum-types';
|
|
export declare const artifacts: {
|
|
ZeroEx: ContractArtifact;
|
|
LibCommonRichErrors: ContractArtifact;
|
|
LibOwnableRichErrors: ContractArtifact;
|
|
LibProxyRichErrors: ContractArtifact;
|
|
LibSimpleFunctionRegistryRichErrors: ContractArtifact;
|
|
LibSpenderRichErrors: ContractArtifact;
|
|
LibTransformERC20RichErrors: ContractArtifact;
|
|
LibWalletRichErrors: ContractArtifact;
|
|
AllowanceTarget: ContractArtifact;
|
|
FlashWallet: ContractArtifact;
|
|
IAllowanceTarget: ContractArtifact;
|
|
IFlashWallet: ContractArtifact;
|
|
TransformerDeployer: ContractArtifact;
|
|
Bootstrap: ContractArtifact;
|
|
IBootstrap: ContractArtifact;
|
|
IFeature: ContractArtifact;
|
|
IOwnable: ContractArtifact;
|
|
ISimpleFunctionRegistry: ContractArtifact;
|
|
ITokenSpender: ContractArtifact;
|
|
ITransformERC20: ContractArtifact;
|
|
Ownable: ContractArtifact;
|
|
SimpleFunctionRegistry: ContractArtifact;
|
|
TokenSpender: ContractArtifact;
|
|
TransformERC20: ContractArtifact;
|
|
FixinCommon: ContractArtifact;
|
|
FullMigration: ContractArtifact;
|
|
InitialMigration: ContractArtifact;
|
|
LibBootstrap: ContractArtifact;
|
|
LibMigrate: ContractArtifact;
|
|
LibOwnableStorage: ContractArtifact;
|
|
LibProxyStorage: ContractArtifact;
|
|
LibSimpleFunctionRegistryStorage: ContractArtifact;
|
|
LibStorage: ContractArtifact;
|
|
LibTokenSpenderStorage: ContractArtifact;
|
|
LibTransformERC20Storage: ContractArtifact;
|
|
AffiliateFeeTransformer: ContractArtifact;
|
|
FillQuoteTransformer: ContractArtifact;
|
|
IERC20Transformer: ContractArtifact;
|
|
LibERC20Transformer: ContractArtifact;
|
|
PayTakerTransformer: ContractArtifact;
|
|
Transformer: ContractArtifact;
|
|
WethTransformer: ContractArtifact;
|
|
IExchange: ContractArtifact;
|
|
ITestSimpleFunctionRegistryFeature: ContractArtifact;
|
|
TestCallTarget: ContractArtifact;
|
|
TestDelegateCaller: ContractArtifact;
|
|
TestFillQuoteTransformerExchange: ContractArtifact;
|
|
TestFillQuoteTransformerHost: ContractArtifact;
|
|
TestFullMigration: ContractArtifact;
|
|
TestInitialMigration: ContractArtifact;
|
|
TestMigrator: ContractArtifact;
|
|
TestMintTokenERC20Transformer: ContractArtifact;
|
|
TestMintableERC20Token: ContractArtifact;
|
|
TestSimpleFunctionRegistryFeatureImpl1: ContractArtifact;
|
|
TestSimpleFunctionRegistryFeatureImpl2: ContractArtifact;
|
|
TestTokenSpender: ContractArtifact;
|
|
TestTokenSpenderERC20Token: ContractArtifact;
|
|
TestTransformERC20: ContractArtifact;
|
|
TestTransformerBase: ContractArtifact;
|
|
TestTransformerDeployerTransformer: ContractArtifact;
|
|
TestTransformerHost: ContractArtifact;
|
|
TestWeth: ContractArtifact;
|
|
TestWethTransformerHost: ContractArtifact;
|
|
TestZeroExFeature: ContractArtifact;
|
|
};
|
|
//# sourceMappingURL=artifacts.d.ts.map
|