@@ -18,6 +18,7 @@ import {
1818
1919export const oethStrategies : readonly IStrategyData [ ] = [
2020 {
21+ chainId : 1 ,
2122 from : 17249899 ,
2223 name : 'OETH Convex ETH+OETH (AMO)' ,
2324 contractName : 'ConvexEthMetaStrategy' ,
@@ -36,6 +37,7 @@ export const oethStrategies: readonly IStrategyData[] = [
3637 earnings : { rewardTokenCollected : true , passiveByDepositWithdrawal : true } ,
3738 } ,
3839 {
40+ chainId : 1 ,
3941 from : 17067232 ,
4042 name : 'OETH Frax Staking' ,
4143 contractName : 'FraxETHStrategy' ,
@@ -47,6 +49,7 @@ export const oethStrategies: readonly IStrategyData[] = [
4749 earnings : { passiveByDepositWithdrawal : true , rewardTokenCollected : true } ,
4850 } ,
4951 {
52+ chainId : 1 ,
5053 from : 17367105 ,
5154 name : 'OETH Morpho Aave V2' ,
5255 contractName : 'MorphoAaveStrategy' ,
@@ -58,6 +61,7 @@ export const oethStrategies: readonly IStrategyData[] = [
5861 earnings : { passiveByDepositWithdrawal : true , rewardTokenCollected : true } ,
5962 } ,
6063 {
64+ chainId : 1 ,
6165 from : 18156225 ,
6266 name : 'OETH Aura rETH/WETH' ,
6367 contractName : 'BalancerMetaPoolStrategy' ,
@@ -90,6 +94,7 @@ export const oethStrategies: readonly IStrategyData[] = [
9094 } ,
9195 } ,
9296 {
97+ chainId : 1 ,
9398 from : 17141121 ,
9499 name : 'OETH Vault (rETH)' ,
95100 contractName : 'VaultCore' ,
@@ -107,6 +112,7 @@ export const oethStrategies: readonly IStrategyData[] = [
107112 } ) ) ,
108113 } ,
109114 {
115+ chainId : 1 ,
110116 from : 17067232 ,
111117 name : 'OETH Vault (stETH)' ,
112118 contractName : 'VaultCore' ,
@@ -117,6 +123,7 @@ export const oethStrategies: readonly IStrategyData[] = [
117123 assets : [ STETH_ADDRESS ] . map ( ( address ) => ( { address, decimals : 18 } ) ) ,
118124 } ,
119125 {
126+ chainId : 1 ,
120127 from : 17067232 ,
121128 name : 'OETH Vault (WETH)' ,
122129 contractName : 'VaultCore' ,
@@ -130,6 +137,7 @@ export const oethStrategies: readonly IStrategyData[] = [
130137 } ) ) ,
131138 } ,
132139 {
140+ chainId : 1 ,
133141 from : 20046251 ,
134142 name : 'OETH Native Staking 1' ,
135143 contractName : 'NativeStakingSSVStrategy' ,
@@ -141,6 +149,7 @@ export const oethStrategies: readonly IStrategyData[] = [
141149 earnings : { passiveByDepositWithdrawal : true , rewardTokenCollected : true } ,
142150 } ,
143151 {
152+ chainId : 1 ,
144153 from : 20290461 ,
145154 name : 'OETH Native Staking 2' ,
146155 contractName : 'NativeStakingSSVStrategy' ,
0 commit comments