Skip to content

Commit

Permalink
Zksync: adding new contract (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Jun 19, 2024
1 parent 2f0ffc3 commit e311d6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions models/staging/zksync/fact_zksync_revenue.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ with
where
lower(to_address) in (
lower('0x3dB52cE065f728011Ac6732222270b3F2360d919'),
lower('0xa0425d71cB1D6fb80E65a5361a04096E0672De03')
)
lower('0xa0425d71cB1D6fb80E65a5361a04096E0672De03'),
lower('0xa8CB082A5a689E0d594d7da1E2d72A3D63aDc1bD'),
lower('0x32400084C286CF3E17e7B677ea9583e60a000324')
)
and block_timestamp >= dateadd(day, -5, (select min(date) from gas))
group by 1
)
Expand Down

0 comments on commit e311d6e

Please sign in to comment.