File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
140140 network : "Mainnet" ,
141141 curator : "Chaos Labs" ,
142142 poolType : [ "eth" ] ,
143+ isLowInterest : true ,
143144 } ,
144145 {
145146 name : "Trade USDC v3" ,
Original file line number Diff line number Diff line change @@ -258,21 +258,6 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
258258 network : "Mainnet" ,
259259 creditManagers : [ "0x52b27889f67887fc9b98a59304037570e7d7e556" ] ,
260260 } ,
261- {
262- name : "Mellow rstETH" ,
263- id : "rstETH" ,
264- tokenOutAddress : "0x7a4effd87c2f3c55ca251080b1343b605f327e3a" ,
265- strategyType : [ "eth" ] ,
266- chainId : 1 ,
267- network : "Mainnet" ,
268- creditManagers : [
269- "0xf5edc34204e67e592bdcb84114571c9e4bd0bdf7" ,
270- "0xb79d6544839d169869476589d2e54014a074317b" ,
271- "0x79c6c1ce5b12abcc3e407ce8c160ee1160250921" ,
272- "0xc307a074bd5aec2d6ad1d9b74465c24a59b490fd" ,
273- ] ,
274- issuesOnClose : true ,
275- } ,
276261 {
277262 name : "Renzo ETH" ,
278263 id : "ezETH" ,
You can’t perform that action at this time.
0 commit comments