Skip to content

Commit 77e62e0

Browse files
authored
fix: add zeroSlippage to mEDGE
1 parent e15d49f commit 77e62e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/strategies/index.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
88
strategyType: ["stable"],
99
chainId: 143,
1010
network: "Monad",
11-
creditManagers: [
12-
"0xd9b000e3f14ea2dd27be07859ab3ab9e0ef62dfa",
13-
],
11+
creditManagers: ["0xd9b000e3f14ea2dd27be07859ab3ab9e0ef62dfa"],
1412
issuesOnClose: true,
13+
zeroSlippage: {
14+
// Edge
15+
"0x6b343f7b797f1488aa48c49d540690f2b2c89751": true,
16+
},
1517
},
1618
{
1719
name: "ETH+",

0 commit comments

Comments
 (0)