* UniswapV3 VIP (#237) * `@0x/contracts-zero-ex`: Add UniswapV3Feature * `@0x/contracts-zero-ex`: Add UniswapV3 VIP `@0x/contract-artifacts`: Regenerate. `@0x/contract-wrappers`: Regenerate. `@0x/asset-swapper`: Add UniswapV3 VIP support. * address review comments and appease linter * `@0x/contracts-zero-ex`: Add UniswapV3Feature tests * Multiplex UniswapV3 (#241) * Add UniswapV3 support to Multiplex batchFill * Add AssetSwapper support for Multiplex UniswapV3 * fix repo scripts that use PKG= env var (#242) Co-authored-by: Lawrence Forman <me@merklejerk.com> * `@0x/asset-swapper`: Adjust uniswap gas overhead Co-authored-by: Lawrence Forman <me@merklejerk.com> Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com> * OTC orders feature (#244) * Add OTC orders feature contracts * Address PR feedback * Remove partial fills for takerSigned variant * Add function to query the min valid nonce * Add ETH support * Tightly pack expiry, nonceBucket, and nonce * Address PR feedback * OTC orders unit tests * Bump prettier version * Skip unnecessary math if takerTokenFillAmount == order.takerAmount * appease CI * Update contract-artifacts and contract-wrappers and CHANGELOGs * `@0x/contracts-zero-ex`: Address spot check feedback * `regen wrappers * prettier * `@0x/asset-swapper`: prettier and tweak gas schedule slightly for uni3 Co-authored-by: Lawrence Forman <me@merklejerk.com> Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
76 lines
5.3 KiB
TypeScript
76 lines
5.3 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as AffiliateFeeTransformer from '../generated-artifacts/AffiliateFeeTransformer.json';
|
|
import * as BatchFillNativeOrdersFeature from '../generated-artifacts/BatchFillNativeOrdersFeature.json';
|
|
import * as BridgeAdapter from '../generated-artifacts/BridgeAdapter.json';
|
|
import * as CurveLiquidityProvider from '../generated-artifacts/CurveLiquidityProvider.json';
|
|
import * as FeeCollector from '../generated-artifacts/FeeCollector.json';
|
|
import * as FeeCollectorController from '../generated-artifacts/FeeCollectorController.json';
|
|
import * as FillQuoteTransformer from '../generated-artifacts/FillQuoteTransformer.json';
|
|
import * as FullMigration from '../generated-artifacts/FullMigration.json';
|
|
import * as IBatchFillNativeOrdersFeature from '../generated-artifacts/IBatchFillNativeOrdersFeature.json';
|
|
import * as IERC20Transformer from '../generated-artifacts/IERC20Transformer.json';
|
|
import * as IFlashWallet from '../generated-artifacts/IFlashWallet.json';
|
|
import * as ILiquidityProviderFeature from '../generated-artifacts/ILiquidityProviderFeature.json';
|
|
import * as IMultiplexFeature from '../generated-artifacts/IMultiplexFeature.json';
|
|
import * as INativeOrdersFeature from '../generated-artifacts/INativeOrdersFeature.json';
|
|
import * as InitialMigration from '../generated-artifacts/InitialMigration.json';
|
|
import * as IOtcOrdersFeature from '../generated-artifacts/IOtcOrdersFeature.json';
|
|
import * as IOwnableFeature from '../generated-artifacts/IOwnableFeature.json';
|
|
import * as ISimpleFunctionRegistryFeature from '../generated-artifacts/ISimpleFunctionRegistryFeature.json';
|
|
import * as ITransformERC20Feature from '../generated-artifacts/ITransformERC20Feature.json';
|
|
import * as IZeroEx from '../generated-artifacts/IZeroEx.json';
|
|
import * as LiquidityProviderFeature from '../generated-artifacts/LiquidityProviderFeature.json';
|
|
import * as LogMetadataTransformer from '../generated-artifacts/LogMetadataTransformer.json';
|
|
import * as MetaTransactionsFeature from '../generated-artifacts/MetaTransactionsFeature.json';
|
|
import * as MultiplexFeature from '../generated-artifacts/MultiplexFeature.json';
|
|
import * as NativeOrdersFeature from '../generated-artifacts/NativeOrdersFeature.json';
|
|
import * as OtcOrdersFeature from '../generated-artifacts/OtcOrdersFeature.json';
|
|
import * as OwnableFeature from '../generated-artifacts/OwnableFeature.json';
|
|
import * as PayTakerTransformer from '../generated-artifacts/PayTakerTransformer.json';
|
|
import * as PositiveSlippageFeeTransformer from '../generated-artifacts/PositiveSlippageFeeTransformer.json';
|
|
import * as SimpleFunctionRegistryFeature from '../generated-artifacts/SimpleFunctionRegistryFeature.json';
|
|
import * as TransformERC20Feature from '../generated-artifacts/TransformERC20Feature.json';
|
|
import * as WethTransformer from '../generated-artifacts/WethTransformer.json';
|
|
import * as ZeroEx from '../generated-artifacts/ZeroEx.json';
|
|
export const artifacts = {
|
|
IZeroEx: IZeroEx as ContractArtifact,
|
|
ZeroEx: ZeroEx as ContractArtifact,
|
|
FullMigration: FullMigration as ContractArtifact,
|
|
InitialMigration: InitialMigration as ContractArtifact,
|
|
IFlashWallet: IFlashWallet as ContractArtifact,
|
|
IERC20Transformer: IERC20Transformer as ContractArtifact,
|
|
IOwnableFeature: IOwnableFeature as ContractArtifact,
|
|
ISimpleFunctionRegistryFeature: ISimpleFunctionRegistryFeature as ContractArtifact,
|
|
ITransformERC20Feature: ITransformERC20Feature as ContractArtifact,
|
|
FillQuoteTransformer: FillQuoteTransformer as ContractArtifact,
|
|
PayTakerTransformer: PayTakerTransformer as ContractArtifact,
|
|
PositiveSlippageFeeTransformer: PositiveSlippageFeeTransformer as ContractArtifact,
|
|
WethTransformer: WethTransformer as ContractArtifact,
|
|
OwnableFeature: OwnableFeature as ContractArtifact,
|
|
SimpleFunctionRegistryFeature: SimpleFunctionRegistryFeature as ContractArtifact,
|
|
TransformERC20Feature: TransformERC20Feature as ContractArtifact,
|
|
AffiliateFeeTransformer: AffiliateFeeTransformer as ContractArtifact,
|
|
MetaTransactionsFeature: MetaTransactionsFeature as ContractArtifact,
|
|
LogMetadataTransformer: LogMetadataTransformer as ContractArtifact,
|
|
BridgeAdapter: BridgeAdapter as ContractArtifact,
|
|
LiquidityProviderFeature: LiquidityProviderFeature as ContractArtifact,
|
|
ILiquidityProviderFeature: ILiquidityProviderFeature as ContractArtifact,
|
|
NativeOrdersFeature: NativeOrdersFeature as ContractArtifact,
|
|
INativeOrdersFeature: INativeOrdersFeature as ContractArtifact,
|
|
FeeCollectorController: FeeCollectorController as ContractArtifact,
|
|
FeeCollector: FeeCollector as ContractArtifact,
|
|
CurveLiquidityProvider: CurveLiquidityProvider as ContractArtifact,
|
|
BatchFillNativeOrdersFeature: BatchFillNativeOrdersFeature as ContractArtifact,
|
|
IBatchFillNativeOrdersFeature: IBatchFillNativeOrdersFeature as ContractArtifact,
|
|
MultiplexFeature: MultiplexFeature as ContractArtifact,
|
|
IMultiplexFeature: IMultiplexFeature as ContractArtifact,
|
|
OtcOrdersFeature: OtcOrdersFeature as ContractArtifact,
|
|
IOtcOrdersFeature: IOtcOrdersFeature as ContractArtifact,
|
|
};
|