Skip to content

Commit 6056cea

Browse files
committed
update config
1 parent 48d4e60 commit 6056cea

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

src/swapService/config/mainnet.ts

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const RLP_MAINNET = "0x4956b52aE2fF65D74CA2d61207523288e4528f96"
1515
const WUSDL_MAINNET = "0x7751E2F4b8ae93EF6B79d86419d42FE3295A4559"
1616
const PT_WSTUSR1740182579 = "0xd0097149aa4cc0d0e1fc99b8bd73fc17dc32c1e9"
1717
const PT_WSTUSR_27MAR2025_MAINNET = "0xA8c8861b5ccF8CCe0ade6811CD2A7A7d3222B0B8"
18-
// const USD0PLUSPLUS_MAINNET = "0x35d8949372d46b7a3d5a56006ae77b215fc69bc0"
18+
const USD0PLUSPLUS_MAINNET = "0x35d8949372d46b7a3d5a56006ae77b215fc69bc0"
1919
const YNETH_MAINNET = "0x09db87A538BD693E9d08544577d5cCfAA6373A48"
2020
const YNETHX_MAINNET = "0x657d9aba1dbb59e53f9f3ecaa878447dcfc96dcb"
2121
const IDLEAATRANCHEFASANARA_MAINNET =
@@ -60,7 +60,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
6060
strategy: StrategyBalmySDK.name(),
6161
config: {
6262
sourcesFilter: {
63-
includeSources: ["pendle", "li-fi" /* "open-ocean" */],
63+
includeSources: ["pendle", "li-fi", "open-ocean"],
6464
},
6565
},
6666
match: { isPendlePT: true },
@@ -76,7 +76,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
7676
"odos",
7777
"1inch",
7878
"li-fi",
79-
// "open-ocean",
79+
"open-ocean",
8080
"uniswap",
8181
],
8282
},
@@ -85,6 +85,18 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
8585
tokensInOrOut: [WUSDL_MAINNET],
8686
},
8787
},
88+
{
89+
strategy: StrategyBalmySDK.name(),
90+
config: {
91+
sourcesFilter: {
92+
includeSources: ["1inch"],
93+
},
94+
},
95+
match: {
96+
swapperModes: [SwapperMode.EXACT_IN],
97+
tokensInOrOut: [USD0PLUSPLUS_MAINNET],
98+
},
99+
},
88100
// DEFAULTS
89101
{
90102
strategy: StrategyBalmySDK.name(),
@@ -96,7 +108,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
96108
"odos",
97109
"1inch",
98110
"li-fi",
99-
// "open-ocean",
111+
"open-ocean",
100112
"uniswap",
101113
],
102114
},
@@ -125,7 +137,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
125137
"odos",
126138
"1inch",
127139
"li-fi",
128-
// "open-ocean",
140+
"open-ocean",
129141
"uniswap",
130142
],
131143
},

0 commit comments

Comments
 (0)