Skip to content

Commit 86a8c0f

Browse files
docs: add section for supported chains (#281)
1 parent 21a3772 commit 86a8c0f

12 files changed

+81
-23
lines changed

docs/concepts/07-chains.mdx

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
id: chains
3+
title: Supported Chains
4+
sidebar_position: 7
5+
---
6+
7+
import Link from "@docusaurus/Link";
8+
import { links } from "@site/src/constants";
9+
10+
{/* prettier-ignore */}
11+
Sablier Protocol is live on 25 mainnets and 11 testnets. Do you want to get Sablier deployed on your chain? If you meet the [requirements](/guides/custom-deployments#requirements)
12+
for custom deployment, fill out <Link href={links.forms.chains}>this form</Link> and our team will get back to you.
13+
14+
## Mainnets
15+
16+
| Chain | Chain ID | Gas Token | Decimals | Block Explorer |
17+
| --------------- | -------- | --------- | -------- | -------------------------------------------- |
18+
| Ethereum | 1 | ETH | 18 | [Explorer](https://etherscan.io) |
19+
| Abstract | 2741 | ETH | 18 | [Explorer](https://abscan.org/) |
20+
| Arbitrum | 42161 | ETH | 18 | [Explorer](https://arbiscan.io) |
21+
| Avalanche | 43114 | AVAX | 18 | [Explorer](https://snowtrace.io) |
22+
| Base | 8453 | ETH | 18 | [Explorer](https://basescan.org) |
23+
| Berachain | 80094 | BERA | 18 | [Explorer](https://berascan.com/) |
24+
| Blast | 81457 | ETH | 18 | [Explorer](https://blastscan.io) |
25+
| BNB Smart Chain | 56 | BNB | 18 | [Explorer](https://bscscan.com) |
26+
| Chiliz | 88888 | CHZ | 18 | [Explorer](https://chiliscan.com/) |
27+
| Core DAO | 1116 | CORE | 18 | [Explorer](https://scan.coredao.org/) |
28+
| Form | 478 | ETH | 18 | [Explorer](https://explorer.form.network/) |
29+
| Gnosis | 100 | xDAI | 18 | [Explorer](https://gnosisscan.io) |
30+
| IoTeX | 4689 | IOTX | 18 | [Explorer](https://iotexscan.io) |
31+
| Lightlink | 1890 | ETH | 18 | [Explorer](https://phoenix.lightlink.io) |
32+
| Linea | 59144 | ETH | 18 | [Explorer](https://lineascan.build) |
33+
| Mode | 34443 | ETH | 18 | [Explorer](https://explorer.mode.network) |
34+
| Morph | 2818 | ETH | 18 | [Explorer](https://explorer.morphl2.io) |
35+
| Optimism | 10 | ETH | 18 | [Explorer](https://optimistic.etherscan.io/) |
36+
| Polygon | 137 | POL | 18 | [Explorer](https://polygonscan.com) |
37+
| Scroll | 534352 | ETH | 18 | [Explorer](https://scrollscan.com) |
38+
| Superseed | 5330 | ETH | 18 | [Explorer](https://explorer.superseed.xyz/) |
39+
| Taiko | 167000 | ETH | 18 | [Explorer](https://taikoscan.io/) |
40+
| Tangle | 5845 | TNT | 18 | [Explorer](https://explorer.tangle.tools/) |
41+
| XDC | 50 | XDC | 18 | [Explorer](https://xdcscan.com/) |
42+
| zkSync Era | 324 | ETH | 18 | [Explorer](https://era.zksync.network/) |
43+
44+
## Testnets
45+
46+
| Chain | Chain ID | Gas Token | Decimals | Block Explorer |
47+
| ----------------- | --------- | --------- | -------- | --------------------------------------------------- |
48+
| Ethereum Sepolia | 11155111 | ETH | 18 | [Explorer](https://sepolia.etherscan.io) |
49+
| Arbitrum Sepolia | 421614 | ETH | 18 | [Explorer](https://sepolia.arbiscan.io) |
50+
| Base Sepolia | 84532 | ETH | 18 | [Explorer](https://sepolia.basescan.org) |
51+
| Blast Sepolia | 168587773 | ETH | 18 | [Explorer](https://sepolia.blastscan.io/) |
52+
| Linea Sepolia | 59141 | ETH | 18 | [Explorer](https://sepolia.lineascan.build/) |
53+
| Mode Sepolia | 919 | ETH | 18 | [Explorer](https://sepolia.explorer.mode.network/) |
54+
| Monad Testnet | 10143 | MON | 18 | [Explorer](https://testnet.monadexplorer.com/) |
55+
| Optimism Sepolia | 11155420 | ETH | 18 | [Explorer](https://sepolia-optimism.etherscan.io) |
56+
| Superseed Sepolia | 53302 | ETH | 18 | [Explorer](https://sepolia-explorer.superseed.xyz/) |
57+
| Taiko Hekla | 167009 | ETH | 18 | [Explorer](https://hekla.taikoexplorer.com/) |
58+
| zkSync Sepolia | 300 | ETH | 18 | [Explorer](https://sepolia-era.zksync.network/) |

docs/concepts/07-nft.mdx renamed to docs/concepts/08-nft.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "nft"
3-
sidebar_position: 7
3+
sidebar_position: 8
44
title: "NFTs"
55
---
66

docs/concepts/08-cancelability.md renamed to docs/concepts/09-cancelability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "cancelability"
3-
sidebar_position: 8
3+
sidebar_position: 9
44
title: "Cancelability"
55
---
66

docs/concepts/09-transferability.md renamed to docs/concepts/10-transferability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "transferability"
3-
sidebar_position: 9
3+
sidebar_position: 10
44
title: "Transferability"
55
---
66

docs/concepts/10-governance.md renamed to docs/concepts/11-governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "governance"
3-
sidebar_position: 10
3+
sidebar_position: 11
44
title: "Governance"
55
---
66

docs/concepts/11-fees.mdx renamed to docs/concepts/12-fees.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "fees"
3-
sidebar_position: 11
3+
sidebar_position: 12
44
title: "Fees"
55
---
66

docs/concepts/12-security.md renamed to docs/concepts/13-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "security"
3-
sidebar_position: 12
3+
sidebar_position: 13
44
title: "Security"
55
---
66

docs/concepts/13-glossary.md renamed to docs/concepts/14-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "glossary"
3-
sidebar_position: 13
3+
sidebar_position: 14
44
title: "Glossary"
55
---
66

docs/guides/04-custom-deployments.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { links } from "@site/src/constants";
1010
:::info[Reach Out]
1111

1212
{/* prettier-ignore */}
13-
Want to get Sablier deployed on your chain? If you meet the requirements listed below, feel out this <Link href={links.forms.chains}>form</Link>
14-
and our team will get back to you.
13+
Want to get Sablier deployed on your chain? If you meet the requirements listed below, fill out <Link href={links.forms.chains}>this
14+
form</Link> and our team will get back to you.
1515

1616
:::
1717

docs/guides/airdrops/02-deployments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ discontinued. For previous deployments, please refer to the
225225

226226
### Taiko Hekla
227227

228-
| Contract | Address | Deployment |
229-
| :------------------- | :---------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------ |
230-
| SablierMerkleFactory | [0xB5F4FB527568f88F8898Ce5F366f4d72e2C742BE](https://sepolia.taikoscan.io/address/0xB5F4FB527568f88F8898Ce5F366f4d72e2C742BE) | [v1.3.0](https://github.com/sablier-labs/deployments/blob/main/airdrops/v1.3.0) |
228+
| Contract | Address | Deployment |
229+
| :------------------- | :------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------ |
230+
| SablierMerkleFactory | [0xB5F4FB527568f88F8898Ce5F366f4d72e2C742BE](https://hekla.taikoexplorer.com/address/0xB5F4FB527568f88F8898Ce5F366f4d72e2C742BE) | [v1.3.0](https://github.com/sablier-labs/deployments/blob/main/airdrops/v1.3.0) |
231231

232232
### zkSync Sepolia
233233

0 commit comments

Comments
 (0)