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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user