Skip to content

Commit

Permalink
Add sUSDe to aaveV3 lido
Browse files Browse the repository at this point in the history
  • Loading branch information
MatijaPojatar committed Nov 18, 2024
1 parent 7e2cdee commit fb434ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markets/aave/marketAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const aaveV3AssetsDefaultMarket = {
[NetworkNumber.Base]: aaveV3AssetsDefaultMarketBase,
} as const;

export const aaveV3AssetsLidoMarketEth = ['ETH', 'wstETH', 'USDS', 'USDC', 'ezETH'];
export const aaveV3AssetsLidoMarketEth = ['ETH', 'wstETH', 'USDS', 'USDC', 'ezETH', 'sUSDe'];

export const aaveV3AssetsLidoMarket = {
[NetworkNumber.Eth]: aaveV3AssetsLidoMarketEth,
Expand Down

0 comments on commit fb434ab

Please sign in to comment.