From 25c1ae18e112f5f7356e9152219cc099e3845455 Mon Sep 17 00:00:00 2001 From: aelmanaa <4503543+aelmanaa@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:12:47 +0000 Subject: [PATCH] chains metadata updated --- src/scripts/reference/chains.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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/",