Skip to content

add robinhood-mainnet (4663) support#302

Open
robert-seitz-uniswap wants to merge 1 commit into
mainfrom
rseitz/add-robinhood-mainnet
Open

add robinhood-mainnet (4663) support#302
robert-seitz-uniswap wants to merge 1 commit into
mainfrom
rseitz/add-robinhood-mainnet

Conversation

@robert-seitz-uniswap
Copy link
Copy Markdown
Contributor

Adds Robinhood chain (chainId 4663, slug robinhood-mainnet) to v3 + v3-tokens.

Standard ETH-native chain — no pricing override (unlike arc): REFERENCE_TOKEN = WETH (0x0Bd7D308…), priced via the WETH/USDG pool. USDG ("Global Dollar", 6 dec) is the stablecoin.

Changes

  • config/robinhood-mainnet/ — V3 factory 0x1f7d7550… @ startBlock 8930; STABLE_COINS = [USDG], WHITELIST = [WETH, USDG].
  • prepareNetwork.ts — register robinhood-mainnet.

⚠️ STABLE_TOKEN_POOL is a zero-address placeholder until the WETH/USDG v3 pool is created + seeded (the chain-team liquidity step). Until then USD metrics read $0 — indexing works regardless. (Explicitly not the arc sentinel, since WETH is a volatile reference.) Add USDC + other tokens to the whitelist as they deploy.

Addresses confirmed against 4663.md and the RH explorer.

Robinhood chain (chainId 4663) is a standard ETH-native chain: reference token is WETH, priced
via the WETH/USDG pool. No pricing override (unlike Arc). USDG ("Global Dollar", 6 dec) is the
USD stablecoin.

- config/robinhood-mainnet: V3 factory 0x1f7d7550... @ startBlock 8930; REFERENCE_TOKEN = WETH
  (0x0Bd7D308...), STABLE_COINS = [USDG], WHITELIST = [WETH, USDG]
- register robinhood-mainnet in the NETWORK enum

STABLE_TOKEN_POOL is a zero-address placeholder until the WETH/USDG v3 pool is created + seeded;
until then USD metrics read 0 (indexing works). Addresses per Uniswap/contracts deployments/4663.md.
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.

2 participants