paraswap: exclude base chain v6 due to incorrect amounts #8529
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
we got an alert in prod for
amount_usd
inflated to irregular amounts. it came down to one tx in paraswap v6 on base chain.https://basescan.org/tx/0xd649a110dbfb69350d0b87f25022a767c6bf77976cc2d235fcd8eb2cf1b9419b
this tx appears to be assigning the same raw amount to both token bought and sold, when it should not be. this leads to incorrect
amount_usd
amounts which affect the overall table.we need to exclude until the bug is resolved. this likely goes back to the macro which decodes traces, which would then affect all chains, and this tx just happened to uncover it?
fyi @alexshchur