Skip to content

Commit

Permalink
fix(cache): automated cache update - updated addresses (#767)
Browse files Browse the repository at this point in the history
Co-authored-by: Cache-bot <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Jan 6, 2025
1 parent c34ae69 commit 79a79f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ export const E_MODES = {
],
ltv: 9000,
liquidationThreshold: 9200,
liquidationBonus: 10300,
liquidationBonus: 10400,
},
'3': {
label: 'rsETH LST main',
Expand Down
5 changes: 2 additions & 3 deletions src/ts/AaveV3EthereumLido.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,14 @@ export const E_MODES = {
label: 'sUSDe Stablecoins',
collateralBitmap: '32',
collateralAssets: ['0x9D39A5DE30e57443BfF2A8307A4256c8797A3497'],
borrowableBitmap: '76',
borrowableBitmap: '72',
borrowableAssets: [
'0xdC035D45d973E3EC169d2276DDab16f1e407384F',
'0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
'0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f',
],
ltv: 9000,
liquidationThreshold: 9200,
liquidationBonus: 10300,
liquidationBonus: 10400,
},
'5': {
label: 'rsETH LST main',
Expand Down

0 comments on commit 79a79f0

Please sign in to comment.