File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
88 strategyType : [ "stable" ] ,
99 chainId : 1 ,
1010 network : "Mainnet" ,
11- creditManagers : [ "0x9c4f296908d8b89c0f3058699fcbafb21bd6294c" ] ,
11+ creditManagers : [
12+ "0x9c4f296908d8b89c0f3058699fcbafb21bd6294c" ,
13+ "0xd2d61af80ecd6c4a06488aec5cc332cec862dd5a" ,
14+ ] ,
1215 zeroSlippage : {
1316 // Tulipa
1417 "0xf0795c47fa58d00f5f77f4d5c01f31ee891e21b4" : true ,
@@ -78,7 +81,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
7881 strategyType : [ "stable" ] ,
7982 chainId : 1 ,
8083 network : "Mainnet" ,
81- creditManagers : [ "0x9c4f296908d8b89c0f3058699fcbafb21bd6294c" ] ,
84+ creditManagers : [
85+ "0x9c4f296908d8b89c0f3058699fcbafb21bd6294c" ,
86+ "0xd2d61af80ecd6c4a06488aec5cc332cec862dd5a" ,
87+ ] ,
8288 zeroSlippage : {
8389 // Tulipa
8490 "0xf0795c47fa58d00f5f77f4d5c01f31ee891e21b4" : true ,
You can’t perform that action at this time.
0 commit comments