@@ -15,6 +15,27 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
1515 "0x6b343f7b797f1488aa48c49d540690f2b2c89751" : true ,
1616 } ,
1717 } ,
18+ {
19+ name : "Avant savUSD" ,
20+ id : "savUSD" ,
21+ tokenOutAddress : "0xb8d89678e75a973e74698c976716308abb8a46a4" ,
22+ strategyType : [ "stable" ] ,
23+ chainId : 1 ,
24+ network : "Mainnet" ,
25+ creditManagers : [ "0xba531a7bf2616bffcccb68b94cc8177155e60404" ] ,
26+ issuesOnClose : true ,
27+ } ,
28+ {
29+ name : "Convex savUSD/USDC" ,
30+ id : "stkcvxsavUSDUSDC" ,
31+ tokenOutAddress : "0x199b9c20908590c6bbe4271c0cb3184e641dd0ba" ,
32+ strategyType : [ "stable" ] ,
33+ chainId : 1 ,
34+ network : "Mainnet" ,
35+ creditManagers : [ "0xba531a7bf2616bffcccb68b94cc8177155e60404" ] ,
36+ issuesOnClose : true ,
37+ additionalCollaterals : [ "0x2e1776968ec75bfd13dbc5b94ae57034d7e85fb9" ] ,
38+ } ,
1839 {
1940 name : "ETH+" ,
2041 id : "ETH+" ,
@@ -78,6 +99,30 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
7899 "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" ,
79100 ] ,
80101 } ,
102+ {
103+ name : "Convex pmUSD/crvUSD" ,
104+ id : "stkcvxpmcrvUSD" ,
105+ tokenOutAddress : "0x1774a6b4aba3b999461a1682f6776cac66dd1987" ,
106+ strategyType : [ "stable" ] ,
107+ chainId : 1 ,
108+ network : "Mainnet" ,
109+ creditManagers : [ "0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87" ] ,
110+ issuesOnClose : true ,
111+ additionalCollaterals : [ "0xecb0f0d68c19bdaadaebe24f6752a4db34e2c2cb" ] ,
112+ hideInProd : true ,
113+ } ,
114+ {
115+ name : "Convex pmUSD/frxUSD" ,
116+ id : "stkcvxpmfrxUSD" ,
117+ tokenOutAddress : "0xf4faf5d5cf017fe9792122d8f4972d06e144ceba" ,
118+ strategyType : [ "stable" ] ,
119+ chainId : 1 ,
120+ network : "Mainnet" ,
121+ creditManagers : [ "0x748a02cc6dd9090bd6bbcd1fd45790b50524ae87" ] ,
122+ issuesOnClose : true ,
123+ additionalCollaterals : [ "0xbf5047039f2980c21eb5692c790bad8a9533b900" ] ,
124+ hideInProd : true ,
125+ } ,
81126 {
82127 name : "Curve AZND/AUSD" ,
83128 id : "AZNDAUSD" ,
0 commit comments