Skip to content

Commit a780b0b

Browse files
authored
chore: unichain deployments (#303)
1 parent f854186 commit a780b0b

File tree

6 files changed

+26
-0
lines changed

6 files changed

+26
-0
lines changed

docs/concepts/07-chains.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ for custom deployment, fill out <Link href={links.forms.chains}>this form</Link>
4040
| Taiko | 167000 | ETH | [Explorer](https://taikoscan.io/) |
4141
| Tangle | 5845 | TNT | [Explorer](https://explorer.tangle.tools/) |
4242
| Ultra | 19991 | UOS | [Explorer](https://evmexplorer.ultra.io/) |
43+
| Unichain | 130 | ETH | [Explorer](https://uniscan.xyz) |
4344
| XDC | 50 | XDC | [Explorer](https://xdcscan.com/) |
4445
| zkSync Era | 324 | ETH | [Explorer](https://era.zksync.network/) |
4546

docs/concepts/11-governance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Here's a table with the admins of the Sablier Protocol. Most of them are Safe mu
3737
| Taiko | [0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F](https://taikoscan.io/address/0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F) |
3838
| Tangle | [0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F](https://explorer.tangle.tools/address/0xb1bEF51ebCA01EB12001a639bDBbFF6eEcA12B9F) |
3939
| Ultra | [0xb1bef51ebca01eb12001a639bdbbff6eeca12b9f](https://evmexplorer.ultra.io/address/0xb1bef51ebca01eb12001a639bdbbff6eeca12b9f) |
40+
| Unichain | [0xb1bef51ebca01eb12001a639bdbbff6eeca12b9f](https://uniscan.xyz/address/0xb1bef51ebca01eb12001a639bdbbff6eeca12b9f) |
4041
| zkSync Era | [0xaFeA787Ef04E280ad5Bb907363f214E4BAB9e288](https://era.zksync.network/address/0xaFeA787Ef04E280ad5Bb907363f214E4BAB9e288) |
4142

4243
## Lockup

docs/concepts/12-fees.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ The fee is ~**$1** (in the gas token) per claim, regardless of the airdrop amoun
115115
| Taiko Mainnet | ETH | 0.00036 ETH | 360000000000000 |
116116
| Tangle | TNT | 0 TNT | 0 |
117117
| Ultra | UOS | 0 UOS | 0 |
118+
| Unichain | ETH | 0 ETH | 0 |
118119
| zkSync Era | ETH | 0.00036 ETH | 360000000000000 |
119120

120121
## Gas Fees

docs/guides/airdrops/02-deployments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ discontinued. For previous deployments, please refer to the
167167
| :------------------- | :---------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------- |
168168
| SablierMerkleFactory | [0x5e73bb96493C10919204045fCdb639D35ad859f8](https://evmexplorer.ultra.io/address/0x5e73bb96493C10919204045fCdb639D35ad859f8) | [airdrops-v1.3.0](https://github.com/sablier-labs/deployments/blob/main/airdrops/v1.3.0) |
169169

170+
### Unichain
171+
172+
| Contract | Address | Deployment |
173+
| :------------------- | :------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------- |
174+
| SablierMerkleFactory | [0xC6fC028E988D158C52Aa2e38CDd6f969AA14bdCd](https://uniscan.xyz/address/0xC6fC028E988D158C52Aa2e38CDd6f969AA14bdCd) | [airdrops-v1.3.0](https://github.com/sablier-labs/deployments/blob/main/airdrops/v1.3.0) |
175+
170176
### XDC
171177

172178
| Contract | Address | Deployment |

docs/guides/flow/02-deployments.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ Sablier repositories on Github.
210210
| SablierFlow | [0xAF210dD54870745Ed18F1081252aeEE4119eA6CA](https://evmexplorer.ultra.io/address/0xAF210dD54870745Ed18F1081252aeEE4119eA6CA) | [flow-v1.1.0](https://github.com/sablier-labs/deployments/blob/main/flow/v1.1.0) |
211211
| FlowNFTDescriptor | [0x9f5d28C8ed7F09e65519C1f6f394e523524cA38F](https://evmexplorer.ultra.io/address/0x9f5d28C8ed7F09e65519C1f6f394e523524cA38F) | [flow-v1.1.0](https://github.com/sablier-labs/deployments/blob/main/flow/v1.1.0) |
212212

213+
### Unichain
214+
215+
| Contract | Address | Deployment |
216+
| :---------------- | :------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------- |
217+
| SablierFlow | [0x9797B40340be0bFc9EC0dBb8712627Bcdd17E771](https://uniscan.xyz/address/0x9797B40340be0bFc9EC0dBb8712627Bcdd17E771) | [flow-v1.1.0](https://github.com/sablier-labs/deployments/blob/main/flow/v1.1.0) |
218+
| FlowNFTDescriptor | [0x89824A7e48dcf6B7AE9DeE6E566f62A5aDF037F2](https://uniscan.xyz/address/0x89824A7e48dcf6B7AE9DeE6E566f62A5aDF037F2) | [flow-v1.1.0](https://github.com/sablier-labs/deployments/blob/main/flow/v1.1.0) |
219+
213220
### XDC
214221

215222
| Contract | Address | Deployment |

docs/guides/lockup/02-deployments.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,16 @@ Sablier repositories on Github.
293293
| Helpers | [0xd595D34ed96b253E7c7a934a7624F330a8411953](https://evmexplorer.ultra.io/address/0xd595D34ed96b253E7c7a934a7624F330a8411953) | [lockup-v2.0.0](https://github.com/sablier-labs/deployments/blob/main/lockup/v2.0.0) |
294294
| VestingMath | [0xB8aB2E66d5E4931e675CBE499d8c01B778694fd3](https://evmexplorer.ultra.io/address/0xB8aB2E66d5E4931e675CBE499d8c01B778694fd3) | [lockup-v2.0.0](https://github.com/sablier-labs/deployments/blob/main/lockup/v2.0.0) |
295295

296+
### Unichain
297+
298+
| Contract | Address | Deployment |
299+
| :------------------ | :------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------- |
300+
| SablierLockup | [0x26C341C4D79bA8F6BFB450a49E9165c936316B14](https://uniscan.xyz/address/0x26C341C4D79bA8F6BFB450a49E9165c936316B14) | [lockup-v2.0.0](https://github.com/sablier-labs/deployments/blob/main/lockup/v2.0.0) |
301+
| SablierBatchLockup | [0xaf875A2bDb74bA8872292FC371131eb45a9b570C](https://uniscan.xyz/address/0xaf875A2bDb74bA8872292FC371131eb45a9b570C) | [lockup-v2.0.0](https://github.com/sablier-labs/deployments/blob/main/lockup/v2.0.0) |
302+
| LockupNFTDescriptor | [0xa5F12D63E18a28C9BE27B6f3d91ce693320067ba](https://uniscan.xyz/address/0xa5F12D63E18a28C9BE27B6f3d91ce693320067ba) | [lockup-v2.0.0](https://github.com/sablier-labs/deployments/blob/main/lockup/v2.0.0) |
303+
| Helpers | [0xf8076e4fb5cfe8be1c26e61222dc51828db8c1dc](https://uniscan.xyz/address/0xf8076e4fb5cfe8be1c26e61222dc51828db8c1dc) | [lockup-v2.0.0](https://github.com/sablier-labs/deployments/blob/main/lockup/v2.0.0) |
304+
| VestingMath | [0x5522ca06ce080800ab59ba4c091e63f6f54c5e6d](https://uniscan.xyz/address/0x5522ca06ce080800ab59ba4c091e63f6f54c5e6d) | [lockup-v2.0.0](https://github.com/sablier-labs/deployments/blob/main/lockup/v2.0.0) |
305+
296306
### XDC
297307

298308
| Contract | Address | Deployment |

0 commit comments

Comments
 (0)