Skip to content

Commit 1306d03

Browse files
authored
ds: robinhood chain integration (#3582)
1 parent 7150213 commit 1306d03

4 files changed

Lines changed: 21 additions & 2 deletions

File tree

.github/scripts/data/detect-data.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ node <<EOF
157157
"0g", "apechain", "adi", "aptos", "arbitrum", "arc", "avalanche", "base", "berachain", "bitlayer", "blast",
158158
"bnb-chain", "bob", "botanix", "celo", "dogeos", "ethereum", "giwa", "gnosis-chain", "gravity", "hashkey",
159159
"hedera", "hyperliquid", "injective", "ink", "jovay", "katana", "lens", "linea", "mantle",
160-
"metis", "monad", "opbnb", "optimism", "polygon", "perennial", "pharos", "plasma", "ronin", "scroll", "shibarium", "sei", "seismic",
161-
"soneium", "sonic", "solana", "stable", "xlayer","taiko", "unichain", "worldchain", "zksync"
160+
"metis", "monad", "opbnb", "optimism", "polygon", "perennial", "pharos", "plasma", "ronin",
161+
"robinhood", "scroll", "shibarium", "sei", "seismic", "soneium", "sonic", "solana", "stable",
162+
"xlayer","taiko", "unichain", "worldchain", "zksync"
162163
];
163164
164165
// === Build relatedTokens for FEEDS

public/changelog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,14 @@
398398
}
399399
},
400400
"data": [
401+
{
402+
"category": "integration",
403+
"date": "2026-03-20",
404+
"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.",
405+
"relatedNetworks": ["robinhood"],
406+
"title": "Data Streams Expands to Robinhood Chain Testnet",
407+
"topic": "Data Streams"
408+
},
401409
{
402410
"category": "release",
403411
"date": "2026-03-20",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export const productChainLinks: ProductChainLinks = {
210210
polygon: "/data-streams/supported-networks?streamsNetwork=polygon",
211211
polygonkatana: "/data-streams/supported-networks?streamsNetwork=katana",
212212
plasma: "/data-streams/supported-networks?streamsNetwork=plasma",
213+
robinhood: "/data-streams/supported-networks?streamsNetwork=robinhood",
213214
ronin: "/data-streams/supported-networks?streamsNetwork=ronin",
214215
sei: "/data-streams/supported-networks?streamsNetwork=sei",
215216
seismic: "/data-streams/supported-networks?streamsNetwork=seismic",

src/features/feeds/data/StreamsNetworksData.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,15 @@ export const StreamsNetworksData: NetworkData[] = [
569569
explorerUrl: "https://testnet.plasmascan.to/address/%s",
570570
},
571571
},
572+
{
573+
network: "Robinhood Chain",
574+
logoUrl: "/assets/chains/ronin.svg",
575+
testnet: {
576+
label: "Robinhood Chain Testnet",
577+
verifierProxy: "0x72790f9eB82db492a7DDb6d2af22A270Dcc3Db64",
578+
explorerUrl: "https://explorer.testnet.chain.robinhood.com/address/%s",
579+
},
580+
},
572581
{
573582
network: "Ronin",
574583
logoUrl: "/assets/chains/ronin.svg",

0 commit comments

Comments
 (0)