diff --git a/src/features/data/chains.ts b/src/features/data/chains.ts index fb417ba086e..5a93c6d1b9a 100644 --- a/src/features/data/chains.ts +++ b/src/features/data/chains.ts @@ -595,7 +595,7 @@ export const CHAINS: Chain[] = [ label: "Robinhood Chain", title: "Robinhood Chain Data Feeds", img: "/assets/chains/robinhood-chain.svg", - networkStatusUrl: "https://docs.robinhood.com/chain/", + networkStatusUrl: "https://status.robinhoodchain.offchain.io/", tags: ["default", "tokenizedEquity"], supportedFeatures: ["feeds"], networks: [ diff --git a/src/features/feeds/data/StreamsNetworksData.ts b/src/features/feeds/data/StreamsNetworksData.ts index 1769311c267..23e2a397e56 100644 --- a/src/features/feeds/data/StreamsNetworksData.ts +++ b/src/features/feeds/data/StreamsNetworksData.ts @@ -571,11 +571,12 @@ export const StreamsNetworksData: NetworkData[] = [ }, { network: "Robinhood Chain", + networkStatus: "https://status.robinhoodchain.offchain.io/", logoUrl: "/assets/chains/robinhood-chain.svg", mainnet: { label: "Robinhood Chain Mainnet", verifierProxy: "0xcE73c8ad08CBDEaCa6078BF0627C8fe0a9a536E7", - explorerUrl: "https://explorer.chain.robinhood.com/address/%s", + explorerUrl: "https://robinhoodchain.blockscout.com/address/%s", }, testnet: { label: "Robinhood Chain Testnet",