Skip to content

Commit 280a06d

Browse files
committed
update supported network page to show verifier address table, reflecting all supported networks
1 parent aed8dcc commit 280a06d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/content/data-streams/supported-networks.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,22 @@ metadata:
88
---
99

1010
import DataStreams from "@features/data-streams/common/DataStreams.astro"
11+
import { StreamsNetworkAddressesTable } from "@features/feeds/components/Tables"
12+
import SectionWrapper from "~/components/SectionWrapper/SectionWrapper.tsx"
1113

1214
<DataStreams section="dsNotes" />
1315

1416
Chainlink Data Streams provides data access directly via API or WebSocket for offchain use cases. It involves [verifying report integrity](/data-streams/tutorials/evm-onchain-report-verification) against onchain verifier proxy contracts.
1517

16-
Data Streams is available on any network listed on the following pages, where you can find the necessary Verifier Proxy addresses:
18+
Data Streams is supported on the following networks with verifier proxy contracts deployed for onchain report verification. All [Data Streams report types](/data-streams/reference/report-schema-overview) share these verifier addresses across supported networks. Click any verifier proxy address to view the contract in the block explorer.
1719

18-
- [Cryptocurrency Streams](/data-streams/crypto-streams)
19-
- [Real World Asset (RWA) Streams](/data-streams/rwa-streams)
20+
<SectionWrapper title="Streams Verifier Network Addresses" depth={2} client:idle>
21+
<StreamsNetworkAddressesTable client:idle allowExpansion={false} />
22+
</SectionWrapper>
2023

2124
## Streams Trade implementation (Onchain Lookup)
2225

23-
Streams Trade, the alternative implementation, allows smart contracts to access Data Streams onchain using the [`StreamsLookup`](/data-streams/getting-started) capability integrated with [Chainlink Automation](/chainlink-automation).
26+
[Streams Trade](streams-trade), the alternative implementation, allows smart contracts to access Data Streams onchain using the [`StreamsLookup`](/data-streams/getting-started) capability integrated with [Chainlink Automation](/chainlink-automation).
2427

2528
Streams Trade is currently available on the following networks:
2629

0 commit comments

Comments
 (0)