From 645e99bd0ceb162c5adff19f3a6526dfea9b215c Mon Sep 17 00:00:00 2001 From: "Amine E." Date: Thu, 19 Dec 2024 19:00:19 +0100 Subject: [PATCH] Ds shib public (#2227) * Merge doc main (#237) * Fix shadow on navigation (#2100) * Fix shadow on navigation * Align inner page with new navigation width --------- Co-authored-by: Crystal Gomes Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com> * Adjust VRF Sepolia lane and CLA deprecation notice (#2103) * CCIP 1.5 (#2104) * rel2 update * rel2 update * rel2 update * fix * OoO * fix * nit * nit * update page * update page * update page * update page * update * update * update * update * update * update * update * Fund amounts & nit changes --------- Co-authored-by: Karim <98668332+khadni@users.noreply.github.com> * Add gas spikes note (#2105) * Add gas spikes note * Remove printscreen * Add shorter inline explanation and adjust gas spike insert --------- Co-authored-by: Crystal Gomes * update (#2110) * update (#2108) * new integration (#2111) * linea testnet * linea testnet * linea * linea * linea * linea * linea * scroll (#2114) * update * update * update * remove kroma testnet * put kroma * update * update * empty * add Scroll ccip to QL (#2115) * nit (#2116) * nit (#2117) * rmn status (#2118) * rmn status * rmn status * rmn status * update * update * add issuer por field (#2119) --------- Co-authored-by: Simone Cuomo Co-authored-by: Crystal Gomes Co-authored-by: Amine E. * Revert "Merge doc main (#237)" This reverts commit 8a9db7a7ee1dec4be9ecb61a8053aea446daa033. * update (#2129) (#244) * ds-shib --------- Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com> Co-authored-by: Simone Cuomo Co-authored-by: Crystal Gomes --- public/changelog.json | 12 ++++++++++++ .../QuickLinks/data/productChainLinks.ts | 1 + src/features/feeds/components/Tables.tsx | 14 ++++++++++++++ 3 files changed, 27 insertions(+) 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",