fix(balancer): exclude TORUS from prices.day in protocol fee USD conversion#9801
Open
tiagoponciano wants to merge 1 commit into
Open
fix(balancer): exclude TORUS from prices.day in protocol fee USD conversion#9801tiagoponciano wants to merge 1 commit into
tiagoponciano wants to merge 1 commit into
Conversation
tiagoponciano
marked this pull request as ready for review
June 17, 2026 11:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Thank you for contributing to Spellbook 🪄
Please open the PR in draft and mark as ready when you want to request a review.
Description:
Summary
Excludes TORUS (
0xb47f575807fc5466285e1277ef8acfbb5c6686e8) from theprices.daylookup inbalancer_v3_compatible_protocol_fee_macro, preventing inflated Swap Fee USD values caused by a bad upstream DEX-derived price.A dust trade in
dex.tradeswith a very small TORUS amount (~0.000006) and$0.214notional produced an implied price of ~34,659 USD viaamount_usd / token_amount. That value flowed through the SQLMesh pricing pipeline intoprices.day(source = 'dex.trades') and was consumed bybalancer.protocol_fee, causing an abnormal ~600k USD Swap Fee spike. Normal TORUS trades imply ~0.016 USD.quick links for more information: