File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const RLP_MAINNET = "0x4956b52aE2fF65D74CA2d61207523288e4528f96"
13
13
const WUSDL_MAINNET = "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559"
14
14
const PT_WSTUSR1740182579 = "0xd0097149aa4cc0d0e1fc99b8bd73fc17dc32c1e9"
15
15
const PT_WSTUSR_27MAR2025_MAINNET = "0xA8c8861b5ccF8CCe0ade6811CD2A7A7d3222B0B8"
16
+ const USD0PLUSPLUS_MAINNET = "0x35d8949372d46b7a3d5a56006ae77b215fc69bc0"
16
17
17
18
const mainnetRoutingConfig : ChainRoutingConfig = [
18
19
// WRAPPERS
@@ -65,6 +66,26 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
65
66
tokensInOrOut : [ RLP_MAINNET ] ,
66
67
} ,
67
68
} ,
69
+ // USD0++ route without open-ocean and combined
70
+ {
71
+ strategy : StrategyBalmySDK . name ( ) ,
72
+ config : {
73
+ sourcesFilter : {
74
+ includeSources : [
75
+ "kyberswap" ,
76
+ "paraswap" ,
77
+ // "odos",
78
+ "1inch" ,
79
+ "li-fi" ,
80
+ // "open-ocean",
81
+ "uniswap" ,
82
+ ] ,
83
+ } ,
84
+ } ,
85
+ match : {
86
+ tokensInOrOut : [ USD0PLUSPLUS_MAINNET ] ,
87
+ } ,
88
+ } ,
68
89
69
90
// DEFAULTS
70
91
{
@@ -90,7 +111,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
90
111
strategy : StrategyCombinedUniswap . name ( ) ,
91
112
match : {
92
113
swapperModes : [ SwapperMode . TARGET_DEBT ] ,
93
- excludeTokensInOrOut : [ RLP_MAINNET , SUSDS_MAINNET ] ,
114
+ excludeTokensInOrOut : [ RLP_MAINNET , SUSDS_MAINNET , USD0PLUSPLUS_MAINNET ] ,
94
115
} ,
95
116
} ,
96
117
// FALLBACKS
You can’t perform that action at this time.
0 commit comments