diff --git a/public/changelog.json b/public/changelog.json index 475bc53e835..2d17b4893f2 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -1,4 +1,16 @@ [ + { + "category": "integration", + "changes": [], + "date": "2024-12-19", + "description": "Chainlink Data Streams is available in Early Access on Shibarium. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.", + "relatedNetworks": ["shibarium"], + "relatedTokens": [], + "title": "Data Streams on Shibarium", + "topic": "data", + "subTopic": "data-streams", + "urls": [] + }, { "category": "release", "changes": [], diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index 1489f6ca08c..75bd3f192c4 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -85,6 +85,7 @@ export const productChainLinks: ProductChainLinks = { opbnb: "/data-streams/crypto-streams", solana: "/data-streams/crypto-streams", optimism: "/data-streams/crypto-streams", + shibarium: "/data-streams/crypto-streams", }, }, Functions: { diff --git a/src/features/feeds/components/Tables.tsx b/src/features/feeds/components/Tables.tsx index 849b322172e..a95ce4cd41f 100644 --- a/src/features/feeds/components/Tables.tsx +++ b/src/features/feeds/components/Tables.tsx @@ -420,6 +420,20 @@ const StreamsNetworksData = [ explorerUrl: "https://sepolia-optimism.etherscan.io/address/%s", }, }, + { + network: "Shibarium", + logoUrl: "/assets/chains/shibarium.svg", + mainnet: { + label: "Shibarium Mainnet", + verifierProxy: "0xBE9f07f73de2412A9d0Ed64C42De7d9A10C9F28C", + explorerUrl: "https://www.shibariumscan.io/address/%s", + }, + testnet: { + label: "Shibarium Puppynet", + verifierProxy: "0xc44eb6c00A0F89D044279cD91Bdfd5f62f752Da3", + explorerUrl: "https://puppyscan.shib.io/address/%s", + }, + }, { network: "Soneium", logoUrl: "/assets/chains/soneium.svg",