Skip to content

Commit b7b514b

Browse files
authored
DS - Plasma Integration (#3010)
* plasma ds integration * added plasma network status
1 parent 3de85b3 commit b7b514b

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ node <<EOF
154154
155155
// === data-streams networks
156156
const STREAMS_NETWORKS = [
157-
"0g", apechain", "arbitrum", "avalanche", "base", "berachain", "bitlayer", "blast",
157+
"0g", "apechain", "arbitrum", "avalanche", "base", "berachain", "bitlayer", "blast",
158158
"bnb-chain", "bob", "botanix", "celo", "ethereum", "gnosis-chain", "gravity", "hashkey", "hyperliquid",
159-
"ink", jovay, "katana", "lens", "linea", "mantle", "metis", "opbnb", "optimism", "polygon", "ronin",
159+
"ink", jovay, "katana", "lens", "linea", "mantle", "metis", "opbnb", "optimism", "polygon", "plasma","ronin",
160160
"scroll", "shibarium", "sei", "soneium", "sonic",
161161
"solana", "taiko", "unichain", "worldchain", "zksync"
162162
];

public/changelog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,14 @@
310310
}
311311
},
312312
"data": [
313+
{
314+
"category": "integration",
315+
"date": "2025-09-25",
316+
"description": "Chainlink Data Streams is available for Plasma Mainnet and Testnet. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.",
317+
"relatedNetworks": ["plasma"],
318+
"title": "Data Streams Expands to Plasma",
319+
"topic": "Data Streams"
320+
},
313321
{
314322
"category": "integration",
315323
"date": "2025-09-25",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export const productChainLinks: ProductChainLinks = {
165165
optimism: "/data-streams/crypto-streams",
166166
polygon: "/data-streams/crypto-streams",
167167
polygonkatana: "/data-streams/crypto-streams",
168+
plasma: "/data-streams/crypto-streams",
168169
ronin: "/data-streams/crypto-streams",
169170
sei: "/data-streams/crypto-streams",
170171
scroll: "/data-streams/crypto-streams",

src/features/feeds/data/StreamsNetworksData.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,21 @@ export const StreamsNetworksData: NetworkData[] = [
426426
explorerUrl: "https://amoy.polygonscan.com/address/%s",
427427
},
428428
},
429+
{
430+
network: "Plasma",
431+
logoUrl: "/assets/chains/plasma.svg",
432+
networkStatus: "https://statuspage.incident.io/plasmanetwork",
433+
mainnet: {
434+
label: "Plasma Mainnet",
435+
verifierProxy: "0xB4626C56c8d66b09adC57e38a5A15CcCd51BE082",
436+
explorerUrl: "https://plasmascan.to/address/%s",
437+
},
438+
testnet: {
439+
label: "Plasma Testnet",
440+
verifierProxy: "0x60fAa7faC949aF392DFc858F5d97E3EEfa07E9EB",
441+
explorerUrl: "https://testnet.plasmascan.to/address/%s",
442+
},
443+
},
429444
{
430445
network: "Ronin",
431446
logoUrl: "/assets/chains/ronin.svg",

0 commit comments

Comments
 (0)