* feat: DODO V2 * Fix typo * feat: Linkswap (#153) * fix: intermediate hops WBTC (#154) * feat: Linkswap * fix: Re-add WBTC in default hop tokens * Update review changes * FQT deploy + no gas limit ETH refund (#155) * `@0x/contracts-zero-ex`: refund ETH with no gas limit in FQT `@0x/contract-addresses`: Deploy FQT * Update packages/contract-addresses/CHANGELOG.json Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com> Co-authored-by: Lawrence Forman <me@merklejerk.com> Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com> Co-authored-by: Lawrence Forman <lawrence@0xproject.com> Co-authored-by: Lawrence Forman <me@merklejerk.com> Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
49 lines
2.4 KiB
JSON
49 lines
2.4 KiB
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"generated-artifacts/BalanceChecker.json",
|
|
"generated-artifacts/ERC20BridgeSampler.json",
|
|
"generated-artifacts/FakeTaker.json",
|
|
"test/generated-artifacts/ApproximateBuys.json",
|
|
"test/generated-artifacts/BalanceChecker.json",
|
|
"test/generated-artifacts/BalancerSampler.json",
|
|
"test/generated-artifacts/BancorSampler.json",
|
|
"test/generated-artifacts/CurveSampler.json",
|
|
"test/generated-artifacts/DODOSampler.json",
|
|
"test/generated-artifacts/DODOV2Sampler.json",
|
|
"test/generated-artifacts/DeploymentConstants.json",
|
|
"test/generated-artifacts/DummyLiquidityProvider.json",
|
|
"test/generated-artifacts/ERC20BridgeSampler.json",
|
|
"test/generated-artifacts/Eth2DaiSampler.json",
|
|
"test/generated-artifacts/FakeTaker.json",
|
|
"test/generated-artifacts/IBalancer.json",
|
|
"test/generated-artifacts/IBancor.json",
|
|
"test/generated-artifacts/ICurve.json",
|
|
"test/generated-artifacts/IEth2Dai.json",
|
|
"test/generated-artifacts/IKyberNetwork.json",
|
|
"test/generated-artifacts/IMStable.json",
|
|
"test/generated-artifacts/IMooniswap.json",
|
|
"test/generated-artifacts/IMultiBridge.json",
|
|
"test/generated-artifacts/IShell.json",
|
|
"test/generated-artifacts/IUniswapExchangeQuotes.json",
|
|
"test/generated-artifacts/IUniswapV2Router01.json",
|
|
"test/generated-artifacts/KyberSampler.json",
|
|
"test/generated-artifacts/LiquidityProviderSampler.json",
|
|
"test/generated-artifacts/MStableSampler.json",
|
|
"test/generated-artifacts/MooniswapSampler.json",
|
|
"test/generated-artifacts/MultiBridgeSampler.json",
|
|
"test/generated-artifacts/NativeOrderSampler.json",
|
|
"test/generated-artifacts/SamplerUtils.json",
|
|
"test/generated-artifacts/ShellSampler.json",
|
|
"test/generated-artifacts/SushiSwapSampler.json",
|
|
"test/generated-artifacts/TestERC20BridgeSampler.json",
|
|
"test/generated-artifacts/TestNativeOrderSampler.json",
|
|
"test/generated-artifacts/TwoHopSampler.json",
|
|
"test/generated-artifacts/UniswapSampler.json",
|
|
"test/generated-artifacts/UniswapV2Sampler.json",
|
|
"test/generated-artifacts/UtilitySampler.json"
|
|
]
|
|
}
|