Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Streams on opBNB #2139

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions public/assets/chains/opbnb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"category": "integration",
"changes": [],
"date": "2024-10-25",
"description": "Chainlink Data Streams is available in Early Access on opBNB. The verifier proxy addresses and feed IDs are available on the [Data Streams Feed IDs](https://docs.chain.link/data-streams/stream-ids) page.",
"relatedNetworks": ["opbnb"],
"relatedTokens": [],
"title": "Data Streams on opBNB",
"topic": "data",
"subTopic": "data-streams",
"urls": []
},
{
"category": "integration",
"changes": [],
Expand Down
2 changes: 2 additions & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const productChainLinks: ProductChainLinks = {
avalanche: "/data-streams/stream-ids",
base: "/data-streams/stream-ids",
soneium: "/data-streams/stream-ids",
opbnb: "/data-streams/stream-ids",
},
},
Functions: {
Expand Down Expand Up @@ -159,6 +160,7 @@ export const chainNames: Record<string, string> = {
metis: "Metis",
moonbeam: "Moonbeam",
moonriver: "Moonriver",
opbnb: "opBNB",
optimism: "Optimism",
polygonzkevm: "Polygon zkEVM",
polygon: "Polygon",
Expand Down
15 changes: 15 additions & 0 deletions src/features/feeds/components/Tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,21 @@ const StreamsNetworksData = [
explorerUrl: "https://sepolia.basescan.org/address/%s",
},
},
{
network: "opBNB",
logoUrl: "/assets/chains/opbnb.svg",
networkStatus: "https://opbnb-status.bnbchain.org/",
mainnet: {
label: "opBNB Mainnet",
verifierProxy: "0x7D543D1a715ED544f7e3Ae9e3b1777BCdA56bF8e",
explorerUrl: "https://opbnb.bscscan.com/address/%s",
},
testnet: {
label: "opBNB Testnet",
verifierProxy: "0x001225Aca0efe49Dbb48233aB83a9b4d177b581A",
explorerUrl: "https://opbnb-testnet.bscscan.com/address/%s",
},
},
{
network: "Soneium",
logoUrl: "/assets/chains/soneium.svg",
Expand Down