Skip to content

Exclude slippage transactions May 2025 #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 27, 2025

Conversation

bram-vdberg
Copy link
Contributor

@bram-vdberg bram-vdberg commented May 26, 2025

Some invalid prices on Dune have lead to wrong slippage amounts for the RIO token. This PR excludes these transactions.

You can check the prices with this query on Dune:

select * from prices.usd where (
  blockchain = 'ethereum' and minute = TIMESTAMP '2025-05-22 16:19' and contract_address = 0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097
) or (
  blockchain = 'ethereum' and minute = TIMESTAMP '2025-05-22 16:17' and contract_address = 0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097
);

The RIO token shows a price of 0.344343 USD while the auction has a price of 0.2 USD.

@bram-vdberg bram-vdberg requested a review from harisang May 26, 2025 13:59
@bram-vdberg bram-vdberg merged commit d423463 into main May 27, 2025
4 checks passed
@bram-vdberg bram-vdberg deleted the Fix-Mainnet-Prices-May-20-27-2025 branch May 27, 2025 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants