Skip to content

Commit

Permalink
fix(cache): automated cache update - updated addresses (#769)
Browse files Browse the repository at this point in the history
Co-authored-by: Cache-bot <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Jan 9, 2025
1 parent 79a79f0 commit 5526313
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AaveV3Gnosis.sol
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ library AaveV3GnosisEModes {
uint8 internal constant NONE = 0;

uint8 internal constant ETH_CORRELATED = 1;

uint8 internal constant SDAI_EURE = 2;
}
library AaveV3GnosisExternalLibraries {
// https://gnosisscan.io/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
Expand Down
10 changes: 10 additions & 0 deletions src/ts/AaveV3Gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,15 @@ export const E_MODES = {
liquidationThreshold: 9300,
liquidationBonus: 10100,
},
'2': {
label: 'sDAI / EURe',
collateralBitmap: '64',
collateralAssets: ['0xaf204776c7245bF4147c2612BF6e5972Ee483701'],
borrowableBitmap: '32',
borrowableAssets: ['0xcB444e90D8198415266c6a2724b7900fb12FC56E'],
ltv: 8500,
liquidationThreshold: 8750,
liquidationBonus: 10500,
},
} as const;
export const EXTERNAL_LIBRARIES = {} as const;

0 comments on commit 5526313

Please sign in to comment.