Skip to content

Commit

Permalink
Merge pull request #4 from Artemis-xyz/sm-celo-bugfix
Browse files Browse the repository at this point in the history
Bug fix: Celo Fundamentals Table
  • Loading branch information
SebMelendez01 authored Apr 3, 2024
2 parents 0e1922f + 267383d commit b7f2900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ select
gas_usd.gas_usd,
coalesce(burned.revenue_native, 0) as revenue_native,
coalesce(revenue_native * price, 0) as revenue,
coalesce(gas_usd.gas_usd / txns, 0) as avg_txn_fee
coalesce(gas_usd.gas_usd / txns, 0) as avg_txn_fee,
'celo' as chain
from dau_txns
join gas_usd on dau_txns.date = gas_usd.date
Expand Down

0 comments on commit b7f2900

Please sign in to comment.