Skip to content

Commit 8070251

Browse files
committed
feat: add new morpho v2 OUSD strategy
1 parent 7ac8351 commit 8070251

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/ousd/processors/strategies/strategies.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

src/utils/addresses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)