feat: PancakeSwap 2 integration [TKR-83] (#211)

* feat: PancakeSwap 2 integration

* chore: add PancakeSwap V2 changelog entry

Co-authored-by: Romain Butteaud <romain@0xproject.com>
This commit is contained in:
Kim Persson
2021-04-27 00:51:04 +02:00
committed by GitHub
parent 9a17ce1383
commit 411548a33e
7 changed files with 40 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ const DEFAULT_EXCLUDED = [
ERC20BridgeSource.Smoothy,
ERC20BridgeSource.Component,
ERC20BridgeSource.Saddle,
ERC20BridgeSource.PancakeSwapV2,
];
const BUY_SOURCES = BUY_SOURCE_FILTER_BY_CHAIN_ID[ChainId.Mainnet].sources;
const SELL_SOURCES = SELL_SOURCE_FILTER_BY_CHAIN_ID[ChainId.Mainnet].sources;