* Draft. PoC pseudo code showing general idea for resuing SOR path creation logic and adding multihop support. * Add actual Balancer SDK function calls. * Update to handle buys. * Correct taker>maker for buy. * Draft. PoC pseudo code showing general idea for resuing SOR path creation logic and adding multihop support. * make it build * rebase * add BalancerV2Batch protocol * add BalancerV2Batch protocol * get balancer v2 multihop working * fix BalancerV2Batch for sells (buys still iffy) * fix buys, appease linter and prettier * remove unused RPC URL from balancer sdk construction * update changelogs * clean up comments add event loop yield in `BalancerV2SwapInfoCache.loadTopPools()` * add negative result check on balancerv2batch swap output * compiler hack * reintroduce CompilerHack * delete unused multibridge sampler * remove compilerhack * reintroduce compilerhack * try to fix CI compile errors * plz work * plz work * pretty plz work * yay it works, also address feedback * appease linter * deploy new FQTs Co-authored-by: johngrantuk <johngrantuk@googlemail.com> Co-authored-by: Lawrence Forman <me@merklejerk.com>
53 lines
2.7 KiB
JSON
53 lines
2.7 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/BalancerV2BatchSampler.json",
|
|
"test/generated-artifacts/BalancerV2Common.json",
|
|
"test/generated-artifacts/BalancerV2Sampler.json",
|
|
"test/generated-artifacts/BancorSampler.json",
|
|
"test/generated-artifacts/CompoundSampler.json",
|
|
"test/generated-artifacts/CurveSampler.json",
|
|
"test/generated-artifacts/DODOSampler.json",
|
|
"test/generated-artifacts/DODOV2Sampler.json",
|
|
"test/generated-artifacts/ERC20BridgeSampler.json",
|
|
"test/generated-artifacts/FakeTaker.json",
|
|
"test/generated-artifacts/IBalancer.json",
|
|
"test/generated-artifacts/IBalancerV2Vault.json",
|
|
"test/generated-artifacts/IBancor.json",
|
|
"test/generated-artifacts/ICurve.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/ISmoothy.json",
|
|
"test/generated-artifacts/IUniswapExchangeQuotes.json",
|
|
"test/generated-artifacts/IUniswapV2Router01.json",
|
|
"test/generated-artifacts/KyberDmmSampler.json",
|
|
"test/generated-artifacts/KyberSampler.json",
|
|
"test/generated-artifacts/LidoSampler.json",
|
|
"test/generated-artifacts/LiquidityProviderSampler.json",
|
|
"test/generated-artifacts/MStableSampler.json",
|
|
"test/generated-artifacts/MakerPSMSampler.json",
|
|
"test/generated-artifacts/MooniswapSampler.json",
|
|
"test/generated-artifacts/NativeOrderSampler.json",
|
|
"test/generated-artifacts/SamplerUtils.json",
|
|
"test/generated-artifacts/ShellSampler.json",
|
|
"test/generated-artifacts/SmoothySampler.json",
|
|
"test/generated-artifacts/TestNativeOrderSampler.json",
|
|
"test/generated-artifacts/TwoHopSampler.json",
|
|
"test/generated-artifacts/UniswapSampler.json",
|
|
"test/generated-artifacts/UniswapV2Sampler.json",
|
|
"test/generated-artifacts/UniswapV3Sampler.json",
|
|
"test/generated-artifacts/UtilitySampler.json"
|
|
]
|
|
}
|