Skip to content

Commit d7783af

Browse files
de-snakedoomsower
authored andcommitted
feat: add more CMs to infinifi strategies
1 parent ab6e733 commit d7783af

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/strategies/index.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)