Skip to content

Commit a6629dd

Browse files
authored
Merge pull request #293 from Gearbox-protocol/de-snake-patch-3
feat: add a CM to mEDGE
2 parents d7783af + c81a630 commit a6629dd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/strategies/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
2525
strategyType: ["stable"],
2626
chainId: 143,
2727
network: "Monad",
28-
creditManagers: ["0xd9b000e3f14ea2dd27be07859ab3ab9e0ef62dfa"],
28+
creditManagers: [
29+
"0xd9b000e3f14ea2dd27be07859ab3ab9e0ef62dfa",
30+
"0x01b3b3c03269e2fdf654676f2e57a9e325a55e51",
31+
],
2932
issuesOnClose: true,
3033
zeroSlippage: {
3134
// Edge

0 commit comments

Comments
 (0)