Skip to content

Commit

Permalink
fixing ez transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 committed Dec 16, 2024
1 parent c84ca01 commit 31d9d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/projects/celo/raw/ez_celo_transfers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ select
contract_address,
from_address,
to_address,
amount,
amount::number as amount,
amount_adjusted,
amount_usd,
tx_status
Expand All @@ -37,7 +37,7 @@ select
contract_address,
from_address,
to_address,
amount,
amount::number as amount,
amount_adjusted,
amount_usd,
tx_status
Expand Down

0 comments on commit 31d9d33

Please sign in to comment.