Skip to content

Commit 67eabef

Browse files
authored
feat: add beefy reth
1 parent 06d1974 commit 67eabef

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
@@ -42,6 +42,19 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
4242
],
4343
issuesOnClose: true,
4444
},
45+
{
46+
name: "Aura rETH/WETH (Optimized by Beefy)",
47+
id: "wmooBalancerEthereumrETH-WETH",
48+
tokenOutAddress: "0x31454faa1daa04cacf59a6bd37681da9160d092a",
49+
strategyType: ["eth"],
50+
chainId: 1,
51+
network: "Mainnet",
52+
creditManagers: [
53+
"0x1293a69e4ad4a93293a06b6303104be35bdd83af",
54+
"0x68df4deeff1d9007063395cc190a486dceb05920",
55+
],
56+
issuesOnClose: true,
57+
},
4558
{
4659
name: "Curve AZND/AUSD",
4760
id: "AZNDAUSD",

0 commit comments

Comments
 (0)