Skip to content

Commit bcafa75

Browse files
authored
ds bitlayer (#2672)
1 parent 6ea2a38 commit bcafa75

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
@@ -154,7 +154,7 @@ node <<EOF
154154
155155
// === data-streams networks
156156
const STREAMS_NETWORKS = [
157-
"apechain", "arbitrum", "avalanche", "base", "berachain", "blast",
157+
"apechain", "arbitrum", "avalanche", "base", "berachain", "bitlayer", "blast",
158158
"bnb-chain", "bob", "ethereum", "gnosis-chain", "gravity", "hashkey", "hyperliquid",
159159
"ink", "lens", "linea", "mantle", "opbnb", "optimism", "polygon", "ronin",
160160
"scroll", "shibarium", "soneium", "sonic",

public/changelog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@
282282
}
283283
},
284284
"data": [
285+
{
286+
"category": "integration",
287+
"date": "2025-05-21",
288+
"description": "Chainlink Data Streams is available on Bitlayer. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.",
289+
"relatedNetworks": ["bitlayer"],
290+
"title": "Data Streams on Bitlayer",
291+
"topic": "Data Streams"
292+
},
285293
{
286294
"category": "integration",
287295
"date": "2025-05-19",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const productChainLinks: ProductChainLinks = {
127127
avalanche: "/data-streams/crypto-streams",
128128
base: "/data-streams/crypto-streams",
129129
berachain: "/data-streams/crypto-streams",
130+
bitlayer: "/data-streams/crypto-streams",
130131
blast: "/data-streams/crypto-streams",
131132
"bnb-chain": "/data-streams/crypto-streams",
132133
bob: "/data-streams/crypto-streams",

src/features/feeds/data/StreamsNetworksData.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,20 @@ export const StreamsNetworksData: NetworkData[] = [
9191
explorerUrl: "https://bartio.beratrail.io/address/%s",
9292
},
9393
},
94+
{
95+
network: "Bitlayer",
96+
logoUrl: "/assets/chains/bitlayer.svg",
97+
mainnet: {
98+
label: "Bitlayer Mainnet",
99+
verifierProxy: "0x6FDC15cad4f90a037B7126D7EFff105A9d03D6e7",
100+
explorerUrl: "https://www.btrscan.com/address/%s",
101+
},
102+
testnet: {
103+
label: "Bitlayer Testnet",
104+
verifierProxy: "0x57A97148C1fa50f35F0639f380077017D8893b6b",
105+
explorerUrl: "https://testnet.btrscan.com/address/%s",
106+
},
107+
},
94108
{
95109
network: "Blast",
96110
logoUrl: "/assets/chains/blast.svg",

0 commit comments

Comments
 (0)