Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Fix query that computes quoter and syncs data on Dune #63

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sql/orderbook/order_rewards.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ from trade_hashes
on trade_hashes.order_uid = o.order_uid
and trade_hashes.auction_id = o.auction_id
left outer join winning_quotes wq
on o.order_uid = wq.order_uid;
on trade_hashes.order_uid = wq.order_uid;
Loading