File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,8 @@ import {
1010const SUSDS_MAINNET = "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd"
1111const WSTUSR_MAINNET = "0x1202f5c7b4b9e47a1a484e8b270be34dbbc75055"
1212const RLP_MAINNET = "0x4956b52aE2fF65D74CA2d61207523288e4528f96"
13- // TEST YIELD
1413const WUSDL_MAINNET = "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559"
1514const PT_WSTUSR1740182579 = "0xd0097149aa4cc0d0e1fc99b8bd73fc17dc32c1e9"
16- // TEST mBASIS
1715
1816const 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 : {
You can’t perform that action at this time.
0 commit comments