Skip to content

Commit

Permalink
chore: remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 6, 2025
1 parent 0363cdd commit adfbd21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/contracts/anvil/utils.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash


# pinning at old foundry commit because of https://github.com/foundry-rs/foundry/issues/7502
FOUNDRY_IMAGE=ghcr.io/foundry-rs/foundry:latest

set -e -o nounset
Expand Down Expand Up @@ -37,5 +35,4 @@ start_anvil_docker() {
$FOUNDRY_IMAGE \
$LOAD_STATE_ANVIL_ARG $DUMP_STATE_ANVIL_ARG --host 0.0.0.0 -v \
--base-fee 0
sleep 2
}

0 comments on commit adfbd21

Please sign in to comment.