Skip to content

Commit

Permalink
Streams - opBNB (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni authored Oct 25, 2024
1 parent f5ba5b3 commit 083440f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
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

0 comments on commit 083440f

Please sign in to comment.