Skip to content

Commit 2f39921

Browse files
committed
update config
1 parent 54f5f26 commit 2f39921

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/swapService/config/mainnet.ts

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ import {
1010
const SUSDS_MAINNET = "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd"
1111
const WSTUSR_MAINNET = "0x1202f5c7b4b9e47a1a484e8b270be34dbbc75055"
1212
const RLP_MAINNET = "0x4956b52aE2fF65D74CA2d61207523288e4528f96"
13-
// TEST YIELD
1413
const WUSDL_MAINNET = "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559"
1514
const PT_WSTUSR1740182579 = "0xd0097149aa4cc0d0e1fc99b8bd73fc17dc32c1e9"
16-
// TEST mBASIS
1715

1816
const mainnetRoutingConfig: ChainRoutingConfig = [
1917
// WRAPPERS
@@ -98,20 +96,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
9896
},
9997
// FALLBACKS
10098

101-
// fallback for target debt - 1inch binary search
102-
{
103-
strategy: StrategyBalmySDK.name(),
104-
config: {
105-
sourcesFilter: {
106-
includeSources: ["1inch"],
107-
},
108-
},
109-
match: {
110-
swapperModes: [SwapperMode.TARGET_DEBT],
111-
},
112-
},
113-
114-
// then anything available through balmy, binary search overswap exact out
99+
// Binary search overswap for target debt
115100
{
116101
strategy: StrategyBalmySDK.name(),
117102
config: {

0 commit comments

Comments
 (0)