Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avilagaston9 committed Dec 23, 2024
1 parent c492d09 commit b24d9ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/0_internal/2_deploy_contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Also, you will be able to deploy the Batcher Payment Service contract.

```shell
make install_foundry
foundryup -v nightly-a428ba6ad8856611339a6319290aade3347d25d9
foundryup -i nightly-a428ba6ad8856611339a6319290aade3347d25d9
```

## AlignedServiceManager Contracts
Expand Down
2 changes: 1 addition & 1 deletion docs/0_internal/3_a_upgrade_contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you deployed the contract using a Multisig wallet, you can follow the [Upgrad

```sh
make install_foundry
foundryup -v nightly-a428ba6ad8856611339a6319290aade3347d25d9
foundryup -i nightly-a428ba6ad8856611339a6319290aade3347d25d9
```

- Add the following variables to the `.env` file:
Expand Down
2 changes: 1 addition & 1 deletion docs/0_internal/3_b_upgrade_contracts_with_multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In this guide we make an upgrade of Aligned Layer Service Manager contract using

```shell
make install_foundry
foundryup -v nightly-a428ba6ad8856611339a6319290aade3347d25d9
foundryup -i nightly-a428ba6ad8856611339a6319290aade3347d25d9
```

## Steps
Expand Down
2 changes: 1 addition & 1 deletion docs/0_internal/4_b_pause_contracts_with_multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In this guide we pause and unpause the AlignedLayerServiceManager and BatcherPay

```shell
make install_foundry
foundryup -v nightly-a428ba6ad8856611339a6319290aade3347d25d9
foundryup -i nightly-a428ba6ad8856611339a6319290aade3347d25d9
```

## Steps for Pausing
Expand Down
2 changes: 1 addition & 1 deletion docs/0_internal/5_b_whitelist_operators_with_multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In this guide we add and remove Operators from Aligned's Whitelist using a multi

```shell
make install_foundry
foundryup -v nightly-a428ba6ad8856611339a6319290aade3347d25d9
foundryup -i nightly-a428ba6ad8856611339a6319290aade3347d25d9
```

## Steps for Whitelisting an Operator
Expand Down

0 comments on commit b24d9ae

Please sign in to comment.