Skip to content

Commit 155d543

Browse files
authored
sei integration (#2961)
1 parent ef759b0 commit 155d543

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
@@ -157,7 +157,7 @@ node <<EOF
157157
"apechain", "arbitrum", "avalanche", "base", "berachain", "bitlayer", "blast",
158158
"bnb-chain", "bob", "botanix", "celo", "ethereum", "gnosis-chain", "gravity", "hashkey", "hyperliquid",
159159
"ink", "katana", "lens", "linea", "mantle", "metis", "opbnb", "optimism", "polygon", "ronin",
160-
"scroll", "shibarium", "soneium", "sonic",
160+
"scroll", "shibarium", "sei", "soneium", "sonic",
161161
"solana", "taiko", "unichain", "worldchain", "zksync"
162162
];
163163

public/changelog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,14 @@
322322
"title": "CCIP on Aptos",
323323
"topic": "CCIP"
324324
},
325+
{
326+
"category": "integration",
327+
"date": "2025-09-09",
328+
"description": "Chainlink Data Streams is available for Sei 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.",
329+
"relatedNetworks": ["sei"],
330+
"title": "Data Streams Expands to Sei",
331+
"topic": "Data Streams"
332+
},
325333
{
326334
"category": "integration",
327335
"date": "2025-09-07",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export const productChainLinks: ProductChainLinks = {
160160
polygon: "/data-streams/crypto-streams",
161161
polygonkatana: "/data-streams/crypto-streams",
162162
ronin: "/data-streams/crypto-streams",
163+
sei: "/data-streams/crypto-streams",
163164
scroll: "/data-streams/crypto-streams",
164165
shibarium: "/data-streams/crypto-streams",
165166
solana: "/data-streams/crypto-streams",

src/features/feeds/data/StreamsNetworksData.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,20 @@ export const StreamsNetworksData: NetworkData[] = [
426426
explorerUrl: "https://sepolia.scrollscan.com/address/%s",
427427
},
428428
},
429+
{
430+
network: "Sei",
431+
logoUrl: "/assets/chains/sei.svg",
432+
mainnet: {
433+
label: "Sei Mainnet",
434+
verifierProxy: "0x60fAa7faC949aF392DFc858F5d97E3EEfa07E9EB",
435+
explorerUrl: "https://seitrace.com/address/%s",
436+
},
437+
testnet: {
438+
label: "Sei Testnet",
439+
verifierProxy: "0x60fAa7faC949aF392DFc858F5d97E3EEfa07E9EB",
440+
explorerUrl: "https://testnet.seitrace.com/address/%s",
441+
},
442+
},
429443
{
430444
network: "Shibarium",
431445
logoUrl: "/assets/chains/shibarium.svg",

0 commit comments

Comments
 (0)