Skip to content

Update maxFillSize for relayer 0x0Dc1E92Fbcc8413b1341F4C1B1C203c3b1A03d73 - #274

Open
peetermeos wants to merge 1 commit into
across-protocol:masterfrom
peetermeos:raise-maxfillsize-0x0Dc1E92
Open

Update maxFillSize for relayer 0x0Dc1E92Fbcc8413b1341F4C1B1C203c3b1A03d73#274
peetermeos wants to merge 1 commit into
across-protocol:masterfrom
peetermeos:raise-maxfillsize-0x0Dc1E92

Conversation

@peetermeos

@peetermeos peetermeos commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

📥 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 maxFillSize of 4000 sits below the fill sizes we routinely execute in the open market. Over the last 60 days:

fills max fill size fills > $4k
open market 6,601 $8,021 75
exclusive to us 459 $3,265 0

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.

balanceMultiplier stays 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

  • Operator Name (optional): Sigma Research
  • Description (optional): Across relay bot operating on Ethereum, BSC, Base and Arbitrum.
  • Contact Information (optional): peeter@sigmaresearch.eu

🧪 Verification Checklist

  • I have added my configuration file in the /configs directory.
  • I have ensured no other files have been modified.
  • I have successfully run the validation script: yarn validate-configs (Optional - this check also runs as a job in CI)

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.

1 participant