Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: restructure with lockup dir #12

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Sablier V2 Deployments
# Sablier Deployments

This repository keeps track of Sablier V2 deployment bundles, each of which includes:
This repository keeps track of Sablier deployment bundles, each of which includes:

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

The deployments are indexed by:

1. Repository ("core" or "periphery")
1. Repository ("lockup" or "flow")
2. Version name (e.g. "v1.0.0")
3. Artifacts
4. Broadcasts, which in turn are indexed by chain name.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ The CREATE2 salts used during deployment:
| Taiko | No salt |
| zkSync | No salt |

Note: we have accidentally set the version to "1.1.0" in the Salt. It should have been "v1.1.1".
**Note:** we have accidentally set the version to "1.1.0" in the Salt. It should have been "v1.1.1".
File renamed without changes.
File renamed without changes.
Loading