Skip to content

Commit

Permalink
copy create.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Feb 27, 2025
1 parent 792b288 commit 18b08c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spartan/scripts/prepare_sepolia_accounts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

set -euo pipefail

source $(git rev-parse --show-toplevel)/ci3/source

values_file=$1
Expand All @@ -19,7 +22,9 @@ fi

# Install cast if needed
if ! command -v cast &>/dev/null; then
echo "Installing cast..."
curl -L https://foundry.paradigm.xyz | bash
echo "Adding cast to path..."
$HOME/.foundry/bin/foundryup && export PATH="$PATH:$HOME/.foundry/bin" || $XDG_CONFIG_HOME/.foundry/bin/foundryup && export PATH="$PATH:$XDG_CONFIG_HOME/.foundry/bin"
fi

Expand Down

0 comments on commit 18b08c0

Please sign in to comment.