File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
const SUSDS_MAINNET = "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd"
11
11
const WSTUSR_MAINNET = "0x1202f5c7b4b9e47a1a484e8b270be34dbbc75055"
12
+ const RLP_MAINNET = "0x4956b52aE2fF65D74CA2d61207523288e4528f96"
12
13
// TEST YIELD
13
14
const WUSDL_MAINNET = "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559"
14
15
const PT_WSTUSR1740182579 = "0xd0097149aa4cc0d0e1fc99b8bd73fc17dc32c1e9"
@@ -55,6 +56,20 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
55
56
tokensInOrOut : [ SUSDS_MAINNET ] ,
56
57
} ,
57
58
} ,
59
+ // Target debt RLP through Odos
60
+ {
61
+ strategy : StrategyBalmySDK . name ( ) ,
62
+ config : {
63
+ sourcesFilter : {
64
+ includeSources : [ "odos" , "1inch" ] ,
65
+ } ,
66
+ } ,
67
+ match : {
68
+ swapperModes : [ SwapperMode . TARGET_DEBT ] ,
69
+ tokensInOrOut : [ RLP_MAINNET ] ,
70
+ } ,
71
+ } ,
72
+
58
73
// DEFAULTS
59
74
{
60
75
strategy : StrategyBalmySDK . name ( ) ,
@@ -67,7 +82,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
67
82
"1inch" ,
68
83
"li-fi" ,
69
84
"open-ocean" ,
70
- // "conveyor",
71
85
"uniswap" ,
72
86
] ,
73
87
} ,
@@ -109,7 +123,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
109
123
"1inch" ,
110
124
"li-fi" ,
111
125
"open-ocean" ,
112
- // "conveyor",
113
126
"uniswap" ,
114
127
] ,
115
128
} ,
You can’t perform that action at this time.
0 commit comments