File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
crates/apollo_base_layer_tests/src Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 - name : Install Anvil
3131 uses : foundry-rs/foundry-toolchain@v1
3232 with :
33- version : v0.3.0
33+ version : v1.5.1
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ jobs:
269269 - name : Install Anvil
270270 uses : foundry-rs/foundry-toolchain@v1
271271 with :
272- version : v0.3.0
272+ version : v1.5.1
273273
274274 - name : Restore executable permissions
275275 run : chmod +x ./target/debug/sequencer_node_setup ./target/debug/sequencer_simulator
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ impl AnvilBaseLayer {
6969"Install instructions (for local development):\n
7070Execute from within a directory that's included in PATH, like ~/.local/bin:\n
7171curl -L \
72- https://github.com/foundry-rs/foundry/releases/download/v0.3.0/foundry_v0.3.0_linux_amd64 .tar.gz \
72+ https://github.com/foundry-rs/foundry/releases/download/v1.5.1/foundry_v1.5.1_linux_amd64 .tar.gz \
7373 | tar -xz --wildcards 'anvil'". yellow( )
7474 ) ;
7575
Original file line number Diff line number Diff line change 88from imports import k8s
99
1010SERVICE_PORT = 8545
11- IMAGE = "ghcr.io/foundry-rs/foundry:v0.3.0 "
11+ IMAGE = "ghcr.io/foundry-rs/foundry:v1.5.1 "
1212
1313
1414def argument_parser ():
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN cargo chef prepare --recipe-path recipe.json
1414
1515FROM base AS builder
1616WORKDIR /app
17- RUN curl -L https://github.com/foundry-rs/foundry/releases/download/v0.3.0/foundry_v0.3.0_linux_amd64 .tar.gz | tar -xz --wildcards 'anvil'
17+ RUN curl -L https://github.com/foundry-rs/foundry/releases/download/v1.5.1/foundry_v1.5.1_linux_amd64 .tar.gz | tar -xz --wildcards 'anvil'
1818COPY --from=planner /app/recipe.json recipe.json
1919RUN cargo chef cook --recipe-path recipe.json --bin sequencer_node_setup
2020COPY . .
You can’t perform that action at this time.
0 commit comments