Skip to content

Commit

Permalink
Configure solana to use local url on RPC nodes (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Jul 29, 2024
1 parent 97c6fd0 commit 5e6f701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/startup_scripts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@ while [[ -n $1 ]]; do
done
echo "post positional args"
solana config set -ul
if [[ "$SOLANA_GPU_MISSING" -eq 1 ]]; then
echo "Testnet requires GPUs, but none were found! Aborting..."
exit 1
Expand Down

0 comments on commit 5e6f701

Please sign in to comment.