docs(uniswapx): add Robinhood + Arc DutchV3 deployments#1136
Closed
codyborn wants to merge 1 commit into
Closed
Conversation
Both chains now run V3DutchOrderReactor + the canonical OrderQuoter: - Robinhood reactor 0x000000007A1C8e570011EeDF86A2A35593013cBA - Arc reactor 0x0000000015134054eA82AE0bb9fda66b36402C36 - OrderQuoter (both) 0x00000000a3db63Df9078cBF3dF88B4CAdD5a7F58 Addresses listed as plain values for now — Robinhood has no reachable public explorer yet and Arc's (explorer.arc.io) is behind Circle access control. Note added re: Arc's USDC gas token (6-decimal ERC-20 at 0x3600...). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
codyborn
added a commit
to Uniswap/UniswapX
that referenced
this pull request
Jun 25, 2026
The deployments page (Uniswap/docs, developers.uniswap.org) is an external artifact the rollout never tracked. Add it as a Phase 4 launch step and a §7 checklist item, and record the Robinhood/Arc docs PR (Uniswap/docs#1136) in the §6 reference table. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Superseding this — the UniswapX docs moved to the Universe repo (apps/dev-portal). Re-opened as Uniswap/universe PR for the Robinhood + Arc deployments. |
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.
Summary
Adds Robinhood (4663) and Arc (5042) to the UniswapX deployments page. Both now run
V3DutchOrderReactor+ the canonicalOrderQuoter(deployed + integration-tested; rollout across SDK/param-api/x-service/trading-api complete).0x000000007A1C8e570011EeDF86A2A35593013cBA0x00000000a3db63Df9078cBF3dF88B4CAdD5a7F580x0000000015134054eA82AE0bb9fda66b36402C360x00000000a3db63Df9078cBF3dF88B4CAdD5a7F58Permit2 is canonical on both. Added a note on Arc's USDC gas token (6-decimal ERC-20 at
0x3600…0000; native sentinel not used for trading).Addresses are listed as plain values rather than hyperlinks: Robinhood has no reachable public block explorer yet, and Arc's (
explorer.arc.io) is gated behind Circle's access control. I didn't want broken/login-walled links in public docs. If there are canonical public explorer URLs for these chains, point me at them and I'll convert the addresses to links (matching the other chains' format).🤖 Generated with Claude Code