Skip to content

Commit de913ec

Browse files
authored
Merge pull request #19 from sablier-labs/refactor/update-URLs
refactor: update URLs
2 parents c875b4c + 70f7622 commit de913ec

File tree

6 files changed

+23
-17
lines changed

6 files changed

+23
-17
lines changed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository keeps track of Sablier deployment bundles, each of which includes:
44

55
1. Contract artifacts and ABIs.
6-
2. The [broadcast](https://book.getfoundry.sh/tutorials/solidity-scripting) directories generated by Foundry upon
6+
2. The [broadcast](https://book.getfoundry.sh/guides/scripting-with-solidity) directories generated by Foundry upon
77
running the deploy scripts.
88

99
The deployments are indexed by:
@@ -13,41 +13,47 @@ The deployments are indexed by:
1313
3. Artifacts
1414
4. Broadcasts, which in turn are indexed by chain name.
1515

16-
If you need the deployment addresses, you can find them in the
17-
[docs](https://docs.sablier.com).
16+
If you need the deployment addresses, you can find them in the [docs](https://docs.sablier.com).
1817

1918
## Background
2019

21-
Sablier Protocols have been built, tested, formatted, and deployed with the [Foundry](https://getfoundry.sh/) smart
20+
Sablier Protocols have been built, tested, formatted, and deployed with the [Foundry](https://getfoundry.sh) smart
2221
contract development toolchain.
2322

24-
To learn more about Foundry, see the [Foundry Book](https://book.getfoundry.sh/).
23+
To learn more about Foundry, see the [Foundry Book](https://book.getfoundry.sh).
2524

26-
To learn more about Sablier, see the [Sablier Docs](https://docs.sablier.com/).
25+
To learn more about Sablier, see the [Sablier Docs](https://docs.sablier.com).
2726

2827
## Addresses
2928

3029
To view the deployment addresses, use the links below.
30+
31+
- [Airdrops deployment addresses](https://docs.sablier.com/guides/airdrops/deployments)
3132
- [Lockup deployment addresses](https://docs.sablier.com/guides/lockup/deployments)
3233
- [Flow deployment addresses](https://docs.sablier.com/guides/flow/deployments)
33-
34+
3435
### Packages
3536

3637
The contract artifacts and the ABIs are published as NPM packages:
3738

39+
- [@sablier/airdrops](https://npmjs.com/package/@sablier/airdrops)
40+
- [@sablier/lockup](https://npmjs.com/package/@sablier/lockup)
41+
- [@sablier/flow](https://npmjs.com/package/@sablier/flow)
42+
43+
Older versions of Lockup (before v2.0.0) and Airdrops (before v1.3.0) have been published through these packages:
44+
3845
- [@sablier/v2-core](https://npmjs.com/package/@sablier/v2-core)
3946
- [@sablier/v2-periphery](https://npmjs.com/package/@sablier/v2-periphery)
40-
- [@sablier/flow](https://npmjs.com/package/@sablier/flow)
4147

4248
## Scripts
4349

4450
The contracts have been deployed using these scripts:
4551

46-
- [v2-core/script](https://github.com/sablier-labs/v2-core/tree/main/script)
47-
- [v2-periphery/script](https://github.com/sablier-labs/v2-periphery/tree/main/script)
52+
- [airdrops/script](https://github.com/sablier-labs/airdrops/tree/main/script)
53+
- [lockup/script](https://github.com/sablier-labs/lockup/tree/main/script)
4854
- [flow/script](https://github.com/sablier-labs/flow/tree/main/script)
4955

50-
Specifically, with the "DeployDeterministic" scripts, which use this CREATE2 factory:
56+
Specifically, with the "DeployDeterministic" scripts, which rely upon this CREATE2 factory:
5157

5258
- https://github.com/Arachnid/deterministic-deployment-proxy
5359

lockup/v1.0.0/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Sources
1111

12-
- Commit: [412ec3d](https://github.com/sablier-labs/v2-core/commit/412ec3d3998a766507de96afdb26c797d2ae491d)
12+
- Commit: [412ec3d](https://github.com/sablier-labs/lockup/commit/412ec3d3998a766507de96afdb26c797d2ae491d)
1313
- Package: [@sablier/v2-core@1.0.0](https://npmjs.com/package/@sablier/v2-core/v/1.0.0)
1414

1515
## Compiler Settings

lockup/v1.0.1/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# v1.0.1
22

3-
See the [changelog](https://github.com/sablier-labs/v2-core/blob/main/CHANGELOG.md).
3+
See the [changelog](https://github.com/sablier-labs/lockup/blob/main/CHANGELOG.md).
44

55
## Contract Deployed
66

77
- SablierV2NFTDescriptor
88

99
## Sources
1010

11-
- Commit: [412ec3d](https://github.com/sablier-labs/v2-core/commit/412ec3d3998a766507de96afdb26c797d2ae491d)
11+
- Commit: [412ec3d](https://github.com/sablier-labs/lockup/commit/412ec3d3998a766507de96afdb26c797d2ae491d)
1212
- Package: [@sablier/v2-core@1.0.1](https://npmjs.com/package/@sablier/v2-core/v/1.0.1)
1313

1414
## Compiler Settings

lockup/v1.1.1/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See the [changelog](https://github.com/sablier-labs/v2-periphery/blob/main/CHANG
1010

1111
## Sources
1212

13-
- Commit: [84e4373](https://github.com/sablier-labs/v2-core/commit/84e4373a592fd654e85ccfbdccf8dbba2023d2a1)
13+
- Commit: [84e4373](https://github.com/sablier-labs/lockup/commit/84e4373a592fd654e85ccfbdccf8dbba2023d2a1)
1414
- Package: [@sablier/v2-core@1.1.1](https://npmjs.com/package/@sablier/v2-core/v/1.1.1)
1515

1616
## Compiler Settings

lockup/v1.1.2/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See the [changelog](https://github.com/sablier-labs/v2-periphery/blob/main/CHANG
99

1010
## Sources
1111

12-
- Commit: [a4bf69c](https://github.com/sablier-labs/v2-core/commit/a4bf69cf7024006b9a324eef433f20b74597eaaf)
12+
- Commit: [a4bf69c](https://github.com/sablier-labs/lockup/commit/a4bf69cf7024006b9a324eef433f20b74597eaaf)
1313
- Package: [@sablier/v2-core@1.1.2](https://npmjs.com/package/@sablier/v2-core/v/1.1.2)
1414

1515
## Compiler Settings

lockup/v1.2.0/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Sources
1111

12-
- Commit: [73356945](https://github.com/sablier-labs/v2-core/commit/73356945b53e8dd4112f34f3e2c63c278c4a5239)
12+
- Commit: [73356945](https://github.com/sablier-labs/lockup/commit/73356945b53e8dd4112f34f3e2c63c278c4a5239)
1313
- Package: [@sablier/v2-core@1.2.0](https://npmjs.com/package/@sablier/v2-core/v/1.2.0)
1414

1515
## Compiler Settings

0 commit comments

Comments
 (0)