Skip to content

Commit

Permalink
feat: instructions for listing deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Sep 16, 2024
1 parent 7864cf4 commit 4f77610
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/contracts/v2/guides/10-custom-deployments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,14 @@ forge script script/DeployPeriphery.s.sol \

If you are using a mnemonic or a hardware device for your deployer address, refer to `forge-script` page from the
[Foundry Book](https://book.getfoundry.sh/reference/forge/forge-script#forge-script) for different wallet options.

### Steps for listing the deployments

Once the contracts are deployed, the final step is to list the deployment addresses and artifacts in the Sablier docs:

1. List the deployment addresses by opening a PR in the
[docs repo](https://github.com/sablier-labs/docs/blob/main/docs/contracts/v2/02-deployments.md)
2. List the deployment artifacts by opening a PR in the
[deployments repo](https://github.com/sablier-labs/v2-deployments)
- Copy the generated artifact files (ABIs) from the `artifacts` directory.
- Copy the latest broadcast file from the `broadcast` directory.

0 comments on commit 4f77610

Please sign in to comment.