@@ -5,59 +5,19 @@ sidebar_position: 7
5
5
---
6
6
7
7
import Link from " @docusaurus/Link" ;
8
+ import Chains from " @site/src/components/organisms/Chains" ;
8
9
import { Links } from " @site/src/constants" ;
9
10
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
11
12
[ Sablier Interface] ( https://app.sablier.com/ ) . If you're interested in that, fill out <Link href = { Links .Forms .CALL } >this form</Link >.
12
13
13
14
## Mainnets
14
15
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" />
45
17
46
18
## Testnets
47
19
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" />
61
21
62
22
## Notes
63
23
0 commit comments