* Update liquidity provider feature to use sandbox * add support for liquidity provider feature in the exchange proxy swap quote consumer * Move to off-chain liquidity provider registry * Update ILiquidityProvider interface * Remove some unused artifacts and wrappers * Consolidate ILiquidityProvider * prettier * lint * Address PR feedback * Add failover to sandbox * Add test for failover behavior in LiquidityProviderSandbox * Update changelogs * Emit events for the new LiquidityProvider scenarios * Fix swap quote consumer bug * post-rebase fixes * `@0x/contracts-zero-ex`: bump feature versions * Add default field to TokenAdjacencyGraph * update addresses Co-authored-by: Lawrence Forman <me@merklejerk.com>
74 lines
4.7 KiB
TypeScript
74 lines
4.7 KiB
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as ApproximateBuys from '../test/generated-artifacts/ApproximateBuys.json';
|
|
import * as BalancerSampler from '../test/generated-artifacts/BalancerSampler.json';
|
|
import * as CurveSampler from '../test/generated-artifacts/CurveSampler.json';
|
|
import * as DeploymentConstants from '../test/generated-artifacts/DeploymentConstants.json';
|
|
import * as DODOSampler from '../test/generated-artifacts/DODOSampler.json';
|
|
import * as DummyLiquidityProvider from '../test/generated-artifacts/DummyLiquidityProvider.json';
|
|
import * as ERC20BridgeSampler from '../test/generated-artifacts/ERC20BridgeSampler.json';
|
|
import * as Eth2DaiSampler from '../test/generated-artifacts/Eth2DaiSampler.json';
|
|
import * as IBalancer from '../test/generated-artifacts/IBalancer.json';
|
|
import * as ICurve from '../test/generated-artifacts/ICurve.json';
|
|
import * as IEth2Dai from '../test/generated-artifacts/IEth2Dai.json';
|
|
import * as IKyberNetwork from '../test/generated-artifacts/IKyberNetwork.json';
|
|
import * as IMooniswap from '../test/generated-artifacts/IMooniswap.json';
|
|
import * as IMStable from '../test/generated-artifacts/IMStable.json';
|
|
import * as IMultiBridge from '../test/generated-artifacts/IMultiBridge.json';
|
|
import * as IShell from '../test/generated-artifacts/IShell.json';
|
|
import * as IUniswapExchangeQuotes from '../test/generated-artifacts/IUniswapExchangeQuotes.json';
|
|
import * as IUniswapV2Router01 from '../test/generated-artifacts/IUniswapV2Router01.json';
|
|
import * as KyberSampler from '../test/generated-artifacts/KyberSampler.json';
|
|
import * as LiquidityProviderSampler from '../test/generated-artifacts/LiquidityProviderSampler.json';
|
|
import * as MooniswapSampler from '../test/generated-artifacts/MooniswapSampler.json';
|
|
import * as MStableSampler from '../test/generated-artifacts/MStableSampler.json';
|
|
import * as MultiBridgeSampler from '../test/generated-artifacts/MultiBridgeSampler.json';
|
|
import * as NativeOrderSampler from '../test/generated-artifacts/NativeOrderSampler.json';
|
|
import * as SamplerUtils from '../test/generated-artifacts/SamplerUtils.json';
|
|
import * as ShellSampler from '../test/generated-artifacts/ShellSampler.json';
|
|
import * as SushiSwapSampler from '../test/generated-artifacts/SushiSwapSampler.json';
|
|
import * as TestERC20BridgeSampler from '../test/generated-artifacts/TestERC20BridgeSampler.json';
|
|
import * as TestNativeOrderSampler from '../test/generated-artifacts/TestNativeOrderSampler.json';
|
|
import * as TwoHopSampler from '../test/generated-artifacts/TwoHopSampler.json';
|
|
import * as UniswapSampler from '../test/generated-artifacts/UniswapSampler.json';
|
|
import * as UniswapV2Sampler from '../test/generated-artifacts/UniswapV2Sampler.json';
|
|
export const artifacts = {
|
|
ApproximateBuys: ApproximateBuys as ContractArtifact,
|
|
BalancerSampler: BalancerSampler as ContractArtifact,
|
|
CurveSampler: CurveSampler as ContractArtifact,
|
|
DODOSampler: DODOSampler as ContractArtifact,
|
|
DeploymentConstants: DeploymentConstants as ContractArtifact,
|
|
ERC20BridgeSampler: ERC20BridgeSampler as ContractArtifact,
|
|
Eth2DaiSampler: Eth2DaiSampler as ContractArtifact,
|
|
KyberSampler: KyberSampler as ContractArtifact,
|
|
LiquidityProviderSampler: LiquidityProviderSampler as ContractArtifact,
|
|
MStableSampler: MStableSampler as ContractArtifact,
|
|
MooniswapSampler: MooniswapSampler as ContractArtifact,
|
|
MultiBridgeSampler: MultiBridgeSampler as ContractArtifact,
|
|
NativeOrderSampler: NativeOrderSampler as ContractArtifact,
|
|
SamplerUtils: SamplerUtils as ContractArtifact,
|
|
ShellSampler: ShellSampler as ContractArtifact,
|
|
SushiSwapSampler: SushiSwapSampler as ContractArtifact,
|
|
TwoHopSampler: TwoHopSampler as ContractArtifact,
|
|
UniswapSampler: UniswapSampler as ContractArtifact,
|
|
UniswapV2Sampler: UniswapV2Sampler as ContractArtifact,
|
|
IBalancer: IBalancer as ContractArtifact,
|
|
ICurve: ICurve as ContractArtifact,
|
|
IEth2Dai: IEth2Dai as ContractArtifact,
|
|
IKyberNetwork: IKyberNetwork as ContractArtifact,
|
|
IMStable: IMStable as ContractArtifact,
|
|
IMooniswap: IMooniswap as ContractArtifact,
|
|
IMultiBridge: IMultiBridge as ContractArtifact,
|
|
IShell: IShell as ContractArtifact,
|
|
IUniswapExchangeQuotes: IUniswapExchangeQuotes as ContractArtifact,
|
|
IUniswapV2Router01: IUniswapV2Router01 as ContractArtifact,
|
|
DummyLiquidityProvider: DummyLiquidityProvider as ContractArtifact,
|
|
TestERC20BridgeSampler: TestERC20BridgeSampler as ContractArtifact,
|
|
TestNativeOrderSampler: TestNativeOrderSampler as ContractArtifact,
|
|
};
|