Skip to content

Commit

Permalink
Update sudoswap_ethereum_events.sql (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
soispoke authored Sep 2, 2022
1 parent 99203cc commit 3becd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/sudoswap/ethereum/sudoswap_ethereum_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ WITH
, evt_type
, seller
, buyer
, amount_raw/number_of_items as amount_raw
, cast(amount_raw/number_of_items as double) as amount_raw
, amount_original/number_of_items as amount_original
, amount_usd/number_of_items as amount_usd
, currency_symbol
Expand Down

0 comments on commit 3becd93

Please sign in to comment.