Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/scripts/data/detect-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ node <<EOF
"0g", "apechain", "adi", "aptos", "arbitrum", "arc", "avalanche", "base", "berachain", "bitlayer", "blast",
"bnb-chain", "bob", "botanix", "celo", "dogeos", "ethereum", "giwa", "gnosis-chain", "gravity", "hashkey",
"hedera", "hyperliquid", "injective", "ink", "jovay", "katana", "lens", "linea", "mantle",
"metis", "monad", "opbnb", "optimism", "polygon", "perennial", "pharos", "plasma", "ronin", "scroll", "shibarium", "sei", "seismic",
"soneium", "sonic", "solana", "stable", "xlayer","taiko", "unichain", "worldchain", "zksync"
"metis", "monad", "opbnb", "optimism", "polygon", "perennial", "pharos", "plasma", "ronin",
"robinhood", "scroll", "shibarium", "sei", "seismic", "soneium", "sonic", "solana", "stable",
"xlayer","taiko", "unichain", "worldchain", "zksync"
];

// === Build relatedTokens for FEEDS
Expand Down
8 changes: 8 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,14 @@
}
},
"data": [
{
"category": "integration",
"date": "2026-03-20",
"description": "Chainlink Data Streams is available for Robinhood Chain Testnet. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/supported-networks?streamsNetwork=robinhood) page.",
"relatedNetworks": ["robinhood"],
"title": "Data Streams Expands to Robinhood Chain Testnet",
"topic": "Data Streams"
},
{
"category": "release",
"date": "2026-03-20",
Expand Down
1 change: 1 addition & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export const productChainLinks: ProductChainLinks = {
polygon: "/data-streams/supported-networks?streamsNetwork=polygon",
polygonkatana: "/data-streams/supported-networks?streamsNetwork=katana",
plasma: "/data-streams/supported-networks?streamsNetwork=plasma",
robinhood: "/data-streams/supported-networks?streamsNetwork=robinhood",
ronin: "/data-streams/supported-networks?streamsNetwork=ronin",
sei: "/data-streams/supported-networks?streamsNetwork=sei",
seismic: "/data-streams/supported-networks?streamsNetwork=seismic",
Expand Down
9 changes: 9 additions & 0 deletions src/features/feeds/data/StreamsNetworksData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,15 @@ export const StreamsNetworksData: NetworkData[] = [
explorerUrl: "https://testnet.plasmascan.to/address/%s",
},
},
{
network: "Robinhood Chain",
logoUrl: "/assets/chains/ronin.svg",
testnet: {
label: "Robinhood Chain Testnet",
verifierProxy: "0x72790f9eB82db492a7DDb6d2af22A270Dcc3Db64",
explorerUrl: "https://explorer.testnet.chain.robinhood.com/address/%s",
},
},
{
network: "Ronin",
logoUrl: "/assets/chains/ronin.svg",
Expand Down
Loading