File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ const IncentivesSymbolMap: {
126126 symbol : 'aUSDtb' ,
127127 aToken : true ,
128128 } ,
129+ aLinweETH : {
130+ tokenIconSymbol : 'weETH' ,
131+ symbol : 'aweETH' ,
132+ aToken : true ,
133+ } ,
129134 aSonstS : {
130135 tokenIconSymbol : 'stS' ,
131136 symbol : 'astS' ,
Original file line number Diff line number Diff line change @@ -161,12 +161,13 @@ const getUnderlyingAndAToken = (assets: {
161161const otherTokensWhitelisted = [
162162 '0x04eadd7b10ea9a484c60860aea7a7c0aec09b9f0' , // aUSDtb wrapper contract
163163 '0x3a4de44b29995a3d8cd02d46243e1563e55bcc8b' , // Aave Ethereum USDe (wrapped)
164+ '0xdcc1bcc6ecd1e63cba178c289bc1da9f757a2ef4' , // Aave Line weETH (wrapper)
164165] ;
165166
166167const whitelistedRewardTokens = [
167168 ...allAaveAssets . flatMap ( ( assets ) => getUnderlyingAndAToken ( assets ) ) ,
168169 ...otherTokensWhitelisted ,
169- ] ;
170+ ] . map ( ( address ) => address . toLowerCase ( ) ) ;
170171
171172const MERKL_ENDPOINT = 'https://api.merkl.xyz/v4/opportunities?mainProtocolId=aave' ; // Merkl API
172173
You can’t perform that action at this time.
0 commit comments