We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d1974 commit 67eabefCopy full SHA for 67eabef
src/strategies/index.ts
@@ -42,6 +42,19 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
42
],
43
issuesOnClose: true,
44
},
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
+ },
58
{
59
name: "Curve AZND/AUSD",
60
id: "AZNDAUSD",
0 commit comments