File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ type WhitelistApiResponse = {
144144} ;
145145
146146const MERKL_ENDPOINT =
147- 'https://api. merkl.xyz /v4/opportunities?mainProtocolId=aave&items=100&status=LIVE' ; // Merkl API
147+ 'https://api- merkl.angle.money /v4/opportunities?mainProtocolId=aave&items=100&status=LIVE' ; // Merkl API
148148const WHITELIST_ENDPOINT = 'https://apps.aavechan.com/api/aave/merkl/whitelist-token-list' ; // Endpoint to fetch whitelisted tokens
149149const checkOpportunityAction = (
150150 opportunityAction : OpportunityAction ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ type ReserveIncentiveAdditionalData = {
3131// Normalize to lowercase for case-insensitive comparison
3232const INK_POINT_TOKEN_ADDRESSES = [ '0x40aBd730Cc9dA34a8EE9823fEaBDBa35E50c4ac7' . toLowerCase ( ) ] ;
3333const MERKL_TYDRO_ENDPOINT =
34- 'https://api. merkl.xyz /v4/opportunities?mainProtocolId=tydro&chainName=ink&items=100&status=LIVE' ; // Merkl API
34+ 'https://api- merkl.angle.money /v4/opportunities?mainProtocolId=tydro&chainName=ink&items=100&status=LIVE' ; // Merkl API
3535
3636const checkOpportunityAction = (
3737 opportunityAction : OpportunityAction ,
You can’t perform that action at this time.
0 commit comments