Skip to content

Commit 2513e6f

Browse files
committed
update config
1 parent 400253f commit 2513e6f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/swapService/config/base.ts

-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { type ChainRoutingConfig, SwapperMode } from "../interface"
22
import { StrategyBalmySDK, StrategyRepayWrapper } from "../strategies"
33

44
const CBBTC_BASE = "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"
5-
const USDC_BASE = "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
65

76
const baseRoutingConfig: ChainRoutingConfig = [
87
// WRAPPERS
@@ -27,18 +26,6 @@ const baseRoutingConfig: ChainRoutingConfig = [
2726
tokensInOrOut: [CBBTC_BASE],
2827
},
2928
},
30-
// avoid USDC on kyberswap
31-
{
32-
strategy: StrategyBalmySDK.name(),
33-
config: {
34-
sourcesFilter: {
35-
includeSources: ["odos", "1inch", "open-ocean", "uniswap"],
36-
},
37-
},
38-
match: {
39-
tokensInOrOut: [USDC_BASE],
40-
},
41-
},
4229
// DEFAULTS
4330
{
4431
strategy: StrategyBalmySDK.name(),

0 commit comments

Comments
 (0)