We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925d0fc commit 5bba2a7Copy full SHA for 5bba2a7
src/strategies/index.ts
@@ -55,6 +55,19 @@ export const STRATEGIES_LIST: Array<StrategyConfigPayload> = [
55
],
56
issuesOnClose: true,
57
},
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
+ },
71
{
72
name: "Curve AZND/AUSD",
73
id: "AZNDAUSD",
0 commit comments