Skip to content

feat: support Robinhood Chain - #753

Draft
godzillaba wants to merge 11 commits into
mainfrom
support-rh-chain
Draft

feat: support Robinhood Chain#753
godzillaba wants to merge 11 commits into
mainfrom
support-rh-chain

Conversation

@godzillaba

@godzillaba godzillaba commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

includes a bump of token-bridge-contracts to v1.2.5 in commit 9917641, since that's the version deployed to RH chain. I am still verifying this is safe to do.

i had to edit the ContractConfig type since I only deployed the latest version of the rollup creator, i'm not sure if that was the right thing to do though.

Comment thread src/utils/getRollupCreatorAddress.ts Outdated
Comment thread wagmi.generate.ts
Comment on lines +32 to +37
// address maps may omit parent chains where older contract versions are not deployed
export type ContractConfig = {
name: string;
version?: string;
address: Record<ParentChainId, `0x${string}`> | `0x${string}`;
address: Partial<Record<ParentChainId, `0x${string}`>> | `0x${string}`;
};

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i had to change this type, not sure if that the right move

Comment thread wagmi.generate.ts
Comment on lines +51 to +52
// Some blockscout instances reject non-browser user agents
headers: { 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36' },

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

specifically calling out this hack because it's kinda ugly

@godzillaba godzillaba changed the title Support rh chain feat: support Robinhood Chain Sep 2, 2026
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