@@ -73,7 +73,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
7373 strategyType : [ "stable" ] ,
7474 chainId : 9745 ,
7575 network : "Plasma" ,
76- creditManagers : [ "0x0dc438ab3782a9183c03d16585262b10a0f843b6" ] ,
76+ creditManagers : [
77+ "0x0dc438ab3782a9183c03d16585262b10a0f843b6" ,
78+ "0x9c64da71eac61c15bc76f5c92b3451abe337022f" ,
79+ ] ,
7780 issuesOnClose : true ,
7881 } ,
7982 {
@@ -85,7 +88,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
8588 strategyType : [ "stable" ] ,
8689 chainId : 9745 ,
8790 network : "Plasma" ,
88- creditManagers : [ "0xd6270d10f69389fe2e99276975356c63fe1db17e" ] ,
91+ creditManagers : [
92+ "0xd6270d10f69389fe2e99276975356c63fe1db17e" ,
93+ "0x19eb08b867c752dc4686ea0fd26af1c072ed62f9" ,
94+ ] ,
8995 issuesOnClose : true ,
9096 } ,
9197 {
@@ -97,7 +103,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
97103 strategyType : [ "stable" ] ,
98104 chainId : 9745 ,
99105 network : "Plasma" ,
100- creditManagers : [ "0xfb6203d73c957cada813c1b4a760801a8ab999b9" ] ,
106+ creditManagers : [
107+ "0xfb6203d73c957cada813c1b4a760801a8ab999b9" ,
108+ "0x6377989b9ef6fd485e28a6fd66966f0cc8109f9d" ,
109+ ] ,
101110 issuesOnClose : true ,
102111 } ,
103112 {
@@ -181,7 +190,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
181190 strategyType : [ "stable" ] ,
182191 chainId : 9745 ,
183192 network : "Plasma" ,
184- creditManagers : [ "0xA8Ece189E460eEaD80f056b29E01F398a0ddD16C" ] ,
193+ creditManagers : [
194+ "0xA8Ece189E460eEaD80f056b29E01F398a0ddD16C" ,
195+ "0xc6d4845f178a0f1b8d3d2298e35489fccbdf7000" ,
196+ ] ,
185197 issuesOnClose : true ,
186198 } ,
187199 {
@@ -699,7 +711,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
699711 strategyType : [ "stable" ] ,
700712 chainId : 9745 ,
701713 network : "Plasma" ,
702- creditManagers : [ "0x61F7f5875eC741Ed7321E7CDc70C7662C75c5a06" ] ,
714+ creditManagers : [
715+ "0x61F7f5875eC741Ed7321E7CDc70C7662C75c5a06" ,
716+ "0x052d92a9766e968342c5315deeac055c6f308ac2" ,
717+ ] ,
703718 issuesOnClose : true ,
704719 } ,
705720] ;
0 commit comments