diff --git a/src/scripts/reference/chains.json b/src/scripts/reference/chains.json index 0f6e25dd7ca..27c9db8f9ec 100644 --- a/src/scripts/reference/chains.json +++ b/src/scripts/reference/chains.json @@ -1590,7 +1590,12 @@ { "name": "Robinhood Chain", "chain": "ETH", - "rpc": ["https://rpc.mainnet.chain.robinhood.com", "https://rpc.arrowrpc.com"], + "rpc": [ + "https://rpc.mainnet.chain.robinhood.com", + "https://robinhood-rpc.publicnode.com", + "wss://robinhood-rpc.publicnode.com", + "https://rpc.arrowrpc.com" + ], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://docs.robinhood.com/chain", @@ -1598,6 +1603,7 @@ "chainId": 4663, "networkId": 4663, "explorers": [ + { "name": "robinscan", "url": "https://robinscan.io", "icon": "robinscan", "standard": "EIP3091" }, { "name": "blockscout", "url": "https://robinhoodchain.blockscout.com", @@ -2270,7 +2276,11 @@ "name": "Robinhood Chain Testnet", "title": "Robinhood Chain Testnet", "chain": "ETH", - "rpc": ["https://rpc.testnet.chain.robinhood.com/rpc"], + "rpc": [ + "https://rpc.testnet.chain.robinhood.com/rpc", + "https://robinhood-sepolia-rpc.publicnode.com", + "wss://robinhood-sepolia-rpc.publicnode.com" + ], "faucets": [], "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://docs.robinhood.com/chain/",