Skip to content

Commit 23304de

Browse files
committed
update
1 parent 3c0a612 commit 23304de

File tree

1 file changed

+14
-34
lines changed

1 file changed

+14
-34
lines changed

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

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,7 @@ import DataStreams from "@features/data-streams/common/DataStreams.astro"
1111

1212
<DataStreams section="dsNotes" />
1313

14-
Chainlink Data Streams has two primary implementations: [Streams Trade](/data-streams/streams-trade) and [Streams Direct](/data-streams/streams-direct). Network support differs between these two implementations.
15-
16-
## Streams Trade (Onchain Lookup)
17-
18-
Streams Trade allows smart contracts to access Data Streams onchain using the [`StreamsLookup`](/data-streams/getting-started) capability integrated with [Chainlink Automation](/chainlink-automation).
19-
20-
Streams Trade is currently available on the following networks:
21-
22-
<div style="margin-top: 1rem; margin-bottom: 1rem;">
23-
<div style="margin-bottom: 1rem; display: flex; align-items: center;">
24-
<img src="/assets/chains/arbitrum.svg" style="height: 24px; width: auto; margin-right: 0.5rem;" />
25-
<span>Arbitrum</span>
26-
</div>
27-
<div style="margin-bottom: 1rem; display: flex; align-items: center;">
28-
<img src="/assets/chains/avalanche.svg" style="height: 24px; width: auto; margin-right: 0.5rem;" />
29-
<span>Avalanche</span>
30-
</div>
31-
<div style="margin-bottom: 1rem; display: flex; align-items: center;">
32-
<img src="/assets/chains/base.svg" style="height: 24px; width: auto; margin-right: 0.5rem;" />
33-
<span>Base</span>
34-
</div>
35-
<div style="margin-bottom: 1rem; display: flex; align-items: center;">
36-
<img src="/assets/chains/bnb-chain.svg" style="height: 24px; width: auto; margin-right: 0.5rem;" />
37-
<span>BNB Chain</span>
38-
</div>
39-
<div style="margin-bottom: 1rem; display: flex; align-items: center;">
40-
<img src="/assets/chains/ethereum.svg" style="height: 24px; width: auto; margin-right: 0.5rem;" />
41-
<span>Ethereum</span>
42-
</div>
43-
<div style="margin-bottom: 1rem; display: flex; align-items: center;">
44-
<img src="/assets/chains/optimism.svg" style="height: 24px; width: auto; margin-right: 0.5rem;" />
45-
<span>Optimism</span>
46-
</div>
47-
</div>
14+
Chainlink Data Streams has two primary implementations: [Streams Direct](/data-streams/streams-direct) and [Streams Trade](/data-streams/streams-trade). Network support differs between these two implementations.
4815

4916
## Streams Direct (Offchain Access)
5017

@@ -54,3 +21,16 @@ Streams Direct is available on any network listed on the following pages, where
5421

5522
- [Cryptocurrency Streams](/data-streams/crypto-streams)
5623
- [Real World Asset (RWA) Streams](/data-streams/rwa-streams)
24+
25+
## Streams Trade (Onchain Lookup)
26+
27+
Streams Trade allows smart contracts to access Data Streams onchain using the [`StreamsLookup`](/data-streams/getting-started) capability integrated with [Chainlink Automation](/chainlink-automation).
28+
29+
Streams Trade is currently available on the following networks:
30+
31+
- Arbitrum
32+
- Avalanche
33+
- Base
34+
- BNB Chain
35+
- Ethereum
36+
- Optimism

0 commit comments

Comments
 (0)