Skip to content

Commit

Permalink
add contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
RantumBits committed Jan 24, 2025
1 parent ea32ddc commit e69a7fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ cow_trades as (
evt_index,
b.settler_address,
zid,
tag
tag,
b.settler_address as contract_address
from base_logs_rn b
join zeroex_tx s on b.block_time = s.block_time
and b.tx_hash = s.tx_hash
Expand Down

0 comments on commit e69a7fd

Please sign in to comment.