Skip to content

Commit 3f100be

Browse files
authored
jovay+0g (#3007)
1 parent e4690bd commit 3f100be

File tree

5 files changed

+62
-2
lines changed

5 files changed

+62
-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-
"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", "katana", "lens", "linea", "mantle", "metis", "opbnb", "optimism", "polygon", "ronin",
159+
"ink", jovay, "katana", "lens", "linea", "mantle", "metis", "opbnb", "optimism", "polygon", "ronin",
160160
"scroll", "shibarium", "sei", "soneium", "sonic",
161161
"solana", "taiko", "unichain", "worldchain", "zksync"
162162
];

public/assets/chains/jovay.svg

Lines changed: 21 additions & 0 deletions
Loading

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 new blockchains:\n\n- 0G Aristotle (Mainnet)\n- 0G Galileo (Testnet)\n- Jovay Mainnet\n- Jovay Sepolia Testnet\n\nThe verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.",
317+
"relatedNetworks": ["0g", "jovay"],
318+
"title": "Data Streams Expands to New Blockchains",
319+
"topic": "Data Streams"
320+
},
313321
{
314322
"category": "integration",
315323
"date": "2025-09-22",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export const productChainLinks: ProductChainLinks = {
134134
learnMoreLink: "data-streams",
135135
logo: dataStreamsLogo,
136136
chains: {
137+
"0g": "/data-streams/crypto-streams",
137138
apechain: "/data-streams/crypto-streams",
138139
arbitrum: "/data-streams/crypto-streams",
139140
avalanche: "/data-streams/crypto-streams",
@@ -151,6 +152,7 @@ export const productChainLinks: ProductChainLinks = {
151152
hashkey: "/data-streams/crypto-streams",
152153
hyperevm: "/data-streams/crypto-streams",
153154
ink: "/data-streams/crypto-streams",
155+
jovay: "/data-streams/crypto-streams",
154156
lens: "/data-streams/crypto-streams",
155157
linea: "/data-streams/crypto-streams",
156158
mantle: "/data-streams/crypto-streams",

src/features/feeds/data/StreamsNetworksData.ts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ export type NetworkData = {
1717
}
1818

1919
export const StreamsNetworksData: NetworkData[] = [
20+
{
21+
network: "0G",
22+
logoUrl: "/assets/chains/0g.svg",
23+
networkStatus: "https://status.0g.ai/",
24+
mainnet: {
25+
label: "0G Aristotle (Mainnet)",
26+
verifierProxy: "0x2e6621e5e3F916d5e512124dD79e06b55E258054",
27+
explorerUrl: "https://chainscan.0g.ai/address/%s",
28+
},
29+
testnet: {
30+
label: "0G Galileo (Testnet)",
31+
verifierProxy: "0x7C8bf15e7d4d44AB1b29F0aC047600295111de4c",
32+
explorerUrl: "https://chainscan-galileo.0g.ai/address/%s",
33+
},
34+
},
2035
{
2136
network: "Apechain",
2237
logoUrl: "/assets/chains/apechain.svg",
@@ -262,6 +277,20 @@ export const StreamsNetworksData: NetworkData[] = [
262277
explorerUrl: "https://explorer-sepolia.inkonchain.com/address/%s",
263278
},
264279
},
280+
{
281+
network: "Jovay",
282+
logoUrl: "/assets/chains/jovay.svg",
283+
mainnet: {
284+
label: "Jovay Mainnet",
285+
verifierProxy: "0x57a97148c1fa50f35f0639f380077017d8893b6b",
286+
explorerUrl: "https://explorer.jovay.io/l2/address/%s",
287+
},
288+
testnet: {
289+
label: "Jovay Sepolia Testnet",
290+
verifierProxy: "0x60faa7fac949af392dfc858f5d97e3eefa07e9eb",
291+
explorerUrl: "https://sepolia-explorer.jovay.io/l2/address/%s",
292+
},
293+
},
265294
{
266295
network: "Katana",
267296
logoUrl: "/assets/chains/polygonkatana.svg",

0 commit comments

Comments
 (0)