We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c2944 commit 7fb5d01Copy full SHA for 7fb5d01
src/utils/addresses.ts
@@ -144,6 +144,7 @@ export const strategies = {
144
MorphoAaveStrategy: '0xc1fc9e5ec3058921ea5025d703cbe31764756319',
145
BalancerMetaPoolStrategy: '0x49109629ac1deb03f2e9b2fe2ac4a623e0e7dfdc',
146
NativeStakingStrategies: OETH_NATIVE_STRATEGIES.map((s) => s.address),
147
+ CompoundStakingStrategies: OETH_COMPOUND_STAKING_SSV_STRATEGIES.map((s) => s.address),
148
},
149
ousd: {
150
ConvexOUSDMetaStrategy: '0x89eb88fedc50fc77ae8a18aad1ca0ac27f777a90',
0 commit comments