Skip to content

Commit 4c5dc18

Browse files
committed
ds celo
1 parent 79958f7 commit 4c5dc18

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ node <<EOF
155155
// === data-streams networks
156156
const STREAMS_NETWORKS = [
157157
"apechain", "arbitrum", "avalanche", "base", "berachain", "bitlayer", "blast",
158-
"bnb-chain", "bob", "ethereum", "gnosis-chain", "gravity", "hashkey", "hyperliquid",
158+
"bnb-chain", "bob", "celo", "ethereum", "gnosis-chain", "gravity", "hashkey", "hyperliquid",
159159
"ink", "lens", "linea", "mantle", "opbnb", "optimism", "polygon", "ronin",
160160
"scroll", "shibarium", "soneium", "sonic",
161161
"solana", "taiko", "unichain", "worldchain", "zksync"

public/changelog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,14 @@
298298
}
299299
},
300300
"data": [
301+
{
302+
"category": "integration",
303+
"date": "2025-06-04",
304+
"description": "Chainlink Data Streams is available on Celo. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.",
305+
"relatedNetworks": ["celo"],
306+
"title": "Data Streams on Celo",
307+
"topic": "Data Streams"
308+
},
301309
{
302310
"category": "integration",
303311
"date": "2025-06-03",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export const productChainLinks: ProductChainLinks = {
137137
"bnb-chain": "/data-streams/crypto-streams",
138138
bob: "/data-streams/crypto-streams",
139139
botanix: "/data-streams/crypto-streams",
140+
celo: "/data-streams/crypto-streams",
140141
ethereum: "/data-streams/crypto-streams",
141142
"gnosis-chain": "/data-streams/crypto-streams",
142143
gravity: "/data-streams/crypto-streams",

src/features/feeds/data/StreamsNetworksData.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,20 @@ export const StreamsNetworksData: NetworkData[] = [
158158
explorerUrl: "https://testnet.botanixscan.io/address/%s",
159159
},
160160
},
161+
{
162+
network: "Celo",
163+
logoUrl: "/assets/chains/celo.svg",
164+
mainnet: {
165+
label: "Celo Mainnet",
166+
verifierProxy: "0x6FDC15cad4f90a037B7126D7EFff105A9d03D6e7",
167+
explorerUrl: "https://celoscan.io/address/%s/",
168+
},
169+
testnet: {
170+
label: "Celo Testnet Alfajores",
171+
verifierProxy: "0xfa58eE98c9d56A3e6e903f300BE8C60Bf031808D",
172+
explorerUrl: "https://alfajores.celoscan.io/address/%s",
173+
},
174+
},
161175
{
162176
network: "Ethereum",
163177
logoUrl: "/assets/chains/ethereum.svg",

0 commit comments

Comments
 (0)