DocsNetworks

Networks Overview

Robinhood Chain mainnet 4663 and testnet 46630 — what is deployed where, and what is not.

SEAT targets Robinhood Chain only. The keeper and deploy scripts refuse any other chain ID.

MainnetTestnet
Chain ID466346630
Gas tokenETHETH
RPChttps://rpc.mainnet.chain.robinhood.comhttps://rpc.testnet.chain.robinhood.com
USDG0x5fc5360D0400a0Fd4f2af552ADD042D716F1d1680x7E955252E15c84f5768B83c41a71F9eba181802F
SEAT contractsNone deployedPhase 1 set deployed

Where the addresses live

  • app/src/lib/addresses.ts — generated by scripts/write-addresses.ts from contracts/broadcast/**/run-latest.json. This is the single address source of truth for the app and docs.
  • sdk/src/registry.ts — token registry (symbols, decimals, eligibility, feeds).
  • docs/phase-1-live.md — the testnet deploy runbook with the live transaction hashes.

Chain selection

  • Keeper: CHAIN_ID env (46630 default; 4663 for mainnet).
  • App: NEXT_PUBLIC_CHAIN_ID.
  • Deploy scripts: chosen by --rpc-url robinhood_testnet vs --rpc-url robinhood (Foundry [rpc_endpoints] in foundry.toml).