Skip to content

Commit

Permalink
Update mavis_ronin_base_trades.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrliem authored Dec 19, 2024
1 parent 640d19f commit 2d2b592
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ select
evt_tx_from as tx_from,
evt_tx_to as tx_to,
evt_index,
contract_address,
COALESCE(FROM_HEX(json_extract_scalar(json_parse(cast(concat('[', array_join(receivedAllocs, ','), ']') as varchar)),'$[5].recipient')),FROM_HEX(json_extract_scalar(json_parse(json_extract_scalar("order", '$.info')), '$.maker'))) as seller,
FROM_HEX(json_extract_scalar("order", '$.recipient')) as buyer,
json_extract_scalar(json_parse(json_extract_scalar("order", '$.info')), '$.kind') as kind,
Expand Down

0 comments on commit 2d2b592

Please sign in to comment.