Skip to content

Commit

Permalink
fix(ci): foundryup install flag (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
avilagaston9 authored Dec 23, 2024
1 parent 547e64c commit 5184bd0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/foundry.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN apt install -y curl git
# Install foundry
RUN curl -L https://foundry.paradigm.xyz | bash
ENV PATH="/root/.foundry/bin:${PATH}"
RUN foundryup -v ${FOUNDRY_VERSION}
RUN foundryup -i ${FOUNDRY_VERSION}
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/3_guides/6_setup_aligned.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install [Foundry](https://book.getfoundry.sh/getting-started/installation):

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

Install the necessary submodules and build all the FFIs for your OS:
Expand Down

0 comments on commit 5184bd0

Please sign in to comment.