Reference
Network
Robinhood Chain settings for your wallet and tools.
Robinhood Chain#
| Setting | Value |
|---|---|
| Network name | Robinhood Chain |
| Chain ID | 4663 (0x1237) |
| Public RPC | https://rpc.mainnet.chain.robinhood.com |
| Currency | ETH, 18 decimals |
| Explorer | robinhoodchain.blockscout.com |
| Uniswap v4 PoolManager | 0x8366a39cc670b4001a1121b8f6a443a643e40951 |
Add the network to your wallet#
When you connect, Scrible asks your wallet to switch to Robinhood Chain. If your wallet does not know the chain, Scrible asks it to add the network with the settings above. Approve the request in your wallet.
If the switch times out, switch to Robinhood Chain in your wallet by hand, then try again.
Getting ETH#
You need ETH on Robinhood Chain for gas. The app links to the Arbitrum bridge portal with Robinhood Chain preselected.
RPC access in the app#
The app reads the chain through its own /api/rpc proxy first. If the proxy fails, it falls back to the public RPC. Your wallet uses its own RPC for signing.
- The proxy accepts read methods only, up to 20 calls per batch.
eth_getLogsthrough the proxy needs an address filter and a range of 20,000 blocks or less.- The proxy rejects browser requests from other sites. Use the public RPC for your own tools.