c12a10b96e
* Add WooFI interface for sampling * WooFi Sampler * Add mixin * Update bridge adapters * fix some bugs * update transformer_utils * Add BSC support * yarn prettier * Capitalize WOOFI in bridge adapters * Put rebateAddress in a constant, fixed some other stylistic errors * bug fixes * Updated CHANGELOGS & MD docs * Publish - @0x/contracts-erc20@3.3.33 - @0x/contracts-test-utils@5.4.24 - @0x/contracts-treasury@1.4.16 - @0x/contracts-utils@4.8.14 - @0x/contracts-zero-ex@0.36.0 - @0x/asset-swapper@16.64.0 - @0x/contract-addresses@6.17.0 - @0x/contract-wrappers@13.20.5 - @0x/protocol-utils@11.16.0 * Update reference.mdx (#531) Align with `DEFAULT_QUOTE_SLIPPAGE_PERCENTAGE` value from https://github.com/0xProject/0x-api/blob/c74e31c2197ff9231b4856ef6ff0680f22905aa2/src/constants.ts#L26 * code cleanup * remove deusdc curve pool from this pr * Refactor PoolsCache (part 1) [TKR-500] (#525) * Make _refreshPoolCacheIfRequiredAsync type-safe and remove Promise.all * Factor out PoolsCache key logic into a function * Use Map instead of object in PoolsCache and increase the default timeout * Clean up PoolsCache and simplify its public interface * Refactor PoolsCache (part 2) [TKR-500] (#526) * Introduce NoOpPoolsCache and use it in unsupported chains for BeethovenX * Use `NoOpPoolsCache` for `CreamPoolsCache` and `BalancerPoolsCache` on unsupported chains * Remove `getBidAskLiquidityForMakerTakerAssetPairAsync` (#528) * Add transfer approval for quote token for multi-hops and fix buy sampler typo * Use 0x gas api instead of eth gas station api [TKR-502] (#532) * Use 0x gas api instead of eth gas station api * Add integration test for `ProtocolFeeUtils` * Update CHANGELOG.json * Add polygon, fantom, avalanche support * yarn prettier * Updated CHANGELOGS & MD docs * Publish - @0x/asset-swapper@16.65.0 * Remove references to `custom-no-magic-numbers` ts lint rule [TKR-484] (#533) * Remove references to `custom-no-magic-numbers ts` lint rule * Run prettier * resolve Kyu's comments * remove fqt change * Add WooFI interface for sampling * WooFi Sampler * Add mixin * Update bridge adapters * fix some bugs * update transformer_utils * Add BSC support * yarn prettier * Capitalize WOOFI in bridge adapters * Put rebateAddress in a constant, fixed some other stylistic errors * bug fixes * code cleanup * remove deusdc curve pool from this pr * Add transfer approval for quote token for multi-hops and fix buy sampler typo * Add polygon, fantom, avalanche support * yarn prettier * resolve Kyu's comments * remove fqt change * merge types.ts * WOOFi -> WOOFI * fix lerna run lint * Changelog * nit changes Co-authored-by: Github Actions <github-actions@github.com> Co-authored-by: Pavel <51318041+pavel-bc@users.noreply.github.com> Co-authored-by: Kyu <kyuhyun217@gmail.com>