Skip to content

Commit 96c24b3

Browse files
authored
Merge branch 'main' into data-streams/typescript-sdk-clean-v2
2 parents 10e3742 + b7b514b commit 96c24b3

File tree

10 files changed

+1252
-16
lines changed

10 files changed

+1252
-16
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", "plasma","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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,45 @@
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+
},
321+
{
322+
"category": "integration",
323+
"date": "2025-09-25",
324+
"description": "Chainlink Data Feeds is available on Plasma Mainnet. View the available price feed information on the [Price Feed Addresses](https://docs.chain.link/data-feeds/price-feeds/addresses?network=bob&page=1) page.",
325+
"relatedNetworks": ["plasma"],
326+
"title": "Data Feeds Expands to Plasma Mainnet",
327+
"topic": "Data Feeds"
328+
},
329+
{
330+
"category": "integration",
331+
"date": "2025-09-25",
332+
"description": "Chainlink CCIP expands support to 0G Mainnet.",
333+
"newNetworks": [
334+
{
335+
"displayName": "0G Mainnet",
336+
"network": "0g",
337+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/0g-mainnet"
338+
}
339+
],
340+
"relatedNetworks": ["0g"],
341+
"title": "CCIP on 0G",
342+
"topic": "CCIP"
343+
},
344+
{
345+
"category": "integration",
346+
"date": "2025-09-25",
347+
"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.",
348+
"relatedNetworks": ["0g", "jovay"],
349+
"title": "Data Streams Expands to New Blockchains",
350+
"topic": "Data Streams"
351+
},
313352
{
314353
"category": "integration",
315354
"date": "2025-09-22",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ export const productChainLinks: ProductChainLinks = {
8585
janction: "/ccip/directory/testnet/chain/janction-testnet-sepolia",
8686
neox: "/ccip/directory/testnet/chain/neox-testnet-t4",
8787
polygonkatana: "/ccip/directory/mainnet/chain/polygon-mainnet-katana",
88-
"0g": "/ccip/directory/testnet/chain/0g-testnet-galileo",
88+
"0g": "/ccip/directory/mainnet/chain/0g-mainnet",
8989
hyperevm: "/ccip/directory/mainnet/chain/hyperevm-mainnet",
9090
etherlink: "/ccip/directory/testnet/chain/etherlink-testnet",
9191
kaia: "/ccip/directory/mainnet/chain/kaia-mainnet",
9292
tac: "/ccip/directory/mainnet/chain/tac-mainnet",
93+
plasma: "/ccip/directory/mainnet/chain/plasma-mainnet",
9394
},
9495
},
9596
"Data Feeds": {
@@ -118,6 +119,7 @@ export const productChainLinks: ProductChainLinks = {
118119
polygonkatana: "/data-feeds/price-feeds/addresses?page=1&network=polygonkatana#networks",
119120
polygonzkevm: "/data-feeds/price-feeds/addresses?page=1&network=polygonzkevm#networks",
120121
polygon: "/data-feeds/price-feeds/addresses?page=1&network=polygon#networks",
122+
plasma: "/data-feeds/price-feeds/addresses?page=1&network=plasma#networks",
121123
ronin: "/data-feeds/price-feeds/addresses?page=1&network=ronin#networks",
122124
scroll: "/data-feeds/price-feeds/addresses?page=1&network=scroll#networks",
123125
solana: "/data-feeds/price-feeds/addresses?page=1&network=solana#networks",
@@ -134,6 +136,7 @@ export const productChainLinks: ProductChainLinks = {
134136
learnMoreLink: "data-streams",
135137
logo: dataStreamsLogo,
136138
chains: {
139+
"0g": "/data-streams/crypto-streams",
137140
apechain: "/data-streams/crypto-streams",
138141
arbitrum: "/data-streams/crypto-streams",
139142
avalanche: "/data-streams/crypto-streams",
@@ -151,6 +154,7 @@ export const productChainLinks: ProductChainLinks = {
151154
hashkey: "/data-streams/crypto-streams",
152155
hyperevm: "/data-streams/crypto-streams",
153156
ink: "/data-streams/crypto-streams",
157+
jovay: "/data-streams/crypto-streams",
154158
lens: "/data-streams/crypto-streams",
155159
linea: "/data-streams/crypto-streams",
156160
mantle: "/data-streams/crypto-streams",
@@ -161,6 +165,7 @@ export const productChainLinks: ProductChainLinks = {
161165
optimism: "/data-streams/crypto-streams",
162166
polygon: "/data-streams/crypto-streams",
163167
polygonkatana: "/data-streams/crypto-streams",
168+
plasma: "/data-streams/crypto-streams",
164169
ronin: "/data-streams/crypto-streams",
165170
sei: "/data-streams/crypto-streams",
166171
scroll: "/data-streams/crypto-streams",
@@ -377,4 +382,5 @@ export const chainNames: Record<string, string> = {
377382
tac: "Tac",
378383
kaia: "Kaia",
379384
plasma: "Plasma",
385+
jovay: "Jovay",
380386
}

src/config/data/ccip/v1_2_0/mainnet/chains.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
{
2+
"0g-mainnet": {
3+
"armProxy": {
4+
"address": "0xBF38331E34ef7f248020611bB31Be0576D06413D",
5+
"version": "1.0.0"
6+
},
7+
"chainSelector": "4426351306075016396",
8+
"feeTokens": ["LINK", "W0G"],
9+
"registryModule": {
10+
"address": "0x91339eb99C4c2Be9A071203DD99E014A3189FD29",
11+
"version": "1.6.0"
12+
},
13+
"rmnPermeable": false,
14+
"router": {
15+
"address": "0x0aA145a62153190B8f0D3cA00c441e451529f755",
16+
"version": "1.2.0"
17+
},
18+
"tokenAdminRegistry": {
19+
"address": "0x051665f2455116e929b9972c36d23070F5054Ce0",
20+
"version": "1.5.0"
21+
}
22+
},
223
"abstract-mainnet": {
324
"armProxy": {
425
"address": "0x2edAc8B8928c4e1Ed559e619b6A8a4aaCe9Ef18A",
@@ -1451,7 +1472,7 @@
14511472
"version": "1.0.0"
14521473
},
14531474
"chainSelector": "465200170687744372",
1454-
"feeTokens": ["LINK", "WXDAI"],
1475+
"feeTokens": ["GHO", "LINK", "WXDAI"],
14551476
"registryModule": {
14561477
"address": "0x1f524a11d89D68a4E4b1c8A195E91Fb1d8f0B56a",
14571478
"version": "1.6.0"

0 commit comments

Comments
 (0)