Skip to content

Commit

Permalink
Ds shib public (#2227)
Browse files Browse the repository at this point in the history
* 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 <thedriftofwords@users.noreply.github.com>
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 <thedriftofwords@users.noreply.github.com>

* 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 <simone@thisdot.co>
Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>

* Revert "Merge doc main (#237)"

This reverts commit 8a9db7a.

* update (#2129) (#244)

* ds-shib

---------

Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
Co-authored-by: Simone Cuomo <simone@thisdot.co>
Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com>
  • Loading branch information
4 people authored Dec 19, 2024
1 parent cedb61b commit 645e99b
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 645e99b

Please sign in to comment.