Skip to content

Commit fe0ebaf

Browse files
committed
refactor: use deployments package
1 parent f187042 commit fe0ebaf

File tree

11 files changed

+450
-1144
lines changed

11 files changed

+450
-1144
lines changed

bun.lock

+134-32
Large diffs are not rendered by default.

docs/concepts/07-chains.mdx

+4-44
Original file line numberDiff line numberDiff line change
@@ -5,59 +5,19 @@ sidebar_position: 7
55
---
66

77
import Link from "@docusaurus/Link";
8+
import Chains from "@site/src/components/organisms/Chains";
89
import { Links } from "@site/src/constants";
910

10-
Sablier Protocol is live on 25+ mainnets and 11+ testnets. However, not all of these chains may be supported by the
11+
Sablier Protocol is live on 25+ mainnets and 11+ testnets, although not all of these chains are supported by the
1112
[Sablier Interface](https://app.sablier.com/). If you're interested in that, fill out <Link href={Links.Forms.CALL}>this form</Link>.
1213

1314
## Mainnets
1415

15-
| Chain | Chain ID | Gas Token | Block Explorer |
16-
| ---------------- | -------- | --------- | -------------------------------------------- |
17-
| Ethereum Mainnet | 1 | ETH | [Explorer](https://etherscan.io) |
18-
| Abstract | 2741 | ETH | [Explorer](https://abscan.org/) |
19-
| Arbitrum | 42161 | ETH | [Explorer](https://arbiscan.io) |
20-
| Avalanche | 43114 | AVAX | [Explorer](https://snowtrace.io) |
21-
| Base | 8453 | ETH | [Explorer](https://basescan.org) |
22-
| Berachain | 80094 | BERA | [Explorer](https://berascan.com/) |
23-
| Blast | 81457 | ETH | [Explorer](https://blastscan.io) |
24-
| BNB Smart Chain | 56 | BNB | [Explorer](https://bscscan.com) |
25-
| Chiliz | 88888 | CHZ | [Explorer](https://chiliscan.com/) |
26-
| Core DAO | 1116 | CORE | [Explorer](https://scan.coredao.org/) |
27-
| Form | 478 | ETH | [Explorer](https://explorer.form.network/) |
28-
| Gnosis | 100 | xDAI | [Explorer](https://gnosisscan.io) |
29-
| IoTeX | 4689 | IOTX | [Explorer](https://iotexscan.io) |
30-
| Lightlink | 1890 | ETH | [Explorer](https://phoenix.lightlink.io) |
31-
| Linea | 59144 | ETH | [Explorer](https://lineascan.build) |
32-
| Mode | 34443 | ETH | [Explorer](https://explorer.mode.network) |
33-
| Morph | 2818 | ETH | [Explorer](https://explorer.morphl2.io) |
34-
| Optimism | 10 | ETH | [Explorer](https://optimistic.etherscan.io/) |
35-
| Polygon | 137 | POL | [Explorer](https://polygonscan.com) |
36-
| Scroll | 534352 | ETH | [Explorer](https://scrollscan.com) |
37-
| Sei | 1329 | SEI | [Explorer](https://seitrace.com/) |
38-
| Superseed | 5330 | ETH | [Explorer](https://explorer.superseed.xyz/) |
39-
| Taiko | 167000 | ETH | [Explorer](https://taikoscan.io/) |
40-
| Tangle | 5845 | TNT | [Explorer](https://explorer.tangle.tools/) |
41-
| Ultra | 19991 | UOS | [Explorer](https://evmexplorer.ultra.io/) |
42-
| Unichain | 130 | ETH | [Explorer](https://uniscan.xyz) |
43-
| XDC | 50 | XDC | [Explorer](https://xdcscan.com/) |
44-
| zkSync Era | 324 | ETH | [Explorer](https://era.zksync.network/) |
16+
<Chains type="Mainnets" />
4517

4618
## Testnets
4719

48-
| Chain | Chain ID | Gas Token | Block Explorer |
49-
| ----------------- | --------- | --------- | --------------------------------------------------- |
50-
| Ethereum Sepolia | 11155111 | ETH | [Explorer](https://sepolia.etherscan.io) |
51-
| Arbitrum Sepolia | 421614 | ETH | [Explorer](https://sepolia.arbiscan.io) |
52-
| Base Sepolia | 84532 | ETH | [Explorer](https://sepolia.basescan.org) |
53-
| Blast Sepolia | 168587773 | ETH | [Explorer](https://sepolia.blastscan.io/) |
54-
| Linea Sepolia | 59141 | ETH | [Explorer](https://sepolia.lineascan.build/) |
55-
| Mode Sepolia | 919 | ETH | [Explorer](https://sepolia.explorer.mode.network/) |
56-
| Monad Testnet | 10143 | MON | [Explorer](https://testnet.monadexplorer.com/) |
57-
| Optimism Sepolia | 11155420 | ETH | [Explorer](https://sepolia-optimism.etherscan.io) |
58-
| Superseed Sepolia | 53302 | ETH | [Explorer](https://sepolia-explorer.superseed.xyz/) |
59-
| Taiko Hekla | 167009 | ETH | [Explorer](https://hekla.taikoexplorer.com/) |
60-
| zkSync Sepolia | 300 | ETH | [Explorer](https://sepolia-era.zksync.network/) |
20+
<Chains type="Testnets" />
6121

6222
## Notes
6323

0 commit comments

Comments
 (0)