File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
ousd/processors/strategies Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,18 @@ export const ousdStrategies: readonly IStrategyData[] = [
7070 assets : [ USDC ] ,
7171 earnings : { passiveByDepositWithdrawal : true , rewardTokenCollected : true } ,
7272 } ,
73+ {
74+ chainId : 1 ,
75+ from : 24034329 ,
76+ oTokenAddress : mainnetAddresses . OUSD_ADDRESS ,
77+ kind : 'Generic' ,
78+ name : 'OUSD Morpho V2' ,
79+ contractName : 'Generalized4626Strategy' ,
80+ address : mainnetAddresses . strategies . ousd . MorphoV2Strategy ,
81+ base : { address : mainnetCurrencies . USD , decimals : 18 } ,
82+ assets : [ USDC ] ,
83+ earnings : { passiveByDepositWithdrawal : true , rewardTokenCollected : true } ,
84+ } ,
7385 // Deprecated
7486 // {
7587 // from: 13369299,
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ export const strategies = {
167167 GauntletPrimeUSDTStrategy : '0xe3ae7c80a1b02ccd3fb0227773553aeb14e32f26' ,
168168 SkySavingsRateStrategy : '0x5bd9af9c2506d29b6d79cb878284a270190eaeaa' ,
169169 CurveUSDCAMOStrategy : '0x26a02ec47acc2a3442b757f45e0a82b8e993ce11' ,
170+ MorphoV2Strategy : '0x3643cafA6eF3dd7Fcc2ADaD1cabf708075AFFf6e' ,
170171 } ,
171172} as const
172173
You can’t perform that action at this time.
0 commit comments