Skip to content

Commit 9ff6885

Browse files
authored
docs: update sections for maintenance mode (#436)
1 parent bbf0447 commit 9ff6885

14 files changed

Lines changed: 25 additions & 291 deletions

File tree

docs/api/airdrops/merkle-api/01-overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ creation, storage, and data retrieval for both the Sablier Interface and third-p
3030
Integrate this API by forking the repository to run your own instance. We actively improve and optimize this service, so
3131
submit suggestions or issues directly on GitHub.
3232

33-
:::tip If you want to integrate the eligibility/claim functionality in your, you have the following options:
33+
:::tip
3434

35-
1. Self Host the above api
36-
2. Reach out for a more powerful backend we can host for you
37-
3. Reach out for a custom script to pre-generate proofs and save them wherever it suits you :::
35+
If you want to integrate the eligibility/claim functionality, you can self-host the above API by forking the repository.
36+
37+
:::
3838

3939
<LinkPreviewMerkleAPI />

docs/api/airdrops/merkle-api/02-functionality.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ The backend is written in Rust and can run locally or in self-hosted environment
1313
You can integrate the backend functionality using our official endpoints (below), but we recommend self-hosting for
1414
improved reliability. This allows you to fork the repository and provide your own IPFS and Pinata access keys.
1515

16-
Feel free to reach out for guidance or feedback.
17-
1816
The official endpoints are documented in the [Airdrops Indexers](/api/airdrops/indexers) section.
1917

2018
## Create: `/api/create`

docs/apps/03-branding.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ title: "Branding"
99
Want to make an integration with Sablier or just spread the word about it? We've put together a repository with all the
1010
branding assets you need to get started.
1111

12-
If you have any special requests, reach out on [Discord](https://discord.sablier.com).
13-
1412
<LinkPreview
1513
href="https://github.com/sablier-labs/branding"
1614
icon="github"

docs/apps/features/04-airdrops.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ Creating campaigns involves a simple 3-step process:
5959

6060
### Open source
6161

62-
If you'd like to support Airdrops in your UI or have additional requirements, you can do so by using a self-hosted
63-
[Merkle service](/api/airdrops/merkle-api/overview). Reach out to us on [Discord](https://discord.sablier.com) for more
64-
details and customer support.
62+
If you'd like to support Airdrops in your UI, you can do so by using a self-hosted
63+
[Merkle service](/api/airdrops/merkle-api/overview).
6564

6665
### Explore the dashboard
6766

docs/concepts/03-use-cases.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ can do with these reclaimed tokens:
117117
- Send them to your treasury and use them as a future fund.
118118
- Use them to buyback your tokens from the market.
119119

120-
Currently, we only support linear unlocks in variable claim airdrops. If you are interested in other kind of curves,
121-
please reach out to us on <Link href={Links.DISCORD}>Discord</Link>.
120+
Only linear unlocks are supported in variable claim airdrops.
122121

123122
:::tip
124123

docs/concepts/14-fees.mdx

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebar_position: 14
44
title: "Fees"
55
---
66

7-
import { Links } from "@site/src/constants";
8-
97
During the course of using Sablier, you may encounter up to three different types of fees:
108
[Interface Fees](#interface-fees), [Onchain Minimum Fees](#onchain-minimum-fees), and [Gas Fees](#gas-fees). Below you
119
can see a breakdown of how each fee is calculated and who receives it.
@@ -22,9 +20,6 @@ The fee amount is calculated based on market prices. For example, when ETH is \$
2220
Interface Fees can be subsidized - the person creating the stream or airdrop can choose to cover the fees that would
2321
normally be charged to recipients.
2422

25-
If you're interested in subsidizing fees for your users, please <Link href={Links.Forms.CALL}>contact us</Link> to
26-
discuss your specific requirements.
27-
2823
:::
2924

3025
### Stream Withdrawals
@@ -103,9 +98,6 @@ equal to the fee amount returned by `calculateMinFeeWei` function which is avail
10398
Onchain Minimum Fees can be subsidized - the person creating the stream or airdrop can choose to cover the fees that
10499
would normally be charged to recipients.
105100

106-
If you're interested in subsidizing fees for your users, please <Link href={Links.Forms.CALL}>contact us</Link> to
107-
discuss your specific requirements.
108-
109101
:::
110102

111103
The [Comptroller](/concepts/governance/#comptroller) can update the Onchain Minimum Fees.
@@ -246,9 +238,8 @@ that the person creating the stream or airdrop can choose to cover the fees that
246238
recipient. Note that the gas fees cannot be subsidized as they are paid to the blockchain network validators on every
247239
transaction.
248240

249-
If you're interested in subsidizing fees for your users, please
250-
[contact us](https://docs.google.com/forms/d/e/1FAIpQLSdqkcRjXl3urdE_yiT55itkcEX5LC4CM4HsNhjJbXB_CNMMjg/viewform) to
251-
discuss your specific requirements.
241+
See the [Interface Fees](#interface-fees) and [Onchain Minimum Fees](#onchain-minimum-fees) sections above for details
242+
on how subsidization works.
252243

253244
## FAQ
254245

@@ -269,9 +260,8 @@ example, if you withdraw from a stream 10 times, you will pay $10 in fees.
269260

270261
### Q: Can the Interface Fees and the Onchain Minimum Fees be subsidized?
271262

272-
**A:** Yes, they can be subsidized by the stream sender or the airdrop creator. Please
273-
[contact us](https://docs.google.com/forms/d/e/1FAIpQLSdqkcRjXl3urdE_yiT55itkcEX5LC4CM4HsNhjJbXB_CNMMjg/viewform) to
274-
discuss your specific requirements.
263+
**A:** Yes, they can be subsidized by the stream sender or the airdrop creator. See the
264+
[Fee Subsidization](#fee-subsidization) section for details.
275265

276266
:::tip
277267

docs/concepts/lockup/06-hooks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,4 @@ sequenceDiagram
8585
## Next steps
8686

8787
If you are interested in using Sablier hooks in your protocol, please check the
88-
[Hook guide](/guides/lockup/examples/hooks). If you are looking to get on the allowlist, reach out to us on
89-
[Discord](https://discord.sablier.com).
88+
[Hook guide](/guides/lockup/examples/hooks).

docs/guides/06-custom-deployments.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ title: "Custom Deployments"
66

77
import { Links } from "@site/src/constants";
88

9-
:::info[Reach Out]
9+
:::warning[Maintenance Mode]
1010

11-
{/* prettier-ignore */}
12-
Want to get Sablier deployed on your chain? If you meet the requirements listed below, fill out <Link href={Links.Forms.CHAINS}>this
13-
form</Link> and our team will get back to you.
11+
Sablier Labs is no longer accepting requests for new chain deployments. The information below is provided for reference
12+
only.
1413

1514
:::
1615

1716
## Requirements
1817

19-
The Sablier Interface currently supports only The Graph and Envio indexer services. If you use a different indexer, you
20-
can schedule a call <Link href={Links.Forms.CALL}>here</Link> to discuss integration.
18+
The Sablier Interface currently supports only The Graph and Envio indexer services.
2119

2220
- [x] GraphQL indexer: either [The Graph](https://thegraph.com) or [Envio](https://envio.dev)
2321
- [x] Blockchain explorer with instructions for verifying contracts, e.g., [Etherscan](https://etherscan.io)

docs/guides/lockup/examples/05-hooks.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ These are the hooks that can be implemented by a recipient contract:
4545
The complete interface for `ISablierLockupRecipient` can be found
4646
[here](/reference/lockup/contracts/interfaces/interface.ISablierLockupRecipient).
4747

48-
:::tip
49-
50-
Looking to get on the allowlist? Reach out to us on [Discord](https://discord.sablier.com).
51-
52-
:::
53-
5448
### Sample Implementations
5549

5650
#### Recipient

docs/guides/lockup/examples/07-pull-vesting-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,4 @@ for (uint i; i < tranches.length; ++i) {
172172
}
173173
```
174174

175-
We hope you have found this guide helpful. If you have a use case that is not covered here, please reach out to us on
176-
[Discord](https://discord.sablier.com), and we will assist you.
175+
We hope you have found this guide helpful.

0 commit comments

Comments
 (0)