Add Robinhood Chain (chain 4663) - #1026
Draft
ScreamingHawk wants to merge 1 commit into
Draft
ScreamingHawk wants to merge 1 commit into
ScreamingHawk 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.
Summary
Adds Robinhood Chain (chain 4663) to
@0xsequence/network. The chain has no entry, sonetworks[4663]isundefined— consumers get no chain title, logo or block explorer URL for Robinhood.ChainId.ROBINHOOD = 4663networks[ChainId.ROBINHOOD]— title "Robinhood Chain", explorerhttps://robin.etherscan.io/, native token ETH (18 decimals)createNetworkConfig(ChainId.ROBINHOOD)inallNetworksRobinhood Chain is an Arbitrum-stack L2 with ETH gas, so the native token is ETH rather than a stablecoin. The explorer URL matches the one the relay chain list already uses for this chain.
Draft
Left as a draft pending Robinhood support elsewhere in the stack — the network entry is ready to land once that is in place.
Verification
tsc --noEmitclean at the repo root.networks[4663]resolves,allNetworksincludes it, andgetChainIdFromNetwork('robinhood')returns 4663, confirmed by importing the source.eth_chainIdreturns0x1237= 4663).https://assets.sequence.info/images/networks/medium/4663.webpreturns 200.