Update maxFillSize for relayer 0x0Dc1E92Fbcc8413b1341F4C1B1C203c3b1A03d73 - #274
Open
peetermeos wants to merge 1 commit into
Open
Update maxFillSize for relayer 0x0Dc1E92Fbcc8413b1341F4C1B1C203c3b1A03d73#274peetermeos wants to merge 1 commit into
peetermeos wants to merge 1 commit into
Conversation
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.
📥 Relayer Configuration Updated
This PR updates the existing configuration file for relayer
0x0Dc1E92Fbcc8413b1341F4C1B1C203c3b1A03d73.Single field changed —
maxFillSize: 4000 → 10000. No other fields and no other files are modified."minExclusivityPeriod": 2, "minProfitThreshold": 0.0001, "balanceMultiplier": 0.95, - "maxFillSize": 4000, + "maxFillSize": 10000, "originChainIds": [1, 56, 8453, 42161]Rationale
Our current
maxFillSizeof 4000 sits below the fill sizes we routinely execute in the open market. Over the last 60 days:We settle $6–8k fills regularly without exclusivity, so the new value reflects capacity we already demonstrate rather than a request to stretch beyond it. 10000 leaves modest headroom above our observed $8,021 maximum.
balanceMultiplierstays at 0.95, so nomination remains gated on our actual per-chain balance — we are not asking to be offered fills we cannot fund. That check has been reliable for us: 1 shortfall in 226 grants over 30 days.👤 Operator Information
🧪 Verification Checklist
/configsdirectory.yarn validate-configs(Optional - this check also runs as a job in CI)