feat: add Robinhood Chain (4663) to Cancun supported chains#207
Merged
Conversation
size-limit report 📦
|
vr16x
approved these changes
Jul 10, 2026
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.
supportsCancunshort-circuits on a hardcoded allowlist and otherwise falls back to checking the latest block forblobGasUsed/excessBlobGas. Arbitrum Orbit chains never expose blob-gas fields in their L2 block headers, so the fallback misdetects them - which is why Arbitrum One (42161) and ApeChain (33139) are already hardcoded. Robinhood Chain (4663) is an Orbit chain with full Cancun support (TSTORE/TLOAD/MCOPY verified on-chain via bytecode-override eth_calls), but without an allowlist entrytoNexusAccountrejects any MEE version >= 2.0.0 on it:With this entry, the full sponsored-supertransaction flow works end to end on Robinhood mainnet (verified against a patched 1.2.4 install: stx
0xe4551f316ae4863faf4b834e7426777bc11a878edf6a37c4481c6d62abbe5e6a, MINED_SUCCESS).Context: Robinhood Chain went live on the MEE node in v1.4.17 (bcnmy/mee-node#215); the V2_2_1 and current contract suites are deployed there at the canonical addresses.
PR-Codex overview
This PR updates the
Utils.tsfile in thesrc/sdk/accountdirectory by modifying a data structure related to chain support. It adds comments for clarification and includes new entries for specific chains.Detailed summary
"4663": trueto the chain support data structure."5010405": truewith a trailing comma for consistency.