Skip to content

Commit

Permalink
fix(cache): automated cache update - updated addresses (#728)
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 Dec 2, 2024
1 parent 0e5b349 commit d8ccf37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,10 @@ export const E_MODES = {
label: 'sUSDe Stablecoins',
collateralBitmap: '4294967296',
collateralAssets: ['0x9D39A5DE30e57443BfF2A8307A4256c8797A3497'],
borrowableBitmap: '34359738376',
borrowableBitmap: '34359738632',
borrowableAssets: [
'0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
'0xdAC17F958D2ee523a2206206994597C13D831ec7',
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
],
ltv: 9000,
Expand Down

0 comments on commit d8ccf37

Please sign in to comment.