* feat: mStable * deploy and CHANGELOG * `@0x/contracts-utils`: Add more testnet addresses. * `@0x/contract-addresses`: Deply Mstable on testnets * `@0x/contract-addresses`: Remove testnet deployments of mStable :-) * move `erc20-bridge-sampler` into `asset-swapper` remove `DevUtils` dependency from sampler contract. * `@0x/asset-swapper`: Add ERC20BridgeSampler support for validating orders in maker fees denominated in non-maker assets. `@0x/asset-swapper`: Add tests for `NativeOrderSampler`. * `@0x/asset-swapper`: Return `0` sample if native order asset data is unsupported. * `@0x/asset-swapper`: Fix failing test. * feat: ExchangeProxy FQT fruit rollup (#2645) * feat: Optimize Bridges in ExchangeProxy * compile and most work * work around to trust the delecall contract * force allowances * Update Kyber/Eth2Dai bridges * Remove memory state where not required * cleanup * Combine Bridges into one adapter * mixins * refactor out ZeroExBridge * move out interface * comment out hacks * update migrations * remove simbot hacks * AdapterAddresses and mStable * Share constructor arg * fix migration * Remove whitespace * `@0x/contracts-zero-ex`: BridgeAdapter -- revert if bridge address is 0. * `@0x/contract-addresses`: Deploy FQT. Co-authored-by: Lawrence Forman <me@merklejerk.com> Co-authored-by: Lawrence Forman <lawrence@0xproject.com> * update ganache contract addresses * fix: asset-swapper empty batch call (#2669) * update ganache contract addresses * fix: asset-swapper prevent empty sampler batch call * add sampler to migrations * change migrations version * Use contract-wrappers and artifacts * remove extra data * remove deps, set sampler to NULL_ADDRESS * all the exports * noop sell rate too * update ganache contract addresses Co-authored-by: Lawrence Forman <me@merklejerk.com> Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
66 lines
4.4 KiB
TypeScript
66 lines
4.4 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 CurveSampler from '../test/generated-artifacts/CurveSampler.json';
|
|
import * as DummyLiquidityProvider from '../test/generated-artifacts/DummyLiquidityProvider.json';
|
|
import * as DummyLiquidityProviderRegistry from '../test/generated-artifacts/DummyLiquidityProviderRegistry.json';
|
|
import * as ERC20BridgeSampler from '../test/generated-artifacts/ERC20BridgeSampler.json';
|
|
import * as Eth2DaiSampler from '../test/generated-artifacts/Eth2DaiSampler.json';
|
|
import * as ICurve from '../test/generated-artifacts/ICurve.json';
|
|
import * as IEth2Dai from '../test/generated-artifacts/IEth2Dai.json';
|
|
import * as IKyberHintHandler from '../test/generated-artifacts/IKyberHintHandler.json';
|
|
import * as IKyberNetwork from '../test/generated-artifacts/IKyberNetwork.json';
|
|
import * as IKyberNetworkProxy from '../test/generated-artifacts/IKyberNetworkProxy.json';
|
|
import * as IKyberStorage from '../test/generated-artifacts/IKyberStorage.json';
|
|
import * as ILiquidityProvider from '../test/generated-artifacts/ILiquidityProvider.json';
|
|
import * as ILiquidityProviderRegistry from '../test/generated-artifacts/ILiquidityProviderRegistry.json';
|
|
import * as IMStable from '../test/generated-artifacts/IMStable.json';
|
|
import * as IMultiBridge from '../test/generated-artifacts/IMultiBridge.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 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 TestERC20BridgeSampler from '../test/generated-artifacts/TestERC20BridgeSampler.json';
|
|
import * as TestNativeOrderSampler from '../test/generated-artifacts/TestNativeOrderSampler.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,
|
|
CurveSampler: CurveSampler as ContractArtifact,
|
|
DummyLiquidityProvider: DummyLiquidityProvider as ContractArtifact,
|
|
DummyLiquidityProviderRegistry: DummyLiquidityProviderRegistry as ContractArtifact,
|
|
ERC20BridgeSampler: ERC20BridgeSampler as ContractArtifact,
|
|
Eth2DaiSampler: Eth2DaiSampler as ContractArtifact,
|
|
ICurve: ICurve as ContractArtifact,
|
|
IEth2Dai: IEth2Dai as ContractArtifact,
|
|
IKyberHintHandler: IKyberHintHandler as ContractArtifact,
|
|
IKyberNetwork: IKyberNetwork as ContractArtifact,
|
|
IKyberNetworkProxy: IKyberNetworkProxy as ContractArtifact,
|
|
IKyberStorage: IKyberStorage as ContractArtifact,
|
|
ILiquidityProvider: ILiquidityProvider as ContractArtifact,
|
|
ILiquidityProviderRegistry: ILiquidityProviderRegistry as ContractArtifact,
|
|
IMStable: IMStable as ContractArtifact,
|
|
IMultiBridge: IMultiBridge as ContractArtifact,
|
|
IUniswapExchangeQuotes: IUniswapExchangeQuotes as ContractArtifact,
|
|
IUniswapV2Router01: IUniswapV2Router01 as ContractArtifact,
|
|
KyberSampler: KyberSampler as ContractArtifact,
|
|
LiquidityProviderSampler: LiquidityProviderSampler as ContractArtifact,
|
|
MStableSampler: MStableSampler as ContractArtifact,
|
|
MultiBridgeSampler: MultiBridgeSampler as ContractArtifact,
|
|
NativeOrderSampler: NativeOrderSampler as ContractArtifact,
|
|
SamplerUtils: SamplerUtils as ContractArtifact,
|
|
UniswapSampler: UniswapSampler as ContractArtifact,
|
|
UniswapV2Sampler: UniswapV2Sampler as ContractArtifact,
|
|
TestERC20BridgeSampler: TestERC20BridgeSampler as ContractArtifact,
|
|
TestNativeOrderSampler: TestNativeOrderSampler as ContractArtifact,
|
|
};
|