Skip to content

Commit 5bba2a7

Browse files
authored
feat: add new Beefy strategy
1 parent 925d0fc commit 5bba2a7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/strategies/index.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
5555
],
5656
issuesOnClose: true,
5757
},
58+
{
59+
name: "Aura osETH/WETH (Optimized by Beefy)",
60+
id: "wmooBalancerEthereumosETH-WETH",
61+
tokenOutAddress: "0x1a711a5bc48b5c1352c1882fa65dc14b5b9e829d",
62+
strategyType: ["eth"],
63+
chainId: 1,
64+
network: "Mainnet",
65+
creditManagers: [
66+
"0x1293a69e4ad4a93293a06b6303104be35bdd83af",
67+
"0x68df4deeff1d9007063395cc190a486dceb05920",
68+
],
69+
issuesOnClose: true,
70+
},
5871
{
5972
name: "Curve AZND/AUSD",
6073
id: "AZNDAUSD",

0 commit comments

Comments
 (0)