* 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>
101 lines
5.0 KiB
JSON
101 lines
5.0 KiB
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"generated-artifacts/BalancerBridge.json",
|
|
"generated-artifacts/ChaiBridge.json",
|
|
"generated-artifacts/CurveBridge.json",
|
|
"generated-artifacts/DexForwarderBridge.json",
|
|
"generated-artifacts/DydxBridge.json",
|
|
"generated-artifacts/ERC1155Proxy.json",
|
|
"generated-artifacts/ERC20BridgeProxy.json",
|
|
"generated-artifacts/ERC20Proxy.json",
|
|
"generated-artifacts/ERC721Proxy.json",
|
|
"generated-artifacts/Eth2DaiBridge.json",
|
|
"generated-artifacts/IAssetData.json",
|
|
"generated-artifacts/IAssetProxy.json",
|
|
"generated-artifacts/IAssetProxyDispatcher.json",
|
|
"generated-artifacts/IAuthorizable.json",
|
|
"generated-artifacts/IBalancerPool.json",
|
|
"generated-artifacts/IChai.json",
|
|
"generated-artifacts/ICurve.json",
|
|
"generated-artifacts/IDydx.json",
|
|
"generated-artifacts/IDydxBridge.json",
|
|
"generated-artifacts/IERC20Bridge.json",
|
|
"generated-artifacts/IEth2Dai.json",
|
|
"generated-artifacts/IGasToken.json",
|
|
"generated-artifacts/IKyberNetworkProxy.json",
|
|
"generated-artifacts/IMStable.json",
|
|
"generated-artifacts/IUniswapExchange.json",
|
|
"generated-artifacts/IUniswapExchangeFactory.json",
|
|
"generated-artifacts/IUniswapV2Router01.json",
|
|
"generated-artifacts/KyberBridge.json",
|
|
"generated-artifacts/MStableBridge.json",
|
|
"generated-artifacts/MixinAssetProxyDispatcher.json",
|
|
"generated-artifacts/MixinAuthorizable.json",
|
|
"generated-artifacts/MixinGasToken.json",
|
|
"generated-artifacts/MultiAssetProxy.json",
|
|
"generated-artifacts/Ownable.json",
|
|
"generated-artifacts/StaticCallProxy.json",
|
|
"generated-artifacts/TestChaiBridge.json",
|
|
"generated-artifacts/TestDexForwarderBridge.json",
|
|
"generated-artifacts/TestDydxBridge.json",
|
|
"generated-artifacts/TestERC20Bridge.json",
|
|
"generated-artifacts/TestEth2DaiBridge.json",
|
|
"generated-artifacts/TestKyberBridge.json",
|
|
"generated-artifacts/TestStaticCallTarget.json",
|
|
"generated-artifacts/TestUniswapBridge.json",
|
|
"generated-artifacts/TestUniswapV2Bridge.json",
|
|
"generated-artifacts/UniswapBridge.json",
|
|
"generated-artifacts/UniswapV2Bridge.json",
|
|
"test/generated-artifacts/BalancerBridge.json",
|
|
"test/generated-artifacts/ChaiBridge.json",
|
|
"test/generated-artifacts/CurveBridge.json",
|
|
"test/generated-artifacts/DexForwarderBridge.json",
|
|
"test/generated-artifacts/DydxBridge.json",
|
|
"test/generated-artifacts/ERC1155Proxy.json",
|
|
"test/generated-artifacts/ERC20BridgeProxy.json",
|
|
"test/generated-artifacts/ERC20Proxy.json",
|
|
"test/generated-artifacts/ERC721Proxy.json",
|
|
"test/generated-artifacts/Eth2DaiBridge.json",
|
|
"test/generated-artifacts/IAssetData.json",
|
|
"test/generated-artifacts/IAssetProxy.json",
|
|
"test/generated-artifacts/IAssetProxyDispatcher.json",
|
|
"test/generated-artifacts/IAuthorizable.json",
|
|
"test/generated-artifacts/IBalancerPool.json",
|
|
"test/generated-artifacts/IChai.json",
|
|
"test/generated-artifacts/ICurve.json",
|
|
"test/generated-artifacts/IDydx.json",
|
|
"test/generated-artifacts/IDydxBridge.json",
|
|
"test/generated-artifacts/IERC20Bridge.json",
|
|
"test/generated-artifacts/IEth2Dai.json",
|
|
"test/generated-artifacts/IGasToken.json",
|
|
"test/generated-artifacts/IKyberNetworkProxy.json",
|
|
"test/generated-artifacts/IMStable.json",
|
|
"test/generated-artifacts/IUniswapExchange.json",
|
|
"test/generated-artifacts/IUniswapExchangeFactory.json",
|
|
"test/generated-artifacts/IUniswapV2Router01.json",
|
|
"test/generated-artifacts/KyberBridge.json",
|
|
"test/generated-artifacts/MStableBridge.json",
|
|
"test/generated-artifacts/MixinAssetProxyDispatcher.json",
|
|
"test/generated-artifacts/MixinAuthorizable.json",
|
|
"test/generated-artifacts/MixinGasToken.json",
|
|
"test/generated-artifacts/MultiAssetProxy.json",
|
|
"test/generated-artifacts/Ownable.json",
|
|
"test/generated-artifacts/StaticCallProxy.json",
|
|
"test/generated-artifacts/TestChaiBridge.json",
|
|
"test/generated-artifacts/TestDexForwarderBridge.json",
|
|
"test/generated-artifacts/TestDydxBridge.json",
|
|
"test/generated-artifacts/TestERC20Bridge.json",
|
|
"test/generated-artifacts/TestEth2DaiBridge.json",
|
|
"test/generated-artifacts/TestKyberBridge.json",
|
|
"test/generated-artifacts/TestStaticCallTarget.json",
|
|
"test/generated-artifacts/TestUniswapBridge.json",
|
|
"test/generated-artifacts/TestUniswapV2Bridge.json",
|
|
"test/generated-artifacts/UniswapBridge.json",
|
|
"test/generated-artifacts/UniswapV2Bridge.json"
|
|
],
|
|
"exclude": ["./deploy/solc/solc_bin"]
|
|
}
|