Skip to content

Commit

Permalink
ds-shib
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni committed Dec 18, 2024
1 parent d7654ee commit c07711d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -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": [],
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 @@ -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: {
Expand Down
14 changes: 14 additions & 0 deletions src/features/feeds/components/Tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c07711d

Please sign in to comment.