Skip to content

Commit 9afc666

Browse files
Update src/contracts/extensions/v3-config-engine/IAaveV3ConfigEngine.sol
Co-authored-by: Harsh Pandey <[email protected]>
1 parent ec33f8e commit 9afc666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contracts/extensions/v3-config-engine/IAaveV3ConfigEngine.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ interface IAaveV3ConfigEngine {
224224
* EModeCategoryUpdate({
225225
* ltv: 60_00,
226226
* liqThreshold: 70_00,
227-
* liqBonus: EngineFlags.KEEP_CURRENT,
228-
* label: EngineFlags.KEEP_CURRENT_STRING,
227+
* liqBonus: 3_00,
228+
* label: 'WETH USDC',
229229
* borrowables:[USDC],
230230
* collaterals:[ETH]
231231
* })

0 commit comments

Comments
 (0)