Skip to content

Commit

Permalink
Fidelity: AAVE Fix Safety Incentives (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Aug 5, 2024
1 parent 009937c commit 39ade7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with
, amount_nominal
, amount_nominal * price as amount_usd
from logs
left join price on block_timestamp::date = date
left join prices on block_timestamp::date = date
)
select
date
Expand Down

0 comments on commit 39ade7a

Please sign in to comment.