feat(statics): onboard 99 new HoodETH stock tokens and OFC equivalents - #9371
Conversation
204fb3b to
4757a0f
Compare
|
@claude review this PR and go through the ticket https://linear.app/bitgo/issue/CECHO-1803/onboarding-stock-tokens-on-robinhood-evm-next-100-candidates for checking the contract address |
|
Claude finished @prithvishet2503's task —— View job PR Review: HoodETH Stock Tokens Onboarding ✅Reviewed PR #9371 for onboarding 99 new HoodETH stock tokens and OFC equivalents. Todo List:
Code Review Summary✅ Positive Findings:
|
|
4757a0f to
f7e405a
Compare
There was a problem hiding this comment.
Pull request overview
This PR expands the @bitgo/statics coin registry to support additional Robinhood Chain (HoodETH) stock/ETF tokens and their OFC representations, enabling downstream SDK consumers to reference these assets via static definitions.
Changes:
- Added 99 new HoodETH ERC-20 token definitions (including contract addresses and underlying-asset mappings).
- Added corresponding OFC token definitions for the newly onboarded HoodETH assets.
- Extended
UnderlyingAssetwith newhoodeth:*entries to back the new token registrations.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
modules/statics/src/coins/ofcHoodethTokens.ts |
Adds OFC ERC-20 coin entries for newly onboarded HoodETH stock/ETF tokens. |
modules/statics/src/coins/hoodethTokens.ts |
Adds new HoodETH ERC-20 token definitions (name, decimals, contract, underlying asset, and features). |
modules/statics/src/base.ts |
Registers new UnderlyingAsset enum values required by the added HoodETH/OFC token entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Reviewed the diff — onboards 100 HoodETH stock tokens (enum in Checks:
No blocking issues. CI green aside from unit/browser tests still running. Generated by Claude Code |
TICKET: CECHO-1803